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 b8d5de3 commit 7c38242Copy full SHA for 7c38242
src/Serilog.Sinks.Grafana.Loki/LokiSink.cs
@@ -64,7 +64,7 @@ public void Emit(LogEvent logEvent)
64
65
if (!_queue.TryEnqueue(new LokiLogEvent(logEvent)))
66
{
67
- 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");
68
}
69
70
0 commit comments