Update QTW log levels

This commit is contained in:
Rafał Wojdyła 2015-12-14 18:47:33 +01:00
parent 192c2791d2
commit 3090b45928

View File

@ -57,11 +57,11 @@ Starting from version 2.2.\* various aspects of Qubes Tools for Windows can be c
Possible log levels: Possible log levels:
|| ||
|0|Error|Serious errors that most likely cause irrecoverable failures| |1|Error|Serious errors that most likely cause irrecoverable failures|
|1|Warning|Unexpected but non-fatal events| |2|Warning|Unexpected but non-fatal events|
|2|Info|Useful information| |3|Info|Useful information (default)|
|3|Debug|Internal state dumps for troubleshooting| |4|Debug|Internal state dumps for troubleshooting|
|4|Verbose|Trace most function calls| |5|Verbose|Trace most function calls|
Debug and Verbose levels can generate large volume of logs and are intended for development/troubleshooting only. Debug and Verbose levels can generate large volume of logs and are intended for development/troubleshooting only.