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 4c4354d commit c1967c6Copy full SHA for c1967c6
src/aleph/vm/conf.py
@@ -138,7 +138,7 @@ class Settings(BaseSettings):
138
# via the serial console. This break the logs endpoint for program, as such disabling it in prod is not recommended.
139
PRINT_SYSTEM_LOGS = True
140
IGNORE_TRACEBACK_FROM_DIAGNOSTICS = True
141
- LOG_LEVEL = "WARNING"
+ LOG_LEVEL = "INFO"
142
DEBUG_ASYNCIO = False
143
144
# Networking does not work inside Docker/Podman
0 commit comments