rogerc / file-stream-rotator

NodeJS file stream rotator
MIT License
143 stars 69 forks source link

Add Storage Configuration #108

Open chenyulun opened 7 months ago

chenyulun commented 7 months ago

Can you realize that the current log is written to a file without a date, and the next day the file is dumped to a file with a date for backup, which is not the same as creating createSymlink?

Because our file-listening service (the log-collecting service) doesn't support createSymlink and can only listen to a single file

chenyulun commented 7 months ago

https://github.com/winstonjs/winston-daily-rotate-file/issues/392