wip
This commit is contained in:
@@ -120,7 +120,8 @@ log.setLevel(logging.DEBUG)
|
||||
|
||||
outhandler = logging.StreamHandler()
|
||||
|
||||
print_level = os.environ.get('LOGPRINT', 'warning')
|
||||
# print_level = os.environ.get('LOGPRINT', 'warning')
|
||||
print_level = os.environ.get('LOGPRINT', 'debug')
|
||||
if print_level == 'debug':
|
||||
outhandler.setLevel(logging.DEBUG)
|
||||
elif print_level == 'info':
|
||||
|
||||
Reference in New Issue
Block a user