From: Ewan Mellor Date: Tue, 30 Jan 2007 11:14:23 +0000 (+0000) Subject: Set the log level back to WARN, reverting accidentally committed change. X-Git-Tag: archive/raspbian/4.8.0-1+rpi1~1^2~15368^2~38 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=4708b773f58fe05adc9b23bc8e3d6887383a061b;p=xen.git Set the log level back to WARN, reverting accidentally committed change. Signed-off-by: Ewan Mellor --- diff --git a/tools/python/xen/xend/XendConfig.py b/tools/python/xen/xend/XendConfig.py index 9a31b1150a..cc2655d60e 100644 --- a/tools/python/xen/xend/XendConfig.py +++ b/tools/python/xen/xend/XendConfig.py @@ -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) """