comparison docs/usage/debugging.rst @ 3224:8b8edfc25856 beta

whitespace cleanup
author Marcin Kuzminski <marcin@python-works.com>
date Fri, 25 Jan 2013 02:31:17 +0100
parents 097327aaf2ad
children e73a69cb98dc
comparison
equal deleted inserted replaced
3223:74e455c06881 3224:8b8edfc25856
12 enable detailed debug 12 enable detailed debug
13 --------------------- 13 ---------------------
14 14
15 RhodeCode uses standard python logging modules to log it's output. 15 RhodeCode uses standard python logging modules to log it's output.
16 By default only loggers with INFO level are displayed. To enable full output 16 By default only loggers with INFO level are displayed. To enable full output
17 change `level = DEBUG` for all logging handlers in currently used .ini file. 17 change `level = DEBUG` for all logging handlers in currently used .ini file.
18 This change will allow to see much more detailed output in the logfile or 18 This change will allow to see much more detailed output in the logfile or
19 console. This generally helps a lot to track issues. 19 console. This generally helps a lot to track issues.
20 20
21 21
22 enable interactive debug mode 22 enable interactive debug mode