Don't add StreamHandler to test logging setup
This commit is contained in:
@@ -2,4 +2,3 @@ import logging
|
||||
|
||||
log = logging.getLogger()
|
||||
log.setLevel('DEBUG')
|
||||
log.addHandler(logging.StreamHandler())
|
||||
|
Reference in New Issue
Block a user