2024-08-29, 07:58 PM
(This post was last modified: 2024-08-29, 07:59 PM by TheDreadPirate. Edited 1 time in total.)
Do you have two logging json files? logging.json and logging.default.json? If so, remove logging.json and make sure that the log levels in logging.default.json are at their default levels.
Code:
{
"Serilog": {
"MinimumLevel": {
"Default": "Information",
"Override": {
"Microsoft": "Warning",
"System": "Warning"
}
},