In a standalone J2SE application I'm using some library code that uses Log.debug
from Commons Logging to output some debug information. My app currently has no logging configuration whatsoever. By default I see some log messages in stdout, but not the debug ones. What's the quickest way to enable this?
Use some implementation of commons logging like log4j and configure it.