Example
Multiple Loggers
Notice that you can also configure different loggers for your Agents, Teams and Workflows:Using Named Loggers
As it’s conventional in Python, you can also provide custom loggers just by setting loggers with specific names. This is useful if you want to set them up using configuration files.agno.agent
will be used for all Agent logsagno.team
will be used for all Team logsagno.workflow
will be used for all Workflow logs