Home | History | Annotate | Download | only in contrib

Lines Matching refs:logging

36 import logging
65 logging.debug('No host named %s', device)
68 logging.info('Adding host attribues to %s: %s', device, keyvals)
101 logging.info('Back up host attribues to %s', csv_file)
105 logging.info('Proccessing %s', h.hostname)
120 logging.error('No host found.')
155 logging.error('Please specifiy a file with -f/--csv')
159 logging.error('%s is not a valid file.', options.csv_file)
162 logging.error('%s already exists.', options.csv_file)
165 logging.error('Please specify hostnames with -m')
171 logging.basicConfig(level=logging.DEBUG)
175 logging.info('Connected to %s', afe.server)