Fix broken exception logging (#173)
This commit is contained in:
@@ -137,7 +137,7 @@ class ContextualLogger:
|
|||||||
|
|
||||||
def exception(self, msg, *args):
|
def exception(self, msg, *args):
|
||||||
"""Exception level log."""
|
"""Exception level log."""
|
||||||
return self._logger.log(logging.EXCEPTION, msg, *args)
|
return self._logger.exception(msg, *args)
|
||||||
|
|
||||||
|
|
||||||
def pack_message(msg):
|
def pack_message(msg):
|
||||||
|
Reference in New Issue
Block a user