mirror of
https://github.com/nextcloud/all-in-one.git
synced 2026-06-04 09:50:08 +00:00
Merge pull request #2708 from nextcloud/enh/noid/adjust-redis-loglevel
adjust redis loglevel to warning
This commit is contained in:
@@ -8,9 +8,9 @@ fi
|
|||||||
|
|
||||||
# Run redis with a password if provided
|
# Run redis with a password if provided
|
||||||
if [ -n "$REDIS_HOST_PASSWORD" ]; then
|
if [ -n "$REDIS_HOST_PASSWORD" ]; then
|
||||||
exec redis-server --requirepass "$REDIS_HOST_PASSWORD"
|
exec redis-server --requirepass "$REDIS_HOST_PASSWORD" --loglevel warning
|
||||||
else
|
else
|
||||||
exec redis-server
|
exec redis-server --loglevel warning
|
||||||
fi
|
fi
|
||||||
|
|
||||||
exec "$@"
|
exec "$@"
|
||||||
|
|||||||
Reference in New Issue
Block a user