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
1 changed files with 8 additions and 0 deletions

View File

@ -477,6 +477,14 @@ Example:
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
~~~~~~~~~~~~~~~~~