Set the log level back to WARN, reverting accidentally committed change.
authorEwan Mellor <ewan@xensource.com>
Tue, 30 Jan 2007 11:14:23 +0000 (11:14 +0000)
committerEwan Mellor <ewan@xensource.com>
Tue, 30 Jan 2007 11:14:23 +0000 (11:14 +0000)
Signed-off-by: Ewan Mellor <ewan@xensource.com>
tools/python/xen/xend/XendConfig.py

index 9a31b1150a4c5c68217cb39c3b41d602d63206de..cc2655d60efae181c416ae36f6041819a9451bbd 100644 (file)
@@ -28,7 +28,7 @@ from xen.xend.PrettyPrint import prettyprintstring
 from xen.xend.XendConstants import DOM_STATE_HALTED
 
 log = logging.getLogger("xend.XendConfig")
-log.setLevel(logging.DEBUG)
+log.setLevel(logging.WARN)
 
 
 """