pinojs / pino-tee

🌲 tee pino logs into a file, with multiple levels
MIT License
89 stars 17 forks source link

File per day. #11

Closed lgertel closed 6 years ago

lgertel commented 6 years ago

Hello everyone! I'm using pino on my fastify software and need to know if it's possible to create separated files (errors, warn, info) on daily basis.

Thanks!

davidmarkclements commented 6 years ago

We recommend logrotate for log file management - http://getpino.io/#/docs/howtos?id=how-do-i-rotate-log-files

webhype commented 2 years ago

We recommend logrotate for log file management - http://getpino.io/#/docs/howtos?id=how-do-i-rotate-log-files

Hi, this link is outdated.