commit | 8cd452753791649a17d774ad935153ac78744d46 | [log] [tgz] |
---|---|---|
author | Jacques Le Roux <jacques.le.roux@les7arts.com> | Mon May 13 11:20:08 2024 +0200 |
committer | Jacques Le Roux <jacques.le.roux@les7arts.com> | Mon May 13 11:20:08 2024 +0200 |
tree | 9c1b33e55cf9ad4b738e753dbaabb65820a22764 | |
parent | f5aad6669e03fde5963eab2d2791403bed29da51 [diff] |
Fixed: Tomcat access_log has 2 dots (OFBIZ-13089) Between Tomcat 7 and Tomcat 8 the access_log default value of fileDateFormat has changed: https://tomcat.apache.org/tomcat-7.0-doc/config/valve.html#Access_Log_Valve/Attributes https://tomcat.apache.org/tomcat-8.0-doc/config/valve.html#Access_Log_Valve/Attributes I did not find any notice about that. We did not change OFBiz access-log-prefix value. Not a big deal but better keep a simple file format with only one dot. As we use the defaul format value we could also remove this OOTB value. I believe it's better to keep it in order to allow users to decide about it. Without this OOTB value they may miss this opportunity.