mirror of
https://github.com/simstudioai/sim.git
synced 2026-04-06 03:00:16 -04:00
Quiet logger
This commit is contained in:
@@ -44,8 +44,8 @@ const LOG_CONFIG = {
|
||||
colorize: true,
|
||||
},
|
||||
production: {
|
||||
enabled: true, // Enable console logs in production
|
||||
minLevel: LogLevel.INFO, // Show INFO, WARN, and ERROR logs
|
||||
enabled: false, // Disable all console logs in production
|
||||
minLevel: LogLevel.ERROR,
|
||||
colorize: false,
|
||||
},
|
||||
test: {
|
||||
|
||||
Reference in New Issue
Block a user