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 d开发者_运维知识库ebug ones. What's the quickest way to enable this?
Use some implementation of commons logging like log4j and configure it.
精彩评论