Set LOGLEVEL in example .env file
This commit is contained in:
parent
1a362a2495
commit
fc3198dc20
|
@ -43,6 +43,9 @@ FUNKWHALE_WEB_WORKERS=4
|
||||||
FUNKWHALE_HOSTNAME=yourdomain.funkwhale
|
FUNKWHALE_HOSTNAME=yourdomain.funkwhale
|
||||||
FUNKWHALE_PROTOCOL=https
|
FUNKWHALE_PROTOCOL=https
|
||||||
|
|
||||||
|
# Log level (debug, info, warning, error, critical)
|
||||||
|
LOGLEVEL=info
|
||||||
|
|
||||||
# Configure e-mail sending using this variale
|
# Configure e-mail sending using this variale
|
||||||
# By default, funkwhale will output e-mails sent to stdout
|
# By default, funkwhale will output e-mails sent to stdout
|
||||||
# here are a few examples for this setting
|
# here are a few examples for this setting
|
||||||
|
|
Loading…
Reference in New Issue