From ffb82c5292944ae508859c0e6fcde81074263734 Mon Sep 17 00:00:00 2001 From: Tobias Trabelsi <64127335+tobias-trabelsi-sonarsource@users.noreply.github.com> Date: Fri, 8 Jan 2021 12:55:02 +0100 Subject: [PATCH] SONAR-10662 The Wrapper Date Token is not stripped from special caracters and is currently invalid. This Commit reverts the Date Token to a valid state (#3540) --- sonar-application/src/main/assembly/conf/wrapper.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sonar-application/src/main/assembly/conf/wrapper.conf b/sonar-application/src/main/assembly/conf/wrapper.conf index 9ffbd6505cc..d4cdf7e3776 100644 --- a/sonar-application/src/main/assembly/conf/wrapper.conf +++ b/sonar-application/src/main/assembly/conf/wrapper.conf @@ -32,7 +32,7 @@ wrapper.console.loglevel=INFO wrapper.logfile.format=M wrapper.logfile.loglevel=INFO wrapper.logfile.rollmode=DATE -wrapper.logfile=../../logs/sonar.YYYY-MM-DD.log +wrapper.logfile=../../logs/sonar.YYYYMMDD.log # Maximum size that the log file will be allowed to grow to before # the log is rolled. Size is specified in bytes. The default value -- 2.39.5