Merge branch 'master' of https://github.com/AIMSBS/AIMS
This commit is contained in:
commit
49645edbb0
@ -1,6 +1,16 @@
|
|||||||
{
|
{
|
||||||
"Serilog": {
|
"Serilog": {
|
||||||
"Using": [ "Serilog.Sinks.File", "Serilog.Sinks.Seq", "Serilog.Settings.Configuration", "Serilog.Exceptions", "Serilog.Enrichers.Span", "Serilog.Enrichers.Thread", "Serilog.Enrichers.Process" ],
|
"Using": [
|
||||||
|
//"Serilog.Sinks.Console",
|
||||||
|
//"Serilog.Sinks.Debug",
|
||||||
|
"Serilog.Sinks.Seq",
|
||||||
|
"Serilog.Settings.Configuration",
|
||||||
|
"Serilog.Exceptions",
|
||||||
|
"Serilog.Enrichers.Span",
|
||||||
|
"Serilog.Enrichers.Thread",
|
||||||
|
"Serilog.Enrichers.Process",
|
||||||
|
"Serilog.Enrichers.Environment"
|
||||||
|
],
|
||||||
"Enrich": [
|
"Enrich": [
|
||||||
"FromLogContext",
|
"FromLogContext",
|
||||||
// Add full exception details using Serilog.Exceptions https://github.com/RehanSaeed/Serilog.Exceptions.
|
// Add full exception details using Serilog.Exceptions https://github.com/RehanSaeed/Serilog.Exceptions.
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user