Skip to content

Commit f5626b5

Browse files
committed
fix table
1 parent 59cc524 commit f5626b5

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

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

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,8 @@
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") }}| `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. |
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. |
2627
{{ end }}
2728
| `DD_SERVICE` | See [Unified Service Tagging](/getting_started/tagging/unified_service_tagging/). **Recommended** |
2829
| `DD_VERSION` | See [Unified Service Tagging](/getting_started/tagging/unified_service_tagging/). **Recommended** |

0 commit comments

Comments
 (0)