Specifying a custom logging configuration
You can configure Agno to use your own logging configuration by using theconfigure_agno_logging function.
Logging to a File
You can configure Agno to log to a file instead of the console:Multiple Loggers
You can configure different loggers for your Agents, Teams and Workflows:Using Named Loggers
As is standard in Python, you can provide custom loggers just by giving them specific names. This is useful when you set up logging through configuration files. Agno automatically recognizes and uses these logger names:agnowill be used for all Agent logsagno-teamwill be used for all Team logsagno-workflowwill be used for all Workflow logs
Learn more
Telemetry
Learn about Agno telemetry
Debugging Agents
Debug your agents effectively