projects
/
pgwui_server
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
cf8f53d
)
Document minimal logging on stderr
author
Karl O. Pinc
<kop@karlpinc.com>
Thu, 12 Dec 2019 13:14:23 +0000
(07:14 -0600)
committer
Karl O. Pinc
<kop@karlpinc.com>
Thu, 12 Dec 2019 13:14:23 +0000
(07:14 -0600)
README.rst
patch
|
blob
|
history
diff --git
a/README.rst
b/README.rst
index f794c6e804aa62dc0ff13b0e012314603b2481d9..37bcefaf97b0df88dcf5e11e9206ee0367ed626c 100644
(file)
--- 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
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^