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 84577a2 commit 6f501e8Copy full SHA for 6f501e8
services/agent/src/simcore_service_agent/core/settings.py
@@ -15,7 +15,7 @@ class ApplicationSettings(BaseCustomSettings, MixinLoggingSettings):
15
SC_BOOT_MODE: BootModeEnum | None
16
17
AGENT_VOLUMES_LOG_FORMAT_LOCAL_DEV_ENABLED: bool = Field(
18
- default={},
+ default=False,
19
env=[
20
"AGENT_VOLUMES_LOG_FORMAT_LOCAL_DEV_ENABLED",
21
"LOG_FORMAT_LOCAL_DEV_ENABLED",
0 commit comments