Reset threadID logging to false

This commit is contained in:
Anthony J. Thibault 2016-10-07 11:42:34 -07:00
parent 17d00ee3f9
commit a4c7e832b5

View file

@ -59,7 +59,7 @@ private:
QString _targetName;
bool _shouldOutputProcessID { false };
bool _shouldOutputThreadID { true };
bool _shouldOutputThreadID { false };
bool _shouldDisplayMilliseconds { false };
QSet<QString> _repeatedMessageRegexes;
QHash<QString, int> _repeatMessageCountHash;