diff --git a/fluent/handler.py b/fluent/handler.py index c6c34e5..1e06e08 100644 --- a/fluent/handler.py +++ b/fluent/handler.py @@ -24,7 +24,7 @@ class FluentRecordFormatter(logging.Formatter, object): :param fmt: a dict with format string as values to map to provided keys. """ - def __init__(self, fmt=None, datefmt=None): + def __init__(self, fmt=None, datefmt=None, style='%'): super(FluentRecordFormatter, self).__init__(None, datefmt) if not fmt: