Small enhancement

This commit is contained in:
2012-07-15 22:52:34 +02:00
parent d32d2a9a16
commit 6d1782cb8d

View File

@@ -96,10 +96,10 @@ class FaceMovie(object):
fh.setLevel(logging.DEBUG)
# create console handler with a higher log level
self.console_logger = logging.getLogger('ConsoleLog')
self.console_logger.setLevel(logging.DEBUG)
# self.console_logger.setLevel(logging.DEBUG) # not needed
ch = logging.StreamHandler()
ch.setLevel(logging.DEBUG)
#ch.setLevel(logging.DEBUG) # not needed
# add the handlers to the logger
self.my_logger.addHandler(fh)