In log4j.properties I can set PatternLayout e.g. (\"[%p] %c - %m - %d %n\")
log4j.properties
PatternLayout
(\"[%p] %c - %m - %d %n\")
Is there any symbol (%something) which returns cur
Try this,
%d{dd MMM yyyy HH:mm:ss,SSS}