forked from tanner/qotnews
undo log level change
This commit is contained in:
parent
1658346aa9
commit
1f063f0dac
|
@ -1,7 +1,7 @@
|
|||
import logging
|
||||
logging.basicConfig(
|
||||
format='%(asctime)s - %(name)s - %(levelname)s - %(message)s',
|
||||
level=logging.ERROR)
|
||||
level=logging.DEBUG)
|
||||
|
||||
if __name__ == '__main__':
|
||||
import sys
|
||||
|
|
Loading…
Reference in New Issue
Block a user