diff --git a/src/Serilog.Sinks.Grafana.Loki/LokiSink.cs b/src/Serilog.Sinks.Grafana.Loki/LokiSink.cs index bbf3883..0e371f8 100644 --- a/src/Serilog.Sinks.Grafana.Loki/LokiSink.cs +++ b/src/Serilog.Sinks.Grafana.Loki/LokiSink.cs @@ -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"); } }