From 841e6b45a6f2af5bc66a4608185e13634c2f4936 Mon Sep 17 00:00:00 2001 From: Guillaume Ayoub Date: Thu, 25 Aug 2011 10:38:27 +0200 Subject: [PATCH] Add the logging in the fcgi example --- pages/user_documentation.rst | 1 + 1 file changed, 1 insertion(+) diff --git a/pages/user_documentation.rst b/pages/user_documentation.rst index 8faec520..fd83f9de 100644 --- a/pages/user_documentation.rst +++ b/pages/user_documentation.rst @@ -360,6 +360,7 @@ To use Radicale with Apache's ``mod_wsgi``, you first have to write your .. code-block:: python import radicale + radicale.log.start() application = radicale.Application() .. note::