Skip to content

No divider between base file name and timestamp in the name of rotated access log #48342

@zhangjiangqige

Description

@zhangjiangqige

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions