Ready to beta test
This commit is contained in:
65
appsettings.Staging.json
Normal file
65
appsettings.Staging.json
Normal file
@ -0,0 +1,65 @@
|
||||
{
|
||||
"Client": {
|
||||
"API": "/_apis/wit",
|
||||
"BaseAddress": "https://tfs.intra.infineon.com",
|
||||
"BasePage": "/tfs/ManufacturingIT",
|
||||
"PAT": "mnt7duog7a2d4w2hgdxn76n3kvanwjdrggzt2isdqdveql74krpa",
|
||||
"Project": "MESA_FI",
|
||||
"Query": "/wiql/asdf"
|
||||
},
|
||||
"Company": "Infineon Technologies Americas Corp.",
|
||||
"Excel": {
|
||||
"Sheet": "Request List",
|
||||
"SourceFile": "\\\\messv02ecc1.ec.local\\EC_Characterization_Si\\Downloaded\\BACKLOG-EQPT\\Copy of FI Backlog Mesa.xlsx",
|
||||
"TargetFile": "\\\\messv02ecc1.ec.local\\EC_Characterization_Si\\RawData\\BACKLOG-EQPT\\Copy of FI Backlog Mesa.json"
|
||||
},
|
||||
"Linux": {},
|
||||
"Logging": {
|
||||
"LogLevel": {
|
||||
"Default": "Information",
|
||||
"Microsoft": "Warning",
|
||||
"Log4netProvider": "Information",
|
||||
"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": "http://localhost:5002;",
|
||||
"WorkingDirectoryName": "IFXApps",
|
||||
"Windows": {}
|
||||
}
|
Reference in New Issue
Block a user