Set LOGLEVEL in example .env file
This commit is contained in:
parent
c73cec641a
commit
5b209e584a
|
@ -43,8 +43,11 @@ FUNKWHALE_WEB_WORKERS=4
|
|||
FUNKWHALE_HOSTNAME=yourdomain.funkwhale
|
||||
FUNKWHALE_PROTOCOL=https
|
||||
|
||||
# Configure email sending using this variale
|
||||
# By default, funkwhale will output emails sent to stdout
|
||||
# Log level (debug, info, warning, error, critical)
|
||||
LOGLEVEL=info
|
||||
|
||||
# Configure e-mail sending using this variale
|
||||
# By default, funkwhale will output e-mails sent to stdout
|
||||
# here are a few examples for this setting
|
||||
# EMAIL_CONFIG=consolemail:// # output emails to console (the default)
|
||||
# EMAIL_CONFIG=dummymail:// # disable email sending completely
|
||||
|
|
Loading…
Reference in New Issue