mirror of
https://github.com/langgenius/dify.git
synced 2026-06-05 23:50:06 +08:00
feat(refactoring): Support Structured Logging (JSON) (#30170)
This commit is contained in:
@@ -129,6 +129,7 @@ services:
|
||||
- ./middleware.env
|
||||
environment:
|
||||
# Use the shared environment variables.
|
||||
LOG_OUTPUT_FORMAT: ${LOG_OUTPUT_FORMAT:-text}
|
||||
DB_DATABASE: ${DB_PLUGIN_DATABASE:-dify_plugin}
|
||||
REDIS_HOST: ${REDIS_HOST:-redis}
|
||||
REDIS_PORT: ${REDIS_PORT:-6379}
|
||||
|
||||
Reference in New Issue
Block a user