Lines Matching refs:log
32 log = logging.getLogger("cavs-client") variable
33 log.setLevel(logging.INFO)
49 log.info(f"Sent: {cmd}")
51 log.info(f"Receive: {ack}")
58 log.error(f"Receive incorrect msg:{ack} expect:{cmd}")
71 log.info(f'filename:{fname}, size:{fsize}, md5:{md5_tx}')
76 log.info(f'header size: {header_size}')
79 log.info(f'Sending...')
84 log.info(f"Done Sending ({total}).")
87 log.info(f"RCK ({rck}).")
91 log.error(f"Firmware uploading failed")
98 log.info(f"Start to monitor log output...")
113 log.info("Monitor process")
122 log.info("Uploading process")
141 log.setLevel(logging.WARN)
163 log.info(f"REMOTE HOST: {HOST} PORT: {PORT}")