undo log level change

This commit is contained in:
Jason Schwarzenberger 2020-11-06 11:20:34 +13:00
parent 1658346aa9
commit 1f063f0dac

View File

@ -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