You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Every time a new file is created, a number is appended to its end.
How can I manage it to have the extra numbers before the file extension?
i.e the filename is 'error.log' and when it reaches a certain size -> 'error.log.1' is created, but I would like to get 'error1.log' or 'error.1.log'
Thanks,
Ofir
The text was updated successfully, but these errors were encountered:
This is not currently possible. This is being tracked over at rogerc/file-stream-rotator#48 and once that issue is resolved, the capability will be available here.
Hi,
I'm having a problem modifying filenames.
Every time a new file is created, a number is appended to its end.
How can I manage it to have the extra numbers before the file extension?
i.e the filename is 'error.log' and when it reaches a certain size -> 'error.log.1' is created, but I would like to get 'error1.log' or 'error.1.log'
Thanks,
Ofir
The text was updated successfully, but these errors were encountered: