# HG changeset patch # User Mads Kiilerich # Date 1587581222 -7200 # Node ID 3b1c53643b09328ce9ac628b722fafc2fab5e1f6 # Parent cfce400b9684a23cf6da4931935a62f4bdf4126e doc: fix wording of debug hint in contributing.rst diff -r cfce400b9684 -r 3b1c53643b09 docs/contributing.rst --- a/docs/contributing.rst Fri Apr 24 12:42:29 2020 +0200 +++ b/docs/contributing.rst Wed Apr 22 20:47:02 2020 +0200 @@ -269,8 +269,8 @@ Debugging ^^^^^^^^^ -A good way to trace what Kallithea is doing is to keep an eye on the output of -stdout/stderr from the server process. Perhaps change ``my.ini`` to log at +A good way to trace what Kallithea is doing is to keep an eye on the output on +stdout/stderr of the server process. Perhaps change ``my.ini`` to log at ``DEBUG`` or ``INFO`` level, especially ``[logger_kallithea]``, but perhaps also other loggers. It is often easier to add additional ``log`` or ``print`` statements than to use a Python debugger.