-
Notifications
You must be signed in to change notification settings - Fork 406
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(logging): Don't include
json_default
in logs (#132)
Changes: * formatter.py - pop `json_default` from the **kwargs before updating `self.format_dict` * formatter.py - clean up and remove uneeded `pragma: no cover` * formatter.py - remove unused `decode` case * test_aws_lambda_logging.py - update unit tests to include a check for `json_default`
- Loading branch information
Michael Brewer
authored
Aug 25, 2020
1 parent
814062e
commit 026faaf
Showing
2 changed files
with
36 additions
and
23 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
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