Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

default level switch set to Verbose to comply with the default of Serilog. #207

Merged
merged 1 commit into from
May 12, 2024

Conversation

ArieGato
Copy link
Owner

@ArieGato ArieGato commented May 7, 2024

Fixes #206

Set the default level switch to Verbose to comply with the default of Serilog.

Set the default level switch to Verbose to comply with the default of Serilog.
@github-actions github-actions bot added the tests label May 7, 2024
Copy link

codecov bot commented May 7, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 96.90%. Comparing base (3ca413c) to head (d37cdb6).

Additional details and impacted files
@@            Coverage Diff             @@
##           master     #207      +/-   ##
==========================================
+ Coverage   96.08%   96.90%   +0.82%     
==========================================
  Files           8        8              
  Lines         485      485              
  Branches       45       45              
==========================================
+ Hits          466      470       +4     
+ Misses          9        7       -2     
+ Partials       10        8       -2     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@@ -14,4 +14,12 @@
<Using Include="NSubstitute" />
</ItemGroup>

<ItemGroup>
Copy link
Owner Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This shoud be added to Directory.Build.info

<None Update="resources\client-cert.pfx">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</None>
</ItemGroup>

<ItemGroup>
Copy link
Owner Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Add to Directory.Build.info

@ArieGato ArieGato merged commit e0d3aed into master May 12, 2024
7 checks passed
@ArieGato ArieGato deleted the feature/fix-debug-logging branch May 12, 2024 08:59
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Debug logs are not being sent to RabbitMQ, all other yes
2 participants