Which logger controls visibility of NonCatalogLogger debug messages?
Following Oracle's instructions I have created an EJB to perform some work on behalf of Oracle BI scheduled jobs. The EJB installs and works perfectly.
For logging, I am using weblogic.logging.NonCatalogLogger and for log levels of Info, Warning, and Error it works fine. When I browse log messages in WL Console they appear as expected. However debug messages do not show up. I expected this to be a problem with log level configuration, however I can't seem to find the correct logger to adjust. I have tried setting the Root log level to NOTIFICATION:32*, and also tried setting Oracle.* and Weblogic.* to TRACE:32 (with all child loggers set to "inherit"). So far no go.