mirror of
https://github.com/langgenius/dify.git
synced 2026-04-05 05:09:19 +08:00
feat(refactoring): Support Structured Logging (JSON) (#30170)
This commit is contained in:
@@ -69,6 +69,8 @@ PYTHONIOENCODING=utf-8
|
||||
# The log level for the application.
|
||||
# Supported values are `DEBUG`, `INFO`, `WARNING`, `ERROR`, `CRITICAL`
|
||||
LOG_LEVEL=INFO
|
||||
# Log output format: text or json
|
||||
LOG_OUTPUT_FORMAT=text
|
||||
# Log file path
|
||||
LOG_FILE=/app/logs/server.log
|
||||
# Log file max size, the unit is MB
|
||||
|
||||
Reference in New Issue
Block a user