Skip to content

Instantly share code, notes, and snippets.

@andrewmkhoury
Last active July 15, 2019 12:33
Show Gist options
  • Save andrewmkhoury/c90f2d4b504259449313 to your computer and use it in GitHub Desktop.
Save andrewmkhoury/c90f2d4b504259449313 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