mirror of
https://github.com/kakwa/ldapcherry
synced 2025-07-03 03:47:35 +02:00
add warning in documentation for log level 'debug'
This commit is contained in:
parent
df2746b996
commit
0cf5483785
1 changed files with 8 additions and 0 deletions
|
@ -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
|
||||
~~~~~~~~~~~~~~~~~
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue