Skip to content

Commit edd459a

Browse files
feat: making the dd_log_level info more compact
1 parent 3ee1810 commit edd459a

2 files changed

Lines changed: 1 addition & 14 deletions

File tree

content/en/docs/deployment/mendix-cloud-deploy/environments-details.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -483,7 +483,6 @@ Click **Add** and select **Supported** to choose from the following variables:
483483

484484
* **APPMETRICS_TARGET** – This enables sending application runtime and custom business metrics to HTTP endpoints of different monitoring solutions, such as [InfluxDB](https://www.influxdata.com/), while ignoring micrometer endpoints.
485485
* **DD_API_KEY** – This is the API key used with Datadog.
486-
* **DD_LOG_LEVEL** – This controls the verbosity of Datadog's logs. Refer to [Log Levels](/developerportal/operate/datadog-metrics/#log-levels) for more information.
487486
* **DD_SITE** – This directs metrics to a specific Datadog region.
488487
* **DATABASE_CONNECTION_PARAMS** – These are additional JDBC parameters for PostgreSQL databases. For more information, see the [Mendix Cloud Foundry Buildpack](https://github.com/mendix/cf-mendix-buildpack).
489488
* **JVM_GARBAGE_COLLECTOR** – This overrides the automatic configuration of the Java garbage collector. Accepted values are `Serial` or `G1`.

content/en/docs/deployment/mendix-cloud-deploy/monitoring-with-apm/datadog-metrics.md

Lines changed: 1 addition & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -179,19 +179,7 @@ If the app has more than one instance, you will see lines on the graph for each
179179

180180
### Log Levels (`DD_LOG_LEVEL`){#log-levels}
181181

182-
This variable is specific to the Datadog agent and controls the verbosity of the Datadog agent's own logs. It does not affect the [log level set in your app](/howto/monitoring-troubleshooting/log-levels/).
183-
184-
Valid values are:
185-
186-
* CRITICAL
187-
* ERROR
188-
* WARNING
189-
* INFO
190-
* DEBUG
191-
192-
{{% alert color="info" %}}
193-
Use log levels such as `DEBUG` or `TRACE` only temporarily for troubleshooting purposes.
194-
{{% /alert %}}
182+
`DD_LOG_LEVEL` controls the verbosity of Datadog agent logs. Use it solely for [troubleshooting Datadog agent](https://docs.datadoghq.com/agent/troubleshooting/debug_mode/) issues.
195183

196184
To control which logs are published to your APM tools, configure the settings on the [Log Levels](/developerportal/operate/monitoring-with-apm/#tuning-log-levels) tab.
197185

0 commit comments

Comments
 (0)