When logging in a file using a daily rotation with a prefix and / or a suffix, we might want to use another separator than a dot.
Proposal
Add customizable separator for prefix / filename and suffix (better if they are not the same) so that we can define specific separator for both elements.
We can still have dot as default separator if not configured.
The only unknown point would be how to handle the separator when in NEVER rotation with filename and suffix.
Maybe use the prefix / filename separator as default ?
Feature Request
Crates
tracing_appender
Motivation
When logging in a file using a daily rotation with a prefix and / or a suffix, we might want to use another separator than a dot.
Proposal
Add customizable separator for prefix / filename and suffix (better if they are not the same) so that we can define specific separator for both elements.
We can still have dot as default separator if not configured.
The only unknown point would be how to handle the separator when in NEVER rotation with filename and suffix. Maybe use the prefix / filename separator as default ?
Alternatives