##// END OF EJS Templates
doc: fix wording of debug hint in contributing.rst
Mads Kiilerich -
r8236:3b1c5364 stable
parent child Browse files
Show More
@@ -269,8 +269,8 b' be ``None``).'
269 Debugging
269 Debugging
270 ^^^^^^^^^
270 ^^^^^^^^^
271
271
272 A good way to trace what Kallithea is doing is to keep an eye on the output of
272 A good way to trace what Kallithea is doing is to keep an eye on the output on
273 stdout/stderr from the server process. Perhaps change ``my.ini`` to log at
273 stdout/stderr of the server process. Perhaps change ``my.ini`` to log at
274 ``DEBUG`` or ``INFO`` level, especially ``[logger_kallithea]``, but perhaps
274 ``DEBUG`` or ``INFO`` level, especially ``[logger_kallithea]``, but perhaps
275 also other loggers. It is often easier to add additional ``log`` or ``print``
275 also other loggers. It is often easier to add additional ``log`` or ``print``
276 statements than to use a Python debugger.
276 statements than to use a Python debugger.
General Comments 0
You need to be logged in to leave comments. Login now