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 5a4aa44 commit 6f82ea9Copy full SHA for 6f82ea9
aws_lambda_powertools/logging/logger.py
@@ -66,12 +66,7 @@ def _is_cold_start() -> bool:
66
return cold_start
67
68
69
-# PyCharm does not support autocomplete via getattr
70
-# so we need to return to subclassing removed in #97
71
-# All methods/properties continue to be proxied to inner logger
72
-# https://github.com/awslabs/aws-lambda-powertools-python/issues/107
73
-# noinspection PyRedeclaration
74
-class Logger(logging.Logger): # lgtm [py/missing-call-to-init]
+class Logger:
75
"""Creates and setups a logger to format statements in JSON.
76
77
Includes service name and any additional key=value into logs
0 commit comments