If you look at this logging configuration file from the tests: https://github.com/apache/cxf/blob/master/systests/ws-security/src/test/resources/logging.properties
If you change both instances of INFO to FINE and uncomment the line "handlers= java.util.logging.FileHandler, java.util.logging.ConsoleHandler", then when you run the tests it logs a ton of FINE logging messages, some of which are related to the security processing. Colm. On Tue, Apr 16, 2019 at 6:59 PM G.Dab <[email protected]> wrote: > Okay, I understand how to change the logging level to FINE on both the > FileHandler and ConsoleHandler: > > handlers= java.util.logging.FileHandler, java.util.logging.ConsoleHandler > .level= FINE > > java.util.logging.ConsoleHandler.level= FINE > > But you mentioned 'debug', and does that mean another setting? > > Even FINE isn't telling me anything other than what I was seeing > previously. > > > > > > -- > Sent from: http://cxf.547215.n5.nabble.com/cxf-user-f547216.html > -- Colm O hEigeartaigh Talend Community Coder http://coders.talend.com
