aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar Sadie Powell2025-04-11 21:19:35 +0100
committerGravatar Sadie Powell2025-04-11 21:19:59 +0100
commit806e976b066f8958bce850eb1904d4843092d13c (patch)
tree00ef40b6aa547a1f7478e9f94696518fcda42850
parentAdd the Codeberg link to the readme. (diff)
The verbose log level should be mapped to debug not warning.
-rw-r--r--src/logging.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/logging.cpp b/src/logging.cpp
index 139a1b8b3..3912d78f4 100644
--- a/src/logging.cpp
+++ b/src/logging.cpp
@@ -257,7 +257,7 @@ void Log::Manager::OpenLogs(bool requiremethods)
// Deprecated v3 names.
{ "sparse", Level::CRITICAL },
- { "verbose", Level::WARNING },
+ { "verbose", Level::DEBUG },
{ "default", Level::NORMAL },
});