Show More
@@ -269,8 +269,8 b' be ``None``).' | |||
|
269 | 269 | Debugging |
|
270 | 270 | ^^^^^^^^^ |
|
271 | 271 | |
|
272 |
A good way to trace what Kallithea is doing is to keep an eye on the output o |
|
|
273 |
stdout/stderr |
|
|
272 | A good way to trace what Kallithea is doing is to keep an eye on the output on | |
|
273 | stdout/stderr of the server process. Perhaps change ``my.ini`` to log at | |
|
274 | 274 | ``DEBUG`` or ``INFO`` level, especially ``[logger_kallithea]``, but perhaps |
|
275 | 275 | also other loggers. It is often easier to add additional ``log`` or ``print`` |
|
276 | 276 | statements than to use a Python debugger. |
General Comments 0
You need to be logged in to leave comments.
Login now