2022-04-14 09:38:01.5684||DEBUG|DiscountService.Program|init main function 2022-04-14 09:38:05.2582|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-14 09:38:05.5535|20101|INFO|Microsoft.EntityFrameworkCore.Database.Command|Executed DbCommand (12ms) [Parameters=[], CommandType='Text', CommandTimeout='30'] SELECT 1 2022-04-14 09:38:05.5709|20101|INFO|Microsoft.EntityFrameworkCore.Database.Command|Executed DbCommand (11ms) [Parameters=[], CommandType='Text', CommandTimeout='30'] SELECT OBJECT_ID(N'[__EFMigrationsHistory]'); 2022-04-14 09:38:05.5709|20101|INFO|Microsoft.EntityFrameworkCore.Database.Command|Executed DbCommand (1ms) [Parameters=[], CommandType='Text', CommandTimeout='30'] SELECT 1 2022-04-14 09:38:05.5709|20101|INFO|Microsoft.EntityFrameworkCore.Database.Command|Executed DbCommand (1ms) [Parameters=[], CommandType='Text', CommandTimeout='30'] SELECT OBJECT_ID(N'[__EFMigrationsHistory]'); 2022-04-14 09:38:05.5900|20101|INFO|Microsoft.EntityFrameworkCore.Database.Command|Executed DbCommand (1ms) [Parameters=[], CommandType='Text', CommandTimeout='30'] SELECT [MigrationId], [ProductVersion] FROM [__EFMigrationsHistory] ORDER BY [MigrationId]; 2022-04-14 09:38:05.6013|20405|INFO|Microsoft.EntityFrameworkCore.Migrations|No migrations were applied. The database is already up to date. 2022-04-14 09:38:05.7590|50|WARN|Microsoft.AspNetCore.DataProtection.Repositories.EphemeralXmlRepository|Using an in-memory repository. Keys will not be persisted to storage. 2022-04-14 09:38:05.7590|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-14 09:38:05.7590|58|INFO|Microsoft.AspNetCore.DataProtection.KeyManagement.XmlKeyManager|Creating key {055dfe38-b58f-449e-9f6c-a4498001d319} with creation date 2022-04-14 08:38:05Z, activation date 2022-04-14 08:38:05Z, and expiration date 2022-07-13 08:38:05Z. 2022-04-14 09:38:05.7702|35|WARN|Microsoft.AspNetCore.DataProtection.KeyManagement.XmlKeyManager|No XML encryptor configured. Key {055dfe38-b58f-449e-9f6c-a4498001d319} may be persisted to storage in unencrypted form. 2022-04-14 09:38:05.9540|1|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request starting HTTP/1.1 GET http://api.skilldorm.com/Discount/swagger/index.html 2022-04-14 09:38:06.2130|2|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request finished in 259.4332ms 200 text/html;charset=utf-8 2022-04-14 13:32:59.3201|1|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request starting HTTP/1.1 GET http://api.skilldorm.com/discount/swagger/v1/swagger.json 2022-04-14 13:32:59.4172|2|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request finished in 97.2216ms 200 application/json;charset=utf-8