diff docs/usage/debugging.rst @ 3224:8b8edfc25856 beta

whitespace cleanup
author Marcin Kuzminski <marcin@python-works.com>
date Fri, 25 Jan 2013 02:31:17 +0100
parents 097327aaf2ad
children e73a69cb98dc
line wrap: on
line diff
--- a/docs/usage/debugging.rst	Fri Jan 25 02:30:48 2013 +0100
+++ b/docs/usage/debugging.rst	Fri Jan 25 02:31:17 2013 +0100
@@ -14,7 +14,7 @@
 
 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. 
+change `level = DEBUG` for all logging handlers in currently used .ini file.
 This change will allow to see much more detailed output in the logfile or
 console. This generally helps a lot to track issues.