Logfile with Docker

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! ๐Ÿฆž
Was this page helpful?