mirror of
https://github.com/overte-org/overte.git
synced 2025-04-20 03:44:02 +02:00
Reset threadID logging to false
This commit is contained in:
parent
17d00ee3f9
commit
a4c7e832b5
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue