mirror of
https://github.com/danswer-ai/danswer.git
synced 2025-09-26 11:58:28 +02:00
Change default log level back to info
This commit is contained in:
@@ -61,7 +61,7 @@ LOG_FILE_NAME = os.environ.get("LOG_FILE_NAME") or "danswer"
|
|||||||
# Enable generating persistent log files for local dev environments
|
# Enable generating persistent log files for local dev environments
|
||||||
DEV_LOGGING_ENABLED = os.environ.get("DEV_LOGGING_ENABLED", "").lower() == "true"
|
DEV_LOGGING_ENABLED = os.environ.get("DEV_LOGGING_ENABLED", "").lower() == "true"
|
||||||
# notset, debug, info, notice, warning, error, or critical
|
# notset, debug, info, notice, warning, error, or critical
|
||||||
LOG_LEVEL = os.environ.get("LOG_LEVEL", "notice")
|
LOG_LEVEL = os.environ.get("LOG_LEVEL", "info")
|
||||||
|
|
||||||
# Timeout for API-based embedding models
|
# Timeout for API-based embedding models
|
||||||
# NOTE: does not apply for Google VertexAI, since the python client doesn't
|
# NOTE: does not apply for Google VertexAI, since the python client doesn't
|
||||||
|
Reference in New Issue
Block a user