changeset 2119:4d076981a7b1 beta

docs about debugging
author Marcin Kuzminski <marcin@python-works.com>
date Sun, 11 Mar 2012 04:28:23 +0200
parents 2f2695771579
children d5527cebf76a
files docs/index.rst docs/usage/debugging.rst
diffstat 2 files changed, 27 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/docs/index.rst	Fri Mar 09 22:12:00 2012 +0200
+++ b/docs/index.rst	Sun Mar 11 04:28:23 2012 +0200
@@ -23,7 +23,8 @@
    usage/git_support
    usage/statistics
    usage/backup
-   
+   usage/debugging
+
 **Develop**
 
 .. toctree::
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/docs/usage/debugging.rst	Sun Mar 11 04:28:23 2012 +0200
@@ -0,0 +1,25 @@
+.. _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