refactor: move setting of log level to CoreArgParser

This commit is contained in:
sithlord48
2025-08-23 01:58:37 -04:00
committed by Chris Rizzitello
parent 05f377e21b
commit f3a1bbaf5b
13 changed files with 68 additions and 33 deletions

View File

@ -456,8 +456,6 @@ void CoreProcess::cleanup()
bool CoreProcess::addGenericArgs(QStringList &args) const
{
args << "--debug" << Settings::logLevelText();
if (Settings::value(Settings::Security::TlsEnabled).toBool()) {
args << "--enable-crypto";
}