From bb43ae5d56ad9fa086136292d4110fdab76c72ff Mon Sep 17 00:00:00 2001 From: Guillaume Ayoub Date: Mon, 2 Jul 2012 14:16:23 +0200 Subject: [PATCH] Fix indentation of config file --- pages/user_documentation.rst | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/pages/user_documentation.rst b/pages/user_documentation.rst index 914e998c..5a2543e6 100644 --- a/pages/user_documentation.rst +++ b/pages/user_documentation.rst @@ -377,16 +377,16 @@ configuration file, with the main parameters: filesystem_folder = ~/.config/radicale/collections -[logging] -# Logging configuration file -# If no config is given, simple information is printed on the standard output -# For more information about the syntax of the configuration file, see: -# http://docs.python.org/library/logging.config.html -config = /etc/radicale/logging -# Set the default logging level to debug -debug = False -# Store all environment variables (including those set in the shell) -full_environment = False + [logging] + # Logging configuration file + # If no config is given, simple information is printed on the standard output + # For more information about the syntax of the configuration file, see: + # http://docs.python.org/library/logging.config.html + config = /etc/radicale/logging + # Set the default logging level to debug + debug = False + # Store all environment variables (including those set in the shell) + full_environment = False This configuration file is read each time the server is launched. If some values are not given, the default ones are used. If no configuration file is