config gui: add entry for setting a separate indexing log file

This commit is contained in:
Jean-Francois Dockes 2020-11-19 11:09:19 +01:00
parent c1f17f3e32
commit 30d27b441f

View File

@ -267,6 +267,13 @@ bool ConfIndexW::setupTopPanel(int idx)
tr("This value adjusts the amount of messages,<br>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<br>"
"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 "