refactor: move setting of log level to CoreArgParser
This commit is contained in:
committed by
Chris Rizzitello
parent
05f377e21b
commit
f3a1bbaf5b
@ -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";
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user