mirror of
https://github.com/langgenius/dify-docs.git
synced 2026-07-22 04:15:24 -04:00
[DOCS]: where can see those logs for plug in? #273
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @shaojun on GitHub (Nov 19, 2025).
Type of Documentation Change
Other
Documentation Page URL or Path
No response
Current Content
No response
Suggested Changes
where can we see those logs??
Reason for Change
No response
Code of Conduct
@dosubot[bot] commented on GitHub (Nov 19, 2025):
You can view Dify logs in several ways, depending on your deployment:
/app/logs/server.loginside the container. You can access them with commands likedocker-compose logs api,docker logs <CONTAINER_ID>, or by runningdocker exec -it <container_name> tail -f /app/logs/server.logfor real-time monitoring. To access logs from your host, mount a Docker volume to/app/logsdetails..envfile using variables likeLOG_FILE,LOG_LEVEL,LOG_FILE_MAX_SIZE, andLOG_FILE_BACKUP_COUNTreference.ENABLE_REQUEST_LOGGING=TrueandLOG_LEVEL=DEBUGin your.envfile, then restart your containers. SQL statement logging can be enabled withSQLALCHEMY_ECHO=Truehow-to.plugin_daemon,api, andworkerservice logs withdocker-compose logs plugin_daemon,docker-compose logs api, anddocker-compose logs workerplugin logs.workflow_app_logsdatabase table, not in the file or Docker logs db logs.If you're using the Dify cloud version, log access may be limited or available via the dashboard's plugin section if provided.
To reply, just mention @dosu.
How did I do? Good | Irrelevant | Incorrect | Verbose | Hallucination | Report 🐛 | Other
