How Do I Enable Debug Logging for SVNKit

お困りですか?

アトラシアン コミュニティをご利用ください。

コミュニティに質問

Enable additional logging by adding the following JVM system property while launching the application:

-Djava.util.logging.config.file=path/to/logging.properties.disabled
  1. Download the logging.properties.disabled file. This file contains a system property, svnkit.level, which is used to control the log level:
    • FINE (default) — the level for non-detailed logging
    • FINER — the level for more detailed logging
    • FINEST —  the level for full logging
  2. Configure Fisheye/Crucible to start with the -Djava.util.logging.config.file=*path/to/*logging.properties.disabled parameter and value, where "path/to/" refers to the absolute path to the logging.properties.disabled file from step (1) as per instructions here .
  3. Restart Fisheye/Crucible for your changes to take effect.
  4. You will find the SVNKit log file in <USER_HOME>/svnkit.0.log where <USER_HOME> is the home directory of the user running Fisheye/Crucible or the user that you are logged in with e.g:
    • /home/charlie/svnkit.0.log.
最終更新日 2018 年 7 月 31 日

この内容はお役に立ちましたか?

はい
いいえ
この記事についてのフィードバックを送信する
Powered by Confluence and Scroll Viewport.