Skip to content

Commit

Permalink
feat: add seq
Browse files Browse the repository at this point in the history
  • Loading branch information
CumpsD committed Jan 14, 2025
1 parent 518c40b commit d09faad
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 2 additions & 0 deletions chainflip-lp/appsettings.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@
},

"Serilog": {
"Using": [ "Serilog.Sinks.Console", "Serilog.Sinks.Seq" ],
"MinimumLevel": {
"Default": "Information",
"Override": {
Expand All @@ -29,6 +30,7 @@
}
}
],
"Enrich": [ "FromLogContext", "WithMachineName", "WithThreadId" ],
"Properties": {
"Application": "chainflip-lp"
}
Expand Down
3 changes: 2 additions & 1 deletion chainflip-lp/chainflip-lp.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@
<Content Include="appsettings.*.json" CopyToOutputDirectory="Always" DependentUpon="appsettings.json" />
</ItemGroup>

<ItemGroup>
<ItemGroup>
<PackageReference Include="Autofac.Extensions.DependencyInjection" Version="10.0.0" />
<PackageReference Include="Destructurama.JsonNet" Version="4.0.0" />
<PackageReference Include="Humanizer.Core" Version="2.14.1" />
Expand All @@ -74,6 +74,7 @@
<PackageReference Include="Serilog.Settings.Configuration" Version="9.0.0" />
<PackageReference Include="Serilog.Sinks.Console" Version="6.0.0" />
<PackageReference Include="Serilog.Sinks.File" Version="6.0.0" />
<PackageReference Include="Serilog.Sinks.Seq" Version="9.0.0" />
<PackageReference Include="Telegram.Bot" Version="22.2.0" />
<PackageReference Include="xxHashSharp" Version="1.0.0" />
</ItemGroup>
Expand Down

0 comments on commit d09faad

Please sign in to comment.