Logging
ASP.NET
To enable logging for the Reveal SDK, add a "Reveal.Sdk": "Debug"
entry into the appsettings.json file.
appsettings.json
{
"Logging": {
"LogLevel": {
"Default": "Information",
"Microsoft": "Warning",
"Microsoft.Hosting.Lifetime": "Information",
"Reveal.Sdk": "Debug"
}
},
}