projects
/
xen.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9057060
)
Set the log level back to WARN, reverting accidentally committed change.
author
Ewan Mellor
<ewan@xensource.com>
Tue, 30 Jan 2007 11:14:23 +0000
(11:14 +0000)
committer
Ewan 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
patch
|
blob
|
history
diff --git
a/tools/python/xen/xend/XendConfig.py
b/tools/python/xen/xend/XendConfig.py
index 9a31b1150a4c5c68217cb39c3b41d602d63206de..cc2655d60efae181c416ae36f6041819a9451bbd 100644
(file)
--- 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
)
"""