Skip to content

Commit

Permalink
HPCC-30352 Mute Jtrace init logging
Browse files Browse the repository at this point in the history
- Does not log default jtrace initialization

Signed-off-by: Rodrigo Pastrana <[email protected]>
  • Loading branch information
rpastrana committed Sep 25, 2023
1 parent 85f7c98 commit 0ede44b
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions system/jlib/jtrace.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -658,8 +658,6 @@ class CTraceManager : implements ITraceManager, public CInterface
DBGLOG("Tracing exporter type not specified");
}
}
else
DBGLOG("Tracing exporter type 'InMemory'");

//Administrator can choose to process spans in batches or one at a time
std::unique_ptr<opentelemetry::v1::sdk::trace::SpanProcessor> processor;
Expand Down Expand Up @@ -756,7 +754,6 @@ class CTraceManager : implements ITraceManager, public CInterface
else
{
initTracerProviderAndGlobalInternals(traceConfig);
DBGLOG("OpenTel tracing enabled!!");
}

// The global propagator should be set regardless of whether tracing is enabled or not.
Expand Down

0 comments on commit 0ede44b

Please sign in to comment.