Less debug

This commit is contained in:
Scott Idem
2024-10-09 10:38:24 -04:00
parent 30c39d58dd
commit 3bf54fcb47

View File

@@ -62,7 +62,7 @@ async def redis_connector(
cmd = data.get('cmd')
msg = data.get('msg')
log.setLevel(logging.INFO)
# log.setLevel(logging.INFO)
log.info(f'Group ID: {group_id}; Client ID: {client_id}; Type: {msg_type};')
log.debug(f'Command: {cmd}')
log.debug(f'Message: {msg}')