configure logger based on hostname

Signed-off-by: Nico Schottelius <nico@kr.ethz.ch>
This commit is contained in:
Nico Schottelius 2011-10-11 16:19:27 +02:00
commit 4c29d9839b
2 changed files with 12 additions and 5 deletions

View file

@ -114,10 +114,6 @@ def configinstall(args, mode):
time_start = time.time()
# FIXME: do not overwrite, if set!
os.environ['__remote_exec'] = "ssh -o User=root -q"
os.environ['__remote_copy'] = "scp -o User=root -q"
for host in args.host:
c = mode(host,
initial_manifest=args.manifest,