### Describe the bug Hello, currently with the following access log configuration ``` quarkus.http.access-log.enabled=true quarkus.http.access-log.log-to-file=true quarkus.http.access-log.base-file-name=access ``` when rotation of the access log happens, rotated log files would have a name like `access2025-01-31.log` ### Expected behavior Rotated files have name like `access.2025-01-31.log` ### Actual behavior Rotated files have name like `access2025-01-31.log` ### How to Reproduce? _No response_ ### Output of `uname -a` or `ver` _No response_ ### Output of `java -version` _No response_ ### Quarkus version or git rev _No response_ ### Build tool (ie. output of `mvnw --version` or `gradlew --version`) _No response_ ### Additional information _No response_