From 55b8cbef6ca7e83d7d0a30bcc8951306875defc7 Mon Sep 17 00:00:00 2001 From: Jacob Hoffman-Andrews Date: Mon, 27 Jan 2025 11:24:08 -0800 Subject: [PATCH] tests: increase wfe log level (#7982) 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 c516cc7e6..0d67cf568 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 5d11d3304..129a5850c 100644 --- a/test/config/wfe2.json +++ b/test/config/wfe2.json @@ -141,7 +141,7 @@ } }, "syslog": { - "stdoutlevel": 4, + "stdoutlevel": 7, "sysloglevel": 6 } }