Suppressing Messages in Application Logs

Oracle Health Insurance applications make use of various software libraries and third-party components. Some of these libraries may write messages to log that are not of interest. It is possible to suppress these messages so that they no longer appear in any log. For example, warnings may appear in logs when Oracle Health Insurance application starts that look like:

'weblogic.kernel.Default (self-tuning)' ] WARN oracle.adfinternal.controller.state.ControllerState - ADFc: No view port found with ID ...

It is not possible to influence these warnings from within Oracle Health Insurance applications. Suppress them by changing the log level for the specific package. For example, the following logger is part of most logback configuration files Oracle supplies:

<logger name="oracle.adfinternal.controller.state.ControllerState" level="error" />