From 3090b45928de664206dd6d6d2c2a830c34851c90 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rafa=C5=82=20Wojdy=C5=82a?= Date: Mon, 14 Dec 2015 18:47:33 +0100 Subject: [PATCH] Update QTW log levels --- managing-os/windows-tools-3.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/managing-os/windows-tools-3.md b/managing-os/windows-tools-3.md index 16d2524c..54f88e6f 100644 --- a/managing-os/windows-tools-3.md +++ b/managing-os/windows-tools-3.md @@ -57,11 +57,11 @@ Starting from version 2.2.\* various aspects of Qubes Tools for Windows can be c Possible log levels: || -|0|Error|Serious errors that most likely cause irrecoverable failures| -|1|Warning|Unexpected but non-fatal events| -|2|Info|Useful information| -|3|Debug|Internal state dumps for troubleshooting| -|4|Verbose|Trace most function calls| +|1|Error|Serious errors that most likely cause irrecoverable failures| +|2|Warning|Unexpected but non-fatal events| +|3|Info|Useful information (default)| +|4|Debug|Internal state dumps for troubleshooting| +|5|Verbose|Trace most function calls| Debug and Verbose levels can generate large volume of logs and are intended for development/troubleshooting only.