mirror of
https://git.anonymousland.org/anonymousland/synapse.git
synced 2025-10-21 22:46:03 -04:00
Merge branch 'develop' into rav/more_logcontext_leaks
This commit is contained in:
commit
415c6b672e
6 changed files with 71 additions and 6 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