This documentation relates to an earlier version of Bamboo.
View

Unknown macro: {spacejump}

or visit the current documentation home.

このドキュメントでは、システムのログを増加させる手順を説明します。

  1. Open <bamboo-install>/webapp/WEB-INF/classes/log4j.properties and add/change the following lines. The double ## lines are comments, leave them intact.
    ## log hibernate prepared statements/SQL queries (equivalent to setting 'hibernate.show_sql' to 'true')
    log4j.logger.net.sf.hibernate.SQL=DEBUG, confluencelog
    log4j.additivity.net.sf.hibernate.SQL=false
    
    ## log hibernate prepared statement parameter values
    log4j.logger.net.sf.hibernate.type=DEBUG, confluencelog
    log4j.additivity.net.sf.hibernate.type=false
    
    (info) If you can not locate these lines in your log4j.properties file, please add them to the end of it.
  2. Restart bamboo.
  3. エラーの原因となった手順を再度実行します。
  4. ログ ディレクトリを zip 化し、サポート チケットに添付します。
  • ラベルなし