How to reduce the log output of Librechat container about Custom config file loaded #6754
-
The output of Librechat container logs is extensive, and what troubles me is that every time the container starts, it outputs the Since this part of the content is a configuration item of I would like to ask if there is a way to prevent the Librechat container logs from outputting the I have tried setting both |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 9 replies
-
this is an "info" level log, so debug on/off won't affect this. There's no plan to remove or change this as it's helpful to see what values are loaded in. |
Beta Was this translation helpful? Give feedback.
Setting cache: true in librechat.yaml solved this problem :)