172
171
"""), dict(name=sub_name, path=path))
177
175
console = logging.StreamHandler(sys.stderr)
178
176
formatter = logging.Formatter(config.logging.root.format,
179
177
config.logging.root.datefmt)
180
178
console.setFormatter(formatter)
182
182
# Write the configuration file for subprocesses and set up the config
183
183
# object to pass that properly on the -C option.
184
184
config_file = os.path.join(cls.var_dir, 'test.cfg')