Display extensive logs

circle-exclamation
triangle-exclamation

Display extensive logs

For debugging purposes your might want to display extensive logs from your Admin Backend API. To do so, simply add the following in your code:

.env
...

NODE_ENV=development
circle-info

This can be useful to understand how queries are executed to display your collections or relationships.

Last updated

Was this helpful?