Skip to content

Commit d550f17

Browse files
committed
adding logback env var to supported-configurations.json
1 parent daa425b commit d550f17

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

metadata/supported-configurations.json

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7761,6 +7761,14 @@
77617761
"aliases": ["DD_TRACE_INTEGRATION_LOGS_INTAKE_LOG4J_2_ENABLED", "DD_INTEGRATION_LOGS_INTAKE_LOG4J_2_ENABLED"]
77627762
}
77637763
],
7764+
"DD_TRACE_LOGS_INTAKE_LOGBACK_ENABLED": [
7765+
{
7766+
"version": "A",
7767+
"type": "boolean",
7768+
"default": "true",
7769+
"aliases": ["DD_TRACE_INTEGRATION_LOGS_INTAKE_LOGBACK_ENABLED", "DD_INTEGRATION_LOGS_INTAKE_LOGBACK_ENABLED"]
7770+
}
7771+
],
77647772
"DD_TRACE_MAVEN_ENABLED": [
77657773
{
77667774
"version": "A",

0 commit comments

Comments
 (0)