Skip to content

Commit

Permalink
SelfLog fixed (#144)
Browse files Browse the repository at this point in the history
  • Loading branch information
mishamyte authored Oct 13, 2022
1 parent b8d5de3 commit 7c38242
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Serilog.Sinks.Grafana.Loki/LokiSink.cs
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ public void Emit(LogEvent logEvent)

if (!_queue.TryEnqueue(new LokiLogEvent(logEvent)))
{
SelfLog.WriteLine("Queue has reached it's limit and the log event {@Event} will be dropped", logEvent);
SelfLog.WriteLine("Queue has reached it's limit and the log event will be dropped");
}
}

Expand Down

0 comments on commit 7c38242

Please sign in to comment.