pino-rotating-file icon indicating copy to clipboard operation
pino-rotating-file copied to clipboard

[DEPRECATED] A pino log transport for splitting logs into separate, automatically rotating files.

Results 5 pino-rotating-file issues
Sort by recently updated
recently updated
newest added

Bumps [rotating-file-stream](https://github.com/iccicci/rotating-file-stream) from 3.1.0 to 3.1.1. Changelog Sourced from rotating-file-stream's changelog. 2023-07-22 - v3.1.1 Fixed a bug which causes occasional crashes on rotation by timer (thanks to diwic) 2023-02-09 -...

dependencies

Is there any option available to set the maxAge of the gunzip log files? How to configure .rotate.js to remove all compressed logs older than one month? Here is my...

Pino v7 comes with another way of defining and loading transports: https://getpino.io/#/docs/transports?id=v7-transports which is more performant (see [this](https://www.youtube.com/watch?t=1316&v=vETUVN-KEgc)) and easy to maintain (for users). Is there any plan to support...

This issue provides visibility into Renovate updates and their statuses. [Learn more](https://docs.renovatebot.com/key-concepts/dashboard/) ## Open These updates have all been created already. Click a checkbox below to force a retry/rebase of...

Hi, I am not able to figure how to use `pino-pretty` so that I can save my log to a file as well as use `teeToStdout` option to get that...