Skip to main content
Version: 1.8.x

Logging

Use the MONACO_REQUEST_LOG and MONACO_RESPONSE_LOG environment variables to specify a file that logs the HTTP traffic between Monaco and the Dynatrace API. This is useful while working on Monaco's source code.

The path for the specified file can be absolute or relative to the current working directory.

⚠️ The specified file(s) will be truncated!.

To specify the log file, set the environment variables:

Logging monaco requests and responses
MONACO_REQUEST_LOG=request.log MONACO_RESPONSE_LOG=response.log monaco -e environment project

Monaco immediately starts writing all send requests to the specified file(s).

The content of multipart post requests is currently not logged. This is a known limitation.