Verbose Logging Node-RED

Hi,

Does anyone know how to enable Verbose logging when using NR as an add-on?

Thanks.

Inside config/nodered folder you will find a file called settings.js. Set the log level according to this
https://nodered.org/docs/user-guide/runtime/logging

Thanks, so this worked and I can view the log in the add-on page itself. The log however is only 1 page long.

Is there a separate directory that shows the entire log?

Thanks.