We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1eafdf4 commit 75b2c16Copy full SHA for 75b2c16
aws_lambda_powertools/logging/logger.py
@@ -38,7 +38,7 @@ def _is_cold_start() -> bool:
38
# so we need to return to subclassing removed in #97
39
# All methods/properties continue to be proxied to inner logger
40
# https://github.com/awslabs/aws-lambda-powertools-python/issues/107
41
-class Logger(logging.Logger):
+class Logger(logging.Logger): # lgtm [py/missing-call-to-init]
42
"""Creates and setups a logger to format statements in JSON.
43
44
Includes service name and any additional key=value into logs
0 commit comments