Files
joakim lindqvist 7057bc7241 OidcToken - Added creation of a file log that we keep around for a week to help debug issues.
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]
2024-05-02 05:00:59 -04:00

12 lines
196 B
JSON

{
"Serilog": {
"Using": [ "Serilog.Sinks.File", "Serilog.Sinks.Console" ],
"MinimumLevel": {
"Default": "Debug",
"Override": {
"Microsoft.Hosting.Lifetime": "Warning"
}
}
}
}