1
0
Fork 0
mirror of https://github.com/Kozea/Radicale.git synced 2025-07-23 17:48:30 +00:00

Add the logging in the fcgi example

This commit is contained in:
Guillaume Ayoub 2011-08-25 10:38:27 +02:00
parent b7c0bdbabf
commit 841e6b45a6

View file

@ -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::