Debug

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:*"
...
}

Environment variables

Alternatively, environment variables like DEBUG=app:* achieve the same result. noonjs prioritizes environment variables over config.json.

Edit this page on Github
© 2025 kav3.com. Crafted with and dedication.