diff --git a/test/new-e2e/tests/windows/service-test/fixtures/datadog-di-disabled.yaml b/test/new-e2e/tests/windows/service-test/fixtures/datadog-di-disabled.yaml index 0719b0e228dc..86e76c63d243 100644 --- a/test/new-e2e/tests/windows/service-test/fixtures/datadog-di-disabled.yaml +++ b/test/new-e2e/tests/windows/service-test/fixtures/datadog-di-disabled.yaml @@ -1,3 +1,5 @@ +log_level: debug + # enable logs agent logs_enabled: true diff --git a/test/new-e2e/tests/windows/service-test/fixtures/datadog-pa-disabled.yaml b/test/new-e2e/tests/windows/service-test/fixtures/datadog-pa-disabled.yaml index 94f06ef2eb24..97c9f8525a56 100644 --- a/test/new-e2e/tests/windows/service-test/fixtures/datadog-pa-disabled.yaml +++ b/test/new-e2e/tests/windows/service-test/fixtures/datadog-pa-disabled.yaml @@ -1,3 +1,5 @@ +log_level: debug + # disable logs agent logs_enabled: false diff --git a/test/new-e2e/tests/windows/service-test/fixtures/datadog-rc-enabled.yaml b/test/new-e2e/tests/windows/service-test/fixtures/datadog-rc-enabled.yaml index f0a2387be641..31711ce1c445 100644 --- a/test/new-e2e/tests/windows/service-test/fixtures/datadog-rc-enabled.yaml +++ b/test/new-e2e/tests/windows/service-test/fixtures/datadog-rc-enabled.yaml @@ -1,3 +1,5 @@ +log_level: debug + # enable logs agent logs_enabled: true diff --git a/test/new-e2e/tests/windows/service-test/fixtures/datadog-ta-disabled.yaml b/test/new-e2e/tests/windows/service-test/fixtures/datadog-ta-disabled.yaml index e477a34d1246..45240b942343 100644 --- a/test/new-e2e/tests/windows/service-test/fixtures/datadog-ta-disabled.yaml +++ b/test/new-e2e/tests/windows/service-test/fixtures/datadog-ta-disabled.yaml @@ -1,3 +1,5 @@ +log_level: debug + # enable logs agent logs_enabled: true diff --git a/test/new-e2e/tests/windows/service-test/fixtures/datadog.yaml b/test/new-e2e/tests/windows/service-test/fixtures/datadog.yaml index 6421774e2dd2..8aa3ed7cb9a3 100644 --- a/test/new-e2e/tests/windows/service-test/fixtures/datadog.yaml +++ b/test/new-e2e/tests/windows/service-test/fixtures/datadog.yaml @@ -1,3 +1,5 @@ +log_level: debug + # enable logs agent logs_enabled: true diff --git a/test/new-e2e/tests/windows/service-test/fixtures/security-agent-disabled.yaml b/test/new-e2e/tests/windows/service-test/fixtures/security-agent-disabled.yaml index 88b59095e28c..acb5f845c47c 100644 --- a/test/new-e2e/tests/windows/service-test/fixtures/security-agent-disabled.yaml +++ b/test/new-e2e/tests/windows/service-test/fixtures/security-agent-disabled.yaml @@ -1,3 +1,5 @@ +log_level: debug + # enable security agent runtime_security_config: enabled: false diff --git a/test/new-e2e/tests/windows/service-test/fixtures/security-agent.yaml b/test/new-e2e/tests/windows/service-test/fixtures/security-agent.yaml index d9fe9c2500b5..10808cb548f6 100644 --- a/test/new-e2e/tests/windows/service-test/fixtures/security-agent.yaml +++ b/test/new-e2e/tests/windows/service-test/fixtures/security-agent.yaml @@ -1,3 +1,5 @@ +log_level: debug + # enable security agent runtime_security_config: enabled: true diff --git a/test/new-e2e/tests/windows/service-test/fixtures/system-probe-disabled.yaml b/test/new-e2e/tests/windows/service-test/fixtures/system-probe-disabled.yaml index 8805f12b2755..e0ea0de5d338 100644 --- a/test/new-e2e/tests/windows/service-test/fixtures/system-probe-disabled.yaml +++ b/test/new-e2e/tests/windows/service-test/fixtures/system-probe-disabled.yaml @@ -1,3 +1,5 @@ +log_level: debug + # disable NPM network_config: enabled: false diff --git a/test/new-e2e/tests/windows/service-test/fixtures/system-probe-nofim.yaml b/test/new-e2e/tests/windows/service-test/fixtures/system-probe-nofim.yaml index bbfbac7b00d9..dde9e08f2136 100644 --- a/test/new-e2e/tests/windows/service-test/fixtures/system-probe-nofim.yaml +++ b/test/new-e2e/tests/windows/service-test/fixtures/system-probe-nofim.yaml @@ -1,3 +1,5 @@ +log_level: debug + # enable NPM network_config: enabled: true diff --git a/test/new-e2e/tests/windows/service-test/fixtures/system-probe.yaml b/test/new-e2e/tests/windows/service-test/fixtures/system-probe.yaml index 9ee39482565b..1cdf2c4b4d1c 100644 --- a/test/new-e2e/tests/windows/service-test/fixtures/system-probe.yaml +++ b/test/new-e2e/tests/windows/service-test/fixtures/system-probe.yaml @@ -1,3 +1,5 @@ +log_level: debug + # enable NPM network_config: enabled: true