diff --git a/edge/config/environment/index.html b/edge/config/environment/index.html index 66284edc..42b8704e 100644 --- a/edge/config/environment/index.html +++ b/edge/config/environment/index.html @@ -488,6 +488,13 @@ DMS_DEBUG + + +
  • + + LOG_LEVEL + +
  • @@ -2373,6 +2380,13 @@ DMS_DEBUG +
  • + +
  • + + LOG_LEVEL + +
  • @@ -3283,10 +3297,14 @@
  • => Specify a fully-qualified domainname to serve mail for. This is used for many of the config features so if you can't set your hostname (eg: you're in a container platform that doesn't let you) specify it via this environment variable. It will take priority over docker run options: --hostname and --domainname, or docker-compose.yml config equivalents: hostname: and domainname:.
  • DMS_DEBUG
    +

    This environment variable is deprecated. Use LOG_LEVEL instead.

    +
    LOG_LEVEL
    +

    Set the log level for DMS. This is mostly relevant for container startup scripts and change detection event feedback.

    +

    Valid values (in order of increasing verbosity) are: error, warn, info, debug and trace. The default log level is info.

    SUPERVISOR_LOGLEVEL

    Here you can adjust the log-level for Supervisor. Possible values are