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
+1 -1
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");