Skip to content

Commit 3a9f944

Browse files
fix type
1 parent f57ad5a commit 3a9f944

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

services/web/server/src/simcore_service_webserver/application_settings.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@ class ApplicationSettings(BaseCustomSettings, MixinLoggingSettings):
110110
)
111111

112112
WEBSERVER_LOG_FORMAT_LOCAL_DEV_ENABLED: dict = Field(
113-
default={},
113+
default=False,
114114
env=["WEBSERVER_LOG_FORMAT_LOCAL_DEV_ENABLED", "LOG_FORMAT_LOCAL_DEV_ENABLED"],
115115
description="Enables local development log format. WARNING: make sure it is disabled if you want to have structured logs!",
116116
)

0 commit comments

Comments
 (0)