Append to own production.yaml and remove log because level is default (and you will get an error if you try to override this in your own production.yaml

This commit is contained in:
Gerhard Sletten 2019-12-12 14:20:29 +01:00
parent b959bb0812
commit 2cae00315c

View file

@ -37,7 +37,7 @@ else
echo 'Info: Generating application/production.yaml' echo 'Info: Generating application/production.yaml'
# Basic configuration # Basic configuration
cat > server/config/production.yaml <<EOT cat >> server/config/production.yaml <<EOT
www: www:
host: 0.0.0.0 host: 0.0.0.0
proxy: $WWW_PROXY proxy: $WWW_PROXY
@ -56,9 +56,6 @@ redis:
enabled: true enabled: true
host: $REDIS_HOST host: $REDIS_HOST
log:
level: info
builtinZoneMTA: builtinZoneMTA:
log: log:
level: warn level: warn