Troubleshooting Perforce

お困りですか?

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

コミュニティに質問

From Bamboo 10.0, Perforce is no longer available. 

Verify configuration with documentation.

Depending on where you want to troubleshoot (Bamboo server or a remote agent), you need to set the logging level on the following packages to DEBUG:

For Bamboo versions prior 9

log4j.logger.com.perforce=DEBUG 
log4j.logger.com.tek42=DEBUG
Bamboo Server

The changes have to be applied to <BAMBOO_INSTALL>/webapp/WEB-INF/classes/log4j.properties if you want to make the change permanent.

Alternatively, this can be configured via the UI.

Bamboo remote agent

Apply the changes to log4j.properties file on the agent as per this documentation.

For Bamboo version 9 and above

logger.bamboo-perforce.level=DEBUG
logger.bamboo-perforce.name=com.perforce

logger.bamboo-tek42.level=DEBUG
logger.bamboo-tek42.name=com.tek42
Bamboo Server

The changes have to be applied to <BAMBOO_INSTALL>/webapp/WEB-INF/classes/log4j2.properties if you want to make the change permanent.

Alternatively, this can be configured via the UI.

Bamboo remote agent

Apply the changes to log4j2.properties file on the agent as per this documentation.


最終更新日 2024 年 8 月 21 日

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

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