Skip to content

Commit 32764c9

Browse files
authored
Update README.md [Skip CI]
1 parent 2ae2938 commit 32764c9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Serilog.Formatting.Compact [![Build status](https://ci.appveyor.com/api/projects/status/96557okd9df6h47a?svg=true)](https://ci.appveyor.com/project/NicholasBlumhardt/serilog-formatting-compact) [![NuGet](https://img.shields.io/nuget/vpre/Serilog.Formatting.Compact.svg)](https://nuget.org/packages/Serilog.Formatting.Compact)
22

3-
A simple, compact JSON-based event format for Serilog. `CompactJsonFormatter` significantly reduces the byte count of small log events when compared with Serilog's default `JsonFormatter`. It achieves this through shorter built-in property names, a leaner format, and by excluding redundant information.
3+
A simple, compact JSON-based event format for Serilog. `CompactJsonFormatter` significantly reduces the byte count of small log events when compared with Serilog's default `JsonFormatter`, while remaining human-readable. It achieves this through shorter built-in property names, a leaner format, and by excluding redundant information.
44

55
### Sample
66

0 commit comments

Comments
 (0)