mirror of
https://github.com/danswer-ai/danswer.git
synced 2025-08-03 13:43:18 +02:00
Logging Level Update (#2165)
This commit is contained in:
@@ -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
|
||||
|
||||
|
Reference in New Issue
Block a user