diff --git a/libraries/shared/src/LogHandler.h b/libraries/shared/src/LogHandler.h index 5eae57c3b6..d346913dd3 100644 --- a/libraries/shared/src/LogHandler.h +++ b/libraries/shared/src/LogHandler.h @@ -59,7 +59,7 @@ private: QString _targetName; bool _shouldOutputProcessID { false }; - bool _shouldOutputThreadID { true }; + bool _shouldOutputThreadID { false }; bool _shouldDisplayMilliseconds { false }; QSet _repeatedMessageRegexes; QHash _repeatMessageCountHash;