comparison docs/usage/debugging.rst @ 2119:4d076981a7b1 beta

docs about debugging
author Marcin Kuzminski <marcin@python-works.com>
date Sun, 11 Mar 2012 04:28:23 +0200
parents
children 097327aaf2ad
comparison
equal deleted inserted replaced
2118:2f2695771579 2119:4d076981a7b1
1 .. _debugging:
2
3 ===================
4 DEBUGGING RHODECODE
5 ===================
6
7 If you encountered problems with RhodeCode here are some instructions how to
8 possibly debug them.
9
10 ** First make sure you're using the latest version available.**
11
12 enable detailed debug
13 ---------------------
14
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
17 change `level = DEBUG` for all logging handlers in currently used .ini file.
18 After this you can check much more detailed output of actions happening on
19 RhodeCode system.
20
21
22 enable interactive debug mode
23 -----------------------------
24
25 To enable interactive debug mode simply