I am trying to display one of my system properties in my app, so far I have
log4j.appender.fileAppender.layout.ConversionPattern=%d{HH:mm:ss,SSS}[${tag_name}]:%-5p [%t]%c %x - %m%n
Where ${tag_name}
is the system properties variable. I want to see in my log statements. Is this the right format?