Created
May 11, 2019 10:13
-
-
Save Dzmuh/bc6e1d994b3a964ee870a09e1ae51fa7 to your computer and use it in GitHub Desktop.
Simple logging settings for Serilog
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
"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