-
Notifications
You must be signed in to change notification settings - Fork 179
Closed
Labels
Description
Image: graphiteapp/graphite-statsd:1.1.5-12
Setting REDIS_TAGDB=true
attemps to use redis for tagDB, but it fails because of the following error:
*** FATAL CONFIG FILE ERROR ***
Reading the configuration file, at line 8
>>> 'logfile /var/log/redis/redis-server.log'
Can't open the log file: No such file or directory
periodically repeated in the log, as runsv tries to restart it (I suppose). Since /var/log is host-mounted in my setup, I can create the directory by hand and then it works, but I believe it should not be necessary.