Libation/LibationLauncher/appsettings.json
2019-12-10 10:33:51 -05:00

12 lines
148 B
JSON

{
"Logging": {
"LogLevel": {
"Default": "Debug"
}
},
"Serilog": {
"MinimumLevel": "Debug",
"Enrich": "WithCaller"
}
}