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 |
General Comments 0
You need to be logged in to leave comments.
Login now