1
0
mirror of https://github.com/louislam/uptime-kuma.git synced 2025-11-25 22:41:57 +02:00

refactor(logging): improve log function parameters (#6298)

This commit is contained in:
Louis Lam
2025-11-02 02:52:40 +08:00
committed by GitHub
parent 9fb4263427
commit a52186cf7e
3 changed files with 36 additions and 87 deletions

View File

@@ -59,7 +59,7 @@ if (process.env.UPTIME_KUMA_WS_ORIGIN_CHECK === "bypass") {
}
const checkVersion = require("./check-version");
log.info("server", "Uptime Kuma Version: " + checkVersion.version);
log.info("server", "Uptime Kuma Version:", checkVersion.version);
log.info("server", "Loading modules");