From e69c84d40e1bc4e03a8f44cc662802182249b312 Mon Sep 17 00:00:00 2001 From: LostDragonist Date: Sun, 24 Mar 2019 10:50:41 -0500 Subject: Expand mo_interface.log from 1K lines to 1M lines --- src/main.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') diff --git a/src/main.cpp b/src/main.cpp index 629b89f9..c012b037 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -707,7 +707,7 @@ int main(int argc, char *argv[]) // initialize dump collection only after "dataPath" since the crashes are stored under it prevUnhandledExceptionFilter = SetUnhandledExceptionFilter(MyUnhandledExceptionFilter); - LogBuffer::init(1000, QtDebugMsg, qApp->property("dataPath").toString() + "/logs/mo_interface.log"); + LogBuffer::init(1000000, QtDebugMsg, qApp->property("dataPath").toString() + "/logs/mo_interface.log"); QString splash = dataPath + "/splash.png"; if (!QFile::exists(dataPath + "/splash.png")) { -- cgit v1.3.1