mirror of
https://github.com/louislam/uptime-kuma.git
synced 2025-08-10 02:14:50 +08:00
Log color and simplify startup log for production (#3889)
This commit is contained in:
@@ -48,7 +48,7 @@ class SetupDatabase {
|
||||
|
||||
try {
|
||||
dbConfig = Database.readDBConfig();
|
||||
log.info("setup-database", "db-config.json is found and is valid");
|
||||
log.debug("setup-database", "db-config.json is found and is valid");
|
||||
this.needSetup = false;
|
||||
|
||||
} catch (e) {
|
||||
|
Reference in New Issue
Block a user