From 0898c02cd92eb32fc6ff3148a3f9073665a551c3 Mon Sep 17 00:00:00 2001 From: Github Actions <> Date: Mon, 13 Dec 2021 23:40:20 +0000 Subject: [PATCH] Generate documentation --- v1.html | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/v1.html b/v1.html index 38c0d030..9d479275 100644 --- a/v1.html +++ b/v1.html @@ -896,7 +896,7 @@ After installing and accepting it you should restart your browser.

Radicale uses the default logging facility for Python. The default configuration prints the information messages to the standard output. It is possible to print debug messages thanks to:

radicale --debug

Radicale can also be configured to send the messages to the console, logging files, syslog, etc. For more information about the syntax of the configuration file, see: http://docs.python.org/library/logging.config.html. Here is an example of logging configuration file:

-
## Loggers, handlers and formatters keys
+
# Loggers, handlers and formatters keys
 
 [loggers]
 # Loggers names, main configuration slots
@@ -911,7 +911,7 @@ After installing and accepting it you should restart your browser.

keys = simple,full -## Loggers +# Loggers [logger_root] # Root logger @@ -919,7 +919,7 @@ After installing and accepting it you should restart your browser.

handlers = console,file -## Handlers +# Handlers [handler_console] # Console handler @@ -935,7 +935,7 @@ After installing and accepting it you should restart your browser.

formatter = full -## Formatters +# Formatters [formatter_simple] # Simple output format @@ -1071,7 +1071,7 @@ After installing and accepting it you should restart your browser.

# configuration files. Using these examples together in the same configuration # file is meaningless. # -## The first rule matching both user and collection patterns will be returned. +# The first rule matching both user and collection patterns will be returned. # This means all users starting with "admin" may read any collection [admin]