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 54f62ea commit eabce1aCopy full SHA for eabce1a
services/agent/src/simcore_service_agent/core/settings.py
@@ -12,7 +12,7 @@
12
13
class ApplicationSettings(BaseCustomSettings, MixinLoggingSettings):
14
LOGLEVEL: LogLevel = Field(
15
- LogLevel.WARNING.value,
+ LogLevel.WARNING,
16
validation_alias=AliasChoices(
17
"AGENT_LOGLEVEL",
18
"LOG_LEVEL",
0 commit comments