We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 133f260 commit f9f4bdeCopy full SHA for f9f4bde
aws_lambda_powertools/logging/formatter.py
@@ -53,7 +53,7 @@ def __init__(self, **kwargs):
53
"timestamp": "%(asctime)s",
54
"level": "%(levelname)s",
55
"location": "%(funcName)s:%(lineno)d",
56
- "message": "",
+ "message": None,
57
}
58
self.format_dict.update(kwargs)
59
0 commit comments