Update LogLevel

This commit is contained in:
2025-01-16 15:08:45 +01:00
parent 9516c70eaf
commit 961e0e289d
+1 -1
View File
@@ -11,7 +11,7 @@ int main(int argc, char** argv)
try try
{ {
Logging::OpenLog(); Logging::OpenLog();
Logging::SetLogMask(Logging::Severity::Info); Logging::SetLogMask(Logging::Severity::Warning);
INIReader iniReader("ToonBridge.ini"); INIReader iniReader("ToonBridge.ini");
if (iniReader.ParseError() != 0) if (iniReader.ParseError() != 0)