2018-12-10 13:58:31 +00:00
|
|
|
{
|
|
|
|
"App": {
|
|
|
|
"Prefix": "Test"
|
2018-12-10 14:41:08 +00:00
|
|
|
},
|
|
|
|
"Serilog": {
|
|
|
|
"Using": ["Serilog.Sinks.Seq"],
|
|
|
|
"MinimumLevel": {
|
|
|
|
"Default": "Debug",
|
|
|
|
"Override": {
|
|
|
|
"Microsoft": "Warning",
|
|
|
|
"System": "Warning"
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"WriteTo": [
|
|
|
|
{
|
|
|
|
"Name": "Seq",
|
|
|
|
"Args": {
|
|
|
|
"serverUrl": "http://localhost:5341",
|
|
|
|
"restrictedToMinimumLevel": "Information"
|
|
|
|
}
|
|
|
|
}
|
|
|
|
],
|
|
|
|
"Enrich": ["FromLogContext"],
|
|
|
|
"Properties": {
|
|
|
|
"ApplicationName": "Lambda.Example"
|
|
|
|
}
|
2018-12-10 13:58:31 +00:00
|
|
|
}
|
|
|
|
}
|