utils.SetupLogging: Make program a mandatory argument
authorMichael Hanselmann <hansmi@google.com>
Mon, 31 Jan 2011 16:03:18 +0000 (17:03 +0100)
committerMichael Hanselmann <hansmi@google.com>
Wed, 2 Feb 2011 16:02:26 +0000 (17:02 +0100)
commitcfcc79c664ab1926770399ad760703abb3a8b9bb
treeb6967b85d03c7f6c395096b67d2c439484b9256e
parentaa0cc3e57522f83e6102e03d5966573d99dae05e
utils.SetupLogging: Make program a mandatory argument

It's passed in by most users (daemons, CLI scripts) and for the others
(burnin, watcher) it certainly doesn't hurt, especially when using
syslog.

Signed-off-by: Michael Hanselmann <hansmi@google.com>
Reviewed-by: RenĂ© Nussbaumer <rn@google.com>
lib/cli.py
lib/daemon.py
lib/utils/log.py
lib/watcher/__init__.py
tools/burnin