mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-09-01 20:43:49 +00:00
add information about logging
This commit is contained in:
@@ -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
|
||||
==============================
|
||||
|
@@ -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>`_
|
||||
|
||||
|
Reference in New Issue
Block a user