log: cleanup logs for files, system and bed_mesh

functions: log if DPMS fails to load
screen: log send_action
This commit is contained in:
alfrix
2022-11-12 12:46:55 -03:00
parent 300eed4d29
commit 1e6a9ec8ae
4 changed files with 12 additions and 13 deletions

View File

@@ -47,8 +47,8 @@ try:
return state
dpms_loaded = True
except Exception:
pass
except Exception as msg:
logging.error(f"Couldn't load DPMS: {msg}")
def get_network_interfaces():