Revert "fix superclass ref"

This reverts commit ce4e19739b.
This commit is contained in:
Mike McLean 2015-10-14 16:45:26 -04:00
parent 94794bcc94
commit c19f9a60a8

View file

@ -598,8 +598,7 @@ class HubFormatter(logging.Formatter):
record.session_id = None
record.callnum = None
record.user_name = None
return super(HubFormatter, self).format(record)
return logging.Formatter.format(self, record)
def setup_logging1():
"""Set up basic logging, before options are loaded"""