Skip to content

Commit

Permalink
Disable tracing of span starts by default
Browse files Browse the repository at this point in the history
Signed-off-by: Gavin Halliday <[email protected]>
  • Loading branch information
ghalliday committed Nov 16, 2023
1 parent 3d66d40 commit 5fa7d1c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion system/jlib/jtrace.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -743,7 +743,7 @@ class CTraceManager : implements ITraceManager, public CInterface
private:
bool enabled = true;
bool optAlwaysCreateGlobalIds = false;
bool optLogSpanStart = true; // Likely to change to false at a later date
bool optLogSpanStart = false;
bool optLogSpanFinish = true;
StringAttr moduleName;

Expand Down

0 comments on commit 5fa7d1c

Please sign in to comment.