winstonjs / winston-daily-rotate-file

A transport for winston which logs to a rotating file each day.
MIT License
889 stars 151 forks source link

Update readme add "level" option #353

Closed Henderxx closed 2 years ago

Henderxx commented 2 years ago

Hi everyone, i was going through configuration of rotating files, and in one point i needed to specify few transports but each one for different levels, first i thought it was impossible with rotate file, but in other closed issues i found it as working (#262 ), and it works as expected, but it's not mentioned in readme

wbt commented 2 years ago

Thanks for pointing that out! Would you be interested in making a PR containing text that would be helpful for someone in the situation you were in before figuring that out?

Henderxx commented 2 years ago

i'm not an expert in making PRs but i could try for sure

wbt commented 2 years ago

Thanks for the contribution!