From 806e976b066f8958bce850eb1904d4843092d13c Mon Sep 17 00:00:00 2001 From: Sadie Powell Date: Fri, 11 Apr 2025 21:19:35 +0100 Subject: The verbose log level should be mapped to debug not warning. --- src/logging.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/logging.cpp') 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 }, }); -- cgit v1.3.1-10-gc9f91