12 lines
214 B
JSON
12 lines
214 B
JSON
{
|
|
"ALttPRandomizer": {
|
|
},
|
|
"Serilog": {
|
|
"Using": [ "Serilog.Sinks.Console" ],
|
|
"MinimumLevel": "Information",
|
|
"WriteTo": [
|
|
{ "Name": "Console" }
|
|
],
|
|
"Enrich": [ "FromLogContext" ]
|
|
}
|
|
} |