import * as log from "https://deno.land/std@0.83.0/log/mod.ts";
console.log(log);
const logger = log.getLogger();
console.log(logger);