Troubleshooting Bitbucket Mesh

お困りですか?

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

コミュニティに質問

目的

This page contains the troubleshooting steps that can be performed to understand the reasons leading to issues with the Mesh functionality.

Troubleshooting Steps

Enable debug logging for Mesh

The source for these properties can be found in the Bitbucket configuration properties page. Most levels can be set using mesh.logging.logger.{name}={level}. These properties are added to bitbucket.properties, which requires a restart to set.

To set all classes to debug, set the following:

mesh.logging.logger.com.atlassian.bitbucket.mesh=DEBUG


To set the root logger, use the following:

mesh.logging.logger.ROOT=INFO


To set profiling, set the property to true:

mesh.profiling.enabled=true

Mesh Topics

最終更新日 2023 年 7 月 18 日

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

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