Closed midnightcodr closed 3 years ago
In my application I implemented a feature to reload settings, change log level on the fly using redis pub/sub without restarting Hapi server. At the moment I am using https://github.com/pimterry/loglevel for logging and it does exactly what I needed (change log level on the fly without restarting server) but I wanted something with better structure that's why I am looking into hapi-pino.
Upgraded to the newest pino library so useful methods such as
setLevel
can be used through this plug-in.