diff --git a/lights/common.py b/lights/common.py index 3c5eab5..e1c2784 100644 --- a/lights/common.py +++ b/lights/common.py @@ -20,5 +20,5 @@ class BaseDMXLight: def dump(self): ret = self._dump() - LOG.info(f'{str(self)} -> {ret[1]}') + LOG.debug(f'{str(self)} -> {ret[1]}') return ret