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.
2 parents 48f6ac0 + e5dca29 commit f2e8c10Copy full SHA for f2e8c10
fluent/handler.py
@@ -24,7 +24,7 @@ class FluentRecordFormatter(logging.Formatter, object):
24
25
:param fmt: a dict with format string as values to map to provided keys.
26
"""
27
- def __init__(self, fmt=None, datefmt=None):
+ def __init__(self, fmt=None, datefmt=None, style='%'):
28
super(FluentRecordFormatter, self).__init__(None, datefmt)
29
30
if not fmt:
0 commit comments