summaryrefslogtreecommitdiff
path: root/src/main.cpp
diff options
context:
space:
mode:
authorLostDragonist <lost.dragonist@gmail.com>2019-03-24 10:50:41 -0500
committerLostDragonist <lost.dragonist@gmail.com>2019-03-24 10:50:41 -0500
commite69c84d40e1bc4e03a8f44cc662802182249b312 (patch)
tree5382ea2d8db0a2faff3edbb9baca2c25d1b1482b /src/main.cpp
parent3d56e17dd8f8be6a0089600360f42c9bb3eb7c02 (diff)
Expand mo_interface.log from 1K lines to 1M lines
Diffstat (limited to 'src/main.cpp')
-rw-r--r--src/main.cpp2
1 files changed, 1 insertions, 1 deletions
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")) {