fix superclass ref
This commit is contained in:
parent
850db82881
commit
ce4e19739b
1 changed files with 2 additions and 1 deletions
|
|
@ -598,7 +598,8 @@ class HubFormatter(logging.Formatter):
|
|||
record.session_id = None
|
||||
record.callnum = None
|
||||
record.user_name = None
|
||||
return logging.Formatter.format(self, record)
|
||||
return super(HubFormatter, self).format(record)
|
||||
|
||||
|
||||
def setup_logging1():
|
||||
"""Set up basic logging, before options are loaded"""
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue