Skip to content

Instantly share code, notes, and snippets.

@tml
Forked from andrewmkhoury/INSTRUCTIONS.md
Created July 15, 2019 12:33
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save tml/0fa5bdccd5bf61932834d3a2ae68a35c to your computer and use it in GitHub Desktop.
Save tml/0fa5bdccd5bf61932834d3a2ae68a35c to your computer and use it in GitHub Desktop.
Apache Sling - enabling debug log level for all java packages when instance won't start up
  1. Open this file in an editor crx-quickstart/launchpad/config/org/apache/sling/commons/log/LogManager.config
  2. Change org.apache.sling.commons.log.level value from "info" to "debug"
  3. Try to start the instance again
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment