{ "Database" : { "Path" : "d:\\data\\", "Backup" : true, "Delete" : false }, "ApiUrl": "http://localhost:3920", "Embedded": { "IsOnline": false, "Path": "./dist/index.html" }, "Serilog": { "Using": [ "Serilog.Sinks.File" ], "MinimumLevel": "Information", "WriteTo": [ { "Name": "File", "Args": { "path": "logs/detect.txt", "outputTemplate": "{Timestamp:yyyy-MM-dd HH:mm:ss.fff} [{Level:u3}] {Message}{NewLine}{Exception}", "rollingInterval": "Day" } } ], "Enrich": [ "FromLogContext", "WithMachineName", "WithThreadId" ], "Destructure": [ { "Name": "ToMaximumDepth", "Args": { "maximumDestructuringDepth": 4 } }, { "Name": "ToMaximumStringLength", "Args": { "maximumStringLength": 100 } }, { "Name": "ToMaximumCollectionCount", "Args": { "maximumCollectionCount": 10 } } ], "Properties": { "Application": "detect.gui" } } }