https://bz.apache.org/bugzilla/show_bug.cgi?id=64041
Bug ID: 64041
Summary: access_log rotated but date error
Product: Tomcat 9
Version: 9.0.22
Hardware: PC
OS: Linux
Status: NEW
Severity: normal
Priority: P2
Component: Connectors
Assignee: [email protected]
Reporter: [email protected]
Target Milestone: -----
hi, we used tomcat built-in springboot and configed access log,but since
December 29th,the log file's name is eror.for example
today is December 29, 2019,but the logs name is
"localhost_access_log.2020-12-29.log" not
"localhost_access_log.2019-12-29.log",
please help us,Thanks
In addition,the spring-boot application config is
server.tomcat.accesslog.enabled=true
server.tomcat.accesslog.pattern=%a %h %l %u %t %r %s %S %b %D
server.tomcat.accesslog.prefix=localhost_access_log
server.tomcat.accesslog.suffix=.log
server.tomcat.accesslog.file-date-format=.YYYY-MM-dd
server.tomcat.accesslog.rotate=true
server.tomcat.accesslog.directory=logs
server.tomcat.basedir=./
--
You are receiving this mail because:
You are the assignee for the bug.
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]