mirror of
https://git.anonymousland.org/anonymousland/synapse.git
synced 2025-05-03 02:34:50 -04:00
parent
ca7211104e
commit
e482f8cd85
2 changed files with 39 additions and 1 deletions
|
@ -32,7 +32,7 @@ class LogFormatter(logging.Formatter):
|
|||
super(LogFormatter, self).__init__(*args, **kwargs)
|
||||
|
||||
def formatException(self, ei):
|
||||
sio = StringIO.StringIO()
|
||||
sio = StringIO()
|
||||
(typ, val, tb) = ei
|
||||
|
||||
# log the stack above the exception capture point if possible, but
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue