From 233cd236a9013c41edb9a45ff23090340d957c68 Mon Sep 17 00:00:00 2001 From: Jacob Hoffman-Andrews Date: Mon, 27 Jan 2025 11:12:04 -0800 Subject: [PATCH] tests: increase wfe log level We've been seeing some flaky integration tests where issuance fails. The integration test only has access to the generic user-facing error. The real error is available as `InternalError` in the WFE logs, but we need a higher log level to see it. --- test/config-next/wfe2.json | 2 +- test/config/wfe2.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/test/config-next/wfe2.json b/test/config-next/wfe2.json index c516cc7e67c..0d67cf568d6 100644 --- a/test/config-next/wfe2.json +++ b/test/config-next/wfe2.json @@ -142,7 +142,7 @@ } }, "syslog": { - "stdoutlevel": 4, + "stdoutlevel": 7, "sysloglevel": -1 }, "openTelemetry": { diff --git a/test/config/wfe2.json b/test/config/wfe2.json index 5d11d3304e5..129a5850c3b 100644 --- a/test/config/wfe2.json +++ b/test/config/wfe2.json @@ -141,7 +141,7 @@ } }, "syslog": { - "stdoutlevel": 4, + "stdoutlevel": 7, "sysloglevel": 6 } }