Internet Explorer is no longer supported. Many things will still work, but your experience will be degraded and some things won't function. Please use a modern browser such as Edge, Chrome, or Firefox.

Diagnostic Center

Modified on July 26, 2024view on GitHub

The diagnostic center is designed to diagnose known issues in BuildMaster and contains log messages that would not otherwise be captured by other subsystems. For example, issue synchronization occurs in the context of an execution that maintains its own logging for diagnostic purposes. However, if for some reason an error occurs outside of the synchronization (e.g., a required BuildMaster extension was uninstalled), a message would be logged to the diagnostic center. At this point, only the last 1000 messages are kept, and if more are written, the oldest messages are deleted.

Message Levels

By default, only messages with warning or error level are logged. If more verbosity is required, the level can be changed from the Diagnostic Center page, or by setting the Diagnostics.MinimumLogLevel value to one of the following:

  • 0 - debug
  • 10 - information
  • 20 - warning
  • 30 - error

Any specified value implicitly includes all higher levels. The debug setting should only be used when a known problem is diagnosed, as it can affect system performance.