Skip to content

Commit 5d7d478

Browse files
Fixing Powertools logger handler
1 parent 1ff300b commit 5d7d478

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

aws_lambda_powertools/logging/exceptions.py

+4
Original file line numberDiff line numberDiff line change
@@ -7,4 +7,8 @@ class InvalidLoggerSamplingRateError(Exception):
77

88

99
class OrphanedChildLoggerError(Exception):
10+
"""
11+
Orphaned Child logger exception
12+
"""
13+
1014
pass

0 commit comments

Comments
 (0)