mirror of
https://github.com/open-webui/open-webui.git
synced 2026-05-06 10:58:17 -05:00
[GH-ISSUE #20324] issue: Log level INFO too noisy #34680
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 @dpalic on GitHub (Jan 2, 2026).
Original GitHub issue: https://github.com/open-webui/open-webui/issues/20324
Check Existing Issues
Installation Method
Pip Install
Open WebUI Version
0.6.43
Ollama Version (if applicable)
No response
Operating System
ubuntu 22.04
Browser (if applicable)
No response
Confirmation
README.md.Expected Behavior
INFO level is doing Info only.
If you enable logging on multi user system, the logs are flooded with URL requests/access logs.
Expected is to be able to have all relevant INFO and ERROR and above in the main webui.log and the requests/accesses INFO and DEBUG into a access.log (similar as with nginx or apache)
Independent which source it is, the ERRORS and above shall appear in the webui.log!
Actual Behavior
you can either disable access logs totally or keep them in the main log. No option to separate.
Steps to Reproduce
LOG_LEVEL=DEBUG /home/me/.pyenv/versions/3.11.10/bin/open-webui serve
Logs & Screenshots
see above
Additional Information
it would be perfect to provide a sample how to configure it
or even better to add a flag --access-log-file to separate the access logs into a own file
@owui-terminator[bot] commented on GitHub (Jan 2, 2026):
🔍 Similar Issues Found
I found some existing issues that might be related to this one. Please check if any of these are duplicates or contain helpful solutions:
#20155 issue:
by dhaern • Dec 24, 2025 •
bug#20107 issue:
by mengdeer589 • Dec 22, 2025 •
bug#20196 issue:
by dhaern • Dec 27, 2025 •
bug#19877 issue:
by dotmobo • Dec 11, 2025 •
bug#20019 issue:
by j63440490 • Dec 17, 2025 •
bugShow 5 more related issues
#19777 issue:
by Yaute7 • Dec 05, 2025 •
bug#19861 issue:
by QuitHub • Dec 10, 2025 •
bug#20092 issue:
by VideoRyan • Dec 22, 2025 •
bug#19864 issue:
by Haervwe • Dec 10, 2025 •
bug#19563 issue:
by naruto7g • Nov 28, 2025 •
bug💡 Tips:
This comment was generated automatically by a bot. Please react with a 👍 if this comment was helpful, or a 👎 if it was not.