OIM Log file DEBUG isn't showing up
741077Jul 2 2010 — edited Nov 5 2010Hi All,
I have the following in some java code:
this.logger = Logger.getLogger("Flat File Reconciliation");
and I'm trying to change the log output to show DEBUg messages, currently it only shows INFO.
I have added:
<category name="Flat File Reconciliation">
<priority value="DEBUG"/>
</category>
to my jboss log4j.xml file, restarted OIM, but I still only see INFO [FLAT FILE RECONCILIATION] in the log. What am I doing wrong?
Thank you very much
Alex