> For the complete documentation index, see [llms.txt](https://community.commandersact.com/tagcommander/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://community.commandersact.com/tagcommander/tips-and-tricks/best-practices/faq.md).

# FAQ

## I cannot see my console.log, why ?&#x20;

When you write a `console.log` within a tag to check if a tag is correctly triggered of to check a value, for example like this :&#x20;

![](/files/-MOCGxnwGthEEq2YfW_F)

when a new container version is generated, it re-writes the `console.log` as `tC.log`

To be able to read these `tC.log` you need to add this cookie within you browser :&#x20;

```
// Set this cookie to read tC.log
tC.setCookie("tCdebugLib", 1, 30);
```

![](/files/-MOCHZkugSFJyh2TPfIU)
