Fix redis logs
Add proper logging to the redis database
Also removed unused variables, and don't call "shutdown", only "close" when shutting down the device.
In order to test the class we have to overwrite another method, setattr, which otherwise would not allow us to create the self.log for the test class.
Edited by Jonas Petersson