diff options
| author | 2025-04-11 21:19:35 +0100 | |
|---|---|---|
| committer | 2025-04-11 21:19:59 +0100 | |
| commit | 806e976b066f8958bce850eb1904d4843092d13c (patch) | |
| tree | 00ef40b6aa547a1f7478e9f94696518fcda42850 | |
| parent | Add the Codeberg link to the readme. (diff) | |
The verbose log level should be mapped to debug not warning.
| -rw-r--r-- | src/logging.cpp | 2 |
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 }, }); |
