Pedro Igor commented on Feature Request PLINK-303

Initial logging added to the IDM. It was added different logging categories:

  <!-- PicketLink IDM Root category. All logging messages. -->
  <category name="org.picketlink.idm">
    <priority value="INFO"/>
  </category>

  <!-- PicketLink IDM Root category. All logging messages. -->
  <category name="org.picketlink.idm.credential">
    <priority value="INFO"/>
  </category>

  <!-- PicketLink IDM Identity Store category. Only messages from identity stores. -->
  <category name="org.picketlink.idm.identity.store">
    <priority value="INFO"/>
  </category>

  <!-- PicketLink IDM File Identity Store category. -->
  <category name="org.picketlink.idm.identity.store.file">
    <priority value="INFO"/>
  </category>

  <!-- PicketLink IDM JPA Identity Store category. -->
  <category name="org.picketlink.idm.identity.store.jpa">
    <priority value="INFO"/>
  </category>

  <!-- PicketLink IDM LDAP Identity Store category. -->
  <category name="org.picketlink.idm.identity.store.ldap">
    <priority value="INFO"/>
  </category>

Added messages for the most important levels: INFO, WARN, DEBUG and TRACE.

This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira