ICF Integration Class Logging
Hi all,
We have a need to see the log output for the classes making up the ICF/OIM "glue" - the ones found in oim-icf-intg, connector-framework, and connector-framework-internal jars, with package names starting with org.identityconnectors and oracle.iam.connectors.icfcommon.
No matter how I set up logging.xml, I see no output from these logs, though I have no problem getting any other arbitrary OIM log output to show up, such as oracle.iam.identity.rolemgmt.
These classes all use instances of org.identityconnectors.common.logging.Log instead of Java.Util.Logger, which makes me think that it just doesn't use the normal logging.xml like the rest of the OIM classes.
0