mirror of
https://github.com/caronc/apprise.git
synced 2024-11-24 17:14:00 +01:00
disabled logging for subsequent tests
This commit is contained in:
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
Block a user