oops, that was wrong

This commit is contained in:
James Turk 2012-05-16 00:19:30 -04:00
parent 901283ecfa
commit 2846b044d2

View File

@ -45,7 +45,7 @@ class MongoHandler(logging.Handler):
pass
self.collection = db[collection]
self.async = async
MongoHandler.__init__(self, level)
logging.Handler.__init__(self, level)
self.formatter = MongoFormatter()
def emit(self, record):