Fix very verbose cli param

This commit is contained in:
Alex 2021-10-14 15:20:49 +02:00 committed by Adam Honse
parent 3e2cd68138
commit 8f8f19c5c1

View file

@ -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++;
}