How to get debug logging output (JUL) from OAM Plugin (Oracle OAM 12c)?
Hi,
We have some OAM plugins that are being used in OAM 12c, and we need to do some debugging.
I was able to bump up the logging in EM and now it is logging information about the steps and modules that are being used, but I want to get debug output from our OAM Plugin (Java code) itself. Right now, none of that output seems to be appearing anywhere. I have even added some System.out.printlns but even those don't appear anywhere.
We use Java util logging (JUL) in the OAM Plugin code. Can someone tell me what we need to configure to get the output from our LOGGER.logp() lines to appear somewhere, and also "where" the log output will appear?