Skip to content

Commit 6161f5f

Browse files
committed
Change root logging level from DEBUG to INFO
1 parent ad099de commit 6161f5f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

server/balancer_backend/settings.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -229,6 +229,6 @@
229229
},
230230
"root": {
231231
"handlers": ["console"],
232-
"level": "DEBUG",
232+
"level": "INFO",
233233
},
234234
}

0 commit comments

Comments
 (0)