I currently use a properties file to control cxf logging when the application
runs.

java.util.logging.ConsoleHandler.level = INFO
java.util.logging.ConsoleHandler.formatter =
java.util.logging.SimpleFormatter

 However within the developed application if i want to override the settings
of the config using

System.setProperty("java.util.logging.ConsoleHandler.level", "WARNING");
System.setProperty("java.util.logging.ConsoleHandler.formatter",
"java.util.logging.SimpleFormatter");

it doesn't see to work. Is there a way i can override in the application the
cxf logging properties set in the config file. 

Regards
nmt
-- 
View this message in context: 
http://www.nabble.com/overriding-cxf-props-set-in-config-file-tp20544313p20544313.html
Sent from the cxf-user mailing list archive at Nabble.com.

Reply via email to