# Logs

## Avo Codegen

Avo Codegen functions print logs prefixed with `[avo]`

Learn about controlling the logs output in Avo Codegen [in the reference section](https://www.avo.app/docs/reference/avo-codegen/custom-loggers.md).

## Avo Inspector

Avo Inspector prints logs prefixed with

`[avo] Avo Inspector`

Logs are enabled by default in the development environment.

You can enable or disable the logs with the following code:

```swift
AvoInspector.setLogging(shouldPrintLogs)
```
