Logging
Octoris has built in functionality that allows you to take advantage of logging within the framework.
Using Logging
You can use the logger by first initializing it within the composeRoutes
function you can pass it true
as a value to just use the default setup like so
You can also pass the logger a options object that follows the pino options object
routes.js
Logging From Context
If you setup and decide to use the logger built into octoris, you then have it available to you from the context object passed to your routes and middleware.
Last updated
Was this helpful?