| Apache Cayenne > Index > Cayenne FAQ > Log4J FAQ |
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