diff --git a/deploy/env.prod.sample b/deploy/env.prod.sample index 5937e7741b5c6f77253496ccbbe0d6f8e5b4a7ce..081647c8d6c0de9befe81acc67195524fcee4655 100644 --- a/deploy/env.prod.sample +++ b/deploy/env.prod.sample @@ -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