File tree 3 files changed +4
-5
lines changed
samples/SampleConsoleApplication
test/Serilog.Sinks.AzureTableStorage.Tests
3 files changed +4
-5
lines changed Original file line number Diff line number Diff line change @@ -19,7 +19,6 @@ var log = new LoggerConfiguration()
19
19
| restrictedToMinimumLevel | The minimum log event level required in order to write an event to the sink. | Verbose |
20
20
| formatProvider | Culture-specific formatting information | |
21
21
| storageTableName | Table name that log entries will be written to | LogEvent |
22
- | writeInBatches | Use a periodic batching sink, as opposed to a synchronous one-at-a-time sink | true |
23
22
| batchPostingLimit | The maximum number of events to post in a single batch | 100 |
24
23
| period | The time to wait between checking for event batches | 0:0:2 |
25
24
| keyGenerator | The key generator used to create the PartitionKey and the RowKey for each log entry | DefaultKeyGenerator |
Original file line number Diff line number Diff line change 23
23
<ItemGroup >
24
24
<PackageReference Include =" Microsoft.Extensions.Hosting" Version =" 8.0.0" />
25
25
<PackageReference Include =" Serilog.Extensions.Hosting" Version =" 8.0.0" />
26
- <PackageReference Include =" Serilog.Settings.Configuration" Version =" 8.0.0 " />
27
- <PackageReference Include =" Serilog.sinks.Console" Version =" 5 .0.1 " />
26
+ <PackageReference Include =" Serilog.Settings.Configuration" Version =" 8.0.1 " />
27
+ <PackageReference Include =" Serilog.sinks.Console" Version =" 6 .0.0 " />
28
28
</ItemGroup >
29
29
30
30
<ItemGroup >
Original file line number Diff line number Diff line change 15
15
<ItemGroup >
16
16
<PackageReference Include =" FluentAssertions" Version =" 6.12.0" />
17
17
<PackageReference Include =" Microsoft.NET.Test.Sdk" Version =" 17.10.0" />
18
- <PackageReference Include =" xunit.runner.visualstudio" Version =" 2.8.1 " >
18
+ <PackageReference Include =" xunit.runner.visualstudio" Version =" 2.8.2 " >
19
19
<PrivateAssets >all</PrivateAssets >
20
20
<IncludeAssets >runtime; build; native; contentfiles; analyzers</IncludeAssets >
21
21
</PackageReference >
22
- <PackageReference Include =" xunit" Version =" 2.8.1 " />
22
+ <PackageReference Include =" xunit" Version =" 2.9.0 " />
23
23
</ItemGroup >
24
24
25
25
</Project >
You can’t perform that action at this time.
0 commit comments