8000
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 aa94e07 commit b8c3b97Copy full SHA for b8c3b97
localstack-core/localstack/config.py
@@ -442,7 +442,7 @@ def in_docker():
442
# path to the lambda debug mode configuration file.
443
LAMBDA_DEBUG_MODE_CONFIG_PATH = os.environ.get("LAMBDA_DEBUG_MODE_CONFIG_PATH")
444
445
-# allow setting custom log levels for individual loggers
+# EXPERIMENTAL: allow setting custom log levels for individual loggers
446
LOGGING_OVERRIDE = os.environ.get("LOGGING_OVERRIDE", "")
447
448
# whether to enable debugpy
0 commit comments