chore: use single logger instance
Node.js CI / CI (push) Has been cancelled
Security Scan and Upload / Security & DefectDojo Upload (push) Has been cancelled

This commit is contained in:
2026-02-03 19:11:30 -08:00
parent a1bb6b791c
commit d435b9da47
4 changed files with 4 additions and 12 deletions
+1 -3
View File
@@ -4,14 +4,12 @@
* @author Naomi Carrigan
*/
import { Logger } from "@nhcarrigan/logger";
import cron from "node-cron";
import { config, validateConfig } from "./config.js";
import {
UpdateOrchestratorService,
} from "./services/updateOrchestratorService.js";
const logger = new Logger("Minori", process.env.LOG_TOKEN ?? "");
import { logger } from "./utils/logger.js";
/**
* Main entry point for the application.