Add race mode, serilog
This commit is contained in:
@@ -1,4 +1,12 @@
|
||||
{
|
||||
"ALttPRandomizer": {
|
||||
},
|
||||
"Serilog": {
|
||||
"Using": [ "Serilog.Sinks.Console" ],
|
||||
"MinimumLevel": "Information",
|
||||
"WriteTo": [
|
||||
{ "Name": "Console" }
|
||||
],
|
||||
"Enrich": [ "FromLogContext" ]
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user