Skip to content

Commit 7c38242

Browse files
authored
SelfLog fixed (#144)
1 parent b8d5de3 commit 7c38242

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Serilog.Sinks.Grafana.Loki/LokiSink.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ public void Emit(LogEvent logEvent)
6464

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

0 commit comments

Comments
 (0)