Skip to content

Commit 43001a9

Browse files
renovate[bot]renovate-botFantasticFiasco
authored
chore(deps): update dependency serilog.sinks.http to v8 (#114)
* chore(deps): update dependency serilog.sinks.http to v8 * refactor: remove parameter no longer needed Co-authored-by: Renovate Bot <bot@renovateapp.com> Co-authored-by: FantasticFiasco <mattias@kindb.org>
1 parent 34c3c12 commit 43001a9

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed

serilog/Program.cs

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,9 +20,7 @@ static void Main()
2020
//var requestUri = "http://localhost:31311";
2121

2222
ILogger logger = new LoggerConfiguration()
23-
.WriteTo.DurableHttpUsingFileSizeRolledBuffers(
24-
requestUri: requestUri,
25-
batchFormatter: new ArrayBatchFormatter())
23+
.WriteTo.DurableHttpUsingFileSizeRolledBuffers(requestUri: requestUri)
2624
.WriteTo.Console()
2725
.CreateLogger()
2826
.ForContext<Program>();

serilog/serilog-example.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,6 @@
77
<PackageReference Include="Bogus" Version="34.0.2" />
88
<PackageReference Include="Serilog.Extensions.Logging" Version="3.1.0" />
99
<PackageReference Include="Serilog.Sinks.Console" Version="4.0.1" />
10-
<PackageReference Include="Serilog.Sinks.Http" Version="7.2.0" />
10+
<PackageReference Include="Serilog.Sinks.Http" Version="8.0.0" />
1111
</ItemGroup>
1212
</Project>

0 commit comments

Comments
 (0)