From 30d27b441fb83ab2833c619ae068eda02632d40f Mon Sep 17 00:00:00 2001 From: Jean-Francois Dockes Date: Thu, 19 Nov 2020 11:09:19 +0100 Subject: [PATCH] config gui: add entry for setting a separate indexing log file --- src/qtgui/confgui/confguiindex.cpp | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/src/qtgui/confgui/confguiindex.cpp b/src/qtgui/confgui/confguiindex.cpp index eac426bd..05522627 100644 --- a/src/qtgui/confgui/confguiindex.cpp +++ b/src/qtgui/confgui/confguiindex.cpp @@ -267,6 +267,13 @@ bool ConfIndexW::setupTopPanel(int idx) tr("This value adjusts the amount of messages,
from only " "errors to a lot of debugging data."), 0, 6); + m_w->addParam(idx, ConfTabsW::CFPT_FN, "idxlogfilename", + tr("Indexer log file name"), + tr("If empty, the above log file name value will be used. " + "It may useful to have a separate log for diagnostic " + "purposes because the common log will be erased when
" + "the GUI starts up."), 0); + m_w->addParam(idx, ConfTabsW::CFPT_INT, "idxflushmb", tr("Index flush megabytes interval"), tr("This value adjust the amount of "