Home | History | Annotate | Download | only in cros

Lines Matching refs:logging

13 import logging
138 logging.info('Looking at ipconfig %r', ipconfig)
141 logging.info('Found ipconfig object with no method field')
144 logging.info('Found ipconfig object with method != dhcp')
151 logging.info('Did not find IPConfig object with method == dhcp')
153 logging.info('Got raw dhcp config dbus object: %s.', dhcp_properties)
182 logging.error('Caught exception: %s.', str(e))
183 logging.error('Trace: %s', traceback.format_exc())
263 logging.info('Server is negotiating new lease with options: %s',
271 logging.info('Skipping check of negotiated DHCP lease parameters.')
304 logging.debug('Got DHCP config: %s', str(dhcp_config))
365 logging.info('Using %s as the default gateway', gateway)