We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6c12104 commit f9312c5Copy full SHA for f9312c5
apps/sim/lib/logs/console/logger.ts
@@ -44,8 +44,8 @@ const LOG_CONFIG = {
44
colorize: true,
45
},
46
production: {
47
- enabled: true, // Enable console logs in production
48
- minLevel: LogLevel.INFO, // Show INFO, WARN, and ERROR logs
+ enabled: false, // Disable all console logs in production
+ minLevel: LogLevel.ERROR,
49
colorize: false,
50
51
test: {
0 commit comments