Enabling additional logging in Fisheye/Crucible

お困りですか?

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

コミュニティに質問

目的

Depending on the issue, it may be required to increase the log level in Fisheye/Crucible for a particular set of classes.

If you have been asked to turn on Debug Logging, you can enable this by going to the Fisheye Admin Page > Global Settings > Server > Debug Logging.   General Debug Logging does not require a restart and is usually a good place to start.  This page contains the list of the available loggers and their usage that augment the general Debug Logging.

SQL logging

This may be required when some pages/actions are slow to load and more details about the queries are required.

方法

  • Add the following block of code to your <FishEye install directory>/log4j.xml file:
<logger name="org.hibernate.type">
   <level value="trace"/>
</logger>
 
<logger name="org.hibernate.SQL">
   <level value="DEBUG"/>
</logger>
  • Restart Fisheye/Crucible





このページの内容

最終更新日 2018 年 7 月 31 日

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

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