]
Tomaz Cerar commented on WFLY-4319:
-----------------------------------
Can you also post your configuration of undertow subsystem
access log doesn't get rotated if the server wasn't running
at midnight
-----------------------------------------------------------------------
Key: WFLY-4319
URL:
https://issues.jboss.org/browse/WFLY-4319
Project: WildFly
Issue Type: Bug
Components: Web (Undertow)
Affects Versions: 8.2.0.Final
Environment: Wildfly 8.2.0.Final
Reporter: Vsevolod Golovanov
Assignee: Tomaz Cerar
1. Day 1.
2. Start the server.
3. Make a request.
4. Stop the server.
5. Day 2.
6. Repeat 2-3.
7. Observe access.log containing requests from both Day 1 and Day 2.
JBoss Web correctly rotates its access log in this case.
Wildfly correctly rotates its server.log in the same circumstances.
Undertow should too.