-
|
I'm using RotatingFileSink for rotating log files. I'm getting But, I need the files to have unique names and I didn't find a way to do it in the In our Is there a similar way to make unique file names in the RotatingFileSink? |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 2 replies
-
|
Currently it's impossible. I'm considering adding a method UPDATE: Tracking issue #53. |
Beta Was this translation helpful? Give feedback.
-
|
We plan to implement some event hooks (e.g. |
Beta Was this translation helpful? Give feedback.
-
|
Opened a issue #53 to track the progress. |
Beta Was this translation helpful? Give feedback.
Currently it's impossible. I'm considering adding a method
custom_renameonRotatingFileSinkBuilder.UPDATE: Tracking issue #53.