Closed marb-dev closed 8 years ago
+1
you can configure this using command line arguments, eg.
docker run -it --rm sameersbn/redis:latest --loglevel warning
Please close the report if this resolves the issue. Thanks.
edit: Please ensure you are using a rather newer version of the image. Just do a docker pull sameerbn/redis:latest
.
Thank you for the hint. Passing custom argument to redis seem to work since 6c22e77c6b1456ee9c30ea6c0eb7f54150246443.
I'd like to modify the log level of
redis.config
. The logs of my docker-compose environment is flooded by plenty occurrences of the background saving:Using
loglevel warning
instead ofloglevel notice
would reduce the logs to "only very important / critical messages are logged" (as stated inredis.config
).