Changeset - 4d076981a7b1
[Not reviewed]
beta
0 1 1
Marcin Kuzminski - 14 years ago 2012-03-11 03:28:23
marcin@python-works.com
docs about debugging
2 files changed with 27 insertions and 1 deletions:
0 comments (0 inline, 0 general)
docs/index.rst
Show inline comments
 
@@ -20,13 +20,14 @@ Users Guide
 
   :maxdepth: 1
 

	
 
   usage/general
 
   usage/git_support
 
   usage/statistics
 
   usage/backup
 
   
 
   usage/debugging
 

	
 
**Develop**
 

	
 
.. toctree::
 
   :maxdepth: 1
 
   
 
   contributing
docs/usage/debugging.rst
Show inline comments
 
new file 100644
 
.. _debugging:
 

	
 
===================
 
DEBUGGING RHODECODE
 
===================
 

	
 
If you encountered problems with RhodeCode here are some instructions how to
 
possibly debug them.
 

	
 
** First make sure you're using the latest version available.**
 

	
 
enable detailed debug
 
---------------------
 

	
 
RhodeCode uses standard python logging modules to log it's output.
 
By default only loggers with INFO level are displayed. To enable full output
 
change `level = DEBUG` for all logging handlers in currently used .ini file. 
 
After this you can check much more detailed output of actions happening on 
 
RhodeCode system.
 

	
 

	
 
enable interactive debug mode
 
-----------------------------
 

	
 
To enable interactive debug mode simply 
0 comments (0 inline, 0 general)