Hey! Quick question about logging: Is there a way to disable agent responses and tool call summaries (the π οΈ/π/π icons with output) from appearing in the Docker logs?
I've set logging.consoleLevel: "silent" but the agent/tool summaries still appear in stdout/stderr, which gets logged by Docker. This floods the logs and causes unnecessary SSD writes.
Is there a hidden config option or should we filter at the Docker level with grep? Thanks! π¦