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 23f501d commit edbf4b1Copy full SHA for edbf4b1
services/web/server/src/simcore_service_webserver/log.py
@@ -1,6 +1,4 @@
1
-""" Configuration and utilities for service logging
2
-
3
-"""
+"""Configuration and utilities for service logging"""
4
5
import logging
6
@@ -16,7 +14,6 @@
16
14
"engineio",
17
15
"engineio.server",
18
"inotify.adapters",
19
- "gunicorn.access",
20
"openapi_spec_validator",
21
"servicelib.aiohttp.monitoring",
22
"socketio",
@@ -32,7 +29,7 @@ def setup_logging(
32
29
slow_duration: float | None = None,
33
30
log_format_local_dev_enabled: bool,
34
31
logger_filter_mapping: dict,
35
- tracing_settings: TracingSettings | None
+ tracing_settings: TracingSettings | None,
36
):
37
# service log level
38
logging.basicConfig(level=level)
0 commit comments