From f9ac8214bfc3ee3fb8d2517025907fbe83c5f3fc Mon Sep 17 00:00:00 2001 From: "Karl O. Pinc" Date: Thu, 12 Dec 2019 07:14:23 -0600 Subject: [PATCH] Document minimal logging on stderr --- README.rst | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.rst b/README.rst index f794c6e..37bcefa 100644 --- a/README.rst +++ b/README.rst @@ -89,6 +89,12 @@ The installation can then be accessed via URLs similar to:: http://localhost:6543/logout +Minimal error reporting is done on stderr to help diagnose startup +failure. Full error reporting is done via logging so when there are +problems it is important to check the log and the logging +configuration. + + Putting PGWUI on the Internet ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ -- 2.34.1