clarify wording for -loglevel

This commit is contained in:
sp2xdev
2025-08-02 14:18:56 -07:00
parent 7848d5c237
commit f783a5a1cd
+2 -2
View File
@@ -1591,9 +1591,9 @@ static const std::vector<OptionDefinition> OPTION_DEFINITIONS = {
.elements = {{"0", "90 (CW)"}, {"1", "270 (CCW)"}}, .elements = {{"0", "90 (CW)"}, {"1", "270 (CCW)"}},
}, },
{ {
.title = "Log Level", .title = "AVS Log Level",
.name = "loglevel", .name = "loglevel",
.desc = "Set the level of detail that gets written to the log", .desc = "Set the level of detail for AVS log messages written to the log. Does not affect logging from spice",
.type = OptionType::Enum, .type = OptionType::Enum,
.category = "Performance", .category = "Performance",
.elements = {{"fatal", ""}, {"warning", ""}, {"info", ""}, {"misc", ""}, {"all", ""}, {"disable", ""}}, .elements = {{"fatal", ""}, {"warning", ""}, {"info", ""}, {"misc", ""}, {"all", ""}, {"disable", ""}},