removed log location detail

This commit is contained in:
2025-03-12 15:22:49 -07:00
parent e6bff5a472
commit 04e1ba3804
12 changed files with 61 additions and 84 deletions

View File

@@ -6,8 +6,7 @@ import seqConfig from "../config/sequelize.ts";
import links from "./links.ts";
import playlists from "./playlists.ts";
import curriedLogger from "../utils/logger.ts";
const logger = curriedLogger(import.meta.filename);
import logger from "../utils/logger.ts";
if (!process.env["NODE_ENV"])
throw new TypeError("Node environment not defined");