add information about logging

This commit is contained in:
2016-06-01 23:20:22 +02:00
parent 20845bd737
commit 05a404d5b4
4 changed files with 63 additions and 2 deletions

View File

@@ -28,7 +28,7 @@ Usage in production
.. toctree::
:maxdepth: 2
How to install the software <installation.rst>
Installation in production <install_production_webserver.rst>
Update Chill and maintenance
==============================

View File

@@ -14,4 +14,14 @@ Install production webserver
.. todo::
the section "Install production webserver" must be written. Help appreciated :-)
.. warning::
Some sensitive data (like the person data, ...) might be logged in a special channel, called ``chill``.
This channel will log events like items removed by a user, what where the details of this item, who removed it, ...
You should take care of encrypting or discarding those data if required.
For an how-to of how to encrypt those data, you may consult `the appropriate section of the symfony documentation <http://symfony.com/doc/current/cookbook/logging/monolog.html#handlers-and-channels-writing-logs-to-different-locations>`_