You can set debug levels like this app:info, app:warn, app:error, or combine them as app:info,warn. Use app:* to enable all levels.
{
...
"debug": "app:*"
...
}
Alternatively, environment variables like DEBUG=app:* achieve the same result. noonjs prioritizes environment variables over config.json.