Lines Matching +full:adopt +full:- +full:info
3 # Use of this source code is governed by a BSD-style license that can be
37 FINISHED_JOB_CUTOFF_TIME = datetime.datetime.now() - datetime.timedelta(hours=1)
100 logging.info('dryrun: Cleanup container %s', container.name)
109 logging.info('Stopping process %s...', pid)
113 logging.info('Destroying container %s...', container.name)
128 parser.add_argument('-v', '--verbose', action='store_true',
131 parser.add_argument('-x', '--execute', action='store_true',
136 # TODO(dshi): Consider to adopt the scheduler log model:
139 parser.add_argument('-l', '--logfile', type=str,
154 level=logging.DEBUG if options.verbose else logging.INFO)
157 logging.info('')
158 logging.info('Cleaning container bucket %s', bucket.container_path)
167 logging.info('Cleanup finished.')