##// END OF EJS Templates
docs about debugging
marcink -
r2119:4d076981 beta
parent child Browse files
Show More
@@ -0,0 +1,25 b''
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
@@ -23,7 +23,8 b' Users Guide'
23 usage/git_support
23 usage/git_support
24 usage/statistics
24 usage/statistics
25 usage/backup
25 usage/backup
26
26 usage/debugging
27
27 **Develop**
28 **Develop**
28
29
29 .. toctree::
30 .. toctree::
General Comments 0
You need to be logged in to leave comments. Login now