Skip to content

Commit f9312c5

Browse files
committed
Quiet logger
1 parent 6c12104 commit f9312c5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

apps/sim/lib/logs/console/logger.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,8 +44,8 @@ const LOG_CONFIG = {
4444
colorize: true,
4545
},
4646
production: {
47-
enabled: true, // Enable console logs in production
48-
minLevel: LogLevel.INFO, // Show INFO, WARN, and ERROR logs
47+
enabled: false, // Disable all console logs in production
48+
minLevel: LogLevel.ERROR,
4949
colorize: false,
5050
},
5151
test: {

0 commit comments

Comments
 (0)