We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
[
1 parent aed45b2 commit 59f1a5bCopy full SHA for 59f1a5b
exporters/elasticsearch/src/es_log_record_exporter.cc
@@ -63,7 +63,7 @@ class ResponseHandler : public http_client::EventHandler
63
{
64
log_message = BuildResponseLogMessage(response, body_);
65
66
- OTEL_INTERNAL_LOG_ERROR("ES Log Exporter] Export failed, " << log_message);
+ OTEL_INTERNAL_LOG_ERROR("[ES Log Exporter] Export failed, " << log_message);
67
}
68
69
if (console_debug_)
0 commit comments