Skip to content

Instantly share code, notes, and snippets.

@Dzmuh
Created May 11, 2019 10:13
Show Gist options
  • Save Dzmuh/bc6e1d994b3a964ee870a09e1ae51fa7 to your computer and use it in GitHub Desktop.
Save Dzmuh/bc6e1d994b3a964ee870a09e1ae51fa7 to your computer and use it in GitHub Desktop.
Simple logging settings for Serilog
"Serilog":{
"MinimumLevel": {
"Default": "Information"
},
"WriteTo":[{
"Name": "Console"
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment