I modified the logging.properties file (/conf/loging.properties).
The addition of job tracer log was successful by writing this message. ‘com.knime.enterprise.server.jobs.Tracer.handlers = 6jobtracer.org.apache.juli.FileHandler’
I want the log time format to change from “24-Dec-2021 16:08:34.825” to "2021-12-24 16:08:34.825 ".
we modified logging.properties file like this, but it has no effect on the log.
java.util.logging.SimpleFormatter.format=%1$tY:%1$tm:%1$td %1$tH:%1$tM:%1$tS|%4$s:
%2$s%n%5$s%n%6$s%n
It would be much appreciated if you could respond to this problem.