This is an automated email from the ASF dual-hosted git repository. tv pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/commons-jcs.git
commit e91b6a6a1050af813d06000520a9b96bf01883a4 Author: Thomas Vandahl <t...@apache.org> AuthorDate: Mon Mar 29 15:58:03 2021 +0200 Better log formatting --- commons-jcs-core/src/test/test-conf/logging.properties | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/commons-jcs-core/src/test/test-conf/logging.properties b/commons-jcs-core/src/test/test-conf/logging.properties index cecfa53..0a76ef0 100644 --- a/commons-jcs-core/src/test/test-conf/logging.properties +++ b/commons-jcs-core/src/test/test-conf/logging.properties @@ -23,4 +23,5 @@ java.util.logging.FileHandler.pattern=target/jcs-logging-%g.log java.util.logging.FileHandler.limit = 100000 java.util.logging.FileHandler.count = 2 java.util.logging.FileHandler.append=true -java.util.logging.FileHandler.formatter=java.util.logging.SimpleFormatter \ No newline at end of file +java.util.logging.FileHandler.formatter=java.util.logging.SimpleFormatter +java.util.logging.SimpleFormatter.format=[%1$tF %1$tT] %3$s [%4$-7s] %5$s %n