-
Hi, I'm using Quill to write CSV logs. I would like my logs to rotate every x file size. Thanks! |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
Hey, thanks for reporting. There is a CsvWriter constructor that accepts I have made a PR for master that implements new functionality to add the header for each rotated file please have a look |
Beta Was this translation helpful? Give feedback.
Hey, thanks for reporting.
There is a CsvWriter constructor that accepts
std::shared_ptr<Sink>
but the header is written only for the first file and not for the new ones.I have made a PR for master that implements new functionality to add the header for each rotated file
#701
please have a look