From b7828f2080f705babad7433ca4c01ddc54a5b342 Mon Sep 17 00:00:00 2001 From: awokd <34515595+awokd@users.noreply.github.com> Date: Sat, 12 May 2018 19:03:22 +0000 Subject: [PATCH] move log files --- docs/misc/iaq.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/docs/misc/iaq.md b/docs/misc/iaq.md index c4e5793..fa9d80b 100644 --- a/docs/misc/iaq.md +++ b/docs/misc/iaq.md @@ -56,6 +56,10 @@ ConditionPathExists=/var/run/qubes/this-is-netvm - http://www.overclock.net/t/1307834/xen-vga-passthrough-compatible-graphics-adapters - https://wiki.xenproject.org/wiki/Xen_VGA_Passthrough_Tested_Adapters#ATI.2FAMD_display_adapters +### Where are VM log files kept? + +In the `/var/log/libvirst/libxl/`, `/var/log/qubes/` and `/var/log/xen/console/` directories. + ## Development ### What is a good IDE for Qubes? @@ -89,10 +93,6 @@ MaxFPS, UseDirtyBits. ## Tweaks -### Where are VM log files kept? - -In the `/var/log/libvirst/libxl/`, `/var/log/qubes/` and `/var/log/xen/console/` directories. - ### How can I set environment variables for a VM? Either add to `/etc/environment` or create `~/.envsrc` and set a variable there, then create `.xsessionrc` and source `~/.envsrc`.