Skip to content

Commit

Permalink
tests: increase wfe log level
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
jsha committed Jan 27, 2025
1 parent e0221b6 commit 233cd23
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion test/config-next/wfe2.json
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,7 @@
}
},
"syslog": {
"stdoutlevel": 4,
"stdoutlevel": 7,
"sysloglevel": -1
},
"openTelemetry": {
Expand Down
2 changes: 1 addition & 1 deletion test/config/wfe2.json
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,7 @@
}
},
"syslog": {
"stdoutlevel": 4,
"stdoutlevel": 7,
"sysloglevel": 6
}
}

0 comments on commit 233cd23

Please sign in to comment.