test: add file logging and rotation tests

This commit is contained in:
Joseph Doherty
2026-02-23 01:05:10 -05:00
parent e31ba04fdb
commit 8878301c7f
2 changed files with 61 additions and 0 deletions

View File

@@ -13,6 +13,7 @@
<PackageReference Include="xunit" />
<PackageReference Include="xunit.runner.visualstudio" />
<PackageReference Include="NATS.NKeys" />
<PackageReference Include="Serilog.Sinks.File" />
</ItemGroup>
<ItemGroup>