Skip to content

Commit

Permalink
Add NLog.Targets.ElasticSearch package to ASC.Api.Core project
Browse files Browse the repository at this point in the history
The commit introduces the NLog.Targets.ElasticSearch package to the project. With this change, it is possible to send logs from the ASC.Api.Core project directly to an Elasticsearch cluster for analysis and visualization.
  • Loading branch information
pavelbannov committed Mar 3, 2024
1 parent 81dfdb6 commit 6418591
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions common/ASC.Api.Core/ASC.Api.Core.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@
<PackageReference Include="Microsoft.AspNetCore.Authentication.JwtBearer" Version="8.0.1" />
<PackageReference Include="Microsoft.Extensions.Hosting.Systemd" Version="8.0.0" />
<PackageReference Include="Microsoft.Extensions.Hosting.WindowsServices" Version="8.0.0" />
<PackageReference Include="NLog.Targets.ElasticSearch" Version="7.7.0" />
<PackageReference Include="NLog.Web.AspNetCore" Version="5.3.8" />
<PackageReference Include="RedisRateLimiting" Version="1.1.0" />
<PackageReference Include="RedisRateLimiting.AspNetCore" Version="1.1.0" />
Expand Down

0 comments on commit 6418591

Please sign in to comment.