]> xenbits.xensource.com Git - pvdrivers/win/xenbus.git/commitdiff
Stop sending Trace messages to Xen by default
authorPaul Durrant <paul.durrant@citrix.com>
Thu, 1 Nov 2018 10:44:40 +0000 (10:44 +0000)
committerPaul Durrant <paul.durrant@citrix.com>
Thu, 1 Nov 2018 10:44:40 +0000 (10:44 +0000)
This functionality is useful but slow. It can be re-enabled, if desired,
by tweaking the 'XenLogLevel' value in the registry.

Signed-off-by: Paul Durrant <paul.durrant@citrix.com>
src/xen/driver.c

index 46a3a285a523e1d3ef7292c20a819b72036d62fd..74f3d64da8e3976c2a7086412529c158caf32983 100644 (file)
@@ -49,8 +49,7 @@
 #include "assert.h"
 #include "version.h"
 
-#define DEFAULT_XEN_LOG_LEVEL   (LOG_LEVEL_TRACE |      \
-                                 LOG_LEVEL_CRITICAL)
+#define DEFAULT_XEN_LOG_LEVEL   LOG_LEVEL_CRITICAL
 #define DEFAULT_QEMU_LOG_LEVEL  (LOG_LEVEL_INFO |       \
                                  LOG_LEVEL_WARNING |    \
                                  LOG_LEVEL_ERROR |      \