Searched refs:setup_logging (Results 1 – 9 of 9) sorted by relevance
91 def setup_logging(log_level=logging.INFO): function252 setup_logging(log_level=(logging.DEBUG if options.verbose
176 def setup_logging(log_dir): function234 setup_logging(options.log_dir)
87 utils.setup_logging(logfile=log_name, prefix=True)
1581 utils.setup_logging(logfile=log_name)
143 def setup_logging(log_dir, log_name, timestamped_logfile_prefix='scheduler'): function
429 scheduler_lib.setup_logging(
112 scheduler_lib.setup_logging(
417 scheduler_lib.setup_logging(
442 def setup_logging(logfile=None, prefix=False): function