> For the complete documentation index, see [llms.txt](https://docs.takomo.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.takomo.io/support/troubleshooting.md).

# Troubleshooting

Here are some tips to help you troubleshoot problems.

## Logging level

By setting the [logging level](/command-line-usage/common-options.md#set-logging-level) to **debug** or **trace**, you will see lots of useful information that might help you spot the problem. Logging level is set with `--log <level>` option which is available for all commands,

#### Example

This is how you set logging level to trace:

```bash
tkm stacks deploy --log trace
```

## Statistics

To understand how Takomo interacts with AWS APIs you can use `--stats` option to instruct Takomo to print various statistics after executing a command.

#### Example

This is how you enable statistics:

```bash
tkm <your command here> --stats
```
