mirror of
https://github.com/datafolklabs/cement.git
synced 2026-02-06 15:07:01 +00:00
Fix minor typo
This commit is contained in:
parent
6d7f0b532e
commit
2c7cfb449c
@ -60,7 +60,9 @@ class LoggingExtTestCase(test.CementExtTestCase):
|
||||
Log.clear_loggers(self.app._meta.label)
|
||||
|
||||
#previous_logger = logging.getLogger(name)
|
||||
MyLog = ext_logging.LoggingLogHandler(clear_loggers="%s:%s" % (self.app._meta.label, self.app._meta.label))
|
||||
MyLog = ext_logging.LoggingLogHandler(clear_loggers="%s:%s" % \
|
||||
(self.app._meta.label,
|
||||
self.app._meta.label))
|
||||
MyLog._setup(self.app)
|
||||
|
||||
def test_rotate(self):
|
||||
|
||||
Loading…
Reference in New Issue
Block a user