ia64/xen-unstable
changeset 14458:9df276596cbb
Re-raise log level for XendConfig (accidentally changed it to DEBUG previously).
Signed-off-by: Ewan Mellor <ewan@xensource.com>
Signed-off-by: Ewan Mellor <ewan@xensource.com>
author | Ewan Mellor <ewan@xensource.com> |
---|---|
date | Sun Mar 18 12:06:50 2007 +0000 (2007-03-18) |
parents | afbf744440d2 |
children | 7521c87983e0 |
files | tools/python/xen/xend/XendConfig.py |
line diff
1.1 --- a/tools/python/xen/xend/XendConfig.py Sun Mar 18 12:06:01 2007 +0000 1.2 +++ b/tools/python/xen/xend/XendConfig.py Sun Mar 18 12:06:50 2007 +0000 1.3 @@ -28,7 +28,7 @@ from xen.xend.PrettyPrint import prettyp 1.4 from xen.xend.XendConstants import DOM_STATE_HALTED 1.5 1.6 log = logging.getLogger("xend.XendConfig") 1.7 -log.setLevel(logging.DEBUG) 1.8 +log.setLevel(logging.WARN) 1.9 1.10 1.11 """