2022-04-12 16:35:03.6226||DEBUG|DiscountService.Program|init main function 2022-04-12 16:35:07.9743|10403|INFO|Microsoft.EntityFrameworkCore.Infrastructure|Entity Framework Core 3.1.11 initialized 'AppDbContext' using provider 'Microsoft.EntityFrameworkCore.SqlServer' with options: using lazy-loading proxies 2022-04-12 16:35:08.2765|20101|INFO|Microsoft.EntityFrameworkCore.Database.Command|Executed DbCommand (13ms) [Parameters=[], CommandType='Text', CommandTimeout='30'] SELECT 1 2022-04-12 16:35:08.2946|20101|INFO|Microsoft.EntityFrameworkCore.Database.Command|Executed DbCommand (11ms) [Parameters=[], CommandType='Text', CommandTimeout='30'] SELECT OBJECT_ID(N'[__EFMigrationsHistory]'); 2022-04-12 16:35:08.2988|20101|INFO|Microsoft.EntityFrameworkCore.Database.Command|Executed DbCommand (1ms) [Parameters=[], CommandType='Text', CommandTimeout='30'] SELECT 1 2022-04-12 16:35:08.2988|20101|INFO|Microsoft.EntityFrameworkCore.Database.Command|Executed DbCommand (0ms) [Parameters=[], CommandType='Text', CommandTimeout='30'] SELECT OBJECT_ID(N'[__EFMigrationsHistory]'); 2022-04-12 16:35:08.3127|20101|INFO|Microsoft.EntityFrameworkCore.Database.Command|Executed DbCommand (1ms) [Parameters=[], CommandType='Text', CommandTimeout='30'] SELECT [MigrationId], [ProductVersion] FROM [__EFMigrationsHistory] ORDER BY [MigrationId]; 2022-04-12 16:35:08.3127|20405|INFO|Microsoft.EntityFrameworkCore.Migrations|No migrations were applied. The database is already up to date. 2022-04-12 16:35:08.4927|50|WARN|Microsoft.AspNetCore.DataProtection.Repositories.EphemeralXmlRepository|Using an in-memory repository. Keys will not be persisted to storage. 2022-04-12 16:35:08.4927|59|WARN|Microsoft.AspNetCore.DataProtection.KeyManagement.XmlKeyManager|Neither user profile nor HKLM registry available. Using an ephemeral key repository. Protected data will be unavailable when application exits. 2022-04-12 16:35:08.4992|58|INFO|Microsoft.AspNetCore.DataProtection.KeyManagement.XmlKeyManager|Creating key {c5fe20e4-41ea-4ceb-a57d-0f9a5cf9ded2} with creation date 2022-04-12 15:35:08Z, activation date 2022-04-12 15:35:08Z, and expiration date 2022-07-11 15:35:08Z. 2022-04-12 16:35:08.4992|35|WARN|Microsoft.AspNetCore.DataProtection.KeyManagement.XmlKeyManager|No XML encryptor configured. Key {c5fe20e4-41ea-4ceb-a57d-0f9a5cf9ded2} may be persisted to storage in unencrypted form. 2022-04-12 16:35:08.7598|1|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request starting HTTP/1.1 GET http://api.skilldorm.com/Discount 2022-04-12 16:35:09.0214|2|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request finished in 262.0779ms 404 2022-04-12 16:35:12.7902|1|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request starting HTTP/1.1 GET http://api.skilldorm.com/Discount/swagger 2022-04-12 16:35:12.7902|2|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request finished in 2.0753ms 301 2022-04-12 16:35:12.7902|1|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request starting HTTP/1.1 GET http://api.skilldorm.com/Discount/swagger/index.html 2022-04-12 16:35:12.8142|2|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request finished in 19.4615ms 200 text/html;charset=utf-8 2022-04-12 16:35:12.8310|1|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request starting HTTP/1.1 GET http://api.skilldorm.com/Discount/swagger/swagger-ui.css 2022-04-12 16:35:12.8310|1|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request starting HTTP/1.1 GET http://api.skilldorm.com/Discount/swagger/swagger-ui-bundle.js 2022-04-12 16:35:12.8310|1|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request starting HTTP/1.1 GET http://api.skilldorm.com/Discount/swagger/swagger-ui-standalone-preset.js 2022-04-12 16:35:12.8457|2|INFO|Microsoft.AspNetCore.StaticFiles.StaticFileMiddleware|Sending file. Request path: '/swagger-ui.css'. Physical path: 'N/A' 2022-04-12 16:35:12.8457|2|INFO|Microsoft.AspNetCore.StaticFiles.StaticFileMiddleware|Sending file. Request path: '/swagger-ui-standalone-preset.js'. Physical path: 'N/A' 2022-04-12 16:35:12.8457|2|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request finished in 17.1269ms 200 text/css 2022-04-12 16:35:12.8457|2|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request finished in 16.0882ms 200 application/javascript 2022-04-12 16:35:12.8601|2|INFO|Microsoft.AspNetCore.StaticFiles.StaticFileMiddleware|Sending file. Request path: '/swagger-ui-bundle.js'. Physical path: 'N/A' 2022-04-12 16:35:12.8601|2|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request finished in 28.731ms 200 application/javascript 2022-04-12 16:35:12.9675|1|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request starting HTTP/1.1 GET http://api.skilldorm.com/Discount/swagger/v1/swagger.json 2022-04-12 16:35:12.9822|1|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request starting HTTP/1.1 GET http://api.skilldorm.com/Discount/swagger/favicon-32x32.png 2022-04-12 16:35:12.9828|2|INFO|Microsoft.AspNetCore.StaticFiles.StaticFileMiddleware|Sending file. Request path: '/favicon-32x32.png'. Physical path: 'N/A' 2022-04-12 16:35:12.9828|2|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request finished in 0.8241ms 200 image/png 2022-04-12 16:35:13.0472|2|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request finished in 79.684ms 200 application/json;charset=utf-8 2022-04-12 17:03:31.7450|1|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request starting HTTP/1.1 POST http://127.0.0.1:10443/DISCOUNT/iisintegration 0 2022-04-12 17:03:31.7450|2|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request finished in 1.1153ms 202 2022-04-12 23:44:02.9094||DEBUG|DiscountService.Program|init main function 2022-04-12 23:44:03.5950|10403|INFO|Microsoft.EntityFrameworkCore.Infrastructure|Entity Framework Core 3.1.11 initialized 'AppDbContext' using provider 'Microsoft.EntityFrameworkCore.SqlServer' with options: using lazy-loading proxies 2022-04-12 23:44:03.7579|20101|INFO|Microsoft.EntityFrameworkCore.Database.Command|Executed DbCommand (12ms) [Parameters=[], CommandType='Text', CommandTimeout='30'] SELECT 1 2022-04-12 23:44:03.7758|20101|INFO|Microsoft.EntityFrameworkCore.Database.Command|Executed DbCommand (11ms) [Parameters=[], CommandType='Text', CommandTimeout='30'] SELECT OBJECT_ID(N'[__EFMigrationsHistory]'); 2022-04-12 23:44:03.7758|20101|INFO|Microsoft.EntityFrameworkCore.Database.Command|Executed DbCommand (1ms) [Parameters=[], CommandType='Text', CommandTimeout='30'] SELECT 1 2022-04-12 23:44:03.7758|20101|INFO|Microsoft.EntityFrameworkCore.Database.Command|Executed DbCommand (0ms) [Parameters=[], CommandType='Text', CommandTimeout='30'] SELECT OBJECT_ID(N'[__EFMigrationsHistory]'); 2022-04-12 23:44:03.7916|20101|INFO|Microsoft.EntityFrameworkCore.Database.Command|Executed DbCommand (1ms) [Parameters=[], CommandType='Text', CommandTimeout='30'] SELECT [MigrationId], [ProductVersion] FROM [__EFMigrationsHistory] ORDER BY [MigrationId]; 2022-04-12 23:44:03.8029|20405|INFO|Microsoft.EntityFrameworkCore.Migrations|No migrations were applied. The database is already up to date. 2022-04-12 23:44:03.8735|50|WARN|Microsoft.AspNetCore.DataProtection.Repositories.EphemeralXmlRepository|Using an in-memory repository. Keys will not be persisted to storage. 2022-04-12 23:44:03.8735|59|WARN|Microsoft.AspNetCore.DataProtection.KeyManagement.XmlKeyManager|Neither user profile nor HKLM registry available. Using an ephemeral key repository. Protected data will be unavailable when application exits. 2022-04-12 23:44:03.8735|58|INFO|Microsoft.AspNetCore.DataProtection.KeyManagement.XmlKeyManager|Creating key {50720629-311a-452c-9ef0-8871c7f7cb10} with creation date 2022-04-12 22:44:03Z, activation date 2022-04-12 22:44:03Z, and expiration date 2022-07-11 22:44:03Z. 2022-04-12 23:44:03.8839|35|WARN|Microsoft.AspNetCore.DataProtection.KeyManagement.XmlKeyManager|No XML encryptor configured. Key {50720629-311a-452c-9ef0-8871c7f7cb10} may be persisted to storage in unencrypted form. 2022-04-12 23:44:03.9758|1|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request starting HTTP/1.1 GET http://api.skilldorm.com/discount/swagger/index.html 2022-04-12 23:44:04.0393|2|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request finished in 63.8939ms 200 text/html;charset=utf-8 2022-04-12 23:44:04.0639|1|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request starting HTTP/1.1 GET http://api.skilldorm.com/discount/swagger/swagger-ui-bundle.js 2022-04-12 23:44:04.0639|1|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request starting HTTP/1.1 GET http://api.skilldorm.com/discount/swagger/swagger-ui.css 2022-04-12 23:44:04.0639|1|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request starting HTTP/1.1 GET http://api.skilldorm.com/discount/swagger/swagger-ui-standalone-preset.js 2022-04-12 23:44:04.0776|2|INFO|Microsoft.AspNetCore.StaticFiles.StaticFileMiddleware|Sending file. Request path: '/swagger-ui-standalone-preset.js'. Physical path: 'N/A' 2022-04-12 23:44:04.0776|2|INFO|Microsoft.AspNetCore.StaticFiles.StaticFileMiddleware|Sending file. Request path: '/swagger-ui.css'. Physical path: 'N/A' 2022-04-12 23:44:04.0776|2|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request finished in 12.8249ms 200 application/javascript 2022-04-12 23:44:04.0776|2|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request finished in 15.9857ms 200 text/css 2022-04-12 23:44:04.0910|2|INFO|Microsoft.AspNetCore.StaticFiles.StaticFileMiddleware|Sending file. Request path: '/swagger-ui-bundle.js'. Physical path: 'N/A' 2022-04-12 23:44:04.0910|2|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request finished in 27.4275ms 200 application/javascript 2022-04-12 23:44:04.1995|1|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request starting HTTP/1.1 GET http://api.skilldorm.com/discount/swagger/v1/swagger.json 2022-04-12 23:44:04.2152|1|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request starting HTTP/1.1 GET http://api.skilldorm.com/discount/swagger/favicon-32x32.png 2022-04-12 23:44:04.2152|2|INFO|Microsoft.AspNetCore.StaticFiles.StaticFileMiddleware|Sending file. Request path: '/favicon-32x32.png'. Physical path: 'N/A' 2022-04-12 23:44:04.2152|2|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request finished in 0.6994ms 200 image/png 2022-04-12 23:44:04.2780|2|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request finished in 78.4479ms 200 application/json;charset=utf-8 2022-04-12 23:56:49.5583|1|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request starting HTTP/1.1 POST http://127.0.0.1:4655/DISCOUNT/iisintegration 0 2022-04-12 23:56:49.5583|2|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request finished in 1.1016ms 202