From 8f8f19c5c146e73a3c431d2f0c6ec7db80316e99 Mon Sep 17 00:00:00 2001 From: Alex Date: Thu, 14 Oct 2021 15:20:49 +0200 Subject: [PATCH] Fix very verbose cli param --- cli.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cli.cpp b/cli.cpp index f4566bf2..c7eb2031 100644 --- a/cli.cpp +++ b/cli.cpp @@ -1335,7 +1335,7 @@ unsigned int cli_pre_detection(int argc, char *argv[]) \*---------------------------------------------------------*/ else if(option == "--very-verbose" || option == "-vv") { - LogManager::get()->setVerbosity(LL_DEBUG); + LogManager::get()->setVerbosity(LL_TRACE); cfg_args++; }