Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[BUG] Wildfly Log Cleanup geht nicht #2588

Open
j-dimension opened this issue Sep 28, 2024 · 0 comments
Open

[BUG] Wildfly Log Cleanup geht nicht #2588

j-dimension opened this issue Sep 28, 2024 · 0 comments
Labels
bug Something isn't working
Milestone

Comments

@j-dimension
Copy link
Member

mal das probieren:

            <size-rotating-file-handler name="FILE" autoflush="true">
                <formatter>
                    <named-formatter name="PATTERN"/>
                </formatter>
                <file relative-to="jboss.server.log.dir" path="server.log"/>
                <rotate-size value="100m"/>
                <max-backup-index value="5"/>
                <suffix value=".yyyy-MM-dd"/>
                <append value="true"/>
            </size-rotating-file-handler>
            <size-rotating-file-handler name="ACCESS_LOG" autoflush="true">
                <formatter>
                    <named-formatter name="ACCESS_LOG_FORMATTER"/>
                </formatter>
                <file relative-to="jboss.server.log.dir" path="access_log.log"/>
                <rotate-size value="100m"/>
                <max-backup-index value="5"/>
                <suffix value=".yyyy-MM-dd"/>
                <append value="true"/>
            </size-rotating-file-handler>
@j-dimension j-dimension added the bug Something isn't working label Sep 28, 2024
@j-dimension j-dimension added this to the 2.7 milestone Sep 28, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
Status: In Progress
Development

No branches or pull requests

1 participant