Display extensive logs

Please be sure of your agent type and version and pick the right documentation accordingly.

This is the documentation of the forest-express-sequelize and forest-express-mongoose Node.js agents that will soon reach end-of-support.

forest-express-sequelize v9 and forest-express-mongoose v9 are replaced by @forestadmin/agent v1.

Please check your agent type and version and read on or switch to the right documentation.

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

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

Last updated