diff --git a/logzio/handler.py b/logzio/handler.py index d3abc7c..60a90c9 100644 --- a/logzio/handler.py +++ b/logzio/handler.py @@ -46,7 +46,7 @@ class LogzioHandler(logging.Handler): return extra_fields def flush(self): - self.logzio_sender._flush_queue() + self.logzio_sender._flush_the_queue() def format(self, record): message = super(LogzioHandler, self).format(record)