{ "Logging": { "LogLevel": { "Default": "Warning", "Microsoft": "Warning", "Microsoft.Hosting.Lifetime": "Information" } }, "ConnectionStrings": { "mariadb": "SERVER=127.0.0.1;DATABASE=testdb;PORT=3306;USER=root;PASSWORD=example", "postgres": "", "sqlserver": "", "oracle": "" }, "GeneralSettings": { "DbToUse": "mariadb" }, "Serilog": { "MinimumLevel": { "Default": "Information", "Override": { "System": "Information", "Microsoft": "Warning" } }, "WriteTo": [ { "Name": "File", "Args": { "path": "/tmp/FwSearchApi.log", "rollingInterval": "Day" } } ], "Enrich": ["FromLogContext", "WithMachineName"], "Properties": { "Appname": "FeatureWerkSearchAPI", "Environment": "Development" } } }