Apache Cayenne > Index > Cayenne FAQ > Log4J FAQ
Added by Andrus Adamchik, last edited by Andrus Adamchik on Sep 04, 2005  (view change)

If you are having problems with logging, first step would be to check that logging is configured per recommendations in the User Guide. To further debug Log4J initialization, start the application with a system property log4j.configDebug set to "true". E.g.:

java -Dlog4j.configDebug=true MyApp