remove slog, use winston instead.

This commit is contained in:
Evan
2025-04-12 17:54:36 -07:00
parent e793179fbf
commit 58b151f585
4 changed files with 62 additions and 123 deletions
+1 -1
View File
@@ -24,7 +24,7 @@ const server = http.createServer(app);
const metricsApp = express();
const metricsServer = http.createServer(metricsApp);
const log = logger.child({ component: "Master" });
const log = logger.child({ comp: "m" });
const __filename = fileURLToPath(import.meta.url);
const __dirname = path.dirname(__filename);