Log Verbosity #364
Unanswered
The-LittleTeapot
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi, I'm trying to implement some monitoring solutions to our local ollama.
I'm using fluentd to collect logs from webui that's runing in a container.
DEBUG [open_webui.utils.middleware] logs contain some useful metadata which I want to collect, however these logs also contains the messages and this leads to my issue.
Our users sometimes upload tens of thousands of tokens which cause the logs to be extremely long.
And i've noticed that when the log messages are too long, fluentd does't record the entire log entry, this leads to missing fields and problems down the pipeline.
I was wondering if we can somehow disable the messages from being passed to the logs, but keep the metadata.
Regards.
Beta Was this translation helpful? Give feedback.
All reactions