Remove the logger.py module
authorIustin Pop <iustin@google.com>
Mon, 20 Oct 2008 12:50:50 +0000 (12:50 +0000)
committerIustin Pop <iustin@google.com>
Mon, 20 Oct 2008 12:50:50 +0000 (12:50 +0000)
commit82d9caef3459e6e428b33d444e970b29ccd97cc9
tree696fcadafd4fb3a0238cbc85af08a5dd90bf106d
parent263ab7cf73bdbfe5becdf3c5cf6335ff80c7becc
Remove the logger.py module

Since now we use only one function from the logger module
(SetupLogging), we move it to utils.py (which is already imported by all
users of this function), and we remove the module.

Reviewed-by: imsnah
Makefile.am
daemons/ganeti-masterd
daemons/ganeti-noded
daemons/ganeti-rapi
daemons/ganeti-watcher
lib/cli.py
lib/logger.py [deleted file]
lib/utils.py
tools/burnin