mirror of
https://github.com/docker-mailserver/docker-mailserver.git
synced 2024-01-19 02:48:50 +00:00
adding SUPERVISOR_LOGLEVEL to mailserver.env
This commit is contained in:
parent
cc7138e28f
commit
7fd6751e89
|
@ -10,6 +10,13 @@ OVERRIDE_HOSTNAME=
|
||||||
# 1 => Enables debug on startup
|
# 1 => Enables debug on startup
|
||||||
DMS_DEBUG=0
|
DMS_DEBUG=0
|
||||||
|
|
||||||
|
# critical => Only show critical messages
|
||||||
|
# error => Only show erroneous output
|
||||||
|
# **warn** => Show warnings
|
||||||
|
# info => Normal informational output
|
||||||
|
# debug => Also show debug messages
|
||||||
|
SUPERVISOR_LOGLEVEL=
|
||||||
|
|
||||||
# 0 => mail state in default directories
|
# 0 => mail state in default directories
|
||||||
# 1 => consolidate all states into a single directory (`/var/mail-state`) to allow persistence using docker volumes
|
# 1 => consolidate all states into a single directory (`/var/mail-state`) to allow persistence using docker volumes
|
||||||
ONE_DIR=0
|
ONE_DIR=0
|
||||||
|
|
Loading…
Reference in a new issue