From 0cf548378576a7acf253d75c7efeb26b1cc61c49 Mon Sep 17 00:00:00 2001 From: kakwa Date: Sun, 10 Feb 2019 18:19:55 +0100 Subject: [PATCH] add warning in documentation for log level 'debug' --- docs/deploy.rst | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/docs/deploy.rst b/docs/deploy.rst index 1a541ee..2475b41 100644 --- a/docs/deploy.rst +++ b/docs/deploy.rst @@ -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 ~~~~~~~~~~~~~~~~~