We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e829300 commit 26ac439Copy full SHA for 26ac439
aws_lambda_powertools/logging/constants.py
@@ -1,3 +1,4 @@
1
LOGGER_ATTRIBUTE_POWERTOOLS_HANDLER = "powertools_handler"
2
+# logger.init attribute is set when Logger has been configured
3
LOGGER_ATTRIBUTE_PRECONFIGURED = "init"
4
LOGGER_ATTRIBUTE_HANDLER = "logger_handler"
0 commit comments