WALRedo: Limit logging to log_level = ERROR and above (#5587)

This fixes issues in pageserver's walredo process where WALRedo
logs of loglevel=LOG are interpreted as errors.

## Problem

See #5560

## Summary of changes

Set the log level to something that doesn't include LOG.
This commit is contained in:
MMeent
2023-10-26 13:21:41 +02:00
committed by GitHub
parent e0ebdfc7ce
commit 6129077d31
2 changed files with 10 additions and 1 deletions

View File

@@ -1631,7 +1631,6 @@ class NeonPageserver(PgProtocol):
".*took more than expected to complete.*",
# these can happen during shutdown, but it should not be a reason to fail a test
".*completed, took longer than expected.*",
'.*registered custom resource manager \\\\"neon\\\\".*',
# AWS S3 may emit 500 errors for keys in a DeleteObjects response: we retry these
# and it is not a failure of our code when it happens.
".*DeleteObjects.*We encountered an internal error. Please try again.*",