Browse Source

typo

opensearch
Oren Mazor 6 years ago
parent
commit
27f76c2136
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      logzio/handler.py

+ 1
- 1
logzio/handler.py View File

@ -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)


Loading…
Cancel
Save