I have a web service built on Apache Wink (1.1.3), running under Tomcat, started from Eclipse for debugging. How do I turn full logging on for some Wink classes?
For a start, I just tried turning it on for all of Wink with these lines in the logging.properties file of the Tomcat conf directory:
org.apache.wink.level = FINEST
org.apache.wink.handlers = java.util.logging.ConsoleHandler
I also tried putting these lines in another file and referencing that file with -Djava.util.logging.config.file=....
Neither of these worked.