| 1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192 |
- [2022-06-22 16:04:17.716 +02:00 WRN Sensitive data logging is enabled. Log entries and exception messages may include sensitive application data; this mode should only be enabled during development.
- ][2022-06-22 16:04:17.793 +02:00 WRN No store type was specified for the decimal property 'Premium' on entity type 'InsurancePolicy'. This will cause values to be silently truncated if they do not fit in the default precision and scale. Explicitly specify the SQL server column type that can accommodate all the values in 'OnModelCreating' using 'HasColumnType', specify precision and scale using 'HasPrecision', or configure a value converter using 'HasConversion'.
- ][2022-06-22 16:04:17.918 +02:00 INF Entity Framework Core 6.0.3 initialized 'DatabaseContext' using provider 'Microsoft.EntityFrameworkCore.SqlServer:6.0.3' with options: SensitiveDataLoggingEnabled
- ][2022-06-22 16:04:18.442 +02:00 INF Executed DbCommand (15ms) [Parameters=[], CommandType='"Text"', CommandTimeout='30']
- SELECT 1
- ][2022-06-22 16:04:18.463 +02:00 INF Executed DbCommand (12ms) [Parameters=[], CommandType='"Text"', CommandTimeout='30']
- SELECT OBJECT_ID(N'[__EFMigrationsHistory]');
- ][2022-06-22 16:04:18.483 +02:00 INF Executed DbCommand (3ms) [Parameters=[], CommandType='"Text"', CommandTimeout='30']
- SELECT [MigrationId], [ProductVersion]
- FROM [__EFMigrationsHistory]
- ORDER BY [MigrationId];
- ][2022-06-22 16:04:18.537 +02:00 INF Now listening on: http://localhost:5116
- ][2022-06-22 16:04:18.540 +02:00 INF Application started. Press Ctrl+C to shut down.
- ][2022-06-22 16:04:18.540 +02:00 INF Hosting environment: Development
- ][2022-06-22 16:04:18.540 +02:00 INF Content root path: C:\Users\ermin.bronja\Desktop\Projekat\Diligent.WebAPI.Host\
- ][2022-06-22 16:04:21.674 +02:00 INF Request starting HTTP/1.1 GET http://localhost:5116/v1.0/insurers - -
- ][2022-06-22 16:04:21.712 +02:00 INF Executing endpoint 'Diligent.WebAPI.Host.Controllers.InsurersController.GetInsurers (Diligent.WebAPI.Host)'
- ][2022-06-22 16:04:21.726 +02:00 INF Route matched with {action = "GetInsurers", controller = "Insurers"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] GetInsurers() on controller Diligent.WebAPI.Host.Controllers.InsurersController (Diligent.WebAPI.Host).
- ][2022-06-22 16:04:21.823 +02:00 INF Entity Framework Core 6.0.3 initialized 'DatabaseContext' using provider 'Microsoft.EntityFrameworkCore.SqlServer:6.0.3' with options: SensitiveDataLoggingEnabled
- ][2022-06-22 16:04:22.080 +02:00 INF Executed DbCommand (10ms) [Parameters=[], CommandType='"Text"', CommandTimeout='30']
- SELECT [i].[Id], [i].[Address], [i].[City], [i].[Country], [i].[CreatedAtUtc], [i].[DateOfBirth], [i].[DeletedAtUtc], [i].[Email], [i].[FirstName], [i].[InsuranceCompanyId], [i].[LastName], [i].[PhoneNumber], [i].[PostalCode], [i].[UpdatedAtUtc], [i0].[Id], [i0].[City], [i0].[Country], [i0].[CreatedAtUtc], [i0].[DeletedAtUtc], [i0].[Fax], [i0].[LegalAddress], [i0].[LegalEmail], [i0].[Name], [i0].[PhoneNumber], [i0].[PostalCode], [i0].[UpdatedAtUtc]
- FROM [Insurers] AS [i]
- INNER JOIN [InsuranceCompanies] AS [i0] ON [i].[InsuranceCompanyId] = [i0].[Id]
- ][2022-06-22 16:04:22.185 +02:00 INF Executing OkObjectResult, writing value of type 'System.Collections.Generic.List`1[[Diligent.WebAPI.Host.DTOs.InsurerDTOs.CreateInsurerResponse, Diligent.WebAPI.Host, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]]'.
- ][2022-06-22 16:04:22.220 +02:00 INF Executed action Diligent.WebAPI.Host.Controllers.InsurersController.GetInsurers (Diligent.WebAPI.Host) in 490.4821ms
- ][2022-06-22 16:04:22.221 +02:00 INF Executed endpoint 'Diligent.WebAPI.Host.Controllers.InsurersController.GetInsurers (Diligent.WebAPI.Host)'
- ][2022-06-22 16:04:22.225 +02:00 INF Request finished HTTP/1.1 GET http://localhost:5116/v1.0/insurers - - - 200 - application/json;+charset=utf-8 553.2093ms
- ][2022-06-22 16:31:52.022 +02:00 WRN Sensitive data logging is enabled. Log entries and exception messages may include sensitive application data; this mode should only be enabled during development.
- ][2022-06-22 16:31:52.097 +02:00 WRN No store type was specified for the decimal property 'Premium' on entity type 'InsurancePolicy'. This will cause values to be silently truncated if they do not fit in the default precision and scale. Explicitly specify the SQL server column type that can accommodate all the values in 'OnModelCreating' using 'HasColumnType', specify precision and scale using 'HasPrecision', or configure a value converter using 'HasConversion'.
- ][2022-06-22 16:31:52.234 +02:00 INF Entity Framework Core 6.0.3 initialized 'DatabaseContext' using provider 'Microsoft.EntityFrameworkCore.SqlServer:6.0.3' with options: SensitiveDataLoggingEnabled
- ][2022-06-22 16:31:53.151 +02:00 INF Executed DbCommand (17ms) [Parameters=[], CommandType='"Text"', CommandTimeout='30']
- SELECT 1
- ][2022-06-22 16:31:53.174 +02:00 INF Executed DbCommand (13ms) [Parameters=[], CommandType='"Text"', CommandTimeout='30']
- SELECT OBJECT_ID(N'[__EFMigrationsHistory]');
- ][2022-06-22 16:31:53.196 +02:00 INF Executed DbCommand (3ms) [Parameters=[], CommandType='"Text"', CommandTimeout='30']
- SELECT [MigrationId], [ProductVersion]
- FROM [__EFMigrationsHistory]
- ORDER BY [MigrationId];
- ][2022-06-22 16:31:53.345 +02:00 INF Now listening on: http://localhost:5116
- ][2022-06-22 16:31:53.348 +02:00 INF Application started. Press Ctrl+C to shut down.
- ][2022-06-22 16:31:53.349 +02:00 INF Hosting environment: Development
- ][2022-06-22 16:31:53.349 +02:00 INF Content root path: C:\Users\meris.ahmatovic\Desktop\Najnovije\Diligent.WebAPI.Host\
- ][2022-06-22 16:31:53.496 +02:00 INF Request starting HTTP/1.1 GET http://localhost:5116/swagger/index.html - -
- ][2022-06-22 16:31:53.579 +02:00 INF Request finished HTTP/1.1 GET http://localhost:5116/swagger/index.html - - - 404 0 - 85.6037ms
- ][2022-06-22 16:35:40.874 +02:00 WRN Sensitive data logging is enabled. Log entries and exception messages may include sensitive application data; this mode should only be enabled during development.
- ][2022-06-22 16:35:40.943 +02:00 WRN No store type was specified for the decimal property 'Premium' on entity type 'InsurancePolicy'. This will cause values to be silently truncated if they do not fit in the default precision and scale. Explicitly specify the SQL server column type that can accommodate all the values in 'OnModelCreating' using 'HasColumnType', specify precision and scale using 'HasPrecision', or configure a value converter using 'HasConversion'.
- ][2022-06-22 16:35:41.076 +02:00 INF Entity Framework Core 6.0.3 initialized 'DatabaseContext' using provider 'Microsoft.EntityFrameworkCore.SqlServer:6.0.3' with options: SensitiveDataLoggingEnabled
- ][2022-06-22 16:35:41.361 +02:00 INF Executed DbCommand (16ms) [Parameters=[], CommandType='"Text"', CommandTimeout='30']
- SELECT 1
- ][2022-06-22 16:35:41.383 +02:00 INF Executed DbCommand (12ms) [Parameters=[], CommandType='"Text"', CommandTimeout='30']
- SELECT OBJECT_ID(N'[__EFMigrationsHistory]');
- ][2022-06-22 16:35:41.403 +02:00 INF Executed DbCommand (3ms) [Parameters=[], CommandType='"Text"', CommandTimeout='30']
- SELECT [MigrationId], [ProductVersion]
- FROM [__EFMigrationsHistory]
- ORDER BY [MigrationId];
- ][2022-06-22 16:35:41.472 +02:00 INF Now listening on: http://localhost:5116
- ][2022-06-22 16:35:41.475 +02:00 INF Application started. Press Ctrl+C to shut down.
- ][2022-06-22 16:35:41.475 +02:00 INF Hosting environment: Development
- ][2022-06-22 16:35:41.475 +02:00 INF Content root path: C:\Users\meris.ahmatovic\Desktop\Najnovije\Diligent.WebAPI.Host\
- ][2022-06-22 16:35:43.920 +02:00 INF Request starting HTTP/1.1 GET http://localhost:5116/swagger/index.html - -
- ][2022-06-22 16:35:44.145 +02:00 INF Request starting HTTP/1.1 GET http://localhost:5116/_vs/browserLink - -
- ][2022-06-22 16:35:44.148 +02:00 INF Request starting HTTP/1.1 GET http://localhost:5116/_framework/aspnetcore-browser-refresh.js - -
- ][2022-06-22 16:35:44.150 +02:00 INF Request finished HTTP/1.1 GET http://localhost:5116/_framework/aspnetcore-browser-refresh.js - - - 200 12010 application/javascript;+charset=utf-8 1.8546ms
- ][2022-06-22 16:35:44.160 +02:00 INF Request finished HTTP/1.1 GET http://localhost:5116/swagger/index.html - - - 200 - text/html;charset=utf-8 243.5705ms
- ][2022-06-22 16:35:44.203 +02:00 INF Request finished HTTP/1.1 GET http://localhost:5116/_vs/browserLink - - - 200 - text/javascript;+charset=UTF-8 58.2248ms
- ][2022-06-22 16:35:44.356 +02:00 INF Request starting HTTP/1.1 GET http://localhost:5116/swagger/v1/swagger.json - -
- ][2022-06-22 16:35:44.429 +02:00 INF Request finished HTTP/1.1 GET http://localhost:5116/swagger/v1/swagger.json - - - 200 - application/json;charset=utf-8 73.4552ms
- ][2022-06-22 16:36:04.152 +02:00 INF Request starting HTTP/1.1 GET http://localhost:5116/v1.0/insuranceCompanies/112312 - -
- ][2022-06-22 16:36:04.161 +02:00 INF Executing endpoint 'Diligent.WebAPI.Host.Controllers.InsuranceCompaniesController.GetInsuranceCompany (Diligent.WebAPI.Host)'
- ][2022-06-22 16:36:04.202 +02:00 INF Route matched with {action = "GetInsuranceCompany", controller = "InsuranceCompanies"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] GetInsuranceCompany(Int64) on controller Diligent.WebAPI.Host.Controllers.InsuranceCompaniesController (Diligent.WebAPI.Host).
- ][2022-06-22 16:36:04.303 +02:00 INF Entity Framework Core 6.0.3 initialized 'DatabaseContext' using provider 'Microsoft.EntityFrameworkCore.SqlServer:6.0.3' with options: SensitiveDataLoggingEnabled
- ][2022-06-22 16:36:04.614 +02:00 INF Executed DbCommand (32ms) [Parameters=[@__p_0='112312'], CommandType='"Text"', CommandTimeout='30']
- SELECT TOP(1) [i].[Id], [i].[City], [i].[Country], [i].[CreatedAtUtc], [i].[DeletedAtUtc], [i].[Fax], [i].[LegalAddress], [i].[LegalEmail], [i].[Name], [i].[PhoneNumber], [i].[PostalCode], [i].[UpdatedAtUtc]
- FROM [InsuranceCompanies] AS [i]
- WHERE [i].[Id] = @__p_0
- ][2022-06-22 16:36:04.686 +02:00 INF Executed action Diligent.WebAPI.Host.Controllers.InsuranceCompaniesController.GetInsuranceCompany (Diligent.WebAPI.Host) in 479.4629ms
- ][2022-06-22 16:36:04.687 +02:00 INF Executed endpoint 'Diligent.WebAPI.Host.Controllers.InsuranceCompaniesController.GetInsuranceCompany (Diligent.WebAPI.Host)'
- ][2022-06-22 16:36:04.760 +02:00 ERR Insurance Company with id 112312 not found.
- ][2022-06-22 16:36:04.766 +02:00 INF Request finished HTTP/1.1 GET http://localhost:5116/v1.0/insuranceCompanies/112312 - - - 404 - application/json 614.2215ms
- ][2022-06-22 16:36:44.951 +02:00 INF Request starting HTTP/1.1 GET http://localhost:5116/v1.0/insuranceCompanies/11231221231231231 - -
- ][2022-06-22 16:36:44.951 +02:00 INF Executing endpoint 'Diligent.WebAPI.Host.Controllers.InsuranceCompaniesController.GetInsuranceCompany (Diligent.WebAPI.Host)'
- ][2022-06-22 16:36:44.952 +02:00 INF Route matched with {action = "GetInsuranceCompany", controller = "InsuranceCompanies"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] GetInsuranceCompany(Int64) on controller Diligent.WebAPI.Host.Controllers.InsuranceCompaniesController (Diligent.WebAPI.Host).
- ][2022-06-22 16:36:44.999 +02:00 INF Entity Framework Core 6.0.3 initialized 'DatabaseContext' using provider 'Microsoft.EntityFrameworkCore.SqlServer:6.0.3' with options: SensitiveDataLoggingEnabled
- ][2022-06-22 16:36:45.006 +02:00 INF Executed DbCommand (3ms) [Parameters=[@__p_0='11231221231231231'], CommandType='"Text"', CommandTimeout='30']
- SELECT TOP(1) [i].[Id], [i].[City], [i].[Country], [i].[CreatedAtUtc], [i].[DeletedAtUtc], [i].[Fax], [i].[LegalAddress], [i].[LegalEmail], [i].[Name], [i].[PhoneNumber], [i].[PostalCode], [i].[UpdatedAtUtc]
- FROM [InsuranceCompanies] AS [i]
- WHERE [i].[Id] = @__p_0
- ][2022-06-22 16:36:45.030 +02:00 INF Executed action Diligent.WebAPI.Host.Controllers.InsuranceCompaniesController.GetInsuranceCompany (Diligent.WebAPI.Host) in 78.3861ms
- ][2022-06-22 16:36:45.030 +02:00 INF Executed endpoint 'Diligent.WebAPI.Host.Controllers.InsuranceCompaniesController.GetInsuranceCompany (Diligent.WebAPI.Host)'
- ][2022-06-22 16:36:45.085 +02:00 ERR Insurance Company with id 11231221231231231 not found.
- ][2022-06-22 16:36:45.086 +02:00 INF Request finished HTTP/1.1 GET http://localhost:5116/v1.0/insuranceCompanies/11231221231231231 - - - 404 - application/json 134.8242ms
- ]
|