disabled logging for subsequent tests

pull/111/head
Chris Caron 2019-05-13 21:03:42 -04:00
parent 51a5ce344a
commit 9a26de53c3
1 changed files with 3 additions and 0 deletions

View File

@ -55,3 +55,6 @@ def test_apprise_logger():
# Verbose Debugging will activate
URLBase.logger.trace('test')
# Disable Logging
logging.disable(logging.CRITICAL)