So the default logging for RBPM only shows the time and not the date. This I find very irritating as it makes debugging a pain.
So to get it to log the date as well do this:
Edit this file:
{RBPM Base}/jboss/server/IDMProv/conf/jboss-log4j.xml
and change the line:
<param name="ConversionPattern" value="%d{ABSOLUTE} %-5p [%c{1}] %m%n"/>
to:
<param name="ConversionPattern" value="%d{dd/MM/yyyy HH:mm:ss} %-5p [%c{1}] %m%n"/>
No mess no fuss Jboss picks up the change on the fly :-)
No comments:
Post a Comment