mirror of
https://github.com/caronc/apprise.git
synced 2025-08-19 04:47:20 +02:00
disabled logging for subsequent tests
This commit is contained in:
@@ -55,3 +55,6 @@ def test_apprise_logger():
|
|||||||
|
|
||||||
# Verbose Debugging will activate
|
# Verbose Debugging will activate
|
||||||
URLBase.logger.trace('test')
|
URLBase.logger.trace('test')
|
||||||
|
|
||||||
|
# Disable Logging
|
||||||
|
logging.disable(logging.CRITICAL)
|
||||||
|
Reference in New Issue
Block a user