Skip to content

Fix redis logs

Jonas Petersson requested to merge fix_redis_logging into main

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

Merge request reports