Skip to content

Commit 4109ea3

Browse files
committed
warning
1 parent 0d4e851 commit 4109ea3

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

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

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -117,13 +117,12 @@ class ApplicationSettings(BaseCustomSettings, MixinLoggingSettings):
117117
WEBSERVER_LOGLEVEL: Annotated[
118118
LogLevel,
119119
Field(
120-
default=LogLevel.WARNING.value,
121120
validation_alias=AliasChoices(
122121
"WEBSERVER_LOGLEVEL", "LOG_LEVEL", "LOGLEVEL"
123122
),
124123
# NOTE: suffix '_LOGLEVEL' is used overall
125124
),
126-
]
125+
] = LogLevel.WARNING
127126
WEBSERVER_LOG_FORMAT_LOCAL_DEV_ENABLED: bool = Field(
128127
default=False,
129128
validation_alias=AliasChoices(

0 commit comments

Comments
 (0)