Troubleshooting Bitbucket Mesh

Still need help?

The Atlassian Community is here for you.

Ask the community

Purpose

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

Last modified on Jul 18, 2023

Was this helpful?

Yes
No
Provide feedback about this article
Powered by Confluence and Scroll Viewport.