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 3d4bb90 commit a46c633Copy full SHA for a46c633
services/dynamic-scheduler/src/simcore_service_dynamic_scheduler/main.py
@@ -11,8 +11,8 @@
11
12
_the_settings = ApplicationSettings.create_from_envs()
13
14
-logging.basicConfig(level=_the_settings.DYNAMIC_SCHEDULER_LOGLEVEL)
15
-logging.root.setLevel(_the_settings.DYNAMIC_SCHEDULER_LOGLEVEL)
+logging.basicConfig(level=_the_settings.DYNAMIC_SCHEDULER_LOGLEVEL.value)
+logging.root.setLevel(_the_settings.DYNAMIC_SCHEDULER_LOGLEVEL.value)
16
config_all_loggers(
17
log_format_local_dev_enabled=_the_settings.DYNAMIC_SCHEDULER_LOG_FORMAT_LOCAL_DEV_ENABLED
18
)
0 commit comments