1
0
mirror of https://github.com/kakwa/ldapcherry synced 2024-11-21 17:04:21 +01:00

add warning in documentation for log level 'debug'

This commit is contained in:
kakwa 2019-02-10 18:19:55 +01:00
parent df2746b996
commit 0cf5483785

View File

@ -477,6 +477,14 @@ Example:
log.level = 'info' log.level = 'info'
.. warning::
'debug' should not be used in production.
It tends to log a lot.
More significantly can represent a security issue,
as things like passwords will be logged 'clear text'.
Custom javascript Custom javascript
~~~~~~~~~~~~~~~~~ ~~~~~~~~~~~~~~~~~