You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As per the specs changes - open-telemetry/opentelemetry-specification#3397, the include_trace_context argument should be removed from LoggerProvider::GetLogger() method. The logger should use trace flags if explicitly set through LogRecord::SetTraceFlags(), else it should implicitly extract them from current Context inside Logger::EmitLogRecord method.
The text was updated successfully, but these errors were encountered:
As per the specs changes - open-telemetry/opentelemetry-specification#3397, the
include_trace_context
argument should be removed fromLoggerProvider::GetLogger()
method. The logger should use trace flags if explicitly set throughLogRecord::SetTraceFlags()
, else it should implicitly extract them from currentContext
insideLogger::EmitLogRecord
method.The text was updated successfully, but these errors were encountered: