Hi,

With the following log4j configuration, i am getting thread names in the log file. Is it possible to log thread id instead of thread name?
 <layout class="org.apache.log4j.PatternLayout">
<param name="ConversionPattern" value="%d{yyMMdd'-'hhmmss}-%p-%t: %m%n"/>
  </layout>

Thanks,
-Rakesh

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to