How To Decrease Log Severity Using Java:org.apache.commons.logging.Log
edited Jul 5, 2012 6:29AM in Order and Service Management (Communications Industry) (MOSC) 1 comment
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?
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?
0