|
|
|
@ -83,6 +83,13 @@ The ``PASSWORD_SCHEME`` is the password encryption scheme. You should use the
|
|
|
|
|
default value, unless you are importing password from a separate system and
|
|
|
|
|
want to keep using the old password encryption scheme.
|
|
|
|
|
|
|
|
|
|
The ``LOG_LEVEL`` setting is used by the python start-up scripts as a logging threshold.
|
|
|
|
|
Log messages equal or higher than this priority will be printed.
|
|
|
|
|
Can be one of: CRITICAL, ERROR, WARNING, INFO, DEBUG or NOTSET.
|
|
|
|
|
See the `python docs`_ for more information.
|
|
|
|
|
|
|
|
|
|
.. _`python docs`: https://docs.python.org/3.6/library/logging.html#logging-levels
|
|
|
|
|
|
|
|
|
|
Infrastructure settings
|
|
|
|
|
-----------------------
|
|
|
|
|
|
|
|
|
|