Skip to content

Logging

Our main project uses Serilog structured logging. The default logging configuration can be found in the appsettings.json file at the root of the web project.

It is recommended to override these values using Environment Variables when in a production environment.

$env:Serilog__MinimumLevel="Information"

Last update: June 30, 2021