Skip to content

Commit 59f1a5b

Browse files
committed
fix: typo: add missing [
1 parent aed45b2 commit 59f1a5b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

exporters/elasticsearch/src/es_log_record_exporter.cc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ class ResponseHandler : public http_client::EventHandler
6363
{
6464
log_message = BuildResponseLogMessage(response, body_);
6565

66-
OTEL_INTERNAL_LOG_ERROR("ES Log Exporter] Export failed, " << log_message);
66+
OTEL_INTERNAL_LOG_ERROR("[ES Log Exporter] Export failed, " << log_message);
6767
}
6868

6969
if (console_debug_)

0 commit comments

Comments
 (0)