mesa-backlog/appsettings.Development.json
2022-08-26 15:40:05 -07:00

65 lines
1.9 KiB
JSON

{
"Client": {
"API": "/_apis/wit",
"BaseAddress": "https://tfsdev.intra.infineon.com",
"BasePage": "/tfs/ManufacturingIT",
"PAT": "4z2jwu5tluqgmsprmhyaqcc64q2yhwjfhlce7wdofrmuzw5o5weq",
"Project": "MESA_FI",
"Query": "/wiql/c20d2781-72d7-4665-bca3-44ef9578e070"
},
"Company": "Infineon Technologies Americas Corp.",
"Excel": {
"Sheet": "Request List",
"SourceFile": "FI Backlog Mesa.xlsx",
"TargetFile": "D:/Tmp/FI Backlog Mesa.json"
},
"Linux": {},
"Logging": {
"LogLevel": {
"Default": "Information",
"Microsoft": "Warning",
"Log4netProvider": "Debug",
"Microsoft.Hosting.Lifetime": "Information"
}
},
"Serilog": {
"Using": [
"Serilog.Sinks.Console",
"Serilog.Sinks.File"
],
"MinimumLevel": "Debug",
"WriteTo": [
{
"Name": "Debug",
"Args": {
"outputTemplate": "{Timestamp:yyyy-MM-dd HH:mm:ss.fff zzz} [{Level}] ({SourceContext}.{MethodName}) ({InstanceId}) ({RemoteIpAddress}) {Message}{NewLine}{Exception}"
}
},
{
"Name": "Console",
"Args": {
"outputTemplate": "{Timestamp:yyyy-MM-dd HH:mm:ss.fff zzz} [{Level}] ({SourceContext}.{MethodName}) ({InstanceId}) ({RemoteIpAddress}) {Message}{NewLine}{Exception}"
}
},
{
"Name": "File",
"Args": {
"path": "%workingDirectory% - Log/log-.txt",
"outputTemplate": "{Timestamp:yyyy-MM-dd HH:mm:ss.fff zzz} [{Level}] ({SourceContext}.{MethodName}) ({InstanceId}) ({RemoteIpAddress}) {Message}{NewLine}{Exception}",
"rollingInterval": "Hour"
}
}
],
"Enrich": [
"FromLogContext",
"WithMachineName",
"WithThreadId"
],
"Properties": {
"Application": "Sample"
}
},
"URLs": "https://localhost:7130;http://localhost:5126",
"WorkingDirectoryName": "IFXApps",
"Windows": {}
}