mirror of
https://github.com/louislam/uptime-kuma.git
synced 2025-07-24 07:21:09 -04:00
Log color and simplify startup log for production (#3889)
This commit is contained in:
parent
7212d884ef
commit
03e43ab364
8 changed files with 191 additions and 41 deletions
|
@ -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) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue