U bekijkt help-inhoud voor de versie::
- 6.4
- 6.3
- 6.2
- Eerdere versies
CRX records detailed logs. After you unpack and start Quickstart, you can find logs in the following locations:
- crx-quickstart/launchpad/logs
- crx-quickstart/server/logs
- crx-quickstart/logs
The default log level is INFO, that is, DEBUG messages are not logged.
To activate DEBUG log level, use the CRX explorer to set the
/libs/sling/config/org.apache.sling.commons.log.LogManager/org.apache.sling.commons.log.level
property to debug. Do not leave the log at the DEBUG log level longer than necessary, as it generates a lot of logs.
A line in the debug file usually starts with DEBUG, and then provides the log level, the installer action and the log message. For example:
DEBUG 3 WebApp Panel: WebApp successfully deployed
0 | Fatal error | The action has failed, and the installer cannot proceed. |
1 | Error | The action has failed. The installation proceeds, but a part of CRX was not installed correctly and will not work. |
2 | Warning | The action has succeeded but encountered problems. CRX may or may not work correctly. |
3 | Information | The action has succeeded. |