remove duplicate logging context
old-commit-hash: 1206409b2e83f7def11d9b8473fa30e16736f41f
This commit is contained in:
@@ -115,9 +115,6 @@ class SwagLogger(logging.Logger):
|
||||
if args:
|
||||
evt['args'] = args
|
||||
evt.update(kwargs)
|
||||
ctx = self.get_ctx()
|
||||
if ctx:
|
||||
evt['ctx'] = self.get_ctx()
|
||||
if 'error' in kwargs:
|
||||
self.error(evt)
|
||||
else:
|
||||
|
||||
Reference in New Issue
Block a user