How To Decrease the Log Severity Using Java:org.apache.commons.logging.Log
(Doc ID 1473129.1)
Last updated on MARCH 29, 2023
Applies to:
Oracle Communications Order and Service Management - Version 7.0.1 to 7.2.0 [Release 7.0.0 to 7.2]Information in this document applies to any platform.
Goal
We need to reduce xquery log without touching or commenting in the code.
We are using this funcionality, as per PIP Cartridges.
declare namespace log = "java:org.apache.commons.logging.Log";
declare variable $log external;
log:info($log,'OSM->**********DEMO LOG*******'),
But we want to remove this info logs from .out files.
Is it possible to remove it directly from log4jAdmin or using some WLS or OSM internal functionalities?
Solution
To view full details, sign in with your My Oracle Support account. |
|
Don't have a My Oracle Support account? Click to get started! |
In this Document
Goal |
Solution |