Streamline Serilog default log verbosity to Information
#624
Labels
area:telemetry
All issues related to telemetry
good first issue
Good for newcomers
runtime:azure-functions
All issues related to templates forAzure Functions
runtime:dotnet
All issues related to templates in pure .NET
template-area:web-api
All issues related to templates for Web APIs
template-area:worker
All issues related to templates for workers
Milestone
Is your feature request related to a problem? Please describe.
We decided to use
Information
as default Serilog log verbosity, but haven't streamlined this across every project template.Describe the solution you'd like
Use
Information
as default Serilog log verbosity.MinimulLevel.Information()
in each Serilog setup, across all project templates.Additional context
Concluded in #355
The text was updated successfully, but these errors were encountered: