You've already forked UnrealEngineUWP
mirror of
https://github.com/izzy2lost/UnrealEngineUWP.git
synced 2026-03-26 18:15:20 -07:00
Added some debug logging to help trace issues better, these will normally only appear in the file log. Changed lifetime of the token store to be singleton (global for the lifetime of the shortlived oidctoken.exe invocation) - this reduces the number of times we read and save the token store file which could help fix issues and is just pointless work. #rb carl.bystrom [CL 33392225 by joakim lindqvist in ue5-main branch]
12 lines
196 B
JSON
12 lines
196 B
JSON
{
|
|
"Serilog": {
|
|
"Using": [ "Serilog.Sinks.File", "Serilog.Sinks.Console" ],
|
|
"MinimumLevel": {
|
|
"Default": "Debug",
|
|
"Override": {
|
|
"Microsoft.Hosting.Lifetime": "Warning"
|
|
}
|
|
}
|
|
}
|
|
}
|