Skip to content

Commit 6f501e8

Browse files
fix type
1 parent 84577a2 commit 6f501e8

File tree

1 file changed

+1
-1
lines changed
  • services/agent/src/simcore_service_agent/core

1 file changed

+1
-1
lines changed

services/agent/src/simcore_service_agent/core/settings.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ class ApplicationSettings(BaseCustomSettings, MixinLoggingSettings):
1515
SC_BOOT_MODE: BootModeEnum | None
1616

1717
AGENT_VOLUMES_LOG_FORMAT_LOCAL_DEV_ENABLED: bool = Field(
18-
default={},
18+
default=False,
1919
env=[
2020
"AGENT_VOLUMES_LOG_FORMAT_LOCAL_DEV_ENABLED",
2121
"LOG_FORMAT_LOCAL_DEV_ENABLED",

0 commit comments

Comments
 (0)