From a4c7e832b5d5fc5d46ddc0d39bd6af31ccdaff5d Mon Sep 17 00:00:00 2001 From: "Anthony J. Thibault" Date: Fri, 7 Oct 2016 11:42:34 -0700 Subject: [PATCH] Reset threadID logging to false --- libraries/shared/src/LogHandler.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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;