I have enabled logging on the server side by putting a logging.properties file under the WEB-INF/classes directory of my web-application which hosts the REST service. Globally, I have set .level= FINE and I have also set java.util.logging.ConsoleHandler.level = FINE, yet I am only able to see WARNING messages on the Console and not the FINE/ tracing logs. Is there something else to be done for enabling fine logging on the server side in CXF?
-- View this message in context: http://cxf.547215.n5.nabble.com/OAuth-1-0-in-CXF-2-6-2-tp5713150p5713188.html Sent from the cxf-user mailing list archive at Nabble.com.
