Skip to content

Instantly share code, notes, and snippets.

@SuddenGunter
Created April 24, 2019 14:08
Show Gist options
  • Save SuddenGunter/3a475c775a7f31fdeb296125a72715f1 to your computer and use it in GitHub Desktop.
Save SuddenGunter/3a475c775a7f31fdeb296125a72715f1 to your computer and use it in GitHub Desktop.
"Serilog": {
"MinimumLevel": {
"Default": "Verbose",
"Override": {
"System": "Information",
"Microsoft": "Warning"
}
},
"WriteTo": [
{
"Name": "Console",
"Args": {
"formatter": "Serilog.Formatting.Compact.RenderedCompactJsonFormatter, Serilog.Formatting.Compact"
}
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment