This website works better with JavaScript.
Home
Help
Sign In
zolfa
/
opensearch-python-handler
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Projects
0
Releases
0
Wiki
Activity
Browse Source
typo
opensearch
Oren Mazor
7 years ago
parent
7b2040706f
commit
27f76c2136
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+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
)
Write
Preview
Loading…
Cancel
Save