12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152 |
- {
- "aip": {
- "AppName": "AIP Gateway RESTFull Service",
- "AppVersion": "1.0.0.0",
- "ClientId": "0e225915-3be3-419c-aa04-284d7de5e16b",
- "TenantId": "2e58414a-c6ae-43ff-aaf5-45ab8b78a404",
- "MipData": "App_Data\\mip_data",
- "LoginType": "authLoginCert",
- "Domain": "AIP.Gateway",
- "EMail": "SeungHo@kangfamily.site",
- "SecretValue": "CvW8Q~0iANtLN1Y2EXR_nVyYb_tQTDwjW-Z7Ndg3",
- "CertThumbPrint": "C:\\DEV\\SOLUTION\\IIS\\OpenSSL\\mip\\mip_gateway.pfx",
- "CertThumbPrintxx": "EFE33B4F85AE0877A16D6B8471FEB7E6B4E2BD8D"
- },
- "Serilog": {
- "Using": [ "Serilog.Sinks.Console" ],
- "MinimumLevel": {
- "Default": "Debug",
- "Override": {
- "Microsoft": "Debug",
- "Microsoft.EntityFrameworkCore": "Warning",
- "System": "Debug"
- }
- },
- "Enrich": [ "FromLogContext", "WithMachineName", "WithThreadId" ],
- "WriteTo": [
- {
- "Name": "Console",
- "Args": {
- "theme": "Serilog.Sinks.SystemConsole.Themes.AnsiConsoleTheme::Code, Serilog.Sinks.Console",
- "outputTemplate": "[{Timestamp:HH:mm:ss} {Level:u3}] {Message:lj} ({SourceContext}){NewLine}{Exception}"
- }
- },
- {
- "Name": "File",
- "Args": {
- "path": "../_logs-ApiWithMutlipleApis.txt",
- "outputTemplate": "{Timestamp:yyyy-MM-dd HH:mm:ss.fff zzz} [{Level}] [{SourceContext}] [{EventId}] {Message}{NewLine}{Exception}",
- "rollOnFileSizeLimit": true,
- "fileSizeLimitBytes": 4194304,
- "retainedFileCountLimit": 5
- }
- }
- ]
- },
- "Logging": {
- "LogLevel": {
- "Default": "Information",
- "Microsoft.AspNetCore": "Warning"
- }
- }
- }
|