> For the complete documentation index, see [llms.txt](https://jsverse.gitbook.io/transloco/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://jsverse.gitbook.io/transloco/developer-tools/keys-manager-tkm/debugging.md).

# Debugging

You can extend the keys manager default logs by setting the `DEBUG` environment variable:

```json
"scripts": {
  "i18n:extract": "DEBUG=tkm:config,tkm:paths transloco-keys-manager extract",
  "i18n:find": "DEBUG=* transloco-keys-manager find"
}
```

Supported namespaces: `tkm:*|config|paths|scopes|extraction`, setting `tkm:*` will print all the debugger logs.
