Home | History | Annotate | Download | only in site_utils

Lines Matching refs:logging

23 import logging
56 logging.warning('Unable to establish ssh connection to hostname '
60 logging.warning('Unable to query labels on hostname %s. Skipping.',
81 logging.warning('Removing label %s', labels_to_delete)
91 logging.warning('Unable to add label %s to host %s. '
105 help='Suppress all but critical logging messages.')
107 help='Suppress logging messages below INFO priority.')
119 logging.disable(logging.CRITICAL)
122 logging.disable(logging.DEBUG)
136 logging.info('Label updating finished. Failed update on %d out of %d '