You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jul 12, 2023. It is now read-only.
I think this is true for all the components: MCPServer, MCPClient, Dashboard and Storage Service. They all have a console handler with the level set to DEBUG. I think that we should change that to WARNING or INFO because that's what you want in production. Our Compose environment would inject config to change it to DEBUG but that's something that our settings module don't support yet.
This is not a problem in packages or Ansible because they populate their own configuration system to reproduce the old AM16 behaviour.
The text was updated successfully, but these errors were encountered:
I think this is true for all the components: MCPServer, MCPClient, Dashboard and Storage Service. They all have a
console
handler with the level set toDEBUG
. I think that we should change that toWARNING
orINFO
because that's what you want in production. Our Compose environment would inject config to change it toDEBUG
but that's something that our settings module don't support yet.This is not a problem in packages or Ansible because they populate their own configuration system to reproduce the old AM16 behaviour.
The text was updated successfully, but these errors were encountered: