# Reduce noise and risk with AgentOS access logs off by default

> AgentOS access logs are now disabled by default, resulting in leaner deployments and minimizing the risk of unintentionally logging sensitive data.

- Published: 2025-10-15
- Author: Agno Team
- Category: Changelog
- Canonical: https://agno-com-nine.vercel.app/articles/reduce-noise-and-risk-with-agentos-access-logs-off-by-default
- Markdown: https://agno-com-nine.vercel.app/articles/reduce-noise-and-risk-with-agentos-access-logs-off-by-default.md

AgentOS access logs are now disabled by default, resulting in leaner deployments and minimizing the risk of unintentionally logging sensitive data. Teams that depend on these logs can explicitly re-enable them.

**Details**

- Default is off; re-enable with serve(access_log=True)
- Helps control logging costs and surface only actionable signals
- No impact to application-level logs or metrics

**Who this is for:** Operators and security-conscious teams aiming for minimal default logging footprint.
