# HG changeset patch # User Mads Kiilerich <mads@kiilerich.com> # Date 2020-04-22 18:47:02 # Node ID 3b1c53643b09328ce9ac628b722fafc2fab5e1f6 # Parent cfce400b9684a23cf6da4931935a62f4bdf4126e doc: fix wording of debug hint in contributing.rst diff --git a/docs/contributing.rst b/docs/contributing.rst --- a/docs/contributing.rst +++ b/docs/contributing.rst @@ -269,8 +269,8 @@ be ``None``). 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.