Logging Level Update (#2165)

This commit is contained in:
Yuhong Sun
2024-08-18 21:53:40 -07:00
committed by GitHub
parent 119aefba88
commit 5ab4d94d94
57 changed files with 183 additions and 201 deletions

View File

@@ -32,7 +32,7 @@ def simple_log_function_time(
if debug_only:
logger.debug(final_log)
else:
logger.info(final_log)
logger.notice(final_log)
return result