Skip to content

Commit f78669a

Browse files
committed
fix table
1 parent f5626b5 commit f78669a

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

layouts/shortcodes/gcr-configure-env-vars.en.html

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,9 +22,7 @@
2222
| `DD_API_KEY` | [Datadog API key](/account_management/api-app-keys/#api-keys) - **Required**|
2323
| `DD_SITE` | [Datadog site](/getting_started/site/) - **Required** |
2424
| `DD_LOGS_ENABLED` | When true, send logs (stdout and stderr) to Datadog. Defaults to false. |
25-
{{ if in (slice "java" "nodejs" "csharp" "php") (.Get "language") }}
26-
| `DD_LOGS_INJECTION`| When true, enrich all logs with trace data for supported loggers. See [Correlate Logs and Traces](/tracing/other_telemetry/connect_logs_and_traces/) for more information. |
27-
{{ end }}
25+
{{ if in (slice "java" "nodejs" "csharp" "php") (.Get "language") }}| `DD_LOGS_INJECTION`| When true, enrich all logs with trace data for supported loggers. See [Correlate Logs and Traces](/tracing/other_telemetry/connect_logs_and_traces/) for more information. |{{ end }}
2826
| `DD_SERVICE` | See [Unified Service Tagging](/getting_started/tagging/unified_service_tagging/). **Recommended** |
2927
| `DD_VERSION` | See [Unified Service Tagging](/getting_started/tagging/unified_service_tagging/). **Recommended** |
3028
| `DD_ENV` | See [Unified Service Tagging](/getting_started/tagging/unified_service_tagging/). **Recommended** |

0 commit comments

Comments
 (0)