Skip to content

Commit

Permalink
polish
Browse files Browse the repository at this point in the history
  • Loading branch information
henryzhx8 committed Oct 28, 2024
1 parent b513e1e commit 69ed993
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion core/pipeline/serializer/SLSSerializer.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,6 @@ bool SLSEventGroupSerializer::Serialize(BatchedEvents&& group, string& res, stri
if (e.Is<LogEvent>()) {
const auto& logEvent = e.Cast<LogEvent>();
auto log = logGroup.add_logs();
logGroup.mutable_logs()->AddCleared();
for (const auto& kv : logEvent) {
auto contPtr = log->add_contents();
contPtr->set_key(kv.first.to_string());
Expand Down

0 comments on commit 69ed993

Please sign in to comment.