mirror of https://github.com/caronc/apprise
disabled logging for subsequent tests
parent
51a5ce344a
commit
9a26de53c3
|
@ -55,3 +55,6 @@ def test_apprise_logger():
|
|||
|
||||
# Verbose Debugging will activate
|
||||
URLBase.logger.trace('test')
|
||||
|
||||
# Disable Logging
|
||||
logging.disable(logging.CRITICAL)
|
||||
|
|
Loading…
Reference in New Issue