From 2207584098f399c5226304cdb67fcc38995f07bd Mon Sep 17 00:00:00 2001 From: "Karl O. Pinc" Date: Tue, 3 Sep 2024 11:40:16 -0500 Subject: [PATCH] Using both handlers double-logs --- examples/etc/pgwui.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/etc/pgwui.yaml b/examples/etc/pgwui.yaml index adac78d..4f54db7 100644 --- a/examples/etc/pgwui.yaml +++ b/examples/etc/pgwui.yaml @@ -520,7 +520,7 @@ logging: level: INFO handlers: - console - - syslog + # - syslog loggers: # These next mappings don't do anything as given. Because they have no # handler they emit no messages. They are an example showing logging -- 2.34.1