LoggerContext::Shutdown
should call processor_->Shutdown
, not processor_->ForceFlush
.
#1591
Labels
bug
Something isn't working
Describe your environment
Any
Opentelemetry-cpp: v1.6.0
What is the expected behavior?
LoggerContext::Shutdown
should callprocessor_->Shutdown
.What is the actual behavior?
LoggerContext::Shutdown
callsprocessor_->ForceFlush
.The text was updated successfully, but these errors were encountered: