Set log_min_messages to WARNING for walredo process

This commit is contained in:
Konstantin Knizhnik
2025-02-26 16:18:54 +02:00
parent ef55ee0e6c
commit 9e4a223413

View File

@@ -254,7 +254,7 @@ WalRedoMain(int argc, char *argv[])
* which is super strange but that's not something we can solve
* for here. ¯\_(-_-)_/¯
*/
SetConfigOption("log_min_messages", "FATAL", PGC_SUSET, PGC_S_OVERRIDE);
SetConfigOption("log_min_messages", "WARNING", PGC_SUSET, PGC_S_OVERRIDE);
SetConfigOption("client_min_messages", "ERROR", PGC_SUSET,
PGC_S_OVERRIDE);