Skip to content

Commit c1967c6

Browse files
olethanhhoh
authored andcommitted
Default log level to info
1 parent 4c4354d commit c1967c6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/aleph/vm/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -138,7 +138,7 @@ class Settings(BaseSettings):
138138
# via the serial console. This break the logs endpoint for program, as such disabling it in prod is not recommended.
139139
PRINT_SYSTEM_LOGS = True
140140
IGNORE_TRACEBACK_FROM_DIAGNOSTICS = True
141-
LOG_LEVEL = "WARNING"
141+
LOG_LEVEL = "INFO"
142142
DEBUG_ASYNCIO = False
143143

144144
# Networking does not work inside Docker/Podman

0 commit comments

Comments
 (0)