summarylogtreecommitdiffstats
path: root/conf.d-xenconsoled
diff options
context:
space:
mode:
authorDavid Sutton2015-07-04 21:48:19 -0500
committerDavid Sutton2015-07-04 21:48:19 -0500
commit13da07df55f234b0f3b8ae8cdb03b753d8768b14 (patch)
tree02acdd00082d080db10476fdff9e9d7d073df02e /conf.d-xenconsoled
downloadaur-xen-4.4.tar.gz
Initial import
Diffstat (limited to 'conf.d-xenconsoled')
-rw-r--r--conf.d-xenconsoled14
1 files changed, 14 insertions, 0 deletions
diff --git a/conf.d-xenconsoled b/conf.d-xenconsoled
new file mode 100644
index 000000000000..9dee0960a14e
--- /dev/null
+++ b/conf.d-xenconsoled
@@ -0,0 +1,14 @@
+# No logging (default)
+#XENCONSOLED_LOG=none
+# Log guest console output only
+#XENCONSOLED_LOG=guest
+# Log hypervisor messages only
+#XENCONSOLED_LOG=hv
+# Log both guest console output and hypervisor messages
+XENCONSOLED_LOG=all
+
+# Location to store guest & hypervisor logs
+XENCONSOLED_LOG_DIR=/var/log/xen/console
+
+#XENCONSOLED_ARGS=
+