-
Notifications
You must be signed in to change notification settings - Fork 402
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(logger): reverting logger child modification (#4363)
Reverting logging child change
- Loading branch information
1 parent
d0293d0
commit ded5622
Showing
5 changed files
with
37 additions
and
120 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
# logger.powertools_handler is set with Powertools Logger handler; useful when there are many handlers | ||
LOGGER_ATTRIBUTE_POWERTOOLS_HANDLER = "powertools_handler" | ||
# logger.init attribute is set when Logger has been configured | ||
# logger.init attribute is set when Logger has been configured | ||
LOGGER_ATTRIBUTE_PRECONFIGURED = "init" | ||
LOGGER_ATTRIBUTE_HANDLER = "logger_handler" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,2 @@ | ||
class InvalidLoggerSamplingRateError(Exception): | ||
pass | ||
|
||
|
||
class OrphanedChildLoggerError(Exception): | ||
pass |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters