Home | History | Annotate | Download | only in server

Lines Matching refs:logging

2 import logging
103 logging.info('Collecting %s...', log_path)
105 logging.warning('Host %s did not answer to ping, skip collecting log '
116 logging.warning('Collection of %s skipped:'
125 logging.exception('Non-critical failure: collection of %s failed: %s',
168 logging.warning('Getting size of file %r on host %r failed: %s. '
174 logging.warning('Failed to convert size string "%s" for %s on host %r. '
212 logging.info("Collecting crash information...")
265 logging.info("%s already up, collecting crash info", host.hostname)
268 logging.info("Waiting %s hours for %s to come up (%s)",
273 logging.warning("%s down, unable to collect crash info",
277 logging.info("%s is back up, collecting crash info", host.hostname)
312 logging.info("Collecting '%s' ...", command)
317 logging.warning("Collection of '%s' failed:\n%s", command, e)
330 logging.info('Retrieving logs from %s:%s into %s',
334 logging.warning('Error while trying to collect stranded '
386 logging.warning("Error while collecting /var/log/messages: %s", e)