Lines Matching full:logging

15 import logging
57 logging.info('Reading servo topology info...')
60 logging.info('The host_info not provided. Skip reading.')
64 logging.debug('Loaded servo topology: %s', self._topology)
66 logging.info('Servo topology loaded successfully.')
71 logging.info('Topology is empty. Skip saving.')
74 logging.info('The host_info_store not provided. Skip saving.')
76 logging.info('Saving servo topology info...')
79 logging.info('Servo topology fail to save data.'
85 logging.info('Servo topology was not changed. Skip saving.')
87 logging.debug('Previous saved topology: %s', prev_value)
90 logging.info('Servo topology saved successfully.')
98 logging.debug('(Not critical) %s', e)
99 logging.info('Fail to generate servo-topology')
101 logging.info('Servo topology successfully generated.')
158 logging.info('Servo topology successfully verified.')
163 logging.info('Validate servo topology failed with: %s', message)
170 logging.info('Validate servo topology failed with: %s', message)
186 logging.debug('Trying generate a servo-topology')
189 logging.info('Servo serial is not provided.')
191 logging.debug('Getting topology for core servo: %s', core_servo_serial)
195 logging.debug('Device -%s path: %s', core_servo_serial, servo_path)
197 logging.info('Core servo not detected.')
203 logging.debug('Core device missed some data')
208 logging.debug('Core hub path: %s', hub_path)
213 logging.debug('Child device %s', device)
220 logging.debug('Child missed some data.')
223 logging.debug('Skip device if match with core device')
230 logging.debug('Servo topology: %s', topology)
241 logging.info('Unknown product: %s', product)
273 logging.debug('Some data missing: %s', item)
328 logging.debug('Servo topology (json): %s', json_string)
330 logging.debug('(Not critical) %s', e)
331 logging.info('Failed to convert topology to json')
336 logging.debug('Servo topology (b64): %s', b64_string)
339 logging.debug('(Not critical) %s', e)
340 logging.info('Failed to convert topology to base64')
353 logging.debug('Servo topology data not present in host-info.')
357 logging.debug('Servo topology (json) from host-info: %s', json_string)
360 logging.debug('(Not critical) %s', e)
361 logging.info('Fail to read servo-topology from host-info.')