sasanrose / phpredmin

Yet another web interface for Redis
BSD 3-Clause "New" or "Revised" License
404 stars 96 forks source link

Dont create log dir when threshold config=0 #61

Closed gsouf closed 9 years ago

gsouf commented 9 years ago

When threshold config = 0 the application was still trying to create the log sub directory. Leading to error if we dont create the logs parent directory.

I would also advice to use 0 as the default config for threshold. It will allow slightly easyest demployement because you dont have to create+chmod the log directory.