Relative Content

Tag Archive for typescriptpinojs

How to write logs to file and console using PINO?

I am able to write logs to a log file with below pino implementation.

Can anyone please let me now if it is possible to log to console at the same time to control the ‘console.log()’ frenzy.