detect/detect.gui/appsettings.prod.json

6 lines
98 B
JSON
Raw Normal View History

2024-11-13 17:09:15 +08:00
{
"Serilog": {
"Using": [ "Serilog.Sinks.File" ],
"MinimumLevel": "Information"
}
}