This commit is contained in:
Your Name
2024-05-20 22:52:32 -05:00
parent 2f2205ebe7
commit 01dfb0205f
2 changed files with 5 additions and 11 deletions

View File

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