mirror of
https://github.com/openfrontio/OpenFrontIO.git
synced 2026-07-03 16:41:09 +00:00
remove slog, use winston instead.
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user