Log color and simplify startup log for production (#3889)

This commit is contained in:
Louis Lam 2023-10-14 03:00:34 +08:00 committed by GitHub
parent 7212d884ef
commit 03e43ab364
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
8 changed files with 191 additions and 41 deletions

View file

@ -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) {