Vous ne pouvez pas sélectionner plus de 25 sujets Les noms de sujets doivent commencer par une lettre ou un nombre, peuvent contenir des tirets ('-') et peuvent comporter jusqu'à 35 caractères.

webapi-20220622.log 12KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192
  1. [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.
  2. ][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'.
  3. ][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
  4. ][2022-06-22 16:04:18.442 +02:00 INF Executed DbCommand (15ms) [Parameters=[], CommandType='"Text"', CommandTimeout='30']
  5. SELECT 1
  6. ][2022-06-22 16:04:18.463 +02:00 INF Executed DbCommand (12ms) [Parameters=[], CommandType='"Text"', CommandTimeout='30']
  7. SELECT OBJECT_ID(N'[__EFMigrationsHistory]');
  8. ][2022-06-22 16:04:18.483 +02:00 INF Executed DbCommand (3ms) [Parameters=[], CommandType='"Text"', CommandTimeout='30']
  9. SELECT [MigrationId], [ProductVersion]
  10. FROM [__EFMigrationsHistory]
  11. ORDER BY [MigrationId];
  12. ][2022-06-22 16:04:18.537 +02:00 INF Now listening on: http://localhost:5116
  13. ][2022-06-22 16:04:18.540 +02:00 INF Application started. Press Ctrl+C to shut down.
  14. ][2022-06-22 16:04:18.540 +02:00 INF Hosting environment: Development
  15. ][2022-06-22 16:04:18.540 +02:00 INF Content root path: C:\Users\ermin.bronja\Desktop\Projekat\Diligent.WebAPI.Host\
  16. ][2022-06-22 16:04:21.674 +02:00 INF Request starting HTTP/1.1 GET http://localhost:5116/v1.0/insurers - -
  17. ][2022-06-22 16:04:21.712 +02:00 INF Executing endpoint 'Diligent.WebAPI.Host.Controllers.InsurersController.GetInsurers (Diligent.WebAPI.Host)'
  18. ][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).
  19. ][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
  20. ][2022-06-22 16:04:22.080 +02:00 INF Executed DbCommand (10ms) [Parameters=[], CommandType='"Text"', CommandTimeout='30']
  21. 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]
  22. FROM [Insurers] AS [i]
  23. INNER JOIN [InsuranceCompanies] AS [i0] ON [i].[InsuranceCompanyId] = [i0].[Id]
  24. ][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]]'.
  25. ][2022-06-22 16:04:22.220 +02:00 INF Executed action Diligent.WebAPI.Host.Controllers.InsurersController.GetInsurers (Diligent.WebAPI.Host) in 490.4821ms
  26. ][2022-06-22 16:04:22.221 +02:00 INF Executed endpoint 'Diligent.WebAPI.Host.Controllers.InsurersController.GetInsurers (Diligent.WebAPI.Host)'
  27. ][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
  28. ][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.
  29. ][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'.
  30. ][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
  31. ][2022-06-22 16:31:53.151 +02:00 INF Executed DbCommand (17ms) [Parameters=[], CommandType='"Text"', CommandTimeout='30']
  32. SELECT 1
  33. ][2022-06-22 16:31:53.174 +02:00 INF Executed DbCommand (13ms) [Parameters=[], CommandType='"Text"', CommandTimeout='30']
  34. SELECT OBJECT_ID(N'[__EFMigrationsHistory]');
  35. ][2022-06-22 16:31:53.196 +02:00 INF Executed DbCommand (3ms) [Parameters=[], CommandType='"Text"', CommandTimeout='30']
  36. SELECT [MigrationId], [ProductVersion]
  37. FROM [__EFMigrationsHistory]
  38. ORDER BY [MigrationId];
  39. ][2022-06-22 16:31:53.345 +02:00 INF Now listening on: http://localhost:5116
  40. ][2022-06-22 16:31:53.348 +02:00 INF Application started. Press Ctrl+C to shut down.
  41. ][2022-06-22 16:31:53.349 +02:00 INF Hosting environment: Development
  42. ][2022-06-22 16:31:53.349 +02:00 INF Content root path: C:\Users\meris.ahmatovic\Desktop\Najnovije\Diligent.WebAPI.Host\
  43. ][2022-06-22 16:31:53.496 +02:00 INF Request starting HTTP/1.1 GET http://localhost:5116/swagger/index.html - -
  44. ][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
  45. ][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.
  46. ][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'.
  47. ][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
  48. ][2022-06-22 16:35:41.361 +02:00 INF Executed DbCommand (16ms) [Parameters=[], CommandType='"Text"', CommandTimeout='30']
  49. SELECT 1
  50. ][2022-06-22 16:35:41.383 +02:00 INF Executed DbCommand (12ms) [Parameters=[], CommandType='"Text"', CommandTimeout='30']
  51. SELECT OBJECT_ID(N'[__EFMigrationsHistory]');
  52. ][2022-06-22 16:35:41.403 +02:00 INF Executed DbCommand (3ms) [Parameters=[], CommandType='"Text"', CommandTimeout='30']
  53. SELECT [MigrationId], [ProductVersion]
  54. FROM [__EFMigrationsHistory]
  55. ORDER BY [MigrationId];
  56. ][2022-06-22 16:35:41.472 +02:00 INF Now listening on: http://localhost:5116
  57. ][2022-06-22 16:35:41.475 +02:00 INF Application started. Press Ctrl+C to shut down.
  58. ][2022-06-22 16:35:41.475 +02:00 INF Hosting environment: Development
  59. ][2022-06-22 16:35:41.475 +02:00 INF Content root path: C:\Users\meris.ahmatovic\Desktop\Najnovije\Diligent.WebAPI.Host\
  60. ][2022-06-22 16:35:43.920 +02:00 INF Request starting HTTP/1.1 GET http://localhost:5116/swagger/index.html - -
  61. ][2022-06-22 16:35:44.145 +02:00 INF Request starting HTTP/1.1 GET http://localhost:5116/_vs/browserLink - -
  62. ][2022-06-22 16:35:44.148 +02:00 INF Request starting HTTP/1.1 GET http://localhost:5116/_framework/aspnetcore-browser-refresh.js - -
  63. ][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
  64. ][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
  65. ][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
  66. ][2022-06-22 16:35:44.356 +02:00 INF Request starting HTTP/1.1 GET http://localhost:5116/swagger/v1/swagger.json - -
  67. ][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
  68. ][2022-06-22 16:36:04.152 +02:00 INF Request starting HTTP/1.1 GET http://localhost:5116/v1.0/insuranceCompanies/112312 - -
  69. ][2022-06-22 16:36:04.161 +02:00 INF Executing endpoint 'Diligent.WebAPI.Host.Controllers.InsuranceCompaniesController.GetInsuranceCompany (Diligent.WebAPI.Host)'
  70. ][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).
  71. ][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
  72. ][2022-06-22 16:36:04.614 +02:00 INF Executed DbCommand (32ms) [Parameters=[@__p_0='112312'], CommandType='"Text"', CommandTimeout='30']
  73. 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]
  74. FROM [InsuranceCompanies] AS [i]
  75. WHERE [i].[Id] = @__p_0
  76. ][2022-06-22 16:36:04.686 +02:00 INF Executed action Diligent.WebAPI.Host.Controllers.InsuranceCompaniesController.GetInsuranceCompany (Diligent.WebAPI.Host) in 479.4629ms
  77. ][2022-06-22 16:36:04.687 +02:00 INF Executed endpoint 'Diligent.WebAPI.Host.Controllers.InsuranceCompaniesController.GetInsuranceCompany (Diligent.WebAPI.Host)'
  78. ][2022-06-22 16:36:04.760 +02:00 ERR Insurance Company with id 112312 not found.
  79. ][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
  80. ][2022-06-22 16:36:44.951 +02:00 INF Request starting HTTP/1.1 GET http://localhost:5116/v1.0/insuranceCompanies/11231221231231231 - -
  81. ][2022-06-22 16:36:44.951 +02:00 INF Executing endpoint 'Diligent.WebAPI.Host.Controllers.InsuranceCompaniesController.GetInsuranceCompany (Diligent.WebAPI.Host)'
  82. ][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).
  83. ][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
  84. ][2022-06-22 16:36:45.006 +02:00 INF Executed DbCommand (3ms) [Parameters=[@__p_0='11231221231231231'], CommandType='"Text"', CommandTimeout='30']
  85. 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]
  86. FROM [InsuranceCompanies] AS [i]
  87. WHERE [i].[Id] = @__p_0
  88. ][2022-06-22 16:36:45.030 +02:00 INF Executed action Diligent.WebAPI.Host.Controllers.InsuranceCompaniesController.GetInsuranceCompany (Diligent.WebAPI.Host) in 78.3861ms
  89. ][2022-06-22 16:36:45.030 +02:00 INF Executed endpoint 'Diligent.WebAPI.Host.Controllers.InsuranceCompaniesController.GetInsuranceCompany (Diligent.WebAPI.Host)'
  90. ][2022-06-22 16:36:45.085 +02:00 ERR Insurance Company with id 11231221231231231 not found.
  91. ][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
  92. ]