diff 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
line wrap: on
line diff
--- /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