I'm wondering if there is any easy way to set the logging level used for logging requests in/out of CXF. Currently, all messages logged via those interceptors are essentially INFO level, and I'd like them to (ideally) be DEBUG level. Is there any easy way to do that without re-implementing the classes? If not, I guess the easiest thing to do is to just not log INFO level by default. :D
--sgp
