From: Karl O. Pinc Date: Thu, 12 Dec 2019 13:14:23 +0000 (-0600) Subject: Document minimal logging on stderr X-Git-Url: https://papio.biology.duke.edu/gitweb/?a=commitdiff_plain;h=f9ac8214bfc3ee3fb8d2517025907fbe83c5f3fc;p=pgwui_server Document minimal logging on stderr --- 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 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^