您最多选择25个主题 主题必须以字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符

webapi-20220704.log 206KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980981982983984985986987988989990991992993994995996997998999100010011002100310041005100610071008100910101011101210131014101510161017101810191020102110221023102410251026102710281029103010311032103310341035103610371038103910401041104210431044104510461047104810491050105110521053105410551056105710581059106010611062106310641065106610671068106910701071107210731074107510761077107810791080108110821083108410851086108710881089109010911092109310941095109610971098109911001101110211031104110511061107110811091110111111121113111411151116111711181119112011211122112311241125112611271128112911301131113211331134113511361137113811391140114111421143114411451146114711481149115011511152115311541155115611571158115911601161116211631164116511661167116811691170117111721173117411751176117711781179118011811182118311841185118611871188118911901191119211931194119511961197119811991200120112021203120412051206120712081209121012111212121312141215121612171218121912201221122212231224122512261227122812291230123112321233123412351236123712381239124012411242124312441245124612471248124912501251125212531254125512561257125812591260126112621263126412651266126712681269127012711272127312741275127612771278127912801281128212831284128512861287128812891290129112921293129412951296129712981299130013011302130313041305130613071308130913101311131213131314131513161317131813191320132113221323132413251326132713281329133013311332133313341335133613371338133913401341134213431344134513461347134813491350135113521353135413551356135713581359136013611362136313641365136613671368136913701371137213731374137513761377137813791380138113821383138413851386138713881389139013911392139313941395
  1. [2022-07-04 08:23:04.568 +02:00 INF User profile is available. Using 'C:\Users\ermin.bronja\AppData\Local\ASP.NET\DataProtection-Keys' as key repository and Windows DPAPI to encrypt keys at rest.
  2. ][2022-07-04 08:23:04.792 +02:00 INF Now listening on: http://localhost:5116
  3. ][2022-07-04 08:23:04.794 +02:00 INF Application started. Press Ctrl+C to shut down.
  4. ][2022-07-04 08:23:04.794 +02:00 INF Hosting environment: Development
  5. ][2022-07-04 08:23:04.794 +02:00 INF Content root path: C:\Users\ermin.bronja\Desktop\Project\Diligent.WebAPI.Host\
  6. ][2022-07-04 08:24:24.062 +02:00 INF User profile is available. Using 'C:\Users\ermin.bronja\AppData\Local\ASP.NET\DataProtection-Keys' as key repository and Windows DPAPI to encrypt keys at rest.
  7. ][2022-07-04 08:24:24.205 +02:00 INF Now listening on: http://localhost:5116
  8. ][2022-07-04 08:24:24.207 +02:00 INF Application started. Press Ctrl+C to shut down.
  9. ][2022-07-04 08:24:24.207 +02:00 INF Hosting environment: Development
  10. ][2022-07-04 08:24:24.207 +02:00 INF Content root path: C:\Users\ermin.bronja\Desktop\Project\Diligent.WebAPI.Host\
  11. ][2022-07-04 08:24:30.601 +02:00 INF Request starting HTTP/1.1 GET http://localhost:5116/swagger/index.html - -
  12. ][2022-07-04 08:24:31.259 +02:00 INF Request starting HTTP/1.1 GET http://localhost:5116/_vs/browserLink - -
  13. ][2022-07-04 08:24:31.259 +02:00 INF Request starting HTTP/1.1 GET http://localhost:5116/_framework/aspnetcore-browser-refresh.js - -
  14. ][2022-07-04 08:24:31.262 +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.7306ms
  15. ][2022-07-04 08:24:31.269 +02:00 INF Request finished HTTP/1.1 GET http://localhost:5116/swagger/index.html - - - 200 - text/html;charset=utf-8 671.3066ms
  16. ][2022-07-04 08:24:31.342 +02:00 INF Request finished HTTP/1.1 GET http://localhost:5116/_vs/browserLink - - - 200 - text/javascript;+charset=UTF-8 83.8257ms
  17. ][2022-07-04 08:24:32.396 +02:00 INF Request starting HTTP/1.1 GET http://localhost:5116/_framework/aspnetcore-browser-refresh.js - -
  18. ][2022-07-04 08:24:32.396 +02:00 INF Request finished HTTP/1.1 GET http://localhost:5116/_framework/aspnetcore-browser-refresh.js - - - 200 12010 application/javascript;+charset=utf-8 0.3320ms
  19. ][2022-07-04 08:24:32.605 +02:00 INF Request starting HTTP/1.1 GET http://localhost:5116/swagger/v1/swagger.json - -
  20. ][2022-07-04 08:24:32.705 +02:00 INF Request finished HTTP/1.1 GET http://localhost:5116/swagger/v1/swagger.json - - - 200 - application/json;charset=utf-8 100.1410ms
  21. ][2022-07-04 08:24:39.353 +02:00 INF Request starting HTTP/1.1 GET http://localhost:5116/v1.0/Chat - -
  22. ][2022-07-04 08:24:39.364 +02:00 INF Executing endpoint 'Diligent.WebAPI.Host.Controllers.ChatController.GetAll (Diligent.WebAPI.Host)'
  23. ][2022-07-04 08:24:39.379 +02:00 INF Route matched with {action = "GetAll", controller = "Chat"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] GetAll() on controller Diligent.WebAPI.Host.Controllers.ChatController (Diligent.WebAPI.Host).
  24. ][2022-07-04 08:24:40.098 +02:00 INF Executing OkObjectResult, writing value of type 'System.Collections.Generic.List`1[[Diligent.WebAPI.Data.Entities.Room, Diligent.WebAPI.Data, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]]'.
  25. ][2022-07-04 08:24:40.118 +02:00 INF Executed action Diligent.WebAPI.Host.Controllers.ChatController.GetAll (Diligent.WebAPI.Host) in 735.1023ms
  26. ][2022-07-04 08:24:40.118 +02:00 INF Executed endpoint 'Diligent.WebAPI.Host.Controllers.ChatController.GetAll (Diligent.WebAPI.Host)'
  27. ][2022-07-04 08:24:40.118 +02:00 INF Request finished HTTP/1.1 GET http://localhost:5116/v1.0/Chat - - - 200 - application/json;+charset=utf-8 765.3559ms
  28. ][2022-07-04 08:25:29.655 +02:00 INF Request starting HTTP/1.1 OPTIONS http://localhost:5116/v1.0/Customer/login - -
  29. ][2022-07-04 08:25:29.658 +02:00 INF CORS policy execution successful.
  30. ][2022-07-04 08:25:29.659 +02:00 INF Request finished HTTP/1.1 OPTIONS http://localhost:5116/v1.0/Customer/login - - - 204 - - 4.2664ms
  31. ][2022-07-04 08:25:29.664 +02:00 INF Request starting HTTP/1.1 POST http://localhost:5116/v1.0/Customer/login application/json 49
  32. ][2022-07-04 08:25:29.665 +02:00 INF CORS policy execution successful.
  33. ][2022-07-04 08:25:29.666 +02:00 INF Executing endpoint 'Diligent.WebAPI.Host.Controllers.CustomerController.Login (Diligent.WebAPI.Host)'
  34. ][2022-07-04 08:25:29.677 +02:00 INF Route matched with {action = "Login", controller = "Customer"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.ActionResult`1[Diligent.WebAPI.Host.DTOs.Customer.CustomerReadDTO]] Login(Diligent.WebAPI.Host.DTOs.Customer.CustomerLoginDTO) on controller Diligent.WebAPI.Host.Controllers.CustomerController (Diligent.WebAPI.Host).
  35. ][2022-07-04 08:25:30.360 +02:00 INF Executing ObjectResult, writing value of type 'Diligent.WebAPI.Host.DTOs.Customer.CustomerReadDTO'.
  36. ][2022-07-04 08:25:30.362 +02:00 INF Executed action Diligent.WebAPI.Host.Controllers.CustomerController.Login (Diligent.WebAPI.Host) in 685.3607ms
  37. ][2022-07-04 08:25:30.362 +02:00 INF Executed endpoint 'Diligent.WebAPI.Host.Controllers.CustomerController.Login (Diligent.WebAPI.Host)'
  38. ][2022-07-04 08:25:30.363 +02:00 INF Request finished HTTP/1.1 POST http://localhost:5116/v1.0/Customer/login application/json 49 - 200 - application/json;+charset=utf-8 698.1358ms
  39. ][2022-07-04 08:25:32.099 +02:00 INF Request starting HTTP/1.1 GET http://localhost:5116/v1.0/Chat - -
  40. ][2022-07-04 08:25:32.099 +02:00 INF CORS policy execution successful.
  41. ][2022-07-04 08:25:32.099 +02:00 INF Executing endpoint 'Diligent.WebAPI.Host.Controllers.ChatController.GetAll (Diligent.WebAPI.Host)'
  42. ][2022-07-04 08:25:32.100 +02:00 INF Route matched with {action = "GetAll", controller = "Chat"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] GetAll() on controller Diligent.WebAPI.Host.Controllers.ChatController (Diligent.WebAPI.Host).
  43. ][2022-07-04 08:25:32.126 +02:00 INF Executing OkObjectResult, writing value of type 'System.Collections.Generic.List`1[[Diligent.WebAPI.Data.Entities.Room, Diligent.WebAPI.Data, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]]'.
  44. ][2022-07-04 08:25:32.126 +02:00 INF Executed action Diligent.WebAPI.Host.Controllers.ChatController.GetAll (Diligent.WebAPI.Host) in 26.6545ms
  45. ][2022-07-04 08:25:32.126 +02:00 INF Executed endpoint 'Diligent.WebAPI.Host.Controllers.ChatController.GetAll (Diligent.WebAPI.Host)'
  46. ][2022-07-04 08:25:32.127 +02:00 INF Request finished HTTP/1.1 GET http://localhost:5116/v1.0/Chat - - - 200 - application/json;+charset=utf-8 27.5844ms
  47. ][2022-07-04 08:25:32.127 +02:00 INF Request starting HTTP/1.1 GET http://localhost:5116/v1.0/Chat - -
  48. ][2022-07-04 08:25:32.128 +02:00 INF CORS policy execution successful.
  49. ][2022-07-04 08:25:32.128 +02:00 INF Executing endpoint 'Diligent.WebAPI.Host.Controllers.ChatController.GetAll (Diligent.WebAPI.Host)'
  50. ][2022-07-04 08:25:32.128 +02:00 INF Route matched with {action = "GetAll", controller = "Chat"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] GetAll() on controller Diligent.WebAPI.Host.Controllers.ChatController (Diligent.WebAPI.Host).
  51. ][2022-07-04 08:25:32.154 +02:00 INF Executing OkObjectResult, writing value of type 'System.Collections.Generic.List`1[[Diligent.WebAPI.Data.Entities.Room, Diligent.WebAPI.Data, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]]'.
  52. ][2022-07-04 08:25:32.154 +02:00 INF Executed action Diligent.WebAPI.Host.Controllers.ChatController.GetAll (Diligent.WebAPI.Host) in 26.5978ms
  53. ][2022-07-04 08:25:32.155 +02:00 INF Executed endpoint 'Diligent.WebAPI.Host.Controllers.ChatController.GetAll (Diligent.WebAPI.Host)'
  54. ][2022-07-04 08:25:32.155 +02:00 INF Request finished HTTP/1.1 GET http://localhost:5116/v1.0/Chat - - - 200 - application/json;+charset=utf-8 27.1343ms
  55. ][2022-07-04 08:42:20.530 +02:00 INF Request starting HTTP/1.1 OPTIONS http://localhost:5116/v1.0/Customer/login - -
  56. ][2022-07-04 08:42:20.530 +02:00 INF CORS policy execution successful.
  57. ][2022-07-04 08:42:20.530 +02:00 INF Request finished HTTP/1.1 OPTIONS http://localhost:5116/v1.0/Customer/login - - - 204 - - 0.4528ms
  58. ][2022-07-04 08:42:20.531 +02:00 INF Request starting HTTP/1.1 POST http://localhost:5116/v1.0/Customer/login application/json 49
  59. ][2022-07-04 08:42:20.531 +02:00 INF CORS policy execution successful.
  60. ][2022-07-04 08:42:20.531 +02:00 INF Executing endpoint 'Diligent.WebAPI.Host.Controllers.CustomerController.Login (Diligent.WebAPI.Host)'
  61. ][2022-07-04 08:42:20.531 +02:00 INF Route matched with {action = "Login", controller = "Customer"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.ActionResult`1[Diligent.WebAPI.Host.DTOs.Customer.CustomerReadDTO]] Login(Diligent.WebAPI.Host.DTOs.Customer.CustomerLoginDTO) on controller Diligent.WebAPI.Host.Controllers.CustomerController (Diligent.WebAPI.Host).
  62. ][2022-07-04 08:42:20.866 +02:00 INF Executing ObjectResult, writing value of type 'Diligent.WebAPI.Host.DTOs.Customer.CustomerReadDTO'.
  63. ][2022-07-04 08:42:20.866 +02:00 INF Executed action Diligent.WebAPI.Host.Controllers.CustomerController.Login (Diligent.WebAPI.Host) in 335.3366ms
  64. ][2022-07-04 08:42:20.867 +02:00 INF Executed endpoint 'Diligent.WebAPI.Host.Controllers.CustomerController.Login (Diligent.WebAPI.Host)'
  65. ][2022-07-04 08:42:20.867 +02:00 INF Request finished HTTP/1.1 POST http://localhost:5116/v1.0/Customer/login application/json 49 - 200 - application/json;+charset=utf-8 335.9178ms
  66. ][2022-07-04 08:42:24.329 +02:00 INF Request starting HTTP/1.1 GET http://localhost:5116/v1.0/Chat - -
  67. ][2022-07-04 08:42:24.329 +02:00 INF CORS policy execution successful.
  68. ][2022-07-04 08:42:24.329 +02:00 INF Executing endpoint 'Diligent.WebAPI.Host.Controllers.ChatController.GetAll (Diligent.WebAPI.Host)'
  69. ][2022-07-04 08:42:24.329 +02:00 INF Route matched with {action = "GetAll", controller = "Chat"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] GetAll() on controller Diligent.WebAPI.Host.Controllers.ChatController (Diligent.WebAPI.Host).
  70. ][2022-07-04 08:42:24.360 +02:00 INF Executing OkObjectResult, writing value of type 'System.Collections.Generic.List`1[[Diligent.WebAPI.Data.Entities.Room, Diligent.WebAPI.Data, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]]'.
  71. ][2022-07-04 08:42:24.360 +02:00 INF Executed action Diligent.WebAPI.Host.Controllers.ChatController.GetAll (Diligent.WebAPI.Host) in 30.7196ms
  72. ][2022-07-04 08:42:24.360 +02:00 INF Executed endpoint 'Diligent.WebAPI.Host.Controllers.ChatController.GetAll (Diligent.WebAPI.Host)'
  73. ][2022-07-04 08:42:24.360 +02:00 INF Request finished HTTP/1.1 GET http://localhost:5116/v1.0/Chat - - - 200 - application/json;+charset=utf-8 31.4380ms
  74. ][2022-07-04 08:42:24.361 +02:00 INF Request starting HTTP/1.1 GET http://localhost:5116/v1.0/Chat - -
  75. ][2022-07-04 08:42:24.361 +02:00 INF CORS policy execution successful.
  76. ][2022-07-04 08:42:24.362 +02:00 INF Executing endpoint 'Diligent.WebAPI.Host.Controllers.ChatController.GetAll (Diligent.WebAPI.Host)'
  77. ][2022-07-04 08:42:24.362 +02:00 INF Route matched with {action = "GetAll", controller = "Chat"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] GetAll() on controller Diligent.WebAPI.Host.Controllers.ChatController (Diligent.WebAPI.Host).
  78. ][2022-07-04 08:42:24.388 +02:00 INF Executing OkObjectResult, writing value of type 'System.Collections.Generic.List`1[[Diligent.WebAPI.Data.Entities.Room, Diligent.WebAPI.Data, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]]'.
  79. ][2022-07-04 08:42:24.388 +02:00 INF Executed action Diligent.WebAPI.Host.Controllers.ChatController.GetAll (Diligent.WebAPI.Host) in 26.1469ms
  80. ][2022-07-04 08:42:24.388 +02:00 INF Executed endpoint 'Diligent.WebAPI.Host.Controllers.ChatController.GetAll (Diligent.WebAPI.Host)'
  81. ][2022-07-04 08:42:24.388 +02:00 INF Request finished HTTP/1.1 GET http://localhost:5116/v1.0/Chat - - - 200 - application/json;+charset=utf-8 26.8356ms
  82. ][2022-07-04 08:42:33.282 +02:00 INF Request starting HTTP/1.1 GET http://localhost:5116/v1.0/Chat - -
  83. ][2022-07-04 08:42:33.283 +02:00 INF CORS policy execution successful.
  84. ][2022-07-04 08:42:33.283 +02:00 INF Executing endpoint 'Diligent.WebAPI.Host.Controllers.ChatController.GetAll (Diligent.WebAPI.Host)'
  85. ][2022-07-04 08:42:33.283 +02:00 INF Route matched with {action = "GetAll", controller = "Chat"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] GetAll() on controller Diligent.WebAPI.Host.Controllers.ChatController (Diligent.WebAPI.Host).
  86. ][2022-07-04 08:42:33.308 +02:00 INF Executing OkObjectResult, writing value of type 'System.Collections.Generic.List`1[[Diligent.WebAPI.Data.Entities.Room, Diligent.WebAPI.Data, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]]'.
  87. ][2022-07-04 08:42:33.308 +02:00 INF Executed action Diligent.WebAPI.Host.Controllers.ChatController.GetAll (Diligent.WebAPI.Host) in 25.472ms
  88. ][2022-07-04 08:42:33.308 +02:00 INF Executed endpoint 'Diligent.WebAPI.Host.Controllers.ChatController.GetAll (Diligent.WebAPI.Host)'
  89. ][2022-07-04 08:42:33.308 +02:00 INF Request finished HTTP/1.1 GET http://localhost:5116/v1.0/Chat - - - 200 - application/json;+charset=utf-8 26.0013ms
  90. ][2022-07-04 08:43:36.461 +02:00 INF Request starting HTTP/1.1 GET http://localhost:5116/v1.0/Chat - -
  91. ][2022-07-04 08:43:36.461 +02:00 INF CORS policy execution successful.
  92. ][2022-07-04 08:43:36.461 +02:00 INF Executing endpoint 'Diligent.WebAPI.Host.Controllers.ChatController.GetAll (Diligent.WebAPI.Host)'
  93. ][2022-07-04 08:43:36.461 +02:00 INF Route matched with {action = "GetAll", controller = "Chat"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] GetAll() on controller Diligent.WebAPI.Host.Controllers.ChatController (Diligent.WebAPI.Host).
  94. ][2022-07-04 08:43:36.486 +02:00 INF Executing OkObjectResult, writing value of type 'System.Collections.Generic.List`1[[Diligent.WebAPI.Data.Entities.Room, Diligent.WebAPI.Data, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]]'.
  95. ][2022-07-04 08:43:36.486 +02:00 INF Executed action Diligent.WebAPI.Host.Controllers.ChatController.GetAll (Diligent.WebAPI.Host) in 25.5347ms
  96. ][2022-07-04 08:43:36.487 +02:00 INF Executed endpoint 'Diligent.WebAPI.Host.Controllers.ChatController.GetAll (Diligent.WebAPI.Host)'
  97. ][2022-07-04 08:43:36.487 +02:00 INF Request finished HTTP/1.1 GET http://localhost:5116/v1.0/Chat - - - 200 - application/json;+charset=utf-8 26.1435ms
  98. ][2022-07-04 08:45:10.279 +02:00 INF Request starting HTTP/1.1 GET http://localhost:5116/v1.0/Chat - -
  99. ][2022-07-04 08:45:10.279 +02:00 INF CORS policy execution successful.
  100. ][2022-07-04 08:45:10.280 +02:00 INF Executing endpoint 'Diligent.WebAPI.Host.Controllers.ChatController.GetAll (Diligent.WebAPI.Host)'
  101. ][2022-07-04 08:45:10.280 +02:00 INF Route matched with {action = "GetAll", controller = "Chat"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] GetAll() on controller Diligent.WebAPI.Host.Controllers.ChatController (Diligent.WebAPI.Host).
  102. ][2022-07-04 08:45:10.306 +02:00 INF Executing OkObjectResult, writing value of type 'System.Collections.Generic.List`1[[Diligent.WebAPI.Data.Entities.Room, Diligent.WebAPI.Data, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]]'.
  103. ][2022-07-04 08:45:10.306 +02:00 INF Executed action Diligent.WebAPI.Host.Controllers.ChatController.GetAll (Diligent.WebAPI.Host) in 26.0959ms
  104. ][2022-07-04 08:45:10.306 +02:00 INF Executed endpoint 'Diligent.WebAPI.Host.Controllers.ChatController.GetAll (Diligent.WebAPI.Host)'
  105. ][2022-07-04 08:45:10.306 +02:00 INF Request finished HTTP/1.1 GET http://localhost:5116/v1.0/Chat - - - 200 - application/json;+charset=utf-8 26.7627ms
  106. ][2022-07-04 08:45:10.307 +02:00 INF Request starting HTTP/1.1 GET http://localhost:5116/v1.0/Chat - -
  107. ][2022-07-04 08:45:10.307 +02:00 INF CORS policy execution successful.
  108. ][2022-07-04 08:45:10.307 +02:00 INF Executing endpoint 'Diligent.WebAPI.Host.Controllers.ChatController.GetAll (Diligent.WebAPI.Host)'
  109. ][2022-07-04 08:45:10.307 +02:00 INF Route matched with {action = "GetAll", controller = "Chat"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] GetAll() on controller Diligent.WebAPI.Host.Controllers.ChatController (Diligent.WebAPI.Host).
  110. ][2022-07-04 08:45:10.334 +02:00 INF Executing OkObjectResult, writing value of type 'System.Collections.Generic.List`1[[Diligent.WebAPI.Data.Entities.Room, Diligent.WebAPI.Data, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]]'.
  111. ][2022-07-04 08:45:10.334 +02:00 INF Executed action Diligent.WebAPI.Host.Controllers.ChatController.GetAll (Diligent.WebAPI.Host) in 26.9786ms
  112. ][2022-07-04 08:45:10.334 +02:00 INF Executed endpoint 'Diligent.WebAPI.Host.Controllers.ChatController.GetAll (Diligent.WebAPI.Host)'
  113. ][2022-07-04 08:45:10.334 +02:00 INF Request finished HTTP/1.1 GET http://localhost:5116/v1.0/Chat - - - 200 - application/json;+charset=utf-8 27.4070ms
  114. ][2022-07-04 08:45:35.284 +02:00 INF Request starting HTTP/1.1 GET http://localhost:5116/v1.0/Chat - -
  115. ][2022-07-04 08:45:35.284 +02:00 INF CORS policy execution successful.
  116. ][2022-07-04 08:45:35.284 +02:00 INF Executing endpoint 'Diligent.WebAPI.Host.Controllers.ChatController.GetAll (Diligent.WebAPI.Host)'
  117. ][2022-07-04 08:45:35.284 +02:00 INF Route matched with {action = "GetAll", controller = "Chat"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] GetAll() on controller Diligent.WebAPI.Host.Controllers.ChatController (Diligent.WebAPI.Host).
  118. ][2022-07-04 08:45:35.310 +02:00 INF Executing OkObjectResult, writing value of type 'System.Collections.Generic.List`1[[Diligent.WebAPI.Data.Entities.Room, Diligent.WebAPI.Data, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]]'.
  119. ][2022-07-04 08:45:35.310 +02:00 INF Executed action Diligent.WebAPI.Host.Controllers.ChatController.GetAll (Diligent.WebAPI.Host) in 25.5226ms
  120. ][2022-07-04 08:45:35.310 +02:00 INF Executed endpoint 'Diligent.WebAPI.Host.Controllers.ChatController.GetAll (Diligent.WebAPI.Host)'
  121. ][2022-07-04 08:45:35.310 +02:00 INF Request finished HTTP/1.1 GET http://localhost:5116/v1.0/Chat - - - 200 - application/json;+charset=utf-8 26.0338ms
  122. ][2022-07-04 08:46:32.285 +02:00 INF Request starting HTTP/1.1 OPTIONS http://localhost:5116/v1.0/Customer/login - -
  123. ][2022-07-04 08:46:32.285 +02:00 INF CORS policy execution successful.
  124. ][2022-07-04 08:46:32.286 +02:00 INF Request finished HTTP/1.1 OPTIONS http://localhost:5116/v1.0/Customer/login - - - 204 - - 0.2746ms
  125. ][2022-07-04 08:46:32.290 +02:00 INF Request starting HTTP/1.1 POST http://localhost:5116/v1.0/Customer/login application/json 49
  126. ][2022-07-04 08:46:32.291 +02:00 INF CORS policy execution successful.
  127. ][2022-07-04 08:46:32.291 +02:00 INF Executing endpoint 'Diligent.WebAPI.Host.Controllers.CustomerController.Login (Diligent.WebAPI.Host)'
  128. ][2022-07-04 08:46:32.291 +02:00 INF Route matched with {action = "Login", controller = "Customer"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.ActionResult`1[Diligent.WebAPI.Host.DTOs.Customer.CustomerReadDTO]] Login(Diligent.WebAPI.Host.DTOs.Customer.CustomerLoginDTO) on controller Diligent.WebAPI.Host.Controllers.CustomerController (Diligent.WebAPI.Host).
  129. ][2022-07-04 08:46:32.411 +02:00 INF Executing ObjectResult, writing value of type 'Diligent.WebAPI.Host.DTOs.Customer.CustomerReadDTO'.
  130. ][2022-07-04 08:46:32.411 +02:00 INF Executed action Diligent.WebAPI.Host.Controllers.CustomerController.Login (Diligent.WebAPI.Host) in 120.1977ms
  131. ][2022-07-04 08:46:32.411 +02:00 INF Executed endpoint 'Diligent.WebAPI.Host.Controllers.CustomerController.Login (Diligent.WebAPI.Host)'
  132. ][2022-07-04 08:46:32.411 +02:00 INF Request finished HTTP/1.1 POST http://localhost:5116/v1.0/Customer/login application/json 49 - 200 - application/json;+charset=utf-8 120.7175ms
  133. ][2022-07-04 08:46:34.296 +02:00 INF Request starting HTTP/1.1 GET http://localhost:5116/v1.0/Chat - -
  134. ][2022-07-04 08:46:34.296 +02:00 INF CORS policy execution successful.
  135. ][2022-07-04 08:46:34.296 +02:00 INF Executing endpoint 'Diligent.WebAPI.Host.Controllers.ChatController.GetAll (Diligent.WebAPI.Host)'
  136. ][2022-07-04 08:46:34.296 +02:00 INF Route matched with {action = "GetAll", controller = "Chat"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] GetAll() on controller Diligent.WebAPI.Host.Controllers.ChatController (Diligent.WebAPI.Host).
  137. ][2022-07-04 08:46:34.322 +02:00 INF Executing OkObjectResult, writing value of type 'System.Collections.Generic.List`1[[Diligent.WebAPI.Data.Entities.Room, Diligent.WebAPI.Data, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]]'.
  138. ][2022-07-04 08:46:34.322 +02:00 INF Executed action Diligent.WebAPI.Host.Controllers.ChatController.GetAll (Diligent.WebAPI.Host) in 25.5809ms
  139. ][2022-07-04 08:46:34.322 +02:00 INF Executed endpoint 'Diligent.WebAPI.Host.Controllers.ChatController.GetAll (Diligent.WebAPI.Host)'
  140. ][2022-07-04 08:46:34.322 +02:00 INF Request finished HTTP/1.1 GET http://localhost:5116/v1.0/Chat - - - 200 - application/json;+charset=utf-8 26.2734ms
  141. ][2022-07-04 08:47:23.282 +02:00 INF Request starting HTTP/1.1 GET http://localhost:5116/v1.0/Chat - -
  142. ][2022-07-04 08:47:23.282 +02:00 INF CORS policy execution successful.
  143. ][2022-07-04 08:47:23.282 +02:00 INF Executing endpoint 'Diligent.WebAPI.Host.Controllers.ChatController.GetAll (Diligent.WebAPI.Host)'
  144. ][2022-07-04 08:47:23.282 +02:00 INF Route matched with {action = "GetAll", controller = "Chat"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] GetAll() on controller Diligent.WebAPI.Host.Controllers.ChatController (Diligent.WebAPI.Host).
  145. ][2022-07-04 08:47:23.308 +02:00 INF Executing OkObjectResult, writing value of type 'System.Collections.Generic.List`1[[Diligent.WebAPI.Data.Entities.Room, Diligent.WebAPI.Data, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]]'.
  146. ][2022-07-04 08:47:23.308 +02:00 INF Executed action Diligent.WebAPI.Host.Controllers.ChatController.GetAll (Diligent.WebAPI.Host) in 25.9615ms
  147. ][2022-07-04 08:47:23.308 +02:00 INF Executed endpoint 'Diligent.WebAPI.Host.Controllers.ChatController.GetAll (Diligent.WebAPI.Host)'
  148. ][2022-07-04 08:47:23.308 +02:00 INF Request finished HTTP/1.1 GET http://localhost:5116/v1.0/Chat - - - 200 - application/json;+charset=utf-8 26.7654ms
  149. ][2022-07-04 08:58:41.739 +02:00 INF User profile is available. Using 'C:\Users\ermin.bronja\AppData\Local\ASP.NET\DataProtection-Keys' as key repository and Windows DPAPI to encrypt keys at rest.
  150. ][2022-07-04 08:58:41.845 +02:00 INF Now listening on: http://localhost:5116
  151. ][2022-07-04 08:58:41.848 +02:00 INF Application started. Press Ctrl+C to shut down.
  152. ][2022-07-04 08:58:41.848 +02:00 INF Hosting environment: Development
  153. ][2022-07-04 08:58:41.848 +02:00 INF Content root path: C:\Users\ermin.bronja\Desktop\Project\Diligent.WebAPI.Host\
  154. ][2022-07-04 08:58:43.571 +02:00 INF Request starting HTTP/1.1 GET http://localhost:5116/swagger/index.html - -
  155. ][2022-07-04 08:58:43.766 +02:00 INF Request starting HTTP/1.1 GET http://localhost:5116/_framework/aspnetcore-browser-refresh.js - -
  156. ][2022-07-04 08:58:43.766 +02:00 INF Request starting HTTP/1.1 GET http://localhost:5116/_vs/browserLink - -
  157. ][2022-07-04 08:58:43.770 +02:00 INF Request finished HTTP/1.1 GET http://localhost:5116/swagger/index.html - - - 200 - text/html;charset=utf-8 201.3608ms
  158. ][2022-07-04 08:58:43.770 +02:00 INF Request finished HTTP/1.1 GET http://localhost:5116/_framework/aspnetcore-browser-refresh.js - - - 200 12010 application/javascript;+charset=utf-8 2.7781ms
  159. ][2022-07-04 08:58:43.790 +02:00 INF Request finished HTTP/1.1 GET http://localhost:5116/_vs/browserLink - - - 200 - text/javascript;+charset=UTF-8 23.4571ms
  160. ][2022-07-04 08:58:43.971 +02:00 INF Request starting HTTP/1.1 GET http://localhost:5116/swagger/v1/swagger.json - -
  161. ][2022-07-04 08:58:44.066 +02:00 INF Request finished HTTP/1.1 GET http://localhost:5116/swagger/v1/swagger.json - - - 200 - application/json;charset=utf-8 94.9790ms
  162. ][2022-07-04 08:59:42.878 +02:00 INF Request starting HTTP/1.1 POST http://localhost:5116/v1.0/Chat application/json 376
  163. ][2022-07-04 08:59:42.886 +02:00 INF CORS policy execution failed.
  164. ][2022-07-04 08:59:42.887 +02:00 INF Request origin http://localhost:5116 does not have permission to access the resource.
  165. ][2022-07-04 08:59:42.891 +02:00 INF Executing endpoint 'Diligent.WebAPI.Host.Controllers.ChatController.CreateChat (Diligent.WebAPI.Host)'
  166. ][2022-07-04 08:59:42.908 +02:00 INF Route matched with {action = "CreateChat", controller = "Chat"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] CreateChat(Diligent.WebAPI.Data.Entities.Room) on controller Diligent.WebAPI.Host.Controllers.ChatController (Diligent.WebAPI.Host).
  167. ][2022-07-04 08:59:43.563 +02:00 INF Executing OkObjectResult, writing value of type 'Diligent.WebAPI.Data.Entities.Room'.
  168. ][2022-07-04 08:59:43.578 +02:00 INF Executed action Diligent.WebAPI.Host.Controllers.ChatController.CreateChat (Diligent.WebAPI.Host) in 665.4744ms
  169. ][2022-07-04 08:59:43.578 +02:00 INF Executed endpoint 'Diligent.WebAPI.Host.Controllers.ChatController.CreateChat (Diligent.WebAPI.Host)'
  170. ][2022-07-04 08:59:43.578 +02:00 INF Request finished HTTP/1.1 POST http://localhost:5116/v1.0/Chat application/json 376 - 200 - application/json;+charset=utf-8 700.4738ms
  171. ][2022-07-04 09:11:25.962 +02:00 INF User profile is available. Using 'C:\Users\ermin.bronja\AppData\Local\ASP.NET\DataProtection-Keys' as key repository and Windows DPAPI to encrypt keys at rest.
  172. ][2022-07-04 09:11:26.078 +02:00 INF Now listening on: http://localhost:5116
  173. ][2022-07-04 09:11:26.081 +02:00 INF Application started. Press Ctrl+C to shut down.
  174. ][2022-07-04 09:11:26.081 +02:00 INF Hosting environment: Development
  175. ][2022-07-04 09:11:26.081 +02:00 INF Content root path: C:\Users\ermin.bronja\Desktop\Project\Diligent.WebAPI.Host\
  176. ][2022-07-04 09:24:45.606 +02:00 INF Request starting HTTP/1.1 OPTIONS http://localhost:5116/v1.0/Customer/login - -
  177. ][2022-07-04 09:24:45.639 +02:00 INF CORS policy execution successful.
  178. ][2022-07-04 09:24:45.654 +02:00 INF Request finished HTTP/1.1 OPTIONS http://localhost:5116/v1.0/Customer/login - - - 204 - - 51.6763ms
  179. ][2022-07-04 09:24:45.662 +02:00 INF Request starting HTTP/1.1 POST http://localhost:5116/v1.0/Customer/login application/json 49
  180. ][2022-07-04 09:24:45.669 +02:00 INF CORS policy execution successful.
  181. ][2022-07-04 09:24:45.729 +02:00 INF Executing endpoint 'Diligent.WebAPI.Host.Controllers.CustomerController.Login (Diligent.WebAPI.Host)'
  182. ][2022-07-04 09:24:45.747 +02:00 INF Route matched with {action = "Login", controller = "Customer"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.ActionResult`1[Diligent.WebAPI.Host.DTOs.Customer.CustomerReadDTO]] Login(Diligent.WebAPI.Host.DTOs.Customer.CustomerLoginDTO) on controller Diligent.WebAPI.Host.Controllers.CustomerController (Diligent.WebAPI.Host).
  183. ][2022-07-04 09:24:46.523 +02:00 INF Request starting HTTP/1.1 POST http://localhost:5116/v1.0/Customer/login application/json 49
  184. ][2022-07-04 09:24:46.523 +02:00 INF CORS policy execution successful.
  185. ][2022-07-04 09:24:46.524 +02:00 INF Executing endpoint 'Diligent.WebAPI.Host.Controllers.CustomerController.Login (Diligent.WebAPI.Host)'
  186. ][2022-07-04 09:24:46.524 +02:00 INF Route matched with {action = "Login", controller = "Customer"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.ActionResult`1[Diligent.WebAPI.Host.DTOs.Customer.CustomerReadDTO]] Login(Diligent.WebAPI.Host.DTOs.Customer.CustomerLoginDTO) on controller Diligent.WebAPI.Host.Controllers.CustomerController (Diligent.WebAPI.Host).
  187. ][2022-07-04 09:24:46.707 +02:00 INF Executing ObjectResult, writing value of type 'Diligent.WebAPI.Host.DTOs.Customer.CustomerReadDTO'.
  188. ][2022-07-04 09:24:46.737 +02:00 INF Executed action Diligent.WebAPI.Host.Controllers.CustomerController.Login (Diligent.WebAPI.Host) in 207.5714ms
  189. ][2022-07-04 09:24:46.738 +02:00 INF Executed endpoint 'Diligent.WebAPI.Host.Controllers.CustomerController.Login (Diligent.WebAPI.Host)'
  190. ][2022-07-04 09:24:46.741 +02:00 INF Request finished HTTP/1.1 POST http://localhost:5116/v1.0/Customer/login application/json 49 - 200 - application/json;+charset=utf-8 218.2594ms
  191. ][2022-07-04 09:24:46.826 +02:00 INF Executing ObjectResult, writing value of type 'Diligent.WebAPI.Host.DTOs.Customer.CustomerReadDTO'.
  192. ][2022-07-04 09:24:46.826 +02:00 INF Executed action Diligent.WebAPI.Host.Controllers.CustomerController.Login (Diligent.WebAPI.Host) in 1079.4179ms
  193. ][2022-07-04 09:24:46.826 +02:00 INF Executed endpoint 'Diligent.WebAPI.Host.Controllers.CustomerController.Login (Diligent.WebAPI.Host)'
  194. ][2022-07-04 09:24:46.826 +02:00 INF Request finished HTTP/1.1 POST http://localhost:5116/v1.0/Customer/login application/json 49 - 200 - application/json;+charset=utf-8 1164.0792ms
  195. ][2022-07-04 09:24:50.148 +02:00 INF Request starting HTTP/1.1 GET http://localhost:5116/v1.0/Chat - -
  196. ][2022-07-04 09:24:50.148 +02:00 INF CORS policy execution successful.
  197. ][2022-07-04 09:24:50.151 +02:00 INF Executing endpoint 'Diligent.WebAPI.Host.Controllers.ChatController.GetAll (Diligent.WebAPI.Host)'
  198. ][2022-07-04 09:24:50.154 +02:00 INF Route matched with {action = "GetAll", controller = "Chat"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] GetAll() on controller Diligent.WebAPI.Host.Controllers.ChatController (Diligent.WebAPI.Host).
  199. ][2022-07-04 09:24:50.256 +02:00 INF Executing OkObjectResult, writing value of type 'System.Collections.Generic.List`1[[Diligent.WebAPI.Data.Entities.Room, Diligent.WebAPI.Data, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]]'.
  200. ][2022-07-04 09:24:50.266 +02:00 INF Executed action Diligent.WebAPI.Host.Controllers.ChatController.GetAll (Diligent.WebAPI.Host) in 111.7673ms
  201. ][2022-07-04 09:24:50.266 +02:00 INF Executed endpoint 'Diligent.WebAPI.Host.Controllers.ChatController.GetAll (Diligent.WebAPI.Host)'
  202. ][2022-07-04 09:24:50.266 +02:00 INF Request finished HTTP/1.1 GET http://localhost:5116/v1.0/Chat - - - 200 - application/json;+charset=utf-8 118.2454ms
  203. ][2022-07-04 09:25:12.283 +02:00 INF Request starting HTTP/1.1 GET http://localhost:5116/v1.0/Chat - -
  204. ][2022-07-04 09:25:12.283 +02:00 INF CORS policy execution successful.
  205. ][2022-07-04 09:25:12.284 +02:00 INF Executing endpoint 'Diligent.WebAPI.Host.Controllers.ChatController.GetAll (Diligent.WebAPI.Host)'
  206. ][2022-07-04 09:25:12.284 +02:00 INF Route matched with {action = "GetAll", controller = "Chat"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] GetAll() on controller Diligent.WebAPI.Host.Controllers.ChatController (Diligent.WebAPI.Host).
  207. ][2022-07-04 09:25:12.311 +02:00 INF Executing OkObjectResult, writing value of type 'System.Collections.Generic.List`1[[Diligent.WebAPI.Data.Entities.Room, Diligent.WebAPI.Data, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]]'.
  208. ][2022-07-04 09:25:12.311 +02:00 INF Executed action Diligent.WebAPI.Host.Controllers.ChatController.GetAll (Diligent.WebAPI.Host) in 27.3115ms
  209. ][2022-07-04 09:25:12.311 +02:00 INF Executed endpoint 'Diligent.WebAPI.Host.Controllers.ChatController.GetAll (Diligent.WebAPI.Host)'
  210. ][2022-07-04 09:25:12.311 +02:00 INF Request finished HTTP/1.1 GET http://localhost:5116/v1.0/Chat - - - 200 - application/json;+charset=utf-8 28.5403ms
  211. ][2022-07-04 09:25:17.871 +02:00 INF Request starting HTTP/1.1 GET http://localhost:5116/v1.0/Chat - -
  212. ][2022-07-04 09:25:17.871 +02:00 INF CORS policy execution successful.
  213. ][2022-07-04 09:25:17.871 +02:00 INF Executing endpoint 'Diligent.WebAPI.Host.Controllers.ChatController.GetAll (Diligent.WebAPI.Host)'
  214. ][2022-07-04 09:25:17.871 +02:00 INF Route matched with {action = "GetAll", controller = "Chat"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] GetAll() on controller Diligent.WebAPI.Host.Controllers.ChatController (Diligent.WebAPI.Host).
  215. ][2022-07-04 09:25:17.898 +02:00 INF Executing OkObjectResult, writing value of type 'System.Collections.Generic.List`1[[Diligent.WebAPI.Data.Entities.Room, Diligent.WebAPI.Data, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]]'.
  216. ][2022-07-04 09:25:17.898 +02:00 INF Executed action Diligent.WebAPI.Host.Controllers.ChatController.GetAll (Diligent.WebAPI.Host) in 26.6503ms
  217. ][2022-07-04 09:25:17.898 +02:00 INF Executed endpoint 'Diligent.WebAPI.Host.Controllers.ChatController.GetAll (Diligent.WebAPI.Host)'
  218. ][2022-07-04 09:25:17.898 +02:00 INF Request finished HTTP/1.1 GET http://localhost:5116/v1.0/Chat - - - 200 - application/json;+charset=utf-8 27.3346ms
  219. ][2022-07-04 09:25:34.871 +02:00 INF Request starting HTTP/1.1 OPTIONS http://localhost:5116/v1.0/Customer/login - -
  220. ][2022-07-04 09:25:34.872 +02:00 INF CORS policy execution successful.
  221. ][2022-07-04 09:25:34.872 +02:00 INF Request finished HTTP/1.1 OPTIONS http://localhost:5116/v1.0/Customer/login - - - 204 - - 0.3507ms
  222. ][2022-07-04 09:25:34.877 +02:00 INF Request starting HTTP/1.1 POST http://localhost:5116/v1.0/Customer/login application/json 49
  223. ][2022-07-04 09:25:34.877 +02:00 INF CORS policy execution successful.
  224. ][2022-07-04 09:25:34.877 +02:00 INF Executing endpoint 'Diligent.WebAPI.Host.Controllers.CustomerController.Login (Diligent.WebAPI.Host)'
  225. ][2022-07-04 09:25:34.877 +02:00 INF Route matched with {action = "Login", controller = "Customer"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.ActionResult`1[Diligent.WebAPI.Host.DTOs.Customer.CustomerReadDTO]] Login(Diligent.WebAPI.Host.DTOs.Customer.CustomerLoginDTO) on controller Diligent.WebAPI.Host.Controllers.CustomerController (Diligent.WebAPI.Host).
  226. ][2022-07-04 09:25:35.000 +02:00 INF Executing ObjectResult, writing value of type 'Diligent.WebAPI.Host.DTOs.Customer.CustomerReadDTO'.
  227. ][2022-07-04 09:25:35.001 +02:00 INF Executed action Diligent.WebAPI.Host.Controllers.CustomerController.Login (Diligent.WebAPI.Host) in 123.2771ms
  228. ][2022-07-04 09:25:35.001 +02:00 INF Executed endpoint 'Diligent.WebAPI.Host.Controllers.CustomerController.Login (Diligent.WebAPI.Host)'
  229. ][2022-07-04 09:25:35.001 +02:00 INF Request finished HTTP/1.1 POST http://localhost:5116/v1.0/Customer/login application/json 49 - 200 - application/json;+charset=utf-8 123.8715ms
  230. ][2022-07-04 09:25:36.236 +02:00 INF Request starting HTTP/1.1 GET http://localhost:5116/v1.0/Chat - -
  231. ][2022-07-04 09:25:36.236 +02:00 INF CORS policy execution successful.
  232. ][2022-07-04 09:25:36.236 +02:00 INF Executing endpoint 'Diligent.WebAPI.Host.Controllers.ChatController.GetAll (Diligent.WebAPI.Host)'
  233. ][2022-07-04 09:25:36.236 +02:00 INF Route matched with {action = "GetAll", controller = "Chat"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] GetAll() on controller Diligent.WebAPI.Host.Controllers.ChatController (Diligent.WebAPI.Host).
  234. ][2022-07-04 09:25:36.263 +02:00 INF Executing OkObjectResult, writing value of type 'System.Collections.Generic.List`1[[Diligent.WebAPI.Data.Entities.Room, Diligent.WebAPI.Data, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]]'.
  235. ][2022-07-04 09:25:36.263 +02:00 INF Executed action Diligent.WebAPI.Host.Controllers.ChatController.GetAll (Diligent.WebAPI.Host) in 26.5091ms
  236. ][2022-07-04 09:25:36.263 +02:00 INF Executed endpoint 'Diligent.WebAPI.Host.Controllers.ChatController.GetAll (Diligent.WebAPI.Host)'
  237. ][2022-07-04 09:25:36.263 +02:00 INF Request finished HTTP/1.1 GET http://localhost:5116/v1.0/Chat - - - 200 - application/json;+charset=utf-8 27.0867ms
  238. ][2022-07-04 09:26:25.363 +02:00 INF Request starting HTTP/1.1 OPTIONS http://localhost:5116/v1.0/Customer/login - -
  239. ][2022-07-04 09:26:25.363 +02:00 INF CORS policy execution successful.
  240. ][2022-07-04 09:26:25.363 +02:00 INF Request finished HTTP/1.1 OPTIONS http://localhost:5116/v1.0/Customer/login - - - 204 - - 0.3087ms
  241. ][2022-07-04 09:26:25.368 +02:00 INF Request starting HTTP/1.1 POST http://localhost:5116/v1.0/Customer/login application/json 49
  242. ][2022-07-04 09:26:25.368 +02:00 INF CORS policy execution successful.
  243. ][2022-07-04 09:26:25.368 +02:00 INF Executing endpoint 'Diligent.WebAPI.Host.Controllers.CustomerController.Login (Diligent.WebAPI.Host)'
  244. ][2022-07-04 09:26:25.368 +02:00 INF Route matched with {action = "Login", controller = "Customer"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.ActionResult`1[Diligent.WebAPI.Host.DTOs.Customer.CustomerReadDTO]] Login(Diligent.WebAPI.Host.DTOs.Customer.CustomerLoginDTO) on controller Diligent.WebAPI.Host.Controllers.CustomerController (Diligent.WebAPI.Host).
  245. ][2022-07-04 09:26:25.484 +02:00 INF Executing ObjectResult, writing value of type 'Diligent.WebAPI.Host.DTOs.Customer.CustomerReadDTO'.
  246. ][2022-07-04 09:26:25.484 +02:00 INF Executed action Diligent.WebAPI.Host.Controllers.CustomerController.Login (Diligent.WebAPI.Host) in 115.3614ms
  247. ][2022-07-04 09:26:25.484 +02:00 INF Executed endpoint 'Diligent.WebAPI.Host.Controllers.CustomerController.Login (Diligent.WebAPI.Host)'
  248. ][2022-07-04 09:26:25.484 +02:00 INF Request finished HTTP/1.1 POST http://localhost:5116/v1.0/Customer/login application/json 49 - 200 - application/json;+charset=utf-8 115.9637ms
  249. ][2022-07-04 09:26:26.616 +02:00 INF Request starting HTTP/1.1 GET http://localhost:5116/v1.0/Chat - -
  250. ][2022-07-04 09:26:26.616 +02:00 INF CORS policy execution successful.
  251. ][2022-07-04 09:26:26.616 +02:00 INF Executing endpoint 'Diligent.WebAPI.Host.Controllers.ChatController.GetAll (Diligent.WebAPI.Host)'
  252. ][2022-07-04 09:26:26.616 +02:00 INF Route matched with {action = "GetAll", controller = "Chat"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] GetAll() on controller Diligent.WebAPI.Host.Controllers.ChatController (Diligent.WebAPI.Host).
  253. ][2022-07-04 09:26:26.643 +02:00 INF Executing OkObjectResult, writing value of type 'System.Collections.Generic.List`1[[Diligent.WebAPI.Data.Entities.Room, Diligent.WebAPI.Data, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]]'.
  254. ][2022-07-04 09:26:26.643 +02:00 INF Executed action Diligent.WebAPI.Host.Controllers.ChatController.GetAll (Diligent.WebAPI.Host) in 26.4183ms
  255. ][2022-07-04 09:26:26.643 +02:00 INF Executed endpoint 'Diligent.WebAPI.Host.Controllers.ChatController.GetAll (Diligent.WebAPI.Host)'
  256. ][2022-07-04 09:26:26.643 +02:00 INF Request finished HTTP/1.1 GET http://localhost:5116/v1.0/Chat - - - 200 - application/json;+charset=utf-8 27.2465ms
  257. ][2022-07-04 09:36:33.593 +02:00 INF User profile is available. Using 'C:\Users\ermin.bronja\AppData\Local\ASP.NET\DataProtection-Keys' as key repository and Windows DPAPI to encrypt keys at rest.
  258. ][2022-07-04 09:36:33.709 +02:00 INF Now listening on: http://localhost:5116
  259. ][2022-07-04 09:36:33.712 +02:00 INF Application started. Press Ctrl+C to shut down.
  260. ][2022-07-04 09:36:33.712 +02:00 INF Hosting environment: Development
  261. ][2022-07-04 09:36:33.712 +02:00 INF Content root path: C:\Users\ermin.bronja\Desktop\Project\Diligent.WebAPI.Host\
  262. ][2022-07-04 09:36:41.549 +02:00 INF Request starting HTTP/1.1 OPTIONS http://localhost:5116/v1.0/Customer/login - -
  263. ][2022-07-04 09:36:41.584 +02:00 INF CORS policy execution successful.
  264. ][2022-07-04 09:36:41.593 +02:00 INF Request finished HTTP/1.1 OPTIONS http://localhost:5116/v1.0/Customer/login - - - 204 - - 46.7941ms
  265. ][2022-07-04 09:36:41.601 +02:00 INF Request starting HTTP/1.1 POST http://localhost:5116/v1.0/Customer/login application/json 49
  266. ][2022-07-04 09:36:41.607 +02:00 INF CORS policy execution successful.
  267. ][2022-07-04 09:36:41.699 +02:00 INF Executing endpoint 'Diligent.WebAPI.Host.Controllers.CustomerController.Login (Diligent.WebAPI.Host)'
  268. ][2022-07-04 09:36:41.719 +02:00 INF Route matched with {action = "Login", controller = "Customer"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.ActionResult`1[Diligent.WebAPI.Host.DTOs.Customer.CustomerReadDTO]] Login(Diligent.WebAPI.Host.DTOs.Customer.CustomerLoginDTO) on controller Diligent.WebAPI.Host.Controllers.CustomerController (Diligent.WebAPI.Host).
  269. ][2022-07-04 09:36:43.041 +02:00 INF Executing ObjectResult, writing value of type 'Diligent.WebAPI.Host.DTOs.Customer.CustomerReadDTO'.
  270. ][2022-07-04 09:36:43.056 +02:00 INF Executed action Diligent.WebAPI.Host.Controllers.CustomerController.Login (Diligent.WebAPI.Host) in 1332.266ms
  271. ][2022-07-04 09:36:43.056 +02:00 INF Executed endpoint 'Diligent.WebAPI.Host.Controllers.CustomerController.Login (Diligent.WebAPI.Host)'
  272. ][2022-07-04 09:36:43.058 +02:00 INF Request finished HTTP/1.1 POST http://localhost:5116/v1.0/Customer/login application/json 49 - 200 - application/json;+charset=utf-8 1457.1317ms
  273. ][2022-07-04 09:36:44.321 +02:00 INF Request starting HTTP/1.1 GET http://localhost:5116/v1.0/Chat - -
  274. ][2022-07-04 09:36:44.322 +02:00 INF CORS policy execution successful.
  275. ][2022-07-04 09:36:44.323 +02:00 INF Executing endpoint 'Diligent.WebAPI.Host.Controllers.ChatController.GetAll (Diligent.WebAPI.Host)'
  276. ][2022-07-04 09:36:44.326 +02:00 INF Route matched with {action = "GetAll", controller = "Chat"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] GetAll() on controller Diligent.WebAPI.Host.Controllers.ChatController (Diligent.WebAPI.Host).
  277. ][2022-07-04 09:36:44.379 +02:00 INF Executing OkObjectResult, writing value of type 'System.Collections.Generic.List`1[[Diligent.WebAPI.Data.Entities.Room, Diligent.WebAPI.Data, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]]'.
  278. ][2022-07-04 09:36:44.388 +02:00 INF Executed action Diligent.WebAPI.Host.Controllers.ChatController.GetAll (Diligent.WebAPI.Host) in 62.19ms
  279. ][2022-07-04 09:36:44.388 +02:00 INF Executed endpoint 'Diligent.WebAPI.Host.Controllers.ChatController.GetAll (Diligent.WebAPI.Host)'
  280. ][2022-07-04 09:36:44.388 +02:00 INF Request finished HTTP/1.1 GET http://localhost:5116/v1.0/Chat - - - 200 - application/json;+charset=utf-8 67.3863ms
  281. ][2022-07-04 09:36:51.456 +02:00 INF Request starting HTTP/1.1 OPTIONS http://localhost:5116/v1.0/Chat - -
  282. ][2022-07-04 09:36:51.456 +02:00 INF CORS policy execution successful.
  283. ][2022-07-04 09:36:51.456 +02:00 INF Request finished HTTP/1.1 OPTIONS http://localhost:5116/v1.0/Chat - - - 204 - - 0.3786ms
  284. ][2022-07-04 09:36:51.457 +02:00 INF Request starting HTTP/1.1 POST http://localhost:5116/v1.0/Chat application/json 13
  285. ][2022-07-04 09:36:51.458 +02:00 INF CORS policy execution successful.
  286. ][2022-07-04 09:36:51.463 +02:00 INF Executing endpoint 'Diligent.WebAPI.Host.Controllers.ChatController.CreateChat (Diligent.WebAPI.Host)'
  287. ][2022-07-04 09:36:51.466 +02:00 INF Route matched with {action = "CreateChat", controller = "Chat"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] CreateChat(Diligent.WebAPI.Data.Entities.Room) on controller Diligent.WebAPI.Host.Controllers.ChatController (Diligent.WebAPI.Host).
  288. ][2022-07-04 09:36:51.480 +02:00 INF Executing BadRequestObjectResult, writing value of type 'Microsoft.AspNetCore.Mvc.ValidationProblemDetails'.
  289. ][2022-07-04 09:36:51.483 +02:00 INF Executed action Diligent.WebAPI.Host.Controllers.ChatController.CreateChat (Diligent.WebAPI.Host) in 16.787ms
  290. ][2022-07-04 09:36:51.483 +02:00 INF Executed endpoint 'Diligent.WebAPI.Host.Controllers.ChatController.CreateChat (Diligent.WebAPI.Host)'
  291. ][2022-07-04 09:36:51.484 +02:00 INF Request finished HTTP/1.1 POST http://localhost:5116/v1.0/Chat application/json 13 - 400 - application/problem+json;+charset=utf-8 26.2244ms
  292. ][2022-07-04 09:38:10.806 +02:00 INF Request starting HTTP/1.1 POST http://localhost:5116/v1.0/Chat application/json 22
  293. ][2022-07-04 09:38:10.807 +02:00 INF CORS policy execution failed.
  294. ][2022-07-04 09:38:10.807 +02:00 INF Request origin http://localhost:5116 does not have permission to access the resource.
  295. ][2022-07-04 09:38:10.807 +02:00 INF Executing endpoint 'Diligent.WebAPI.Host.Controllers.ChatController.CreateChat (Diligent.WebAPI.Host)'
  296. ][2022-07-04 09:38:10.807 +02:00 INF Route matched with {action = "CreateChat", controller = "Chat"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] CreateChat(Diligent.WebAPI.Data.Entities.Room) on controller Diligent.WebAPI.Host.Controllers.ChatController (Diligent.WebAPI.Host).
  297. ][2022-07-04 09:38:10.809 +02:00 INF Executing BadRequestObjectResult, writing value of type 'Microsoft.AspNetCore.Mvc.ValidationProblemDetails'.
  298. ][2022-07-04 09:38:10.809 +02:00 INF Executed action Diligent.WebAPI.Host.Controllers.ChatController.CreateChat (Diligent.WebAPI.Host) in 1.6789ms
  299. ][2022-07-04 09:38:10.809 +02:00 INF Executed endpoint 'Diligent.WebAPI.Host.Controllers.ChatController.CreateChat (Diligent.WebAPI.Host)'
  300. ][2022-07-04 09:38:10.809 +02:00 INF Request finished HTTP/1.1 POST http://localhost:5116/v1.0/Chat application/json 22 - 400 - application/problem+json;+charset=utf-8 2.9872ms
  301. ][2022-07-04 09:39:34.366 +02:00 INF User profile is available. Using 'C:\Users\ermin.bronja\AppData\Local\ASP.NET\DataProtection-Keys' as key repository and Windows DPAPI to encrypt keys at rest.
  302. ][2022-07-04 09:39:34.474 +02:00 INF Now listening on: http://localhost:5116
  303. ][2022-07-04 09:39:34.477 +02:00 INF Application started. Press Ctrl+C to shut down.
  304. ][2022-07-04 09:39:34.477 +02:00 INF Hosting environment: Development
  305. ][2022-07-04 09:39:34.477 +02:00 INF Content root path: C:\Users\ermin.bronja\Desktop\Project\Diligent.WebAPI.Host\
  306. ][2022-07-04 09:39:36.230 +02:00 INF Request starting HTTP/1.1 POST http://localhost:5116/v1.0/Chat application/json 21
  307. ][2022-07-04 09:39:36.268 +02:00 INF CORS policy execution failed.
  308. ][2022-07-04 09:39:36.268 +02:00 INF Request origin http://localhost:5116 does not have permission to access the resource.
  309. ][2022-07-04 09:39:36.331 +02:00 INF Executing endpoint 'Diligent.WebAPI.Host.Controllers.ChatController.CreateChat (Diligent.WebAPI.Host)'
  310. ][2022-07-04 09:39:36.347 +02:00 INF Route matched with {action = "CreateChat", controller = "Chat"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] CreateChat(Diligent.WebAPI.Data.Entities.Room) on controller Diligent.WebAPI.Host.Controllers.ChatController (Diligent.WebAPI.Host).
  311. ][2022-07-04 09:39:36.885 +02:00 INF Executing OkObjectResult, writing value of type 'Diligent.WebAPI.Data.Entities.Room'.
  312. ][2022-07-04 09:39:36.900 +02:00 INF Executed action Diligent.WebAPI.Host.Controllers.ChatController.CreateChat (Diligent.WebAPI.Host) in 548.9541ms
  313. ][2022-07-04 09:39:36.901 +02:00 INF Executed endpoint 'Diligent.WebAPI.Host.Controllers.ChatController.CreateChat (Diligent.WebAPI.Host)'
  314. ][2022-07-04 09:39:36.904 +02:00 INF Request finished HTTP/1.1 POST http://localhost:5116/v1.0/Chat application/json 21 - 200 - application/json;+charset=utf-8 676.9873ms
  315. ][2022-07-04 09:39:50.912 +02:00 INF Request starting HTTP/1.1 GET http://localhost:5116/v1.0/Chat - -
  316. ][2022-07-04 09:39:50.914 +02:00 INF CORS policy execution successful.
  317. ][2022-07-04 09:39:50.915 +02:00 INF Executing endpoint 'Diligent.WebAPI.Host.Controllers.ChatController.GetAll (Diligent.WebAPI.Host)'
  318. ][2022-07-04 09:39:50.918 +02:00 INF Route matched with {action = "GetAll", controller = "Chat"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] GetAll() on controller Diligent.WebAPI.Host.Controllers.ChatController (Diligent.WebAPI.Host).
  319. ][2022-07-04 09:39:51.011 +02:00 INF Executing OkObjectResult, writing value of type 'System.Collections.Generic.List`1[[Diligent.WebAPI.Data.Entities.Room, Diligent.WebAPI.Data, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]]'.
  320. ][2022-07-04 09:39:51.013 +02:00 INF Executed action Diligent.WebAPI.Host.Controllers.ChatController.GetAll (Diligent.WebAPI.Host) in 94.7809ms
  321. ][2022-07-04 09:39:51.013 +02:00 INF Executed endpoint 'Diligent.WebAPI.Host.Controllers.ChatController.GetAll (Diligent.WebAPI.Host)'
  322. ][2022-07-04 09:39:51.013 +02:00 INF Request finished HTTP/1.1 GET http://localhost:5116/v1.0/Chat - - - 200 - application/json;+charset=utf-8 101.8662ms
  323. ][2022-07-04 09:40:43.552 +02:00 INF Request starting HTTP/1.1 GET http://localhost:5116/v1.0/Chat - -
  324. ][2022-07-04 09:40:43.552 +02:00 INF CORS policy execution successful.
  325. ][2022-07-04 09:40:43.555 +02:00 INF Executing endpoint 'Diligent.WebAPI.Host.Controllers.ChatController.GetAll (Diligent.WebAPI.Host)'
  326. ][2022-07-04 09:40:43.555 +02:00 INF Route matched with {action = "GetAll", controller = "Chat"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] GetAll() on controller Diligent.WebAPI.Host.Controllers.ChatController (Diligent.WebAPI.Host).
  327. ][2022-07-04 09:40:43.582 +02:00 INF Executing OkObjectResult, writing value of type 'System.Collections.Generic.List`1[[Diligent.WebAPI.Data.Entities.Room, Diligent.WebAPI.Data, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]]'.
  328. ][2022-07-04 09:40:43.583 +02:00 INF Executed action Diligent.WebAPI.Host.Controllers.ChatController.GetAll (Diligent.WebAPI.Host) in 27.6777ms
  329. ][2022-07-04 09:40:43.583 +02:00 INF Executed endpoint 'Diligent.WebAPI.Host.Controllers.ChatController.GetAll (Diligent.WebAPI.Host)'
  330. ][2022-07-04 09:40:43.583 +02:00 INF Request finished HTTP/1.1 GET http://localhost:5116/v1.0/Chat - - - 200 - application/json;+charset=utf-8 30.7981ms
  331. ][2022-07-04 09:40:49.802 +02:00 INF Request starting HTTP/1.1 OPTIONS http://localhost:5116/v1.0/Chat - -
  332. ][2022-07-04 09:40:49.802 +02:00 INF CORS policy execution successful.
  333. ][2022-07-04 09:40:49.803 +02:00 INF Request finished HTTP/1.1 OPTIONS http://localhost:5116/v1.0/Chat - - - 204 - - 1.0315ms
  334. ][2022-07-04 09:40:49.804 +02:00 INF Request starting HTTP/1.1 POST http://localhost:5116/v1.0/Chat application/json 13
  335. ][2022-07-04 09:40:49.804 +02:00 INF CORS policy execution successful.
  336. ][2022-07-04 09:40:49.805 +02:00 INF Executing endpoint 'Diligent.WebAPI.Host.Controllers.ChatController.CreateChat (Diligent.WebAPI.Host)'
  337. ][2022-07-04 09:40:49.805 +02:00 INF Route matched with {action = "CreateChat", controller = "Chat"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] CreateChat(Diligent.WebAPI.Data.Entities.Room) on controller Diligent.WebAPI.Host.Controllers.ChatController (Diligent.WebAPI.Host).
  338. ][2022-07-04 09:40:49.811 +02:00 INF Executing BadRequestObjectResult, writing value of type 'Microsoft.AspNetCore.Mvc.ValidationProblemDetails'.
  339. ][2022-07-04 09:40:49.812 +02:00 INF Executed action Diligent.WebAPI.Host.Controllers.ChatController.CreateChat (Diligent.WebAPI.Host) in 7.4391ms
  340. ][2022-07-04 09:40:49.813 +02:00 INF Executed endpoint 'Diligent.WebAPI.Host.Controllers.ChatController.CreateChat (Diligent.WebAPI.Host)'
  341. ][2022-07-04 09:40:49.813 +02:00 INF Request finished HTTP/1.1 POST http://localhost:5116/v1.0/Chat application/json 13 - 400 - application/problem+json;+charset=utf-8 8.4397ms
  342. ][2022-07-04 09:42:26.444 +02:00 INF Request starting HTTP/1.1 OPTIONS http://localhost:5116/v1.0/Chat - -
  343. ][2022-07-04 09:42:26.445 +02:00 INF CORS policy execution successful.
  344. ][2022-07-04 09:42:26.445 +02:00 INF Request finished HTTP/1.1 OPTIONS http://localhost:5116/v1.0/Chat - - - 204 - - 0.5295ms
  345. ][2022-07-04 09:42:26.450 +02:00 INF Request starting HTTP/1.1 POST http://localhost:5116/v1.0/Chat application/json 13
  346. ][2022-07-04 09:42:26.450 +02:00 INF CORS policy execution successful.
  347. ][2022-07-04 09:42:26.450 +02:00 INF Executing endpoint 'Diligent.WebAPI.Host.Controllers.ChatController.CreateChat (Diligent.WebAPI.Host)'
  348. ][2022-07-04 09:42:26.450 +02:00 INF Route matched with {action = "CreateChat", controller = "Chat"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] CreateChat(Diligent.WebAPI.Data.Entities.Room) on controller Diligent.WebAPI.Host.Controllers.ChatController (Diligent.WebAPI.Host).
  349. ][2022-07-04 09:42:26.451 +02:00 INF Executing BadRequestObjectResult, writing value of type 'Microsoft.AspNetCore.Mvc.ValidationProblemDetails'.
  350. ][2022-07-04 09:42:26.452 +02:00 INF Executed action Diligent.WebAPI.Host.Controllers.ChatController.CreateChat (Diligent.WebAPI.Host) in 1.2375ms
  351. ][2022-07-04 09:42:26.452 +02:00 INF Executed endpoint 'Diligent.WebAPI.Host.Controllers.ChatController.CreateChat (Diligent.WebAPI.Host)'
  352. ][2022-07-04 09:42:26.452 +02:00 INF Request finished HTTP/1.1 POST http://localhost:5116/v1.0/Chat application/json 13 - 400 - application/problem+json;+charset=utf-8 1.7902ms
  353. ][2022-07-04 09:43:17.283 +02:00 INF Request starting HTTP/1.1 GET http://localhost:5116/v1.0/Chat - -
  354. ][2022-07-04 09:43:17.283 +02:00 INF CORS policy execution successful.
  355. ][2022-07-04 09:43:17.283 +02:00 INF Executing endpoint 'Diligent.WebAPI.Host.Controllers.ChatController.GetAll (Diligent.WebAPI.Host)'
  356. ][2022-07-04 09:43:17.283 +02:00 INF Route matched with {action = "GetAll", controller = "Chat"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] GetAll() on controller Diligent.WebAPI.Host.Controllers.ChatController (Diligent.WebAPI.Host).
  357. ][2022-07-04 09:43:17.310 +02:00 INF Executing OkObjectResult, writing value of type 'System.Collections.Generic.List`1[[Diligent.WebAPI.Data.Entities.Room, Diligent.WebAPI.Data, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]]'.
  358. ][2022-07-04 09:43:17.310 +02:00 INF Executed action Diligent.WebAPI.Host.Controllers.ChatController.GetAll (Diligent.WebAPI.Host) in 26.9028ms
  359. ][2022-07-04 09:43:17.310 +02:00 INF Executed endpoint 'Diligent.WebAPI.Host.Controllers.ChatController.GetAll (Diligent.WebAPI.Host)'
  360. ][2022-07-04 09:43:17.310 +02:00 INF Request finished HTTP/1.1 GET http://localhost:5116/v1.0/Chat - - - 200 - application/json;+charset=utf-8 27.7346ms
  361. ][2022-07-04 09:43:27.223 +02:00 INF Request starting HTTP/1.1 OPTIONS http://localhost:5116/v1.0/Chat - -
  362. ][2022-07-04 09:43:27.223 +02:00 INF CORS policy execution successful.
  363. ][2022-07-04 09:43:27.223 +02:00 INF Request finished HTTP/1.1 OPTIONS http://localhost:5116/v1.0/Chat - - - 204 - - 0.3968ms
  364. ][2022-07-04 09:43:27.224 +02:00 INF Request starting HTTP/1.1 POST http://localhost:5116/v1.0/Chat application/json 13
  365. ][2022-07-04 09:43:27.224 +02:00 INF CORS policy execution successful.
  366. ][2022-07-04 09:43:27.224 +02:00 INF Executing endpoint 'Diligent.WebAPI.Host.Controllers.ChatController.CreateChat (Diligent.WebAPI.Host)'
  367. ][2022-07-04 09:43:27.225 +02:00 INF Route matched with {action = "CreateChat", controller = "Chat"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] CreateChat(Diligent.WebAPI.Data.Entities.Room) on controller Diligent.WebAPI.Host.Controllers.ChatController (Diligent.WebAPI.Host).
  368. ][2022-07-04 09:43:27.225 +02:00 INF Executing BadRequestObjectResult, writing value of type 'Microsoft.AspNetCore.Mvc.ValidationProblemDetails'.
  369. ][2022-07-04 09:43:27.226 +02:00 INF Executed action Diligent.WebAPI.Host.Controllers.ChatController.CreateChat (Diligent.WebAPI.Host) in 0.9889ms
  370. ][2022-07-04 09:43:27.226 +02:00 INF Executed endpoint 'Diligent.WebAPI.Host.Controllers.ChatController.CreateChat (Diligent.WebAPI.Host)'
  371. ][2022-07-04 09:43:27.226 +02:00 INF Request finished HTTP/1.1 POST http://localhost:5116/v1.0/Chat application/json 13 - 400 - application/problem+json;+charset=utf-8 1.4675ms
  372. ][2022-07-04 09:43:45.301 +02:00 INF Request starting HTTP/1.1 GET http://localhost:5116/v1.0/Chat - -
  373. ][2022-07-04 09:43:45.301 +02:00 INF CORS policy execution successful.
  374. ][2022-07-04 09:43:45.301 +02:00 INF Executing endpoint 'Diligent.WebAPI.Host.Controllers.ChatController.GetAll (Diligent.WebAPI.Host)'
  375. ][2022-07-04 09:43:45.301 +02:00 INF Route matched with {action = "GetAll", controller = "Chat"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] GetAll() on controller Diligent.WebAPI.Host.Controllers.ChatController (Diligent.WebAPI.Host).
  376. ][2022-07-04 09:43:45.327 +02:00 INF Executing OkObjectResult, writing value of type 'System.Collections.Generic.List`1[[Diligent.WebAPI.Data.Entities.Room, Diligent.WebAPI.Data, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]]'.
  377. ][2022-07-04 09:43:45.327 +02:00 INF Executed action Diligent.WebAPI.Host.Controllers.ChatController.GetAll (Diligent.WebAPI.Host) in 26.097ms
  378. ][2022-07-04 09:43:45.327 +02:00 INF Executed endpoint 'Diligent.WebAPI.Host.Controllers.ChatController.GetAll (Diligent.WebAPI.Host)'
  379. ][2022-07-04 09:43:45.328 +02:00 INF Request finished HTTP/1.1 GET http://localhost:5116/v1.0/Chat - - - 200 - application/json;+charset=utf-8 26.8183ms
  380. ][2022-07-04 09:46:22.280 +02:00 INF Request starting HTTP/1.1 GET http://localhost:5116/v1.0/Chat - -
  381. ][2022-07-04 09:46:22.280 +02:00 INF CORS policy execution successful.
  382. ][2022-07-04 09:46:22.280 +02:00 INF Executing endpoint 'Diligent.WebAPI.Host.Controllers.ChatController.GetAll (Diligent.WebAPI.Host)'
  383. ][2022-07-04 09:46:22.281 +02:00 INF Route matched with {action = "GetAll", controller = "Chat"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] GetAll() on controller Diligent.WebAPI.Host.Controllers.ChatController (Diligent.WebAPI.Host).
  384. ][2022-07-04 09:46:22.308 +02:00 INF Executing OkObjectResult, writing value of type 'System.Collections.Generic.List`1[[Diligent.WebAPI.Data.Entities.Room, Diligent.WebAPI.Data, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]]'.
  385. ][2022-07-04 09:46:22.308 +02:00 INF Executed action Diligent.WebAPI.Host.Controllers.ChatController.GetAll (Diligent.WebAPI.Host) in 27.1464ms
  386. ][2022-07-04 09:46:22.308 +02:00 INF Executed endpoint 'Diligent.WebAPI.Host.Controllers.ChatController.GetAll (Diligent.WebAPI.Host)'
  387. ][2022-07-04 09:46:22.308 +02:00 INF Request finished HTTP/1.1 GET http://localhost:5116/v1.0/Chat - - - 200 - application/json;+charset=utf-8 28.5987ms
  388. ][2022-07-04 09:46:24.072 +02:00 INF Request starting HTTP/1.1 GET http://localhost:5116/v1.0/Chat - -
  389. ][2022-07-04 09:46:24.072 +02:00 INF CORS policy execution successful.
  390. ][2022-07-04 09:46:24.073 +02:00 INF Executing endpoint 'Diligent.WebAPI.Host.Controllers.ChatController.GetAll (Diligent.WebAPI.Host)'
  391. ][2022-07-04 09:46:24.073 +02:00 INF Route matched with {action = "GetAll", controller = "Chat"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] GetAll() on controller Diligent.WebAPI.Host.Controllers.ChatController (Diligent.WebAPI.Host).
  392. ][2022-07-04 09:46:24.099 +02:00 INF Executing OkObjectResult, writing value of type 'System.Collections.Generic.List`1[[Diligent.WebAPI.Data.Entities.Room, Diligent.WebAPI.Data, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]]'.
  393. ][2022-07-04 09:46:24.099 +02:00 INF Executed action Diligent.WebAPI.Host.Controllers.ChatController.GetAll (Diligent.WebAPI.Host) in 25.9954ms
  394. ][2022-07-04 09:46:24.099 +02:00 INF Executed endpoint 'Diligent.WebAPI.Host.Controllers.ChatController.GetAll (Diligent.WebAPI.Host)'
  395. ][2022-07-04 09:46:24.099 +02:00 INF Request finished HTTP/1.1 GET http://localhost:5116/v1.0/Chat - - - 200 - application/json;+charset=utf-8 27.8100ms
  396. ][2022-07-04 09:46:28.314 +02:00 INF Request starting HTTP/1.1 OPTIONS http://localhost:5116/v1.0/Customer/login - -
  397. ][2022-07-04 09:46:28.315 +02:00 INF CORS policy execution successful.
  398. ][2022-07-04 09:46:28.315 +02:00 INF Request finished HTTP/1.1 OPTIONS http://localhost:5116/v1.0/Customer/login - - - 204 - - 0.5746ms
  399. ][2022-07-04 09:46:28.316 +02:00 INF Request starting HTTP/1.1 POST http://localhost:5116/v1.0/Customer/login application/json 49
  400. ][2022-07-04 09:46:28.317 +02:00 INF CORS policy execution successful.
  401. ][2022-07-04 09:46:28.317 +02:00 INF Executing endpoint 'Diligent.WebAPI.Host.Controllers.CustomerController.Login (Diligent.WebAPI.Host)'
  402. ][2022-07-04 09:46:28.320 +02:00 INF Route matched with {action = "Login", controller = "Customer"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.ActionResult`1[Diligent.WebAPI.Host.DTOs.Customer.CustomerReadDTO]] Login(Diligent.WebAPI.Host.DTOs.Customer.CustomerLoginDTO) on controller Diligent.WebAPI.Host.Controllers.CustomerController (Diligent.WebAPI.Host).
  403. ][2022-07-04 09:46:28.764 +02:00 INF Executing ObjectResult, writing value of type 'Diligent.WebAPI.Host.DTOs.Customer.CustomerReadDTO'.
  404. ][2022-07-04 09:46:28.765 +02:00 INF Executed action Diligent.WebAPI.Host.Controllers.CustomerController.Login (Diligent.WebAPI.Host) in 444.6442ms
  405. ][2022-07-04 09:46:28.765 +02:00 INF Executed endpoint 'Diligent.WebAPI.Host.Controllers.CustomerController.Login (Diligent.WebAPI.Host)'
  406. ][2022-07-04 09:46:28.765 +02:00 INF Request finished HTTP/1.1 POST http://localhost:5116/v1.0/Customer/login application/json 49 - 200 - application/json;+charset=utf-8 449.5532ms
  407. ][2022-07-04 09:46:29.992 +02:00 INF Request starting HTTP/1.1 GET http://localhost:5116/v1.0/Chat - -
  408. ][2022-07-04 09:46:29.992 +02:00 INF CORS policy execution successful.
  409. ][2022-07-04 09:46:29.992 +02:00 INF Executing endpoint 'Diligent.WebAPI.Host.Controllers.ChatController.GetAll (Diligent.WebAPI.Host)'
  410. ][2022-07-04 09:46:29.992 +02:00 INF Route matched with {action = "GetAll", controller = "Chat"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] GetAll() on controller Diligent.WebAPI.Host.Controllers.ChatController (Diligent.WebAPI.Host).
  411. ][2022-07-04 09:46:30.018 +02:00 INF Executing OkObjectResult, writing value of type 'System.Collections.Generic.List`1[[Diligent.WebAPI.Data.Entities.Room, Diligent.WebAPI.Data, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]]'.
  412. ][2022-07-04 09:46:30.018 +02:00 INF Executed action Diligent.WebAPI.Host.Controllers.ChatController.GetAll (Diligent.WebAPI.Host) in 26.0121ms
  413. ][2022-07-04 09:46:30.018 +02:00 INF Executed endpoint 'Diligent.WebAPI.Host.Controllers.ChatController.GetAll (Diligent.WebAPI.Host)'
  414. ][2022-07-04 09:46:30.018 +02:00 INF Request finished HTTP/1.1 GET http://localhost:5116/v1.0/Chat - - - 200 - application/json;+charset=utf-8 26.6358ms
  415. ][2022-07-04 09:47:04.245 +02:00 INF Request starting HTTP/1.1 GET http://localhost:5116/v1.0/Chat - -
  416. ][2022-07-04 09:47:04.246 +02:00 INF CORS policy execution successful.
  417. ][2022-07-04 09:47:04.246 +02:00 INF Executing endpoint 'Diligent.WebAPI.Host.Controllers.ChatController.GetAll (Diligent.WebAPI.Host)'
  418. ][2022-07-04 09:47:04.246 +02:00 INF Route matched with {action = "GetAll", controller = "Chat"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] GetAll() on controller Diligent.WebAPI.Host.Controllers.ChatController (Diligent.WebAPI.Host).
  419. ][2022-07-04 09:47:04.276 +02:00 INF Executing OkObjectResult, writing value of type 'System.Collections.Generic.List`1[[Diligent.WebAPI.Data.Entities.Room, Diligent.WebAPI.Data, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]]'.
  420. ][2022-07-04 09:47:04.276 +02:00 INF Executed action Diligent.WebAPI.Host.Controllers.ChatController.GetAll (Diligent.WebAPI.Host) in 29.5296ms
  421. ][2022-07-04 09:47:04.276 +02:00 INF Executed endpoint 'Diligent.WebAPI.Host.Controllers.ChatController.GetAll (Diligent.WebAPI.Host)'
  422. ][2022-07-04 09:47:04.276 +02:00 INF Request finished HTTP/1.1 GET http://localhost:5116/v1.0/Chat - - - 200 - application/json;+charset=utf-8 30.7965ms
  423. ][2022-07-04 09:47:08.388 +02:00 INF Request starting HTTP/1.1 OPTIONS http://localhost:5116/v1.0/Customer/login - -
  424. ][2022-07-04 09:47:08.388 +02:00 INF CORS policy execution successful.
  425. ][2022-07-04 09:47:08.388 +02:00 INF Request finished HTTP/1.1 OPTIONS http://localhost:5116/v1.0/Customer/login - - - 204 - - 0.2210ms
  426. ][2022-07-04 09:47:08.389 +02:00 INF Request starting HTTP/1.1 POST http://localhost:5116/v1.0/Customer/login application/json 49
  427. ][2022-07-04 09:47:08.389 +02:00 INF CORS policy execution successful.
  428. ][2022-07-04 09:47:08.389 +02:00 INF Executing endpoint 'Diligent.WebAPI.Host.Controllers.CustomerController.Login (Diligent.WebAPI.Host)'
  429. ][2022-07-04 09:47:08.389 +02:00 INF Route matched with {action = "Login", controller = "Customer"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.ActionResult`1[Diligent.WebAPI.Host.DTOs.Customer.CustomerReadDTO]] Login(Diligent.WebAPI.Host.DTOs.Customer.CustomerLoginDTO) on controller Diligent.WebAPI.Host.Controllers.CustomerController (Diligent.WebAPI.Host).
  430. ][2022-07-04 09:47:08.509 +02:00 INF Executing ObjectResult, writing value of type 'Diligent.WebAPI.Host.DTOs.Customer.CustomerReadDTO'.
  431. ][2022-07-04 09:47:08.509 +02:00 INF Executed action Diligent.WebAPI.Host.Controllers.CustomerController.Login (Diligent.WebAPI.Host) in 119.9524ms
  432. ][2022-07-04 09:47:08.509 +02:00 INF Executed endpoint 'Diligent.WebAPI.Host.Controllers.CustomerController.Login (Diligent.WebAPI.Host)'
  433. ][2022-07-04 09:47:08.510 +02:00 INF Request finished HTTP/1.1 POST http://localhost:5116/v1.0/Customer/login application/json 49 - 200 - application/json;+charset=utf-8 120.4100ms
  434. ][2022-07-04 09:47:10.253 +02:00 INF Request starting HTTP/1.1 GET http://localhost:5116/v1.0/Chat - -
  435. ][2022-07-04 09:47:10.253 +02:00 INF CORS policy execution successful.
  436. ][2022-07-04 09:47:10.253 +02:00 INF Executing endpoint 'Diligent.WebAPI.Host.Controllers.ChatController.GetAll (Diligent.WebAPI.Host)'
  437. ][2022-07-04 09:47:10.254 +02:00 INF Route matched with {action = "GetAll", controller = "Chat"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] GetAll() on controller Diligent.WebAPI.Host.Controllers.ChatController (Diligent.WebAPI.Host).
  438. ][2022-07-04 09:47:10.279 +02:00 INF Executing OkObjectResult, writing value of type 'System.Collections.Generic.List`1[[Diligent.WebAPI.Data.Entities.Room, Diligent.WebAPI.Data, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]]'.
  439. ][2022-07-04 09:47:10.280 +02:00 INF Executed action Diligent.WebAPI.Host.Controllers.ChatController.GetAll (Diligent.WebAPI.Host) in 26.0145ms
  440. ][2022-07-04 09:47:10.280 +02:00 INF Executed endpoint 'Diligent.WebAPI.Host.Controllers.ChatController.GetAll (Diligent.WebAPI.Host)'
  441. ][2022-07-04 09:47:10.280 +02:00 INF Request finished HTTP/1.1 GET http://localhost:5116/v1.0/Chat - - - 200 - application/json;+charset=utf-8 26.6649ms
  442. ][2022-07-04 09:47:32.286 +02:00 INF Request starting HTTP/1.1 GET http://localhost:5116/v1.0/Chat - -
  443. ][2022-07-04 09:47:32.287 +02:00 INF CORS policy execution successful.
  444. ][2022-07-04 09:47:32.287 +02:00 INF Executing endpoint 'Diligent.WebAPI.Host.Controllers.ChatController.GetAll (Diligent.WebAPI.Host)'
  445. ][2022-07-04 09:47:32.287 +02:00 INF Route matched with {action = "GetAll", controller = "Chat"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] GetAll() on controller Diligent.WebAPI.Host.Controllers.ChatController (Diligent.WebAPI.Host).
  446. ][2022-07-04 09:47:32.313 +02:00 INF Executing OkObjectResult, writing value of type 'System.Collections.Generic.List`1[[Diligent.WebAPI.Data.Entities.Room, Diligent.WebAPI.Data, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]]'.
  447. ][2022-07-04 09:47:32.313 +02:00 INF Executed action Diligent.WebAPI.Host.Controllers.ChatController.GetAll (Diligent.WebAPI.Host) in 26.0492ms
  448. ][2022-07-04 09:47:32.313 +02:00 INF Executed endpoint 'Diligent.WebAPI.Host.Controllers.ChatController.GetAll (Diligent.WebAPI.Host)'
  449. ][2022-07-04 09:47:32.313 +02:00 INF Request finished HTTP/1.1 GET http://localhost:5116/v1.0/Chat - - - 200 - application/json;+charset=utf-8 26.6834ms
  450. ][2022-07-04 09:47:37.576 +02:00 INF Request starting HTTP/1.1 OPTIONS http://localhost:5116/v1.0/Customer/login - -
  451. ][2022-07-04 09:47:37.576 +02:00 INF CORS policy execution successful.
  452. ][2022-07-04 09:47:37.576 +02:00 INF Request finished HTTP/1.1 OPTIONS http://localhost:5116/v1.0/Customer/login - - - 204 - - 0.2103ms
  453. ][2022-07-04 09:47:37.577 +02:00 INF Request starting HTTP/1.1 POST http://localhost:5116/v1.0/Customer/login application/json 49
  454. ][2022-07-04 09:47:37.577 +02:00 INF CORS policy execution successful.
  455. ][2022-07-04 09:47:37.578 +02:00 INF Executing endpoint 'Diligent.WebAPI.Host.Controllers.CustomerController.Login (Diligent.WebAPI.Host)'
  456. ][2022-07-04 09:47:37.578 +02:00 INF Route matched with {action = "Login", controller = "Customer"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.ActionResult`1[Diligent.WebAPI.Host.DTOs.Customer.CustomerReadDTO]] Login(Diligent.WebAPI.Host.DTOs.Customer.CustomerLoginDTO) on controller Diligent.WebAPI.Host.Controllers.CustomerController (Diligent.WebAPI.Host).
  457. ][2022-07-04 09:47:37.693 +02:00 INF Executing ObjectResult, writing value of type 'Diligent.WebAPI.Host.DTOs.Customer.CustomerReadDTO'.
  458. ][2022-07-04 09:47:37.693 +02:00 INF Executed action Diligent.WebAPI.Host.Controllers.CustomerController.Login (Diligent.WebAPI.Host) in 115.4707ms
  459. ][2022-07-04 09:47:37.693 +02:00 INF Executed endpoint 'Diligent.WebAPI.Host.Controllers.CustomerController.Login (Diligent.WebAPI.Host)'
  460. ][2022-07-04 09:47:37.693 +02:00 INF Request finished HTTP/1.1 POST http://localhost:5116/v1.0/Customer/login application/json 49 - 200 - application/json;+charset=utf-8 116.0054ms
  461. ][2022-07-04 09:47:39.151 +02:00 INF Request starting HTTP/1.1 GET http://localhost:5116/v1.0/Chat - -
  462. ][2022-07-04 09:47:39.151 +02:00 INF CORS policy execution successful.
  463. ][2022-07-04 09:47:39.152 +02:00 INF Executing endpoint 'Diligent.WebAPI.Host.Controllers.ChatController.GetAll (Diligent.WebAPI.Host)'
  464. ][2022-07-04 09:47:39.152 +02:00 INF Route matched with {action = "GetAll", controller = "Chat"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] GetAll() on controller Diligent.WebAPI.Host.Controllers.ChatController (Diligent.WebAPI.Host).
  465. ][2022-07-04 09:47:39.177 +02:00 INF Executing OkObjectResult, writing value of type 'System.Collections.Generic.List`1[[Diligent.WebAPI.Data.Entities.Room, Diligent.WebAPI.Data, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]]'.
  466. ][2022-07-04 09:47:39.177 +02:00 INF Executed action Diligent.WebAPI.Host.Controllers.ChatController.GetAll (Diligent.WebAPI.Host) in 25.7217ms
  467. ][2022-07-04 09:47:39.177 +02:00 INF Executed endpoint 'Diligent.WebAPI.Host.Controllers.ChatController.GetAll (Diligent.WebAPI.Host)'
  468. ][2022-07-04 09:47:39.178 +02:00 INF Request finished HTTP/1.1 GET http://localhost:5116/v1.0/Chat - - - 200 - application/json;+charset=utf-8 26.2062ms
  469. ][2022-07-04 09:47:46.785 +02:00 INF Request starting HTTP/1.1 OPTIONS http://localhost:5116/v1.0/Chat - -
  470. ][2022-07-04 09:47:46.785 +02:00 INF CORS policy execution successful.
  471. ][2022-07-04 09:47:46.785 +02:00 INF Request finished HTTP/1.1 OPTIONS http://localhost:5116/v1.0/Chat - - - 204 - - 0.2141ms
  472. ][2022-07-04 09:47:46.786 +02:00 INF Request starting HTTP/1.1 POST http://localhost:5116/v1.0/Chat application/json 16
  473. ][2022-07-04 09:47:46.786 +02:00 INF CORS policy execution successful.
  474. ][2022-07-04 09:47:46.786 +02:00 INF Executing endpoint 'Diligent.WebAPI.Host.Controllers.ChatController.CreateChat (Diligent.WebAPI.Host)'
  475. ][2022-07-04 09:47:46.786 +02:00 INF Route matched with {action = "CreateChat", controller = "Chat"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] CreateChat(Diligent.WebAPI.Data.Entities.Room) on controller Diligent.WebAPI.Host.Controllers.ChatController (Diligent.WebAPI.Host).
  476. ][2022-07-04 09:47:51.810 +02:00 INF Executing OkObjectResult, writing value of type 'Diligent.WebAPI.Data.Entities.Room'.
  477. ][2022-07-04 09:47:51.811 +02:00 INF Executed action Diligent.WebAPI.Host.Controllers.ChatController.CreateChat (Diligent.WebAPI.Host) in 5024.3342ms
  478. ][2022-07-04 09:47:51.811 +02:00 INF Executed endpoint 'Diligent.WebAPI.Host.Controllers.ChatController.CreateChat (Diligent.WebAPI.Host)'
  479. ][2022-07-04 09:47:51.811 +02:00 INF Request finished HTTP/1.1 POST http://localhost:5116/v1.0/Chat application/json 16 - 200 - application/json;+charset=utf-8 5024.8882ms
  480. ][2022-07-04 09:47:55.867 +02:00 INF Request starting HTTP/1.1 GET http://localhost:5116/v1.0/Chat - -
  481. ][2022-07-04 09:47:55.868 +02:00 INF CORS policy execution successful.
  482. ][2022-07-04 09:47:55.868 +02:00 INF Executing endpoint 'Diligent.WebAPI.Host.Controllers.ChatController.GetAll (Diligent.WebAPI.Host)'
  483. ][2022-07-04 09:47:55.868 +02:00 INF Route matched with {action = "GetAll", controller = "Chat"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] GetAll() on controller Diligent.WebAPI.Host.Controllers.ChatController (Diligent.WebAPI.Host).
  484. ][2022-07-04 09:47:55.893 +02:00 INF Executing OkObjectResult, writing value of type 'System.Collections.Generic.List`1[[Diligent.WebAPI.Data.Entities.Room, Diligent.WebAPI.Data, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]]'.
  485. ][2022-07-04 09:47:55.894 +02:00 INF Executed action Diligent.WebAPI.Host.Controllers.ChatController.GetAll (Diligent.WebAPI.Host) in 25.7712ms
  486. ][2022-07-04 09:47:55.894 +02:00 INF Executed endpoint 'Diligent.WebAPI.Host.Controllers.ChatController.GetAll (Diligent.WebAPI.Host)'
  487. ][2022-07-04 09:47:55.894 +02:00 INF Request finished HTTP/1.1 GET http://localhost:5116/v1.0/Chat - - - 200 - application/json;+charset=utf-8 26.3317ms
  488. ][2022-07-04 10:15:17.202 +02:00 INF User profile is available. Using 'C:\Users\ermin.bronja\AppData\Local\ASP.NET\DataProtection-Keys' as key repository and Windows DPAPI to encrypt keys at rest.
  489. ][2022-07-04 10:15:17.324 +02:00 INF Now listening on: http://localhost:5116
  490. ][2022-07-04 10:15:17.326 +02:00 INF Application started. Press Ctrl+C to shut down.
  491. ][2022-07-04 10:15:17.326 +02:00 INF Hosting environment: Development
  492. ][2022-07-04 10:15:17.326 +02:00 INF Content root path: C:\Users\ermin.bronja\Desktop\Project\Diligent.WebAPI.Host\
  493. ][2022-07-04 10:15:18.567 +02:00 INF Request starting HTTP/1.1 OPTIONS http://localhost:5116/v1.0/Customer/login - -
  494. ][2022-07-04 10:15:18.604 +02:00 INF CORS policy execution successful.
  495. ][2022-07-04 10:15:18.613 +02:00 INF Request finished HTTP/1.1 OPTIONS http://localhost:5116/v1.0/Customer/login - - - 204 - - 48.8670ms
  496. ][2022-07-04 10:15:18.621 +02:00 INF Request starting HTTP/1.1 POST http://localhost:5116/v1.0/Customer/login application/json 49
  497. ][2022-07-04 10:15:18.627 +02:00 INF CORS policy execution successful.
  498. ][2022-07-04 10:15:18.688 +02:00 INF Executing endpoint 'Diligent.WebAPI.Host.Controllers.CustomerController.Login (Diligent.WebAPI.Host)'
  499. ][2022-07-04 10:15:18.704 +02:00 INF Route matched with {action = "Login", controller = "Customer"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.ActionResult`1[Diligent.WebAPI.Host.DTOs.Customer.CustomerReadDTO]] Login(Diligent.WebAPI.Host.DTOs.Customer.CustomerLoginDTO) on controller Diligent.WebAPI.Host.Controllers.CustomerController (Diligent.WebAPI.Host).
  500. ][2022-07-04 10:15:20.495 +02:00 INF Request starting HTTP/1.1 POST http://localhost:5116/v1.0/Customer/login application/json 49
  501. ][2022-07-04 10:15:20.496 +02:00 INF CORS policy execution successful.
  502. ][2022-07-04 10:15:20.496 +02:00 INF Executing endpoint 'Diligent.WebAPI.Host.Controllers.CustomerController.Login (Diligent.WebAPI.Host)'
  503. ][2022-07-04 10:15:20.497 +02:00 INF Route matched with {action = "Login", controller = "Customer"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.ActionResult`1[Diligent.WebAPI.Host.DTOs.Customer.CustomerReadDTO]] Login(Diligent.WebAPI.Host.DTOs.Customer.CustomerLoginDTO) on controller Diligent.WebAPI.Host.Controllers.CustomerController (Diligent.WebAPI.Host).
  504. ][2022-07-04 10:15:21.132 +02:00 INF Executing ObjectResult, writing value of type 'Diligent.WebAPI.Host.DTOs.Customer.CustomerReadDTO'.
  505. ][2022-07-04 10:15:21.132 +02:00 INF Executing ObjectResult, writing value of type 'Diligent.WebAPI.Host.DTOs.Customer.CustomerReadDTO'.
  506. ][2022-07-04 10:15:21.164 +02:00 INF Executed action Diligent.WebAPI.Host.Controllers.CustomerController.Login (Diligent.WebAPI.Host) in 2455.0179ms
  507. ][2022-07-04 10:15:21.164 +02:00 INF Executed action Diligent.WebAPI.Host.Controllers.CustomerController.Login (Diligent.WebAPI.Host) in 662.2964ms
  508. ][2022-07-04 10:15:21.164 +02:00 INF Executed endpoint 'Diligent.WebAPI.Host.Controllers.CustomerController.Login (Diligent.WebAPI.Host)'
  509. ][2022-07-04 10:15:21.164 +02:00 INF Executed endpoint 'Diligent.WebAPI.Host.Controllers.CustomerController.Login (Diligent.WebAPI.Host)'
  510. ][2022-07-04 10:15:21.167 +02:00 INF Request finished HTTP/1.1 POST http://localhost:5116/v1.0/Customer/login application/json 49 - 200 - application/json;+charset=utf-8 2545.2881ms
  511. ][2022-07-04 10:15:21.167 +02:00 INF Request finished HTTP/1.1 POST http://localhost:5116/v1.0/Customer/login application/json 49 - 200 - application/json;+charset=utf-8 671.5904ms
  512. ][2022-07-04 10:15:22.798 +02:00 INF Request starting HTTP/1.1 GET http://localhost:5116/v1.0/Chat - -
  513. ][2022-07-04 10:15:22.799 +02:00 INF CORS policy execution successful.
  514. ][2022-07-04 10:15:22.802 +02:00 INF Executing endpoint 'Diligent.WebAPI.Host.Controllers.ChatController.GetAll (Diligent.WebAPI.Host)'
  515. ][2022-07-04 10:15:22.805 +02:00 INF Route matched with {action = "GetAll", controller = "Chat"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] GetAll() on controller Diligent.WebAPI.Host.Controllers.ChatController (Diligent.WebAPI.Host).
  516. ][2022-07-04 10:15:22.858 +02:00 INF Executing OkObjectResult, writing value of type 'System.Collections.Generic.List`1[[Diligent.WebAPI.Data.Entities.Room, Diligent.WebAPI.Data, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]]'.
  517. ][2022-07-04 10:15:22.870 +02:00 INF Executed action Diligent.WebAPI.Host.Controllers.ChatController.GetAll (Diligent.WebAPI.Host) in 64.4427ms
  518. ][2022-07-04 10:15:22.870 +02:00 INF Executed endpoint 'Diligent.WebAPI.Host.Controllers.ChatController.GetAll (Diligent.WebAPI.Host)'
  519. ][2022-07-04 10:15:22.870 +02:00 INF Request finished HTTP/1.1 GET http://localhost:5116/v1.0/Chat - - - 200 - application/json;+charset=utf-8 71.4741ms
  520. ][2022-07-04 10:18:52.771 +02:00 INF Request starting HTTP/1.1 GET http://localhost:5116/v1.0/Chat - -
  521. ][2022-07-04 10:18:52.772 +02:00 INF CORS policy execution successful.
  522. ][2022-07-04 10:18:52.772 +02:00 INF Executing endpoint 'Diligent.WebAPI.Host.Controllers.ChatController.GetAll (Diligent.WebAPI.Host)'
  523. ][2022-07-04 10:18:52.772 +02:00 INF Route matched with {action = "GetAll", controller = "Chat"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] GetAll() on controller Diligent.WebAPI.Host.Controllers.ChatController (Diligent.WebAPI.Host).
  524. ][2022-07-04 10:18:52.799 +02:00 INF Executing OkObjectResult, writing value of type 'System.Collections.Generic.List`1[[Diligent.WebAPI.Data.Entities.Room, Diligent.WebAPI.Data, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]]'.
  525. ][2022-07-04 10:18:52.799 +02:00 INF Executed action Diligent.WebAPI.Host.Controllers.ChatController.GetAll (Diligent.WebAPI.Host) in 26.8198ms
  526. ][2022-07-04 10:18:52.799 +02:00 INF Executed endpoint 'Diligent.WebAPI.Host.Controllers.ChatController.GetAll (Diligent.WebAPI.Host)'
  527. ][2022-07-04 10:18:52.799 +02:00 INF Request finished HTTP/1.1 GET http://localhost:5116/v1.0/Chat - - - 200 - application/json;+charset=utf-8 28.1932ms
  528. ][2022-07-04 11:04:56.579 +02:00 INF User profile is available. Using 'C:\Users\ermin.bronja\AppData\Local\ASP.NET\DataProtection-Keys' as key repository and Windows DPAPI to encrypt keys at rest.
  529. ][2022-07-04 11:04:56.847 +02:00 INF Now listening on: http://localhost:5116
  530. ][2022-07-04 11:04:56.849 +02:00 INF Application started. Press Ctrl+C to shut down.
  531. ][2022-07-04 11:04:56.849 +02:00 INF Hosting environment: Development
  532. ][2022-07-04 11:04:56.849 +02:00 INF Content root path: C:\Users\ermin.bronja\Desktop\Project\Diligent.WebAPI.Host\
  533. ][2022-07-04 11:07:44.599 +02:00 INF Request starting HTTP/1.1 GET http://localhost:5116/v1.0/Chat - -
  534. ][2022-07-04 11:07:44.640 +02:00 INF CORS policy execution successful.
  535. ][2022-07-04 11:07:44.982 +02:00 INF Executing endpoint 'Diligent.WebAPI.Host.Controllers.ChatController.GetAll (Diligent.WebAPI.Host)'
  536. ][2022-07-04 11:07:44.990 +02:00 INF Route matched with {action = "GetAll", controller = "Chat"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] GetAll() on controller Diligent.WebAPI.Host.Controllers.ChatController (Diligent.WebAPI.Host).
  537. ][2022-07-04 11:07:45.568 +02:00 INF Executing OkObjectResult, writing value of type 'System.Collections.Generic.List`1[[Diligent.WebAPI.Data.Entities.Room, Diligent.WebAPI.Data, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]]'.
  538. ][2022-07-04 11:07:45.633 +02:00 INF Executed action Diligent.WebAPI.Host.Controllers.ChatController.GetAll (Diligent.WebAPI.Host) in 638.7981ms
  539. ][2022-07-04 11:07:45.635 +02:00 INF Executed endpoint 'Diligent.WebAPI.Host.Controllers.ChatController.GetAll (Diligent.WebAPI.Host)'
  540. ][2022-07-04 11:07:45.638 +02:00 INF Request finished HTTP/1.1 GET http://localhost:5116/v1.0/Chat - - - 200 - application/json;+charset=utf-8 1041.3941ms
  541. ][2022-07-04 11:07:45.967 +02:00 INF Request starting HTTP/1.1 GET http://localhost:5116/v1.0/Chat - -
  542. ][2022-07-04 11:07:45.969 +02:00 INF CORS policy execution successful.
  543. ][2022-07-04 11:07:45.969 +02:00 INF Executing endpoint 'Diligent.WebAPI.Host.Controllers.ChatController.GetAll (Diligent.WebAPI.Host)'
  544. ][2022-07-04 11:07:45.969 +02:00 INF Route matched with {action = "GetAll", controller = "Chat"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] GetAll() on controller Diligent.WebAPI.Host.Controllers.ChatController (Diligent.WebAPI.Host).
  545. ][2022-07-04 11:07:45.996 +02:00 INF Executing OkObjectResult, writing value of type 'System.Collections.Generic.List`1[[Diligent.WebAPI.Data.Entities.Room, Diligent.WebAPI.Data, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]]'.
  546. ][2022-07-04 11:07:45.996 +02:00 INF Executed action Diligent.WebAPI.Host.Controllers.ChatController.GetAll (Diligent.WebAPI.Host) in 27.2075ms
  547. ][2022-07-04 11:07:45.997 +02:00 INF Executed endpoint 'Diligent.WebAPI.Host.Controllers.ChatController.GetAll (Diligent.WebAPI.Host)'
  548. ][2022-07-04 11:07:45.997 +02:00 INF Request finished HTTP/1.1 GET http://localhost:5116/v1.0/Chat - - - 200 - application/json;+charset=utf-8 29.5709ms
  549. ][2022-07-04 11:08:38.722 +02:00 INF Request starting HTTP/1.1 GET http://localhost:5116/v1.0/Chat - -
  550. ][2022-07-04 11:08:38.723 +02:00 INF CORS policy execution successful.
  551. ][2022-07-04 11:08:38.725 +02:00 INF Executing endpoint 'Diligent.WebAPI.Host.Controllers.ChatController.GetAll (Diligent.WebAPI.Host)'
  552. ][2022-07-04 11:08:38.725 +02:00 INF Route matched with {action = "GetAll", controller = "Chat"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] GetAll() on controller Diligent.WebAPI.Host.Controllers.ChatController (Diligent.WebAPI.Host).
  553. ][2022-07-04 11:08:38.751 +02:00 INF Executing OkObjectResult, writing value of type 'System.Collections.Generic.List`1[[Diligent.WebAPI.Data.Entities.Room, Diligent.WebAPI.Data, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]]'.
  554. ][2022-07-04 11:08:38.751 +02:00 INF Executed action Diligent.WebAPI.Host.Controllers.ChatController.GetAll (Diligent.WebAPI.Host) in 26.096ms
  555. ][2022-07-04 11:08:38.751 +02:00 INF Executed endpoint 'Diligent.WebAPI.Host.Controllers.ChatController.GetAll (Diligent.WebAPI.Host)'
  556. ][2022-07-04 11:08:38.751 +02:00 INF Request finished HTTP/1.1 GET http://localhost:5116/v1.0/Chat - - - 200 - application/json;+charset=utf-8 29.1872ms
  557. ][2022-07-04 11:12:27.109 +02:00 INF Request starting HTTP/1.1 OPTIONS http://localhost:5116/v1.0/Customer/login - -
  558. ][2022-07-04 11:12:27.109 +02:00 INF CORS policy execution successful.
  559. ][2022-07-04 11:12:27.110 +02:00 INF Request finished HTTP/1.1 OPTIONS http://localhost:5116/v1.0/Customer/login - - - 204 - - 1.0170ms
  560. ][2022-07-04 11:12:27.111 +02:00 INF Request starting HTTP/1.1 POST http://localhost:5116/v1.0/Customer/login application/json 49
  561. ][2022-07-04 11:12:27.111 +02:00 INF CORS policy execution successful.
  562. ][2022-07-04 11:12:27.112 +02:00 INF Executing endpoint 'Diligent.WebAPI.Host.Controllers.CustomerController.Login (Diligent.WebAPI.Host)'
  563. ][2022-07-04 11:12:27.122 +02:00 INF Route matched with {action = "Login", controller = "Customer"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.ActionResult`1[Diligent.WebAPI.Host.DTOs.Customer.CustomerReadDTO]] Login(Diligent.WebAPI.Host.DTOs.Customer.CustomerLoginDTO) on controller Diligent.WebAPI.Host.Controllers.CustomerController (Diligent.WebAPI.Host).
  564. ][2022-07-04 11:12:27.759 +02:00 INF Executing ObjectResult, writing value of type 'Diligent.WebAPI.Host.DTOs.Customer.CustomerReadDTO'.
  565. ][2022-07-04 11:12:27.761 +02:00 INF Executed action Diligent.WebAPI.Host.Controllers.CustomerController.Login (Diligent.WebAPI.Host) in 639.206ms
  566. ][2022-07-04 11:12:27.761 +02:00 INF Executed endpoint 'Diligent.WebAPI.Host.Controllers.CustomerController.Login (Diligent.WebAPI.Host)'
  567. ][2022-07-04 11:12:27.762 +02:00 INF Request finished HTTP/1.1 POST http://localhost:5116/v1.0/Customer/login application/json 49 - 200 - application/json;+charset=utf-8 650.9971ms
  568. ][2022-07-04 11:12:29.324 +02:00 INF Request starting HTTP/1.1 GET http://localhost:5116/v1.0/Chat - -
  569. ][2022-07-04 11:12:29.325 +02:00 INF CORS policy execution successful.
  570. ][2022-07-04 11:12:29.325 +02:00 INF Executing endpoint 'Diligent.WebAPI.Host.Controllers.ChatController.GetAll (Diligent.WebAPI.Host)'
  571. ][2022-07-04 11:12:29.325 +02:00 INF Route matched with {action = "GetAll", controller = "Chat"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] GetAll() on controller Diligent.WebAPI.Host.Controllers.ChatController (Diligent.WebAPI.Host).
  572. ][2022-07-04 11:12:29.351 +02:00 INF Executing OkObjectResult, writing value of type 'System.Collections.Generic.List`1[[Diligent.WebAPI.Data.Entities.Room, Diligent.WebAPI.Data, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]]'.
  573. ][2022-07-04 11:12:29.351 +02:00 INF Executed action Diligent.WebAPI.Host.Controllers.ChatController.GetAll (Diligent.WebAPI.Host) in 26.2289ms
  574. ][2022-07-04 11:12:29.351 +02:00 INF Executed endpoint 'Diligent.WebAPI.Host.Controllers.ChatController.GetAll (Diligent.WebAPI.Host)'
  575. ][2022-07-04 11:12:29.351 +02:00 INF Request finished HTTP/1.1 GET http://localhost:5116/v1.0/Chat - - - 200 - application/json;+charset=utf-8 26.8577ms
  576. ][2022-07-04 11:12:54.754 +02:00 INF Request starting HTTP/1.1 GET http://localhost:5116/v1.0/Chat - -
  577. ][2022-07-04 11:12:54.755 +02:00 INF CORS policy execution successful.
  578. ][2022-07-04 11:12:54.756 +02:00 INF Executing endpoint 'Diligent.WebAPI.Host.Controllers.ChatController.GetAll (Diligent.WebAPI.Host)'
  579. ][2022-07-04 11:12:54.756 +02:00 INF Route matched with {action = "GetAll", controller = "Chat"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] GetAll() on controller Diligent.WebAPI.Host.Controllers.ChatController (Diligent.WebAPI.Host).
  580. ][2022-07-04 11:12:54.783 +02:00 INF Executing OkObjectResult, writing value of type 'System.Collections.Generic.List`1[[Diligent.WebAPI.Data.Entities.Room, Diligent.WebAPI.Data, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]]'.
  581. ][2022-07-04 11:12:54.784 +02:00 INF Executed action Diligent.WebAPI.Host.Controllers.ChatController.GetAll (Diligent.WebAPI.Host) in 27.5772ms
  582. ][2022-07-04 11:12:54.784 +02:00 INF Executed endpoint 'Diligent.WebAPI.Host.Controllers.ChatController.GetAll (Diligent.WebAPI.Host)'
  583. ][2022-07-04 11:12:54.784 +02:00 INF Request finished HTTP/1.1 GET http://localhost:5116/v1.0/Chat - - - 200 - application/json;+charset=utf-8 29.8781ms
  584. ][2022-07-04 11:12:58.949 +02:00 INF Request starting HTTP/1.1 OPTIONS http://localhost:5116/v1.0/Customer/login - -
  585. ][2022-07-04 11:12:58.949 +02:00 INF CORS policy execution successful.
  586. ][2022-07-04 11:12:58.949 +02:00 INF Request finished HTTP/1.1 OPTIONS http://localhost:5116/v1.0/Customer/login - - - 204 - - 0.2337ms
  587. ][2022-07-04 11:12:58.950 +02:00 INF Request starting HTTP/1.1 POST http://localhost:5116/v1.0/Customer/login application/json 49
  588. ][2022-07-04 11:12:58.950 +02:00 INF CORS policy execution successful.
  589. ][2022-07-04 11:12:58.950 +02:00 INF Executing endpoint 'Diligent.WebAPI.Host.Controllers.CustomerController.Login (Diligent.WebAPI.Host)'
  590. ][2022-07-04 11:12:58.950 +02:00 INF Route matched with {action = "Login", controller = "Customer"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.ActionResult`1[Diligent.WebAPI.Host.DTOs.Customer.CustomerReadDTO]] Login(Diligent.WebAPI.Host.DTOs.Customer.CustomerLoginDTO) on controller Diligent.WebAPI.Host.Controllers.CustomerController (Diligent.WebAPI.Host).
  591. ][2022-07-04 11:12:59.061 +02:00 INF Executing ObjectResult, writing value of type 'Diligent.WebAPI.Host.DTOs.Customer.CustomerReadDTO'.
  592. ][2022-07-04 11:12:59.062 +02:00 INF Executed action Diligent.WebAPI.Host.Controllers.CustomerController.Login (Diligent.WebAPI.Host) in 111.295ms
  593. ][2022-07-04 11:12:59.062 +02:00 INF Executed endpoint 'Diligent.WebAPI.Host.Controllers.CustomerController.Login (Diligent.WebAPI.Host)'
  594. ][2022-07-04 11:12:59.062 +02:00 INF Request finished HTTP/1.1 POST http://localhost:5116/v1.0/Customer/login application/json 49 - 200 - application/json;+charset=utf-8 111.7146ms
  595. ][2022-07-04 11:13:00.177 +02:00 INF Request starting HTTP/1.1 GET http://localhost:5116/v1.0/Chat - -
  596. ][2022-07-04 11:13:00.178 +02:00 INF CORS policy execution successful.
  597. ][2022-07-04 11:13:00.178 +02:00 INF Executing endpoint 'Diligent.WebAPI.Host.Controllers.ChatController.GetAll (Diligent.WebAPI.Host)'
  598. ][2022-07-04 11:13:00.178 +02:00 INF Route matched with {action = "GetAll", controller = "Chat"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] GetAll() on controller Diligent.WebAPI.Host.Controllers.ChatController (Diligent.WebAPI.Host).
  599. ][2022-07-04 11:13:00.204 +02:00 INF Executing OkObjectResult, writing value of type 'System.Collections.Generic.List`1[[Diligent.WebAPI.Data.Entities.Room, Diligent.WebAPI.Data, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]]'.
  600. ][2022-07-04 11:13:00.205 +02:00 INF Executed action Diligent.WebAPI.Host.Controllers.ChatController.GetAll (Diligent.WebAPI.Host) in 26.8491ms
  601. ][2022-07-04 11:13:00.205 +02:00 INF Executed endpoint 'Diligent.WebAPI.Host.Controllers.ChatController.GetAll (Diligent.WebAPI.Host)'
  602. ][2022-07-04 11:13:00.205 +02:00 INF Request finished HTTP/1.1 GET http://localhost:5116/v1.0/Chat - - - 200 - application/json;+charset=utf-8 27.2961ms
  603. ][2022-07-04 11:13:18.758 +02:00 INF Request starting HTTP/1.1 GET http://localhost:5116/v1.0/Chat - -
  604. ][2022-07-04 11:13:18.758 +02:00 INF CORS policy execution successful.
  605. ][2022-07-04 11:13:18.758 +02:00 INF Executing endpoint 'Diligent.WebAPI.Host.Controllers.ChatController.GetAll (Diligent.WebAPI.Host)'
  606. ][2022-07-04 11:13:18.758 +02:00 INF Route matched with {action = "GetAll", controller = "Chat"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] GetAll() on controller Diligent.WebAPI.Host.Controllers.ChatController (Diligent.WebAPI.Host).
  607. ][2022-07-04 11:13:18.785 +02:00 INF Executing OkObjectResult, writing value of type 'System.Collections.Generic.List`1[[Diligent.WebAPI.Data.Entities.Room, Diligent.WebAPI.Data, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]]'.
  608. ][2022-07-04 11:13:18.785 +02:00 INF Executed action Diligent.WebAPI.Host.Controllers.ChatController.GetAll (Diligent.WebAPI.Host) in 26.6836ms
  609. ][2022-07-04 11:13:18.785 +02:00 INF Executed endpoint 'Diligent.WebAPI.Host.Controllers.ChatController.GetAll (Diligent.WebAPI.Host)'
  610. ][2022-07-04 11:13:18.786 +02:00 INF Request finished HTTP/1.1 GET http://localhost:5116/v1.0/Chat - - - 200 - application/json;+charset=utf-8 27.7651ms
  611. ][2022-07-04 11:15:19.755 +02:00 INF Request starting HTTP/1.1 GET http://localhost:5116/v1.0/Chat - -
  612. ][2022-07-04 11:15:19.755 +02:00 INF CORS policy execution successful.
  613. ][2022-07-04 11:15:19.755 +02:00 INF Executing endpoint 'Diligent.WebAPI.Host.Controllers.ChatController.GetAll (Diligent.WebAPI.Host)'
  614. ][2022-07-04 11:15:19.755 +02:00 INF Route matched with {action = "GetAll", controller = "Chat"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] GetAll() on controller Diligent.WebAPI.Host.Controllers.ChatController (Diligent.WebAPI.Host).
  615. ][2022-07-04 11:15:19.781 +02:00 INF Executing OkObjectResult, writing value of type 'System.Collections.Generic.List`1[[Diligent.WebAPI.Data.Entities.Room, Diligent.WebAPI.Data, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]]'.
  616. ][2022-07-04 11:15:19.781 +02:00 INF Executed action Diligent.WebAPI.Host.Controllers.ChatController.GetAll (Diligent.WebAPI.Host) in 25.7843ms
  617. ][2022-07-04 11:15:19.782 +02:00 INF Executed endpoint 'Diligent.WebAPI.Host.Controllers.ChatController.GetAll (Diligent.WebAPI.Host)'
  618. ][2022-07-04 11:15:19.782 +02:00 INF Request finished HTTP/1.1 GET http://localhost:5116/v1.0/Chat - - - 200 - application/json;+charset=utf-8 26.6988ms
  619. ][2022-07-04 11:15:23.792 +02:00 INF Request starting HTTP/1.1 OPTIONS http://localhost:5116/v1.0/Customer/login - -
  620. ][2022-07-04 11:15:23.792 +02:00 INF CORS policy execution successful.
  621. ][2022-07-04 11:15:23.792 +02:00 INF Request finished HTTP/1.1 OPTIONS http://localhost:5116/v1.0/Customer/login - - - 204 - - 0.1912ms
  622. ][2022-07-04 11:15:23.793 +02:00 INF Request starting HTTP/1.1 POST http://localhost:5116/v1.0/Customer/login application/json 49
  623. ][2022-07-04 11:15:23.793 +02:00 INF CORS policy execution successful.
  624. ][2022-07-04 11:15:23.793 +02:00 INF Executing endpoint 'Diligent.WebAPI.Host.Controllers.CustomerController.Login (Diligent.WebAPI.Host)'
  625. ][2022-07-04 11:15:23.793 +02:00 INF Route matched with {action = "Login", controller = "Customer"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.ActionResult`1[Diligent.WebAPI.Host.DTOs.Customer.CustomerReadDTO]] Login(Diligent.WebAPI.Host.DTOs.Customer.CustomerLoginDTO) on controller Diligent.WebAPI.Host.Controllers.CustomerController (Diligent.WebAPI.Host).
  626. ][2022-07-04 11:15:23.909 +02:00 INF Executing ObjectResult, writing value of type 'Diligent.WebAPI.Host.DTOs.Customer.CustomerReadDTO'.
  627. ][2022-07-04 11:15:23.909 +02:00 INF Executed action Diligent.WebAPI.Host.Controllers.CustomerController.Login (Diligent.WebAPI.Host) in 116.4781ms
  628. ][2022-07-04 11:15:23.910 +02:00 INF Executed endpoint 'Diligent.WebAPI.Host.Controllers.CustomerController.Login (Diligent.WebAPI.Host)'
  629. ][2022-07-04 11:15:23.910 +02:00 INF Request finished HTTP/1.1 POST http://localhost:5116/v1.0/Customer/login application/json 49 - 200 - application/json;+charset=utf-8 117.0160ms
  630. ][2022-07-04 11:15:24.966 +02:00 INF Request starting HTTP/1.1 GET http://localhost:5116/v1.0/Chat - -
  631. ][2022-07-04 11:15:24.966 +02:00 INF CORS policy execution successful.
  632. ][2022-07-04 11:15:24.966 +02:00 INF Executing endpoint 'Diligent.WebAPI.Host.Controllers.ChatController.GetAll (Diligent.WebAPI.Host)'
  633. ][2022-07-04 11:15:24.966 +02:00 INF Route matched with {action = "GetAll", controller = "Chat"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] GetAll() on controller Diligent.WebAPI.Host.Controllers.ChatController (Diligent.WebAPI.Host).
  634. ][2022-07-04 11:15:24.992 +02:00 INF Executing OkObjectResult, writing value of type 'System.Collections.Generic.List`1[[Diligent.WebAPI.Data.Entities.Room, Diligent.WebAPI.Data, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]]'.
  635. ][2022-07-04 11:15:24.993 +02:00 INF Executed action Diligent.WebAPI.Host.Controllers.ChatController.GetAll (Diligent.WebAPI.Host) in 26.1677ms
  636. ][2022-07-04 11:15:24.993 +02:00 INF Executed endpoint 'Diligent.WebAPI.Host.Controllers.ChatController.GetAll (Diligent.WebAPI.Host)'
  637. ][2022-07-04 11:15:24.993 +02:00 INF Request finished HTTP/1.1 GET http://localhost:5116/v1.0/Chat - - - 200 - application/json;+charset=utf-8 26.7208ms
  638. ][2022-07-04 11:16:16.757 +02:00 INF Request starting HTTP/1.1 GET http://localhost:5116/v1.0/Chat - -
  639. ][2022-07-04 11:16:16.757 +02:00 INF CORS policy execution successful.
  640. ][2022-07-04 11:16:16.757 +02:00 INF Executing endpoint 'Diligent.WebAPI.Host.Controllers.ChatController.GetAll (Diligent.WebAPI.Host)'
  641. ][2022-07-04 11:16:16.757 +02:00 INF Route matched with {action = "GetAll", controller = "Chat"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] GetAll() on controller Diligent.WebAPI.Host.Controllers.ChatController (Diligent.WebAPI.Host).
  642. ][2022-07-04 11:16:16.783 +02:00 INF Executing OkObjectResult, writing value of type 'System.Collections.Generic.List`1[[Diligent.WebAPI.Data.Entities.Room, Diligent.WebAPI.Data, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]]'.
  643. ][2022-07-04 11:16:16.783 +02:00 INF Executed action Diligent.WebAPI.Host.Controllers.ChatController.GetAll (Diligent.WebAPI.Host) in 25.8395ms
  644. ][2022-07-04 11:16:16.783 +02:00 INF Executed endpoint 'Diligent.WebAPI.Host.Controllers.ChatController.GetAll (Diligent.WebAPI.Host)'
  645. ][2022-07-04 11:16:16.783 +02:00 INF Request finished HTTP/1.1 GET http://localhost:5116/v1.0/Chat - - - 200 - application/json;+charset=utf-8 26.3953ms
  646. ][2022-07-04 11:17:16.764 +02:00 INF Request starting HTTP/1.1 GET http://localhost:5116/v1.0/Chat - -
  647. ][2022-07-04 11:17:16.764 +02:00 INF CORS policy execution successful.
  648. ][2022-07-04 11:17:16.764 +02:00 INF Executing endpoint 'Diligent.WebAPI.Host.Controllers.ChatController.GetAll (Diligent.WebAPI.Host)'
  649. ][2022-07-04 11:17:16.765 +02:00 INF Route matched with {action = "GetAll", controller = "Chat"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] GetAll() on controller Diligent.WebAPI.Host.Controllers.ChatController (Diligent.WebAPI.Host).
  650. ][2022-07-04 11:17:16.791 +02:00 INF Executing OkObjectResult, writing value of type 'System.Collections.Generic.List`1[[Diligent.WebAPI.Data.Entities.Room, Diligent.WebAPI.Data, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]]'.
  651. ][2022-07-04 11:17:16.792 +02:00 INF Executed action Diligent.WebAPI.Host.Controllers.ChatController.GetAll (Diligent.WebAPI.Host) in 26.9639ms
  652. ][2022-07-04 11:17:16.792 +02:00 INF Executed endpoint 'Diligent.WebAPI.Host.Controllers.ChatController.GetAll (Diligent.WebAPI.Host)'
  653. ][2022-07-04 11:17:16.792 +02:00 INF Request finished HTTP/1.1 GET http://localhost:5116/v1.0/Chat - - - 200 - application/json;+charset=utf-8 28.2046ms
  654. ][2022-07-04 11:17:20.026 +02:00 INF Request starting HTTP/1.1 GET http://localhost:5116/v1.0/Chat - -
  655. ][2022-07-04 11:17:20.027 +02:00 INF CORS policy execution successful.
  656. ][2022-07-04 11:17:20.027 +02:00 INF Executing endpoint 'Diligent.WebAPI.Host.Controllers.ChatController.GetAll (Diligent.WebAPI.Host)'
  657. ][2022-07-04 11:17:20.027 +02:00 INF Route matched with {action = "GetAll", controller = "Chat"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] GetAll() on controller Diligent.WebAPI.Host.Controllers.ChatController (Diligent.WebAPI.Host).
  658. ][2022-07-04 11:17:20.052 +02:00 INF Executing OkObjectResult, writing value of type 'System.Collections.Generic.List`1[[Diligent.WebAPI.Data.Entities.Room, Diligent.WebAPI.Data, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]]'.
  659. ][2022-07-04 11:17:20.053 +02:00 INF Executed action Diligent.WebAPI.Host.Controllers.ChatController.GetAll (Diligent.WebAPI.Host) in 25.9017ms
  660. ][2022-07-04 11:17:20.053 +02:00 INF Executed endpoint 'Diligent.WebAPI.Host.Controllers.ChatController.GetAll (Diligent.WebAPI.Host)'
  661. ][2022-07-04 11:17:20.053 +02:00 INF Request finished HTTP/1.1 GET http://localhost:5116/v1.0/Chat - - - 200 - application/json;+charset=utf-8 26.4237ms
  662. ][2022-07-04 11:17:27.235 +02:00 INF Request starting HTTP/1.1 OPTIONS http://localhost:5116/v1.0/Customer/login - -
  663. ][2022-07-04 11:17:27.235 +02:00 INF CORS policy execution successful.
  664. ][2022-07-04 11:17:27.235 +02:00 INF Request finished HTTP/1.1 OPTIONS http://localhost:5116/v1.0/Customer/login - - - 204 - - 0.1851ms
  665. ][2022-07-04 11:17:27.236 +02:00 INF Request starting HTTP/1.1 POST http://localhost:5116/v1.0/Customer/login application/json 49
  666. ][2022-07-04 11:17:27.236 +02:00 INF CORS policy execution successful.
  667. ][2022-07-04 11:17:27.236 +02:00 INF Executing endpoint 'Diligent.WebAPI.Host.Controllers.CustomerController.Login (Diligent.WebAPI.Host)'
  668. ][2022-07-04 11:17:27.236 +02:00 INF Route matched with {action = "Login", controller = "Customer"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.ActionResult`1[Diligent.WebAPI.Host.DTOs.Customer.CustomerReadDTO]] Login(Diligent.WebAPI.Host.DTOs.Customer.CustomerLoginDTO) on controller Diligent.WebAPI.Host.Controllers.CustomerController (Diligent.WebAPI.Host).
  669. ][2022-07-04 11:17:27.345 +02:00 INF Executing ObjectResult, writing value of type 'Diligent.WebAPI.Host.DTOs.Customer.CustomerReadDTO'.
  670. ][2022-07-04 11:17:27.345 +02:00 INF Executed action Diligent.WebAPI.Host.Controllers.CustomerController.Login (Diligent.WebAPI.Host) in 109.359ms
  671. ][2022-07-04 11:17:27.345 +02:00 INF Executed endpoint 'Diligent.WebAPI.Host.Controllers.CustomerController.Login (Diligent.WebAPI.Host)'
  672. ][2022-07-04 11:17:27.345 +02:00 INF Request finished HTTP/1.1 POST http://localhost:5116/v1.0/Customer/login application/json 49 - 200 - application/json;+charset=utf-8 109.9422ms
  673. ][2022-07-04 11:17:28.332 +02:00 INF Request starting HTTP/1.1 GET http://localhost:5116/v1.0/Chat - -
  674. ][2022-07-04 11:17:28.332 +02:00 INF CORS policy execution successful.
  675. ][2022-07-04 11:17:28.332 +02:00 INF Executing endpoint 'Diligent.WebAPI.Host.Controllers.ChatController.GetAll (Diligent.WebAPI.Host)'
  676. ][2022-07-04 11:17:28.332 +02:00 INF Route matched with {action = "GetAll", controller = "Chat"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] GetAll() on controller Diligent.WebAPI.Host.Controllers.ChatController (Diligent.WebAPI.Host).
  677. ][2022-07-04 11:17:28.358 +02:00 INF Executing OkObjectResult, writing value of type 'System.Collections.Generic.List`1[[Diligent.WebAPI.Data.Entities.Room, Diligent.WebAPI.Data, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]]'.
  678. ][2022-07-04 11:17:28.358 +02:00 INF Executed action Diligent.WebAPI.Host.Controllers.ChatController.GetAll (Diligent.WebAPI.Host) in 25.7045ms
  679. ][2022-07-04 11:17:28.358 +02:00 INF Executed endpoint 'Diligent.WebAPI.Host.Controllers.ChatController.GetAll (Diligent.WebAPI.Host)'
  680. ][2022-07-04 11:17:28.358 +02:00 INF Request finished HTTP/1.1 GET http://localhost:5116/v1.0/Chat - - - 200 - application/json;+charset=utf-8 26.3150ms
  681. ][2022-07-04 11:17:53.640 +02:00 INF Request starting HTTP/1.1 OPTIONS http://localhost:5116/v1./Customer/login - -
  682. ][2022-07-04 11:17:53.641 +02:00 INF CORS policy execution successful.
  683. ][2022-07-04 11:17:53.641 +02:00 INF Request finished HTTP/1.1 OPTIONS http://localhost:5116/v1./Customer/login - - - 204 - - 0.2184ms
  684. ][2022-07-04 11:17:53.645 +02:00 INF Request starting HTTP/1.1 POST http://localhost:5116/v1./Customer/login application/json 49
  685. ][2022-07-04 11:17:53.645 +02:00 INF CORS policy execution successful.
  686. ][2022-07-04 11:17:53.645 +02:00 INF Executing endpoint 'Diligent.WebAPI.Host.Controllers.CustomerController.Login (Diligent.WebAPI.Host)'
  687. ][2022-07-04 11:17:53.645 +02:00 INF Route matched with {action = "Login", controller = "Customer"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.ActionResult`1[Diligent.WebAPI.Host.DTOs.Customer.CustomerReadDTO]] Login(Diligent.WebAPI.Host.DTOs.Customer.CustomerLoginDTO) on controller Diligent.WebAPI.Host.Controllers.CustomerController (Diligent.WebAPI.Host).
  688. ][2022-07-04 11:17:53.756 +02:00 INF Executing ObjectResult, writing value of type 'Diligent.WebAPI.Host.DTOs.Customer.CustomerReadDTO'.
  689. ][2022-07-04 11:17:53.757 +02:00 INF Executed action Diligent.WebAPI.Host.Controllers.CustomerController.Login (Diligent.WebAPI.Host) in 111.5862ms
  690. ][2022-07-04 11:17:53.757 +02:00 INF Executed endpoint 'Diligent.WebAPI.Host.Controllers.CustomerController.Login (Diligent.WebAPI.Host)'
  691. ][2022-07-04 11:17:53.757 +02:00 INF Request finished HTTP/1.1 POST http://localhost:5116/v1./Customer/login application/json 49 - 200 - application/json;+charset=utf-8 112.1891ms
  692. ][2022-07-04 11:17:55.024 +02:00 INF Request starting HTTP/1.1 GET http://localhost:5116/v1./Chat - -
  693. ][2022-07-04 11:17:55.025 +02:00 INF CORS policy execution successful.
  694. ][2022-07-04 11:17:55.025 +02:00 INF Executing endpoint 'Diligent.WebAPI.Host.Controllers.ChatController.GetAll (Diligent.WebAPI.Host)'
  695. ][2022-07-04 11:17:55.025 +02:00 INF Route matched with {action = "GetAll", controller = "Chat"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] GetAll() on controller Diligent.WebAPI.Host.Controllers.ChatController (Diligent.WebAPI.Host).
  696. ][2022-07-04 11:17:55.051 +02:00 INF Executing OkObjectResult, writing value of type 'System.Collections.Generic.List`1[[Diligent.WebAPI.Data.Entities.Room, Diligent.WebAPI.Data, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]]'.
  697. ][2022-07-04 11:17:55.051 +02:00 INF Executed action Diligent.WebAPI.Host.Controllers.ChatController.GetAll (Diligent.WebAPI.Host) in 26.1625ms
  698. ][2022-07-04 11:17:55.051 +02:00 INF Executed endpoint 'Diligent.WebAPI.Host.Controllers.ChatController.GetAll (Diligent.WebAPI.Host)'
  699. ][2022-07-04 11:17:55.051 +02:00 INF Request finished HTTP/1.1 GET http://localhost:5116/v1./Chat - - - 200 - application/json;+charset=utf-8 27.1039ms
  700. ][2022-07-04 11:18:13.005 +02:00 INF Request starting HTTP/1.1 OPTIONS http://localhost:5116/v1.0/Customer/login - -
  701. ][2022-07-04 11:18:13.005 +02:00 INF CORS policy execution successful.
  702. ][2022-07-04 11:18:13.006 +02:00 INF Request finished HTTP/1.1 OPTIONS http://localhost:5116/v1.0/Customer/login - - - 204 - - 0.4158ms
  703. ][2022-07-04 11:18:13.006 +02:00 INF Request starting HTTP/1.1 POST http://localhost:5116/v1.0/Customer/login application/json 49
  704. ][2022-07-04 11:18:13.007 +02:00 INF CORS policy execution successful.
  705. ][2022-07-04 11:18:13.007 +02:00 INF Executing endpoint 'Diligent.WebAPI.Host.Controllers.CustomerController.Login (Diligent.WebAPI.Host)'
  706. ][2022-07-04 11:18:13.007 +02:00 INF Route matched with {action = "Login", controller = "Customer"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.ActionResult`1[Diligent.WebAPI.Host.DTOs.Customer.CustomerReadDTO]] Login(Diligent.WebAPI.Host.DTOs.Customer.CustomerLoginDTO) on controller Diligent.WebAPI.Host.Controllers.CustomerController (Diligent.WebAPI.Host).
  707. ][2022-07-04 11:18:13.119 +02:00 INF Executing ObjectResult, writing value of type 'Diligent.WebAPI.Host.DTOs.Customer.CustomerReadDTO'.
  708. ][2022-07-04 11:18:13.119 +02:00 INF Executed action Diligent.WebAPI.Host.Controllers.CustomerController.Login (Diligent.WebAPI.Host) in 112.5452ms
  709. ][2022-07-04 11:18:13.119 +02:00 INF Executed endpoint 'Diligent.WebAPI.Host.Controllers.CustomerController.Login (Diligent.WebAPI.Host)'
  710. ][2022-07-04 11:18:13.120 +02:00 INF Request finished HTTP/1.1 POST http://localhost:5116/v1.0/Customer/login application/json 49 - 200 - application/json;+charset=utf-8 113.1224ms
  711. ][2022-07-04 11:18:14.177 +02:00 INF Request starting HTTP/1.1 GET http://localhost:5116/v1.0/Cha - -
  712. ][2022-07-04 11:18:14.177 +02:00 INF CORS policy execution successful.
  713. ][2022-07-04 11:18:14.178 +02:00 INF Request finished HTTP/1.1 GET http://localhost:5116/v1.0/Cha - - - 404 0 - 0.6655ms
  714. ][2022-07-04 11:19:09.541 +02:00 INF Request starting HTTP/1.1 OPTIONS http://localhost:5116/v1.0/Customer/login - -
  715. ][2022-07-04 11:19:09.542 +02:00 INF CORS policy execution successful.
  716. ][2022-07-04 11:19:09.542 +02:00 INF Request finished HTTP/1.1 OPTIONS http://localhost:5116/v1.0/Customer/login - - - 204 - - 0.2554ms
  717. ][2022-07-04 11:19:09.546 +02:00 INF Request starting HTTP/1.1 POST http://localhost:5116/v1.0/Customer/login application/json 49
  718. ][2022-07-04 11:19:09.546 +02:00 INF CORS policy execution successful.
  719. ][2022-07-04 11:19:09.547 +02:00 INF Executing endpoint 'Diligent.WebAPI.Host.Controllers.CustomerController.Login (Diligent.WebAPI.Host)'
  720. ][2022-07-04 11:19:09.547 +02:00 INF Route matched with {action = "Login", controller = "Customer"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.ActionResult`1[Diligent.WebAPI.Host.DTOs.Customer.CustomerReadDTO]] Login(Diligent.WebAPI.Host.DTOs.Customer.CustomerLoginDTO) on controller Diligent.WebAPI.Host.Controllers.CustomerController (Diligent.WebAPI.Host).
  721. ][2022-07-04 11:19:09.658 +02:00 INF Executing ObjectResult, writing value of type 'Diligent.WebAPI.Host.DTOs.Customer.CustomerReadDTO'.
  722. ][2022-07-04 11:19:09.658 +02:00 INF Executed action Diligent.WebAPI.Host.Controllers.CustomerController.Login (Diligent.WebAPI.Host) in 111.1739ms
  723. ][2022-07-04 11:19:09.658 +02:00 INF Executed endpoint 'Diligent.WebAPI.Host.Controllers.CustomerController.Login (Diligent.WebAPI.Host)'
  724. ][2022-07-04 11:19:09.658 +02:00 INF Request finished HTTP/1.1 POST http://localhost:5116/v1.0/Customer/login application/json 49 - 200 - application/json;+charset=utf-8 111.6402ms
  725. ][2022-07-04 11:19:10.636 +02:00 INF Request starting HTTP/1.1 GET http://localhost:5116/v1.0/Cha - -
  726. ][2022-07-04 11:19:10.636 +02:00 INF CORS policy execution successful.
  727. ][2022-07-04 11:19:10.636 +02:00 INF Request finished HTTP/1.1 GET http://localhost:5116/v1.0/Cha - - - 404 0 - 0.3124ms
  728. ][2022-07-04 11:24:19.423 +02:00 INF Request starting HTTP/1.1 OPTIONS http://localhost:5116/v1.0/Customer/login - -
  729. ][2022-07-04 11:24:19.424 +02:00 INF CORS policy execution successful.
  730. ][2022-07-04 11:24:19.424 +02:00 INF Request finished HTTP/1.1 OPTIONS http://localhost:5116/v1.0/Customer/login - - - 204 - - 0.3033ms
  731. ][2022-07-04 11:24:19.425 +02:00 INF Request starting HTTP/1.1 POST http://localhost:5116/v1.0/Customer/login application/json 49
  732. ][2022-07-04 11:24:19.425 +02:00 INF CORS policy execution successful.
  733. ][2022-07-04 11:24:19.425 +02:00 INF Executing endpoint 'Diligent.WebAPI.Host.Controllers.CustomerController.Login (Diligent.WebAPI.Host)'
  734. ][2022-07-04 11:24:19.425 +02:00 INF Route matched with {action = "Login", controller = "Customer"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.ActionResult`1[Diligent.WebAPI.Host.DTOs.Customer.CustomerReadDTO]] Login(Diligent.WebAPI.Host.DTOs.Customer.CustomerLoginDTO) on controller Diligent.WebAPI.Host.Controllers.CustomerController (Diligent.WebAPI.Host).
  735. ][2022-07-04 11:24:19.536 +02:00 INF Executing ObjectResult, writing value of type 'Diligent.WebAPI.Host.DTOs.Customer.CustomerReadDTO'.
  736. ][2022-07-04 11:24:19.536 +02:00 INF Executed action Diligent.WebAPI.Host.Controllers.CustomerController.Login (Diligent.WebAPI.Host) in 111.4451ms
  737. ][2022-07-04 11:24:19.536 +02:00 INF Executed endpoint 'Diligent.WebAPI.Host.Controllers.CustomerController.Login (Diligent.WebAPI.Host)'
  738. ][2022-07-04 11:24:19.537 +02:00 INF Request finished HTTP/1.1 POST http://localhost:5116/v1.0/Customer/login application/json 49 - 200 - application/json;+charset=utf-8 111.9811ms
  739. ][2022-07-04 11:24:20.960 +02:00 INF Request starting HTTP/1.1 GET http://localhost:5116/v1.0/Cha - -
  740. ][2022-07-04 11:24:20.960 +02:00 INF CORS policy execution successful.
  741. ][2022-07-04 11:24:20.960 +02:00 INF Request finished HTTP/1.1 GET http://localhost:5116/v1.0/Cha - - - 404 0 - 0.2396ms
  742. ][2022-07-04 11:25:38.758 +02:00 INF Request starting HTTP/1.1 OPTIONS http://localhost:5116/v1.0/Customer/login - -
  743. ][2022-07-04 11:25:38.758 +02:00 INF CORS policy execution successful.
  744. ][2022-07-04 11:25:38.758 +02:00 INF Request finished HTTP/1.1 OPTIONS http://localhost:5116/v1.0/Customer/login - - - 204 - - 0.2405ms
  745. ][2022-07-04 11:25:38.763 +02:00 INF Request starting HTTP/1.1 POST http://localhost:5116/v1.0/Customer/login application/json 49
  746. ][2022-07-04 11:25:38.763 +02:00 INF CORS policy execution successful.
  747. ][2022-07-04 11:25:38.763 +02:00 INF Executing endpoint 'Diligent.WebAPI.Host.Controllers.CustomerController.Login (Diligent.WebAPI.Host)'
  748. ][2022-07-04 11:25:38.763 +02:00 INF Route matched with {action = "Login", controller = "Customer"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.ActionResult`1[Diligent.WebAPI.Host.DTOs.Customer.CustomerReadDTO]] Login(Diligent.WebAPI.Host.DTOs.Customer.CustomerLoginDTO) on controller Diligent.WebAPI.Host.Controllers.CustomerController (Diligent.WebAPI.Host).
  749. ][2022-07-04 11:25:38.875 +02:00 INF Executing ObjectResult, writing value of type 'Diligent.WebAPI.Host.DTOs.Customer.CustomerReadDTO'.
  750. ][2022-07-04 11:25:38.875 +02:00 INF Executed action Diligent.WebAPI.Host.Controllers.CustomerController.Login (Diligent.WebAPI.Host) in 111.5277ms
  751. ][2022-07-04 11:25:38.875 +02:00 INF Executed endpoint 'Diligent.WebAPI.Host.Controllers.CustomerController.Login (Diligent.WebAPI.Host)'
  752. ][2022-07-04 11:25:38.875 +02:00 INF Request finished HTTP/1.1 POST http://localhost:5116/v1.0/Customer/login application/json 49 - 200 - application/json;+charset=utf-8 112.0138ms
  753. ][2022-07-04 11:25:40.175 +02:00 INF Request starting HTTP/1.1 GET http://localhost:5116/v1.0/Chat - -
  754. ][2022-07-04 11:25:40.175 +02:00 INF CORS policy execution successful.
  755. ][2022-07-04 11:25:40.175 +02:00 INF Executing endpoint 'Diligent.WebAPI.Host.Controllers.ChatController.GetAll (Diligent.WebAPI.Host)'
  756. ][2022-07-04 11:25:40.175 +02:00 INF Route matched with {action = "GetAll", controller = "Chat"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] GetAll() on controller Diligent.WebAPI.Host.Controllers.ChatController (Diligent.WebAPI.Host).
  757. ][2022-07-04 11:25:40.201 +02:00 INF Executing OkObjectResult, writing value of type 'System.Collections.Generic.List`1[[Diligent.WebAPI.Data.Entities.Room, Diligent.WebAPI.Data, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]]'.
  758. ][2022-07-04 11:25:40.201 +02:00 INF Executed action Diligent.WebAPI.Host.Controllers.ChatController.GetAll (Diligent.WebAPI.Host) in 25.8012ms
  759. ][2022-07-04 11:25:40.201 +02:00 INF Executed endpoint 'Diligent.WebAPI.Host.Controllers.ChatController.GetAll (Diligent.WebAPI.Host)'
  760. ][2022-07-04 11:25:40.201 +02:00 INF Request finished HTTP/1.1 GET http://localhost:5116/v1.0/Chat - - - 200 - application/json;+charset=utf-8 26.2702ms
  761. ][2022-07-04 11:26:30.492 +02:00 INF Request starting HTTP/1.1 OPTIONS http://localhost:5116/v1.0/Customer/login - -
  762. ][2022-07-04 11:26:30.492 +02:00 INF CORS policy execution successful.
  763. ][2022-07-04 11:26:30.492 +02:00 INF Request finished HTTP/1.1 OPTIONS http://localhost:5116/v1.0/Customer/login - - - 204 - - 0.2069ms
  764. ][2022-07-04 11:26:30.497 +02:00 INF Request starting HTTP/1.1 POST http://localhost:5116/v1.0/Customer/login application/json 49
  765. ][2022-07-04 11:26:30.497 +02:00 INF CORS policy execution successful.
  766. ][2022-07-04 11:26:30.497 +02:00 INF Executing endpoint 'Diligent.WebAPI.Host.Controllers.CustomerController.Login (Diligent.WebAPI.Host)'
  767. ][2022-07-04 11:26:30.498 +02:00 INF Route matched with {action = "Login", controller = "Customer"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.ActionResult`1[Diligent.WebAPI.Host.DTOs.Customer.CustomerReadDTO]] Login(Diligent.WebAPI.Host.DTOs.Customer.CustomerLoginDTO) on controller Diligent.WebAPI.Host.Controllers.CustomerController (Diligent.WebAPI.Host).
  768. ][2022-07-04 11:26:30.609 +02:00 INF Executing ObjectResult, writing value of type 'Diligent.WebAPI.Host.DTOs.Customer.CustomerReadDTO'.
  769. ][2022-07-04 11:26:30.609 +02:00 INF Executed action Diligent.WebAPI.Host.Controllers.CustomerController.Login (Diligent.WebAPI.Host) in 111.7002ms
  770. ][2022-07-04 11:26:30.609 +02:00 INF Executed endpoint 'Diligent.WebAPI.Host.Controllers.CustomerController.Login (Diligent.WebAPI.Host)'
  771. ][2022-07-04 11:26:30.610 +02:00 INF Request finished HTTP/1.1 POST http://localhost:5116/v1.0/Customer/login application/json 49 - 200 - application/json;+charset=utf-8 112.3316ms
  772. ][2022-07-04 11:26:31.662 +02:00 INF Request starting HTTP/1.1 GET http://localhost:5116/v1.0/Chat - -
  773. ][2022-07-04 11:26:31.662 +02:00 INF CORS policy execution successful.
  774. ][2022-07-04 11:26:31.662 +02:00 INF Executing endpoint 'Diligent.WebAPI.Host.Controllers.ChatController.GetAll (Diligent.WebAPI.Host)'
  775. ][2022-07-04 11:26:31.662 +02:00 INF Route matched with {action = "GetAll", controller = "Chat"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] GetAll() on controller Diligent.WebAPI.Host.Controllers.ChatController (Diligent.WebAPI.Host).
  776. ][2022-07-04 11:26:31.688 +02:00 INF Executing OkObjectResult, writing value of type 'System.Collections.Generic.List`1[[Diligent.WebAPI.Data.Entities.Room, Diligent.WebAPI.Data, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]]'.
  777. ][2022-07-04 11:26:31.688 +02:00 INF Executed action Diligent.WebAPI.Host.Controllers.ChatController.GetAll (Diligent.WebAPI.Host) in 25.6987ms
  778. ][2022-07-04 11:26:31.688 +02:00 INF Executed endpoint 'Diligent.WebAPI.Host.Controllers.ChatController.GetAll (Diligent.WebAPI.Host)'
  779. ][2022-07-04 11:26:31.688 +02:00 INF Request finished HTTP/1.1 GET http://localhost:5116/v1.0/Chat - - - 200 - application/json;+charset=utf-8 26.1530ms
  780. ][2022-07-04 11:26:43.949 +02:00 INF Request starting HTTP/1.1 OPTIONS http://localhost:5116/v1.0/Customer/login - -
  781. ][2022-07-04 11:26:43.949 +02:00 INF CORS policy execution successful.
  782. ][2022-07-04 11:26:43.949 +02:00 INF Request finished HTTP/1.1 OPTIONS http://localhost:5116/v1.0/Customer/login - - - 204 - - 0.1552ms
  783. ][2022-07-04 11:26:43.950 +02:00 INF Request starting HTTP/1.1 POST http://localhost:5116/v1.0/Customer/login application/json 49
  784. ][2022-07-04 11:26:43.950 +02:00 INF CORS policy execution successful.
  785. ][2022-07-04 11:26:43.950 +02:00 INF Executing endpoint 'Diligent.WebAPI.Host.Controllers.CustomerController.Login (Diligent.WebAPI.Host)'
  786. ][2022-07-04 11:26:43.951 +02:00 INF Route matched with {action = "Login", controller = "Customer"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.ActionResult`1[Diligent.WebAPI.Host.DTOs.Customer.CustomerReadDTO]] Login(Diligent.WebAPI.Host.DTOs.Customer.CustomerLoginDTO) on controller Diligent.WebAPI.Host.Controllers.CustomerController (Diligent.WebAPI.Host).
  787. ][2022-07-04 11:26:44.329 +02:00 INF Executing ObjectResult, writing value of type 'Diligent.WebAPI.Host.DTOs.Customer.CustomerReadDTO'.
  788. ][2022-07-04 11:26:44.329 +02:00 INF Executed action Diligent.WebAPI.Host.Controllers.CustomerController.Login (Diligent.WebAPI.Host) in 378.8238ms
  789. ][2022-07-04 11:26:44.329 +02:00 INF Executed endpoint 'Diligent.WebAPI.Host.Controllers.CustomerController.Login (Diligent.WebAPI.Host)'
  790. ][2022-07-04 11:26:44.330 +02:00 INF Request finished HTTP/1.1 POST http://localhost:5116/v1.0/Customer/login application/json 49 - 200 - application/json;+charset=utf-8 379.6577ms
  791. ][2022-07-04 11:26:45.374 +02:00 INF Request starting HTTP/1.1 GET http://localhost:5116/v1.0/Cha - -
  792. ][2022-07-04 11:26:45.374 +02:00 INF CORS policy execution successful.
  793. ][2022-07-04 11:26:45.374 +02:00 INF Request finished HTTP/1.1 GET http://localhost:5116/v1.0/Cha - - - 404 0 - 0.2787ms
  794. ][2022-07-04 11:32:54.814 +02:00 INF Request starting HTTP/1.1 OPTIONS http://localhost:5116/v1.0/Customer/login - -
  795. ][2022-07-04 11:32:54.814 +02:00 INF CORS policy execution successful.
  796. ][2022-07-04 11:32:54.814 +02:00 INF Request finished HTTP/1.1 OPTIONS http://localhost:5116/v1.0/Customer/login - - - 204 - - 0.2121ms
  797. ][2022-07-04 11:32:54.815 +02:00 INF Request starting HTTP/1.1 POST http://localhost:5116/v1.0/Customer/login application/json 49
  798. ][2022-07-04 11:32:54.815 +02:00 INF CORS policy execution successful.
  799. ][2022-07-04 11:32:54.815 +02:00 INF Executing endpoint 'Diligent.WebAPI.Host.Controllers.CustomerController.Login (Diligent.WebAPI.Host)'
  800. ][2022-07-04 11:32:54.815 +02:00 INF Route matched with {action = "Login", controller = "Customer"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.ActionResult`1[Diligent.WebAPI.Host.DTOs.Customer.CustomerReadDTO]] Login(Diligent.WebAPI.Host.DTOs.Customer.CustomerLoginDTO) on controller Diligent.WebAPI.Host.Controllers.CustomerController (Diligent.WebAPI.Host).
  801. ][2022-07-04 11:32:54.928 +02:00 INF Executing ObjectResult, writing value of type 'Diligent.WebAPI.Host.DTOs.Customer.CustomerReadDTO'.
  802. ][2022-07-04 11:32:54.928 +02:00 INF Executed action Diligent.WebAPI.Host.Controllers.CustomerController.Login (Diligent.WebAPI.Host) in 112.7305ms
  803. ][2022-07-04 11:32:54.928 +02:00 INF Executed endpoint 'Diligent.WebAPI.Host.Controllers.CustomerController.Login (Diligent.WebAPI.Host)'
  804. ][2022-07-04 11:32:54.928 +02:00 INF Request finished HTTP/1.1 POST http://localhost:5116/v1.0/Customer/login application/json 49 - 200 - application/json;+charset=utf-8 113.2812ms
  805. ][2022-07-04 11:32:56.165 +02:00 INF Request starting HTTP/1.1 GET http://localhost:5116/v1.0/Cha - -
  806. ][2022-07-04 11:32:56.165 +02:00 INF CORS policy execution successful.
  807. ][2022-07-04 11:32:56.165 +02:00 INF Request finished HTTP/1.1 GET http://localhost:5116/v1.0/Cha - - - 404 0 - 0.1769ms
  808. ][2022-07-04 11:35:28.730 +02:00 INF Request starting HTTP/1.1 OPTIONS http://localhost:5116/v1.0/Customer/login - -
  809. ][2022-07-04 11:35:28.730 +02:00 INF CORS policy execution successful.
  810. ][2022-07-04 11:35:28.730 +02:00 INF Request finished HTTP/1.1 OPTIONS http://localhost:5116/v1.0/Customer/login - - - 204 - - 0.2225ms
  811. ][2022-07-04 11:35:28.735 +02:00 INF Request starting HTTP/1.1 POST http://localhost:5116/v1.0/Customer/login application/json 49
  812. ][2022-07-04 11:35:28.735 +02:00 INF CORS policy execution successful.
  813. ][2022-07-04 11:35:28.736 +02:00 INF Executing endpoint 'Diligent.WebAPI.Host.Controllers.CustomerController.Login (Diligent.WebAPI.Host)'
  814. ][2022-07-04 11:35:28.736 +02:00 INF Route matched with {action = "Login", controller = "Customer"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.ActionResult`1[Diligent.WebAPI.Host.DTOs.Customer.CustomerReadDTO]] Login(Diligent.WebAPI.Host.DTOs.Customer.CustomerLoginDTO) on controller Diligent.WebAPI.Host.Controllers.CustomerController (Diligent.WebAPI.Host).
  815. ][2022-07-04 11:35:28.854 +02:00 INF Executing ObjectResult, writing value of type 'Diligent.WebAPI.Host.DTOs.Customer.CustomerReadDTO'.
  816. ][2022-07-04 11:35:28.854 +02:00 INF Executed action Diligent.WebAPI.Host.Controllers.CustomerController.Login (Diligent.WebAPI.Host) in 118.3128ms
  817. ][2022-07-04 11:35:28.854 +02:00 INF Executed endpoint 'Diligent.WebAPI.Host.Controllers.CustomerController.Login (Diligent.WebAPI.Host)'
  818. ][2022-07-04 11:35:28.854 +02:00 INF Request finished HTTP/1.1 POST http://localhost:5116/v1.0/Customer/login application/json 49 - 200 - application/json;+charset=utf-8 118.9911ms
  819. ][2022-07-04 11:35:29.704 +02:00 INF Request starting HTTP/1.1 GET http://localhost:5116/v1.0/Cha - -
  820. ][2022-07-04 11:35:29.704 +02:00 INF CORS policy execution successful.
  821. ][2022-07-04 11:35:29.704 +02:00 INF Request finished HTTP/1.1 GET http://localhost:5116/v1.0/Cha - - - 404 0 - 0.1986ms
  822. ][2022-07-04 11:36:16.056 +02:00 INF Request starting HTTP/1.1 OPTIONS http://localhost:5116/v1.0/Customer/login - -
  823. ][2022-07-04 11:36:16.056 +02:00 INF CORS policy execution successful.
  824. ][2022-07-04 11:36:16.056 +02:00 INF Request finished HTTP/1.1 OPTIONS http://localhost:5116/v1.0/Customer/login - - - 204 - - 0.2260ms
  825. ][2022-07-04 11:36:16.061 +02:00 INF Request starting HTTP/1.1 POST http://localhost:5116/v1.0/Customer/login application/json 49
  826. ][2022-07-04 11:36:16.061 +02:00 INF CORS policy execution successful.
  827. ][2022-07-04 11:36:16.061 +02:00 INF Executing endpoint 'Diligent.WebAPI.Host.Controllers.CustomerController.Login (Diligent.WebAPI.Host)'
  828. ][2022-07-04 11:36:16.061 +02:00 INF Route matched with {action = "Login", controller = "Customer"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.ActionResult`1[Diligent.WebAPI.Host.DTOs.Customer.CustomerReadDTO]] Login(Diligent.WebAPI.Host.DTOs.Customer.CustomerLoginDTO) on controller Diligent.WebAPI.Host.Controllers.CustomerController (Diligent.WebAPI.Host).
  829. ][2022-07-04 11:36:16.173 +02:00 INF Executing ObjectResult, writing value of type 'Diligent.WebAPI.Host.DTOs.Customer.CustomerReadDTO'.
  830. ][2022-07-04 11:36:16.173 +02:00 INF Executed action Diligent.WebAPI.Host.Controllers.CustomerController.Login (Diligent.WebAPI.Host) in 112.0257ms
  831. ][2022-07-04 11:36:16.174 +02:00 INF Executed endpoint 'Diligent.WebAPI.Host.Controllers.CustomerController.Login (Diligent.WebAPI.Host)'
  832. ][2022-07-04 11:36:16.174 +02:00 INF Request finished HTTP/1.1 POST http://localhost:5116/v1.0/Customer/login application/json 49 - 200 - application/json;+charset=utf-8 112.7140ms
  833. ][2022-07-04 11:36:24.132 +02:00 INF Request starting HTTP/1.1 OPTIONS http://localhost:5116/v1.0/Customer/login - -
  834. ][2022-07-04 11:36:24.132 +02:00 INF CORS policy execution successful.
  835. ][2022-07-04 11:36:24.132 +02:00 INF Request finished HTTP/1.1 OPTIONS http://localhost:5116/v1.0/Customer/login - - - 204 - - 0.1647ms
  836. ][2022-07-04 11:36:24.133 +02:00 INF Request starting HTTP/1.1 POST http://localhost:5116/v1.0/Customer/login application/json 49
  837. ][2022-07-04 11:36:24.133 +02:00 INF CORS policy execution successful.
  838. ][2022-07-04 11:36:24.133 +02:00 INF Executing endpoint 'Diligent.WebAPI.Host.Controllers.CustomerController.Login (Diligent.WebAPI.Host)'
  839. ][2022-07-04 11:36:24.133 +02:00 INF Route matched with {action = "Login", controller = "Customer"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.ActionResult`1[Diligent.WebAPI.Host.DTOs.Customer.CustomerReadDTO]] Login(Diligent.WebAPI.Host.DTOs.Customer.CustomerLoginDTO) on controller Diligent.WebAPI.Host.Controllers.CustomerController (Diligent.WebAPI.Host).
  840. ][2022-07-04 11:36:24.245 +02:00 INF Executing ObjectResult, writing value of type 'Diligent.WebAPI.Host.DTOs.Customer.CustomerReadDTO'.
  841. ][2022-07-04 11:36:24.245 +02:00 INF Executed action Diligent.WebAPI.Host.Controllers.CustomerController.Login (Diligent.WebAPI.Host) in 111.5213ms
  842. ][2022-07-04 11:36:24.245 +02:00 INF Executed endpoint 'Diligent.WebAPI.Host.Controllers.CustomerController.Login (Diligent.WebAPI.Host)'
  843. ][2022-07-04 11:36:24.245 +02:00 INF Request finished HTTP/1.1 POST http://localhost:5116/v1.0/Customer/login application/json 49 - 200 - application/json;+charset=utf-8 111.9600ms
  844. ][2022-07-04 11:36:25.524 +02:00 INF Request starting HTTP/1.1 GET http://localhost:5116/v1.0/Cha - -
  845. ][2022-07-04 11:36:25.524 +02:00 INF CORS policy execution successful.
  846. ][2022-07-04 11:36:25.524 +02:00 INF Request finished HTTP/1.1 GET http://localhost:5116/v1.0/Cha - - - 404 0 - 0.2050ms
  847. ][2022-07-04 11:37:05.557 +02:00 INF Request starting HTTP/1.1 OPTIONS http://localhost:5116/v1.0/Customer/login - -
  848. ][2022-07-04 11:37:05.558 +02:00 INF CORS policy execution successful.
  849. ][2022-07-04 11:37:05.558 +02:00 INF Request finished HTTP/1.1 OPTIONS http://localhost:5116/v1.0/Customer/login - - - 204 - - 0.2033ms
  850. ][2022-07-04 11:37:05.562 +02:00 INF Request starting HTTP/1.1 POST http://localhost:5116/v1.0/Customer/login application/json 49
  851. ][2022-07-04 11:37:05.562 +02:00 INF CORS policy execution successful.
  852. ][2022-07-04 11:37:05.562 +02:00 INF Executing endpoint 'Diligent.WebAPI.Host.Controllers.CustomerController.Login (Diligent.WebAPI.Host)'
  853. ][2022-07-04 11:37:05.562 +02:00 INF Route matched with {action = "Login", controller = "Customer"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.ActionResult`1[Diligent.WebAPI.Host.DTOs.Customer.CustomerReadDTO]] Login(Diligent.WebAPI.Host.DTOs.Customer.CustomerLoginDTO) on controller Diligent.WebAPI.Host.Controllers.CustomerController (Diligent.WebAPI.Host).
  854. ][2022-07-04 11:37:05.675 +02:00 INF Executing ObjectResult, writing value of type 'Diligent.WebAPI.Host.DTOs.Customer.CustomerReadDTO'.
  855. ][2022-07-04 11:37:05.675 +02:00 INF Executed action Diligent.WebAPI.Host.Controllers.CustomerController.Login (Diligent.WebAPI.Host) in 112.2182ms
  856. ][2022-07-04 11:37:05.675 +02:00 INF Executed endpoint 'Diligent.WebAPI.Host.Controllers.CustomerController.Login (Diligent.WebAPI.Host)'
  857. ][2022-07-04 11:37:05.675 +02:00 INF Request finished HTTP/1.1 POST http://localhost:5116/v1.0/Customer/login application/json 49 - 200 - application/json;+charset=utf-8 112.6287ms
  858. ][2022-07-04 11:37:06.437 +02:00 INF Request starting HTTP/1.1 GET http://localhost:5116/v1.0/Cha - -
  859. ][2022-07-04 11:37:06.437 +02:00 INF CORS policy execution successful.
  860. ][2022-07-04 11:37:06.437 +02:00 INF Request finished HTTP/1.1 GET http://localhost:5116/v1.0/Cha - - - 404 0 - 0.2050ms
  861. ][2022-07-04 11:37:49.692 +02:00 INF Request starting HTTP/1.1 OPTIONS http://localhost:5116/v1.0/Customer/login - -
  862. ][2022-07-04 11:37:49.692 +02:00 INF CORS policy execution successful.
  863. ][2022-07-04 11:37:49.692 +02:00 INF Request finished HTTP/1.1 OPTIONS http://localhost:5116/v1.0/Customer/login - - - 204 - - 0.2066ms
  864. ][2022-07-04 11:37:49.697 +02:00 INF Request starting HTTP/1.1 POST http://localhost:5116/v1.0/Customer/login application/json 49
  865. ][2022-07-04 11:37:49.697 +02:00 INF CORS policy execution successful.
  866. ][2022-07-04 11:37:49.697 +02:00 INF Executing endpoint 'Diligent.WebAPI.Host.Controllers.CustomerController.Login (Diligent.WebAPI.Host)'
  867. ][2022-07-04 11:37:49.697 +02:00 INF Route matched with {action = "Login", controller = "Customer"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.ActionResult`1[Diligent.WebAPI.Host.DTOs.Customer.CustomerReadDTO]] Login(Diligent.WebAPI.Host.DTOs.Customer.CustomerLoginDTO) on controller Diligent.WebAPI.Host.Controllers.CustomerController (Diligent.WebAPI.Host).
  868. ][2022-07-04 11:37:50.036 +02:00 INF Executing ObjectResult, writing value of type 'Diligent.WebAPI.Host.DTOs.Customer.CustomerReadDTO'.
  869. ][2022-07-04 11:37:50.036 +02:00 INF Executed action Diligent.WebAPI.Host.Controllers.CustomerController.Login (Diligent.WebAPI.Host) in 338.8926ms
  870. ][2022-07-04 11:37:50.036 +02:00 INF Executed endpoint 'Diligent.WebAPI.Host.Controllers.CustomerController.Login (Diligent.WebAPI.Host)'
  871. ][2022-07-04 11:37:50.036 +02:00 INF Request finished HTTP/1.1 POST http://localhost:5116/v1.0/Customer/login application/json 49 - 200 - application/json;+charset=utf-8 339.2964ms
  872. ][2022-07-04 11:37:51.063 +02:00 INF Request starting HTTP/1.1 GET http://localhost:5116/v1.0/Chat - -
  873. ][2022-07-04 11:37:51.063 +02:00 INF CORS policy execution successful.
  874. ][2022-07-04 11:37:51.063 +02:00 INF Executing endpoint 'Diligent.WebAPI.Host.Controllers.ChatController.GetAll (Diligent.WebAPI.Host)'
  875. ][2022-07-04 11:37:51.063 +02:00 INF Route matched with {action = "GetAll", controller = "Chat"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] GetAll() on controller Diligent.WebAPI.Host.Controllers.ChatController (Diligent.WebAPI.Host).
  876. ][2022-07-04 11:37:51.089 +02:00 INF Executing OkObjectResult, writing value of type 'System.Collections.Generic.List`1[[Diligent.WebAPI.Data.Entities.Room, Diligent.WebAPI.Data, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]]'.
  877. ][2022-07-04 11:37:51.090 +02:00 INF Executed action Diligent.WebAPI.Host.Controllers.ChatController.GetAll (Diligent.WebAPI.Host) in 26.4079ms
  878. ][2022-07-04 11:37:51.090 +02:00 INF Executed endpoint 'Diligent.WebAPI.Host.Controllers.ChatController.GetAll (Diligent.WebAPI.Host)'
  879. ][2022-07-04 11:37:51.090 +02:00 INF Request finished HTTP/1.1 GET http://localhost:5116/v1.0/Chat - - - 200 - application/json;+charset=utf-8 26.8037ms
  880. ][2022-07-04 11:38:10.754 +02:00 INF Request starting HTTP/1.1 GET http://localhost:5116/v1.0/Chat - -
  881. ][2022-07-04 11:38:10.754 +02:00 INF CORS policy execution successful.
  882. ][2022-07-04 11:38:10.754 +02:00 INF Executing endpoint 'Diligent.WebAPI.Host.Controllers.ChatController.GetAll (Diligent.WebAPI.Host)'
  883. ][2022-07-04 11:38:10.754 +02:00 INF Route matched with {action = "GetAll", controller = "Chat"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] GetAll() on controller Diligent.WebAPI.Host.Controllers.ChatController (Diligent.WebAPI.Host).
  884. ][2022-07-04 11:38:10.780 +02:00 INF Executing OkObjectResult, writing value of type 'System.Collections.Generic.List`1[[Diligent.WebAPI.Data.Entities.Room, Diligent.WebAPI.Data, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]]'.
  885. ][2022-07-04 11:38:10.780 +02:00 INF Executed action Diligent.WebAPI.Host.Controllers.ChatController.GetAll (Diligent.WebAPI.Host) in 25.6592ms
  886. ][2022-07-04 11:38:10.780 +02:00 INF Executed endpoint 'Diligent.WebAPI.Host.Controllers.ChatController.GetAll (Diligent.WebAPI.Host)'
  887. ][2022-07-04 11:38:10.780 +02:00 INF Request finished HTTP/1.1 GET http://localhost:5116/v1.0/Chat - - - 200 - application/json;+charset=utf-8 26.0530ms
  888. ][2022-07-04 11:38:16.041 +02:00 INF Request starting HTTP/1.1 OPTIONS http://localhost:5116/v1.0/Customer/login - -
  889. ][2022-07-04 11:38:16.041 +02:00 INF CORS policy execution successful.
  890. ][2022-07-04 11:38:16.041 +02:00 INF Request finished HTTP/1.1 OPTIONS http://localhost:5116/v1.0/Customer/login - - - 204 - - 0.1562ms
  891. ][2022-07-04 11:38:16.042 +02:00 INF Request starting HTTP/1.1 POST http://localhost:5116/v1.0/Customer/login application/json 49
  892. ][2022-07-04 11:38:16.042 +02:00 INF CORS policy execution successful.
  893. ][2022-07-04 11:38:16.043 +02:00 INF Executing endpoint 'Diligent.WebAPI.Host.Controllers.CustomerController.Login (Diligent.WebAPI.Host)'
  894. ][2022-07-04 11:38:16.043 +02:00 INF Route matched with {action = "Login", controller = "Customer"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.ActionResult`1[Diligent.WebAPI.Host.DTOs.Customer.CustomerReadDTO]] Login(Diligent.WebAPI.Host.DTOs.Customer.CustomerLoginDTO) on controller Diligent.WebAPI.Host.Controllers.CustomerController (Diligent.WebAPI.Host).
  895. ][2022-07-04 11:38:16.155 +02:00 INF Executing ObjectResult, writing value of type 'Diligent.WebAPI.Host.DTOs.Customer.CustomerReadDTO'.
  896. ][2022-07-04 11:38:16.155 +02:00 INF Executed action Diligent.WebAPI.Host.Controllers.CustomerController.Login (Diligent.WebAPI.Host) in 112.5049ms
  897. ][2022-07-04 11:38:16.155 +02:00 INF Executed endpoint 'Diligent.WebAPI.Host.Controllers.CustomerController.Login (Diligent.WebAPI.Host)'
  898. ][2022-07-04 11:38:16.155 +02:00 INF Request finished HTTP/1.1 POST http://localhost:5116/v1.0/Customer/login application/json 49 - 200 - application/json;+charset=utf-8 113.0075ms
  899. ][2022-07-04 11:38:17.111 +02:00 INF Request starting HTTP/1.1 GET http://localhost:5116/v1.0/Cha - -
  900. ][2022-07-04 11:38:17.111 +02:00 INF CORS policy execution successful.
  901. ][2022-07-04 11:38:17.111 +02:00 INF Request finished HTTP/1.1 GET http://localhost:5116/v1.0/Cha - - - 404 0 - 0.2015ms
  902. ][2022-07-04 11:38:30.792 +02:00 INF Request starting HTTP/1.1 OPTIONS http://localhost:5116/v1.0/Customer/login - -
  903. ][2022-07-04 11:38:30.792 +02:00 INF CORS policy execution successful.
  904. ][2022-07-04 11:38:30.792 +02:00 INF Request finished HTTP/1.1 OPTIONS http://localhost:5116/v1.0/Customer/login - - - 204 - - 0.1637ms
  905. ][2022-07-04 11:38:30.797 +02:00 INF Request starting HTTP/1.1 POST http://localhost:5116/v1.0/Customer/login application/json 49
  906. ][2022-07-04 11:38:30.797 +02:00 INF CORS policy execution successful.
  907. ][2022-07-04 11:38:30.797 +02:00 INF Executing endpoint 'Diligent.WebAPI.Host.Controllers.CustomerController.Login (Diligent.WebAPI.Host)'
  908. ][2022-07-04 11:38:30.797 +02:00 INF Route matched with {action = "Login", controller = "Customer"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.ActionResult`1[Diligent.WebAPI.Host.DTOs.Customer.CustomerReadDTO]] Login(Diligent.WebAPI.Host.DTOs.Customer.CustomerLoginDTO) on controller Diligent.WebAPI.Host.Controllers.CustomerController (Diligent.WebAPI.Host).
  909. ][2022-07-04 11:38:30.905 +02:00 INF Executing ObjectResult, writing value of type 'Diligent.WebAPI.Host.DTOs.Customer.CustomerReadDTO'.
  910. ][2022-07-04 11:38:30.905 +02:00 INF Executed action Diligent.WebAPI.Host.Controllers.CustomerController.Login (Diligent.WebAPI.Host) in 108.5528ms
  911. ][2022-07-04 11:38:30.905 +02:00 INF Executed endpoint 'Diligent.WebAPI.Host.Controllers.CustomerController.Login (Diligent.WebAPI.Host)'
  912. ][2022-07-04 11:38:30.906 +02:00 INF Request finished HTTP/1.1 POST http://localhost:5116/v1.0/Customer/login application/json 49 - 200 - application/json;+charset=utf-8 108.9116ms
  913. ][2022-07-04 11:38:31.832 +02:00 INF Request starting HTTP/1.1 GET http://localhost:5116/v1.0/Cha - -
  914. ][2022-07-04 11:38:31.832 +02:00 INF CORS policy execution successful.
  915. ][2022-07-04 11:38:31.832 +02:00 INF Request finished HTTP/1.1 GET http://localhost:5116/v1.0/Cha - - - 404 0 - 0.2045ms
  916. ][2022-07-04 11:44:24.530 +02:00 INF Request starting HTTP/1.1 OPTIONS http://localhost:5116/v1.0/Customer/login - -
  917. ][2022-07-04 11:44:24.530 +02:00 INF CORS policy execution successful.
  918. ][2022-07-04 11:44:24.530 +02:00 INF Request finished HTTP/1.1 OPTIONS http://localhost:5116/v1.0/Customer/login - - - 204 - - 0.3050ms
  919. ][2022-07-04 11:44:24.535 +02:00 INF Request starting HTTP/1.1 POST http://localhost:5116/v1.0/Customer/login application/json 49
  920. ][2022-07-04 11:44:24.535 +02:00 INF CORS policy execution successful.
  921. ][2022-07-04 11:44:24.535 +02:00 INF Executing endpoint 'Diligent.WebAPI.Host.Controllers.CustomerController.Login (Diligent.WebAPI.Host)'
  922. ][2022-07-04 11:44:24.535 +02:00 INF Route matched with {action = "Login", controller = "Customer"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.ActionResult`1[Diligent.WebAPI.Host.DTOs.Customer.CustomerReadDTO]] Login(Diligent.WebAPI.Host.DTOs.Customer.CustomerLoginDTO) on controller Diligent.WebAPI.Host.Controllers.CustomerController (Diligent.WebAPI.Host).
  923. ][2022-07-04 11:44:24.647 +02:00 INF Executing ObjectResult, writing value of type 'Diligent.WebAPI.Host.DTOs.Customer.CustomerReadDTO'.
  924. ][2022-07-04 11:44:24.647 +02:00 INF Executed action Diligent.WebAPI.Host.Controllers.CustomerController.Login (Diligent.WebAPI.Host) in 111.9832ms
  925. ][2022-07-04 11:44:24.647 +02:00 INF Executed endpoint 'Diligent.WebAPI.Host.Controllers.CustomerController.Login (Diligent.WebAPI.Host)'
  926. ][2022-07-04 11:44:24.647 +02:00 INF Request finished HTTP/1.1 POST http://localhost:5116/v1.0/Customer/login application/json 49 - 200 - application/json;+charset=utf-8 112.4167ms
  927. ][2022-07-04 11:44:25.584 +02:00 INF Request starting HTTP/1.1 GET http://localhost:5116/v1.0/Cha - -
  928. ][2022-07-04 11:44:25.585 +02:00 INF CORS policy execution successful.
  929. ][2022-07-04 11:44:25.585 +02:00 INF Request finished HTTP/1.1 GET http://localhost:5116/v1.0/Cha - - - 404 0 - 0.1989ms
  930. ][2022-07-04 11:44:49.757 +02:00 INF Request starting HTTP/1.1 GET http://localhost:5116/v1.0/Cha - -
  931. ][2022-07-04 11:44:49.758 +02:00 INF CORS policy execution successful.
  932. ][2022-07-04 11:44:49.758 +02:00 INF Request finished HTTP/1.1 GET http://localhost:5116/v1.0/Cha - - - 404 0 - 0.8528ms
  933. ][2022-07-04 11:46:37.683 +02:00 INF Request starting HTTP/1.1 OPTIONS http://localhost:5116/v1.0/Customer/login - -
  934. ][2022-07-04 11:46:37.683 +02:00 INF CORS policy execution successful.
  935. ][2022-07-04 11:46:37.683 +02:00 INF Request finished HTTP/1.1 OPTIONS http://localhost:5116/v1.0/Customer/login - - - 204 - - 0.2331ms
  936. ][2022-07-04 11:46:37.689 +02:00 INF Request starting HTTP/1.1 POST http://localhost:5116/v1.0/Customer/login application/json 49
  937. ][2022-07-04 11:46:37.689 +02:00 INF CORS policy execution successful.
  938. ][2022-07-04 11:46:37.690 +02:00 INF Executing endpoint 'Diligent.WebAPI.Host.Controllers.CustomerController.Login (Diligent.WebAPI.Host)'
  939. ][2022-07-04 11:46:37.690 +02:00 INF Route matched with {action = "Login", controller = "Customer"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.ActionResult`1[Diligent.WebAPI.Host.DTOs.Customer.CustomerReadDTO]] Login(Diligent.WebAPI.Host.DTOs.Customer.CustomerLoginDTO) on controller Diligent.WebAPI.Host.Controllers.CustomerController (Diligent.WebAPI.Host).
  940. ][2022-07-04 11:46:37.803 +02:00 INF Executing ObjectResult, writing value of type 'Diligent.WebAPI.Host.DTOs.Customer.CustomerReadDTO'.
  941. ][2022-07-04 11:46:37.803 +02:00 INF Executed action Diligent.WebAPI.Host.Controllers.CustomerController.Login (Diligent.WebAPI.Host) in 113.663ms
  942. ][2022-07-04 11:46:37.803 +02:00 INF Executed endpoint 'Diligent.WebAPI.Host.Controllers.CustomerController.Login (Diligent.WebAPI.Host)'
  943. ][2022-07-04 11:46:37.803 +02:00 INF Request finished HTTP/1.1 POST http://localhost:5116/v1.0/Customer/login application/json 49 - 200 - application/json;+charset=utf-8 114.8101ms
  944. ][2022-07-04 11:46:39.616 +02:00 INF Request starting HTTP/1.1 GET http://localhost:5116/v1.0/Cha - -
  945. ][2022-07-04 11:46:39.616 +02:00 INF CORS policy execution successful.
  946. ][2022-07-04 11:46:39.616 +02:00 INF Request finished HTTP/1.1 GET http://localhost:5116/v1.0/Cha - - - 404 0 - 0.2031ms
  947. ][2022-07-04 11:47:38.331 +02:00 INF Request starting HTTP/1.1 OPTIONS http://localhost:5116/v1.0/Customer/login - -
  948. ][2022-07-04 11:47:38.332 +02:00 INF CORS policy execution successful.
  949. ][2022-07-04 11:47:38.332 +02:00 INF Request finished HTTP/1.1 OPTIONS http://localhost:5116/v1.0/Customer/login - - - 204 - - 0.1611ms
  950. ][2022-07-04 11:47:38.336 +02:00 INF Request starting HTTP/1.1 POST http://localhost:5116/v1.0/Customer/login application/json 49
  951. ][2022-07-04 11:47:38.336 +02:00 INF CORS policy execution successful.
  952. ][2022-07-04 11:47:38.337 +02:00 INF Executing endpoint 'Diligent.WebAPI.Host.Controllers.CustomerController.Login (Diligent.WebAPI.Host)'
  953. ][2022-07-04 11:47:38.337 +02:00 INF Route matched with {action = "Login", controller = "Customer"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.ActionResult`1[Diligent.WebAPI.Host.DTOs.Customer.CustomerReadDTO]] Login(Diligent.WebAPI.Host.DTOs.Customer.CustomerLoginDTO) on controller Diligent.WebAPI.Host.Controllers.CustomerController (Diligent.WebAPI.Host).
  954. ][2022-07-04 11:47:38.446 +02:00 INF Executing ObjectResult, writing value of type 'Diligent.WebAPI.Host.DTOs.Customer.CustomerReadDTO'.
  955. ][2022-07-04 11:47:38.446 +02:00 INF Executed action Diligent.WebAPI.Host.Controllers.CustomerController.Login (Diligent.WebAPI.Host) in 109.2693ms
  956. ][2022-07-04 11:47:38.446 +02:00 INF Executed endpoint 'Diligent.WebAPI.Host.Controllers.CustomerController.Login (Diligent.WebAPI.Host)'
  957. ][2022-07-04 11:47:38.446 +02:00 INF Request finished HTTP/1.1 POST http://localhost:5116/v1.0/Customer/login application/json 49 - 200 - application/json;+charset=utf-8 109.8864ms
  958. ][2022-07-04 11:47:39.390 +02:00 INF Request starting HTTP/1.1 GET http://localhost:5116/v1.0/Cha - -
  959. ][2022-07-04 11:47:39.390 +02:00 INF CORS policy execution successful.
  960. ][2022-07-04 11:47:39.390 +02:00 INF Request finished HTTP/1.1 GET http://localhost:5116/v1.0/Cha - - - 404 0 - 0.1968ms
  961. ][2022-07-04 11:48:50.907 +02:00 INF Request starting HTTP/1.1 OPTIONS http://localhost:5116/v1.0/Customer/login - -
  962. ][2022-07-04 11:48:50.908 +02:00 INF CORS policy execution successful.
  963. ][2022-07-04 11:48:50.908 +02:00 INF Request finished HTTP/1.1 OPTIONS http://localhost:5116/v1.0/Customer/login - - - 204 - - 0.1954ms
  964. ][2022-07-04 11:48:50.912 +02:00 INF Request starting HTTP/1.1 POST http://localhost:5116/v1.0/Customer/login application/json 49
  965. ][2022-07-04 11:48:50.912 +02:00 INF CORS policy execution successful.
  966. ][2022-07-04 11:48:50.912 +02:00 INF Executing endpoint 'Diligent.WebAPI.Host.Controllers.CustomerController.Login (Diligent.WebAPI.Host)'
  967. ][2022-07-04 11:48:50.912 +02:00 INF Route matched with {action = "Login", controller = "Customer"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.ActionResult`1[Diligent.WebAPI.Host.DTOs.Customer.CustomerReadDTO]] Login(Diligent.WebAPI.Host.DTOs.Customer.CustomerLoginDTO) on controller Diligent.WebAPI.Host.Controllers.CustomerController (Diligent.WebAPI.Host).
  968. ][2022-07-04 11:48:51.027 +02:00 INF Executing ObjectResult, writing value of type 'Diligent.WebAPI.Host.DTOs.Customer.CustomerReadDTO'.
  969. ][2022-07-04 11:48:51.027 +02:00 INF Executed action Diligent.WebAPI.Host.Controllers.CustomerController.Login (Diligent.WebAPI.Host) in 114.4509ms
  970. ][2022-07-04 11:48:51.027 +02:00 INF Executed endpoint 'Diligent.WebAPI.Host.Controllers.CustomerController.Login (Diligent.WebAPI.Host)'
  971. ][2022-07-04 11:48:51.027 +02:00 INF Request finished HTTP/1.1 POST http://localhost:5116/v1.0/Customer/login application/json 49 - 200 - application/json;+charset=utf-8 114.8280ms
  972. ][2022-07-04 11:48:52.024 +02:00 INF Request starting HTTP/1.1 GET http://localhost:5116/v1.0/Cha - -
  973. ][2022-07-04 11:48:52.024 +02:00 INF CORS policy execution successful.
  974. ][2022-07-04 11:48:52.024 +02:00 INF Request finished HTTP/1.1 GET http://localhost:5116/v1.0/Cha - - - 404 0 - 0.1920ms
  975. ][2022-07-04 11:49:09.856 +02:00 INF Request starting HTTP/1.1 OPTIONS http://localhost:5116/v1.0/Customer/login - -
  976. ][2022-07-04 11:49:09.856 +02:00 INF CORS policy execution successful.
  977. ][2022-07-04 11:49:09.856 +02:00 INF Request finished HTTP/1.1 OPTIONS http://localhost:5116/v1.0/Customer/login - - - 204 - - 0.1778ms
  978. ][2022-07-04 11:49:09.861 +02:00 INF Request starting HTTP/1.1 POST http://localhost:5116/v1.0/Customer/login application/json 49
  979. ][2022-07-04 11:49:09.861 +02:00 INF CORS policy execution successful.
  980. ][2022-07-04 11:49:09.861 +02:00 INF Executing endpoint 'Diligent.WebAPI.Host.Controllers.CustomerController.Login (Diligent.WebAPI.Host)'
  981. ][2022-07-04 11:49:09.861 +02:00 INF Route matched with {action = "Login", controller = "Customer"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.ActionResult`1[Diligent.WebAPI.Host.DTOs.Customer.CustomerReadDTO]] Login(Diligent.WebAPI.Host.DTOs.Customer.CustomerLoginDTO) on controller Diligent.WebAPI.Host.Controllers.CustomerController (Diligent.WebAPI.Host).
  982. ][2022-07-04 11:49:09.970 +02:00 INF Executing ObjectResult, writing value of type 'Diligent.WebAPI.Host.DTOs.Customer.CustomerReadDTO'.
  983. ][2022-07-04 11:49:09.970 +02:00 INF Executed action Diligent.WebAPI.Host.Controllers.CustomerController.Login (Diligent.WebAPI.Host) in 109.0349ms
  984. ][2022-07-04 11:49:09.970 +02:00 INF Executed endpoint 'Diligent.WebAPI.Host.Controllers.CustomerController.Login (Diligent.WebAPI.Host)'
  985. ][2022-07-04 11:49:09.970 +02:00 INF Request finished HTTP/1.1 POST http://localhost:5116/v1.0/Customer/login application/json 49 - 200 - application/json;+charset=utf-8 109.4008ms
  986. ][2022-07-04 11:49:10.750 +02:00 INF Request starting HTTP/1.1 GET http://localhost:5116/v1.0/Cha - -
  987. ][2022-07-04 11:49:10.750 +02:00 INF CORS policy execution successful.
  988. ][2022-07-04 11:49:10.750 +02:00 INF Request finished HTTP/1.1 GET http://localhost:5116/v1.0/Cha - - - 404 0 - 0.1829ms
  989. ][2022-07-04 11:50:16.187 +02:00 INF Request starting HTTP/1.1 OPTIONS http://localhost:5116/v1.0/Customer/login - -
  990. ][2022-07-04 11:50:16.187 +02:00 INF CORS policy execution successful.
  991. ][2022-07-04 11:50:16.187 +02:00 INF Request finished HTTP/1.1 OPTIONS http://localhost:5116/v1.0/Customer/login - - - 204 - - 0.3602ms
  992. ][2022-07-04 11:50:16.192 +02:00 INF Request starting HTTP/1.1 POST http://localhost:5116/v1.0/Customer/login application/json 49
  993. ][2022-07-04 11:50:16.192 +02:00 INF CORS policy execution successful.
  994. ][2022-07-04 11:50:16.192 +02:00 INF Executing endpoint 'Diligent.WebAPI.Host.Controllers.CustomerController.Login (Diligent.WebAPI.Host)'
  995. ][2022-07-04 11:50:16.192 +02:00 INF Route matched with {action = "Login", controller = "Customer"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.ActionResult`1[Diligent.WebAPI.Host.DTOs.Customer.CustomerReadDTO]] Login(Diligent.WebAPI.Host.DTOs.Customer.CustomerLoginDTO) on controller Diligent.WebAPI.Host.Controllers.CustomerController (Diligent.WebAPI.Host).
  996. ][2022-07-04 11:50:16.304 +02:00 INF Executing ObjectResult, writing value of type 'Diligent.WebAPI.Host.DTOs.Customer.CustomerReadDTO'.
  997. ][2022-07-04 11:50:16.304 +02:00 INF Executed action Diligent.WebAPI.Host.Controllers.CustomerController.Login (Diligent.WebAPI.Host) in 112.1075ms
  998. ][2022-07-04 11:50:16.304 +02:00 INF Executed endpoint 'Diligent.WebAPI.Host.Controllers.CustomerController.Login (Diligent.WebAPI.Host)'
  999. ][2022-07-04 11:50:16.304 +02:00 INF Request finished HTTP/1.1 POST http://localhost:5116/v1.0/Customer/login application/json 49 - 200 - application/json;+charset=utf-8 112.4866ms
  1000. ][2022-07-04 11:50:17.238 +02:00 INF Request starting HTTP/1.1 GET http://localhost:5116/v1.0/Cha - -
  1001. ][2022-07-04 11:50:17.238 +02:00 INF CORS policy execution successful.
  1002. ][2022-07-04 11:50:17.238 +02:00 INF Request finished HTTP/1.1 GET http://localhost:5116/v1.0/Cha - - - 404 0 - 0.2030ms
  1003. ][2022-07-04 11:50:36.815 +02:00 INF Request starting HTTP/1.1 OPTIONS http://localhost:5116/v1.0/Customer/login - -
  1004. ][2022-07-04 11:50:36.816 +02:00 INF CORS policy execution successful.
  1005. ][2022-07-04 11:50:36.816 +02:00 INF Request finished HTTP/1.1 OPTIONS http://localhost:5116/v1.0/Customer/login - - - 204 - - 0.1641ms
  1006. ][2022-07-04 11:50:36.820 +02:00 INF Request starting HTTP/1.1 POST http://localhost:5116/v1.0/Customer/login application/json 49
  1007. ][2022-07-04 11:50:36.820 +02:00 INF CORS policy execution successful.
  1008. ][2022-07-04 11:50:36.820 +02:00 INF Executing endpoint 'Diligent.WebAPI.Host.Controllers.CustomerController.Login (Diligent.WebAPI.Host)'
  1009. ][2022-07-04 11:50:36.820 +02:00 INF Route matched with {action = "Login", controller = "Customer"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.ActionResult`1[Diligent.WebAPI.Host.DTOs.Customer.CustomerReadDTO]] Login(Diligent.WebAPI.Host.DTOs.Customer.CustomerLoginDTO) on controller Diligent.WebAPI.Host.Controllers.CustomerController (Diligent.WebAPI.Host).
  1010. ][2022-07-04 11:50:36.930 +02:00 INF Executing ObjectResult, writing value of type 'Diligent.WebAPI.Host.DTOs.Customer.CustomerReadDTO'.
  1011. ][2022-07-04 11:50:36.930 +02:00 INF Executed action Diligent.WebAPI.Host.Controllers.CustomerController.Login (Diligent.WebAPI.Host) in 109.4052ms
  1012. ][2022-07-04 11:50:36.930 +02:00 INF Executed endpoint 'Diligent.WebAPI.Host.Controllers.CustomerController.Login (Diligent.WebAPI.Host)'
  1013. ][2022-07-04 11:50:36.930 +02:00 INF Request finished HTTP/1.1 POST http://localhost:5116/v1.0/Customer/login application/json 49 - 200 - application/json;+charset=utf-8 109.7248ms
  1014. ][2022-07-04 11:50:37.791 +02:00 INF Request starting HTTP/1.1 GET http://localhost:5116/v1.0/Cha - -
  1015. ][2022-07-04 11:50:37.791 +02:00 INF CORS policy execution successful.
  1016. ][2022-07-04 11:50:37.791 +02:00 INF Request finished HTTP/1.1 GET http://localhost:5116/v1.0/Cha - - - 404 0 - 0.1799ms
  1017. ][2022-07-04 11:51:21.809 +02:00 INF Request starting HTTP/1.1 OPTIONS http://localhost:5116/v1.0/Customer/login - -
  1018. ][2022-07-04 11:51:21.809 +02:00 INF CORS policy execution successful.
  1019. ][2022-07-04 11:51:21.809 +02:00 INF Request finished HTTP/1.1 OPTIONS http://localhost:5116/v1.0/Customer/login - - - 204 - - 0.3825ms
  1020. ][2022-07-04 11:51:21.814 +02:00 INF Request starting HTTP/1.1 POST http://localhost:5116/v1.0/Customer/login application/json 49
  1021. ][2022-07-04 11:51:21.814 +02:00 INF CORS policy execution successful.
  1022. ][2022-07-04 11:51:21.814 +02:00 INF Executing endpoint 'Diligent.WebAPI.Host.Controllers.CustomerController.Login (Diligent.WebAPI.Host)'
  1023. ][2022-07-04 11:51:21.814 +02:00 INF Route matched with {action = "Login", controller = "Customer"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.ActionResult`1[Diligent.WebAPI.Host.DTOs.Customer.CustomerReadDTO]] Login(Diligent.WebAPI.Host.DTOs.Customer.CustomerLoginDTO) on controller Diligent.WebAPI.Host.Controllers.CustomerController (Diligent.WebAPI.Host).
  1024. ][2022-07-04 11:51:21.928 +02:00 INF Executing ObjectResult, writing value of type 'Diligent.WebAPI.Host.DTOs.Customer.CustomerReadDTO'.
  1025. ][2022-07-04 11:51:21.928 +02:00 INF Executed action Diligent.WebAPI.Host.Controllers.CustomerController.Login (Diligent.WebAPI.Host) in 113.7704ms
  1026. ][2022-07-04 11:51:21.928 +02:00 INF Executed endpoint 'Diligent.WebAPI.Host.Controllers.CustomerController.Login (Diligent.WebAPI.Host)'
  1027. ][2022-07-04 11:51:21.929 +02:00 INF Request finished HTTP/1.1 POST http://localhost:5116/v1.0/Customer/login application/json 49 - 200 - application/json;+charset=utf-8 114.3871ms
  1028. ][2022-07-04 11:51:22.852 +02:00 INF Request starting HTTP/1.1 GET http://localhost:5116/v1.0/Cha - -
  1029. ][2022-07-04 11:51:22.852 +02:00 INF CORS policy execution successful.
  1030. ][2022-07-04 11:51:22.852 +02:00 INF Request finished HTTP/1.1 GET http://localhost:5116/v1.0/Cha - - - 404 0 - 0.1903ms
  1031. ][2022-07-04 11:51:52.617 +02:00 INF Request starting HTTP/1.1 OPTIONS http://localhost:5116/v1.0/Customer/login - -
  1032. ][2022-07-04 11:51:52.617 +02:00 INF CORS policy execution successful.
  1033. ][2022-07-04 11:51:52.617 +02:00 INF Request finished HTTP/1.1 OPTIONS http://localhost:5116/v1.0/Customer/login - - - 204 - - 0.1769ms
  1034. ][2022-07-04 11:51:52.621 +02:00 INF Request starting HTTP/1.1 POST http://localhost:5116/v1.0/Customer/login application/json 49
  1035. ][2022-07-04 11:51:52.621 +02:00 INF CORS policy execution successful.
  1036. ][2022-07-04 11:51:52.621 +02:00 INF Executing endpoint 'Diligent.WebAPI.Host.Controllers.CustomerController.Login (Diligent.WebAPI.Host)'
  1037. ][2022-07-04 11:51:52.621 +02:00 INF Route matched with {action = "Login", controller = "Customer"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.ActionResult`1[Diligent.WebAPI.Host.DTOs.Customer.CustomerReadDTO]] Login(Diligent.WebAPI.Host.DTOs.Customer.CustomerLoginDTO) on controller Diligent.WebAPI.Host.Controllers.CustomerController (Diligent.WebAPI.Host).
  1038. ][2022-07-04 11:51:52.730 +02:00 INF Executing ObjectResult, writing value of type 'Diligent.WebAPI.Host.DTOs.Customer.CustomerReadDTO'.
  1039. ][2022-07-04 11:51:52.730 +02:00 INF Executed action Diligent.WebAPI.Host.Controllers.CustomerController.Login (Diligent.WebAPI.Host) in 108.7713ms
  1040. ][2022-07-04 11:51:52.730 +02:00 INF Executed endpoint 'Diligent.WebAPI.Host.Controllers.CustomerController.Login (Diligent.WebAPI.Host)'
  1041. ][2022-07-04 11:51:52.730 +02:00 INF Request finished HTTP/1.1 POST http://localhost:5116/v1.0/Customer/login application/json 49 - 200 - application/json;+charset=utf-8 109.0980ms
  1042. ][2022-07-04 11:51:53.601 +02:00 INF Request starting HTTP/1.1 GET http://localhost:5116/v1.0/Cha - -
  1043. ][2022-07-04 11:51:53.601 +02:00 INF CORS policy execution successful.
  1044. ][2022-07-04 11:51:53.601 +02:00 INF Request finished HTTP/1.1 GET http://localhost:5116/v1.0/Cha - - - 404 0 - 0.1767ms
  1045. ][2022-07-04 11:52:08.618 +02:00 INF Request starting HTTP/1.1 OPTIONS http://localhost:5116/v1.0/Customer/login - -
  1046. ][2022-07-04 11:52:08.618 +02:00 INF CORS policy execution successful.
  1047. ][2022-07-04 11:52:08.618 +02:00 INF Request finished HTTP/1.1 OPTIONS http://localhost:5116/v1.0/Customer/login - - - 204 - - 0.1539ms
  1048. ][2022-07-04 11:52:08.623 +02:00 INF Request starting HTTP/1.1 POST http://localhost:5116/v1.0/Customer/login application/json 49
  1049. ][2022-07-04 11:52:08.623 +02:00 INF CORS policy execution successful.
  1050. ][2022-07-04 11:52:08.623 +02:00 INF Executing endpoint 'Diligent.WebAPI.Host.Controllers.CustomerController.Login (Diligent.WebAPI.Host)'
  1051. ][2022-07-04 11:52:08.623 +02:00 INF Route matched with {action = "Login", controller = "Customer"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.ActionResult`1[Diligent.WebAPI.Host.DTOs.Customer.CustomerReadDTO]] Login(Diligent.WebAPI.Host.DTOs.Customer.CustomerLoginDTO) on controller Diligent.WebAPI.Host.Controllers.CustomerController (Diligent.WebAPI.Host).
  1052. ][2022-07-04 11:52:08.747 +02:00 INF Executing ObjectResult, writing value of type 'Diligent.WebAPI.Host.DTOs.Customer.CustomerReadDTO'.
  1053. ][2022-07-04 11:52:08.747 +02:00 INF Executed action Diligent.WebAPI.Host.Controllers.CustomerController.Login (Diligent.WebAPI.Host) in 124.0483ms
  1054. ][2022-07-04 11:52:08.747 +02:00 INF Executed endpoint 'Diligent.WebAPI.Host.Controllers.CustomerController.Login (Diligent.WebAPI.Host)'
  1055. ][2022-07-04 11:52:08.747 +02:00 INF Request finished HTTP/1.1 POST http://localhost:5116/v1.0/Customer/login application/json 49 - 200 - application/json;+charset=utf-8 124.5185ms
  1056. ][2022-07-04 11:52:09.803 +02:00 INF Request starting HTTP/1.1 GET http://localhost:5116/v1.0/Cha - -
  1057. ][2022-07-04 11:52:09.803 +02:00 INF CORS policy execution successful.
  1058. ][2022-07-04 11:52:09.803 +02:00 INF Request finished HTTP/1.1 GET http://localhost:5116/v1.0/Cha - - - 404 0 - 0.1888ms
  1059. ][2022-07-04 11:53:48.726 +02:00 INF Request starting HTTP/1.1 OPTIONS http://localhost:5116/v1.0/Customer/login - -
  1060. ][2022-07-04 11:53:48.726 +02:00 INF CORS policy execution successful.
  1061. ][2022-07-04 11:53:48.727 +02:00 INF Request finished HTTP/1.1 OPTIONS http://localhost:5116/v1.0/Customer/login - - - 204 - - 0.3512ms
  1062. ][2022-07-04 11:53:48.731 +02:00 INF Request starting HTTP/1.1 POST http://localhost:5116/v1.0/Customer/login application/json 49
  1063. ][2022-07-04 11:53:48.731 +02:00 INF CORS policy execution successful.
  1064. ][2022-07-04 11:53:48.731 +02:00 INF Executing endpoint 'Diligent.WebAPI.Host.Controllers.CustomerController.Login (Diligent.WebAPI.Host)'
  1065. ][2022-07-04 11:53:48.731 +02:00 INF Route matched with {action = "Login", controller = "Customer"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.ActionResult`1[Diligent.WebAPI.Host.DTOs.Customer.CustomerReadDTO]] Login(Diligent.WebAPI.Host.DTOs.Customer.CustomerLoginDTO) on controller Diligent.WebAPI.Host.Controllers.CustomerController (Diligent.WebAPI.Host).
  1066. ][2022-07-04 11:53:48.842 +02:00 INF Executing ObjectResult, writing value of type 'Diligent.WebAPI.Host.DTOs.Customer.CustomerReadDTO'.
  1067. ][2022-07-04 11:53:48.843 +02:00 INF Executed action Diligent.WebAPI.Host.Controllers.CustomerController.Login (Diligent.WebAPI.Host) in 111.0373ms
  1068. ][2022-07-04 11:53:48.843 +02:00 INF Executed endpoint 'Diligent.WebAPI.Host.Controllers.CustomerController.Login (Diligent.WebAPI.Host)'
  1069. ][2022-07-04 11:53:48.843 +02:00 INF Request finished HTTP/1.1 POST http://localhost:5116/v1.0/Customer/login application/json 49 - 200 - application/json;+charset=utf-8 111.4186ms
  1070. ][2022-07-04 11:53:49.855 +02:00 INF Request starting HTTP/1.1 GET http://localhost:5116/v1.0/Cha - -
  1071. ][2022-07-04 11:53:49.855 +02:00 INF CORS policy execution successful.
  1072. ][2022-07-04 11:53:49.855 +02:00 INF Request finished HTTP/1.1 GET http://localhost:5116/v1.0/Cha - - - 404 0 - 0.1880ms
  1073. ][2022-07-04 11:54:21.603 +02:00 INF Request starting HTTP/1.1 OPTIONS http://localhost:5116/v1.0/Customer/login - -
  1074. ][2022-07-04 11:54:21.603 +02:00 INF CORS policy execution successful.
  1075. ][2022-07-04 11:54:21.603 +02:00 INF Request finished HTTP/1.1 OPTIONS http://localhost:5116/v1.0/Customer/login - - - 204 - - 0.1503ms
  1076. ][2022-07-04 11:54:21.608 +02:00 INF Request starting HTTP/1.1 POST http://localhost:5116/v1.0/Customer/login application/json 49
  1077. ][2022-07-04 11:54:21.608 +02:00 INF CORS policy execution successful.
  1078. ][2022-07-04 11:54:21.608 +02:00 INF Executing endpoint 'Diligent.WebAPI.Host.Controllers.CustomerController.Login (Diligent.WebAPI.Host)'
  1079. ][2022-07-04 11:54:21.608 +02:00 INF Route matched with {action = "Login", controller = "Customer"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.ActionResult`1[Diligent.WebAPI.Host.DTOs.Customer.CustomerReadDTO]] Login(Diligent.WebAPI.Host.DTOs.Customer.CustomerLoginDTO) on controller Diligent.WebAPI.Host.Controllers.CustomerController (Diligent.WebAPI.Host).
  1080. ][2022-07-04 11:54:21.717 +02:00 INF Executing ObjectResult, writing value of type 'Diligent.WebAPI.Host.DTOs.Customer.CustomerReadDTO'.
  1081. ][2022-07-04 11:54:21.718 +02:00 INF Executed action Diligent.WebAPI.Host.Controllers.CustomerController.Login (Diligent.WebAPI.Host) in 109.973ms
  1082. ][2022-07-04 11:54:21.718 +02:00 INF Executed endpoint 'Diligent.WebAPI.Host.Controllers.CustomerController.Login (Diligent.WebAPI.Host)'
  1083. ][2022-07-04 11:54:21.718 +02:00 INF Request finished HTTP/1.1 POST http://localhost:5116/v1.0/Customer/login application/json 49 - 200 - application/json;+charset=utf-8 110.5400ms
  1084. ][2022-07-04 11:54:22.623 +02:00 INF Request starting HTTP/1.1 GET http://localhost:5116/v1.0/Cha - -
  1085. ][2022-07-04 11:54:22.623 +02:00 INF CORS policy execution successful.
  1086. ][2022-07-04 11:54:22.623 +02:00 INF Request finished HTTP/1.1 GET http://localhost:5116/v1.0/Cha - - - 404 0 - 0.1804ms
  1087. ][2022-07-04 11:54:33.201 +02:00 INF Request starting HTTP/1.1 OPTIONS http://localhost:5116/v1.0/Customer/login - -
  1088. ][2022-07-04 11:54:33.201 +02:00 INF CORS policy execution successful.
  1089. ][2022-07-04 11:54:33.202 +02:00 INF Request finished HTTP/1.1 OPTIONS http://localhost:5116/v1.0/Customer/login - - - 204 - - 0.1508ms
  1090. ][2022-07-04 11:54:33.202 +02:00 INF Request starting HTTP/1.1 POST http://localhost:5116/v1.0/Customer/login application/json 49
  1091. ][2022-07-04 11:54:33.202 +02:00 INF CORS policy execution successful.
  1092. ][2022-07-04 11:54:33.203 +02:00 INF Executing endpoint 'Diligent.WebAPI.Host.Controllers.CustomerController.Login (Diligent.WebAPI.Host)'
  1093. ][2022-07-04 11:54:33.203 +02:00 INF Route matched with {action = "Login", controller = "Customer"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.ActionResult`1[Diligent.WebAPI.Host.DTOs.Customer.CustomerReadDTO]] Login(Diligent.WebAPI.Host.DTOs.Customer.CustomerLoginDTO) on controller Diligent.WebAPI.Host.Controllers.CustomerController (Diligent.WebAPI.Host).
  1094. ][2022-07-04 11:54:33.311 +02:00 INF Executing ObjectResult, writing value of type 'Diligent.WebAPI.Host.DTOs.Customer.CustomerReadDTO'.
  1095. ][2022-07-04 11:54:33.312 +02:00 INF Executed action Diligent.WebAPI.Host.Controllers.CustomerController.Login (Diligent.WebAPI.Host) in 108.9304ms
  1096. ][2022-07-04 11:54:33.312 +02:00 INF Executed endpoint 'Diligent.WebAPI.Host.Controllers.CustomerController.Login (Diligent.WebAPI.Host)'
  1097. ][2022-07-04 11:54:33.312 +02:00 INF Request finished HTTP/1.1 POST http://localhost:5116/v1.0/Customer/login application/json 49 - 200 - application/json;+charset=utf-8 109.3262ms
  1098. ][2022-07-04 11:54:34.121 +02:00 INF Request starting HTTP/1.1 GET http://localhost:5116/v1.0/Cha - -
  1099. ][2022-07-04 11:54:34.121 +02:00 INF CORS policy execution successful.
  1100. ][2022-07-04 11:54:34.121 +02:00 INF Request finished HTTP/1.1 GET http://localhost:5116/v1.0/Cha - - - 404 0 - 0.1537ms
  1101. ][2022-07-04 11:54:40.682 +02:00 INF Request starting HTTP/1.1 OPTIONS http://localhost:5116/v1.0/Customer/login - -
  1102. ][2022-07-04 11:54:40.682 +02:00 INF CORS policy execution successful.
  1103. ][2022-07-04 11:54:40.682 +02:00 INF Request finished HTTP/1.1 OPTIONS http://localhost:5116/v1.0/Customer/login - - - 204 - - 0.2013ms
  1104. ][2022-07-04 11:54:40.683 +02:00 INF Request starting HTTP/1.1 POST http://localhost:5116/v1.0/Customer/login application/json 49
  1105. ][2022-07-04 11:54:40.683 +02:00 INF CORS policy execution successful.
  1106. ][2022-07-04 11:54:40.683 +02:00 INF Executing endpoint 'Diligent.WebAPI.Host.Controllers.CustomerController.Login (Diligent.WebAPI.Host)'
  1107. ][2022-07-04 11:54:40.683 +02:00 INF Route matched with {action = "Login", controller = "Customer"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.ActionResult`1[Diligent.WebAPI.Host.DTOs.Customer.CustomerReadDTO]] Login(Diligent.WebAPI.Host.DTOs.Customer.CustomerLoginDTO) on controller Diligent.WebAPI.Host.Controllers.CustomerController (Diligent.WebAPI.Host).
  1108. ][2022-07-04 11:54:40.792 +02:00 INF Executing ObjectResult, writing value of type 'Diligent.WebAPI.Host.DTOs.Customer.CustomerReadDTO'.
  1109. ][2022-07-04 11:54:40.792 +02:00 INF Executed action Diligent.WebAPI.Host.Controllers.CustomerController.Login (Diligent.WebAPI.Host) in 109.2217ms
  1110. ][2022-07-04 11:54:40.792 +02:00 INF Executed endpoint 'Diligent.WebAPI.Host.Controllers.CustomerController.Login (Diligent.WebAPI.Host)'
  1111. ][2022-07-04 11:54:40.793 +02:00 INF Request finished HTTP/1.1 POST http://localhost:5116/v1.0/Customer/login application/json 49 - 200 - application/json;+charset=utf-8 109.5402ms
  1112. ][2022-07-04 11:54:41.721 +02:00 INF Request starting HTTP/1.1 GET http://localhost:5116/v1.0/Cha - -
  1113. ][2022-07-04 11:54:41.721 +02:00 INF CORS policy execution successful.
  1114. ][2022-07-04 11:54:41.721 +02:00 INF Request finished HTTP/1.1 GET http://localhost:5116/v1.0/Cha - - - 404 0 - 0.1807ms
  1115. ][2022-07-04 11:56:08.299 +02:00 INF Request starting HTTP/1.1 OPTIONS http://localhost:5116/v1.0/Customer/login - -
  1116. ][2022-07-04 11:56:08.299 +02:00 INF CORS policy execution successful.
  1117. ][2022-07-04 11:56:08.299 +02:00 INF Request finished HTTP/1.1 OPTIONS http://localhost:5116/v1.0/Customer/login - - - 204 - - 0.1859ms
  1118. ][2022-07-04 11:56:08.303 +02:00 INF Request starting HTTP/1.1 POST http://localhost:5116/v1.0/Customer/login application/json 49
  1119. ][2022-07-04 11:56:08.303 +02:00 INF CORS policy execution successful.
  1120. ][2022-07-04 11:56:08.303 +02:00 INF Executing endpoint 'Diligent.WebAPI.Host.Controllers.CustomerController.Login (Diligent.WebAPI.Host)'
  1121. ][2022-07-04 11:56:08.303 +02:00 INF Route matched with {action = "Login", controller = "Customer"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.ActionResult`1[Diligent.WebAPI.Host.DTOs.Customer.CustomerReadDTO]] Login(Diligent.WebAPI.Host.DTOs.Customer.CustomerLoginDTO) on controller Diligent.WebAPI.Host.Controllers.CustomerController (Diligent.WebAPI.Host).
  1122. ][2022-07-04 11:56:08.662 +02:00 INF Executing ObjectResult, writing value of type 'Diligent.WebAPI.Host.DTOs.Customer.CustomerReadDTO'.
  1123. ][2022-07-04 11:56:08.663 +02:00 INF Executed action Diligent.WebAPI.Host.Controllers.CustomerController.Login (Diligent.WebAPI.Host) in 359.6011ms
  1124. ][2022-07-04 11:56:08.663 +02:00 INF Executed endpoint 'Diligent.WebAPI.Host.Controllers.CustomerController.Login (Diligent.WebAPI.Host)'
  1125. ][2022-07-04 11:56:08.663 +02:00 INF Request finished HTTP/1.1 POST http://localhost:5116/v1.0/Customer/login application/json 49 - 200 - application/json;+charset=utf-8 360.1694ms
  1126. ][2022-07-04 11:56:09.383 +02:00 INF Request starting HTTP/1.1 GET http://localhost:5116/v1.0/Cha - -
  1127. ][2022-07-04 11:56:09.384 +02:00 INF CORS policy execution successful.
  1128. ][2022-07-04 11:56:09.384 +02:00 INF Request finished HTTP/1.1 GET http://localhost:5116/v1.0/Cha - - - 404 0 - 0.1827ms
  1129. ][2022-07-04 11:56:32.150 +02:00 INF Request starting HTTP/1.1 OPTIONS http://localhost:5116/v1.0/Customer/login - -
  1130. ][2022-07-04 11:56:32.150 +02:00 INF CORS policy execution successful.
  1131. ][2022-07-04 11:56:32.150 +02:00 INF Request finished HTTP/1.1 OPTIONS http://localhost:5116/v1.0/Customer/login - - - 204 - - 0.1758ms
  1132. ][2022-07-04 11:56:32.154 +02:00 INF Request starting HTTP/1.1 POST http://localhost:5116/v1.0/Customer/login application/json 49
  1133. ][2022-07-04 11:56:32.155 +02:00 INF CORS policy execution successful.
  1134. ][2022-07-04 11:56:32.155 +02:00 INF Executing endpoint 'Diligent.WebAPI.Host.Controllers.CustomerController.Login (Diligent.WebAPI.Host)'
  1135. ][2022-07-04 11:56:32.155 +02:00 INF Route matched with {action = "Login", controller = "Customer"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.ActionResult`1[Diligent.WebAPI.Host.DTOs.Customer.CustomerReadDTO]] Login(Diligent.WebAPI.Host.DTOs.Customer.CustomerLoginDTO) on controller Diligent.WebAPI.Host.Controllers.CustomerController (Diligent.WebAPI.Host).
  1136. ][2022-07-04 11:56:32.264 +02:00 INF Executing ObjectResult, writing value of type 'Diligent.WebAPI.Host.DTOs.Customer.CustomerReadDTO'.
  1137. ][2022-07-04 11:56:32.264 +02:00 INF Executed action Diligent.WebAPI.Host.Controllers.CustomerController.Login (Diligent.WebAPI.Host) in 108.9571ms
  1138. ][2022-07-04 11:56:32.264 +02:00 INF Executed endpoint 'Diligent.WebAPI.Host.Controllers.CustomerController.Login (Diligent.WebAPI.Host)'
  1139. ][2022-07-04 11:56:32.264 +02:00 INF Request finished HTTP/1.1 POST http://localhost:5116/v1.0/Customer/login application/json 49 - 200 - application/json;+charset=utf-8 109.2913ms
  1140. ][2022-07-04 11:56:33.212 +02:00 INF Request starting HTTP/1.1 GET http://localhost:5116/v1.0/Cha - -
  1141. ][2022-07-04 11:56:33.212 +02:00 INF CORS policy execution successful.
  1142. ][2022-07-04 11:56:33.213 +02:00 INF Request finished HTTP/1.1 GET http://localhost:5116/v1.0/Cha - - - 404 0 - 0.2076ms
  1143. ][2022-07-04 11:56:57.880 +02:00 INF Request starting HTTP/1.1 OPTIONS http://localhost:5116/v1.0/Customer/login - -
  1144. ][2022-07-04 11:56:57.881 +02:00 INF CORS policy execution successful.
  1145. ][2022-07-04 11:56:57.881 +02:00 INF Request finished HTTP/1.1 OPTIONS http://localhost:5116/v1.0/Customer/login - - - 204 - - 0.1825ms
  1146. ][2022-07-04 11:56:57.885 +02:00 INF Request starting HTTP/1.1 POST http://localhost:5116/v1.0/Customer/login application/json 49
  1147. ][2022-07-04 11:56:57.885 +02:00 INF CORS policy execution successful.
  1148. ][2022-07-04 11:56:57.886 +02:00 INF Executing endpoint 'Diligent.WebAPI.Host.Controllers.CustomerController.Login (Diligent.WebAPI.Host)'
  1149. ][2022-07-04 11:56:57.886 +02:00 INF Route matched with {action = "Login", controller = "Customer"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.ActionResult`1[Diligent.WebAPI.Host.DTOs.Customer.CustomerReadDTO]] Login(Diligent.WebAPI.Host.DTOs.Customer.CustomerLoginDTO) on controller Diligent.WebAPI.Host.Controllers.CustomerController (Diligent.WebAPI.Host).
  1150. ][2022-07-04 11:56:57.997 +02:00 INF Executing ObjectResult, writing value of type 'Diligent.WebAPI.Host.DTOs.Customer.CustomerReadDTO'.
  1151. ][2022-07-04 11:56:57.997 +02:00 INF Executed action Diligent.WebAPI.Host.Controllers.CustomerController.Login (Diligent.WebAPI.Host) in 111.456ms
  1152. ][2022-07-04 11:56:57.997 +02:00 INF Executed endpoint 'Diligent.WebAPI.Host.Controllers.CustomerController.Login (Diligent.WebAPI.Host)'
  1153. ][2022-07-04 11:56:57.997 +02:00 INF Request finished HTTP/1.1 POST http://localhost:5116/v1.0/Customer/login application/json 49 - 200 - application/json;+charset=utf-8 111.8113ms
  1154. ][2022-07-04 11:56:58.777 +02:00 INF Request starting HTTP/1.1 GET http://localhost:5116/v1.0/Cha - -
  1155. ][2022-07-04 11:56:58.777 +02:00 INF CORS policy execution successful.
  1156. ][2022-07-04 11:56:58.777 +02:00 INF Request finished HTTP/1.1 GET http://localhost:5116/v1.0/Cha - - - 404 0 - 0.1828ms
  1157. ][2022-07-04 11:57:29.460 +02:00 INF Request starting HTTP/1.1 GET http://localhost:5116/v1.0/Cha - -
  1158. ][2022-07-04 11:57:29.460 +02:00 INF CORS policy execution successful.
  1159. ][2022-07-04 11:57:29.460 +02:00 INF Request finished HTTP/1.1 GET http://localhost:5116/v1.0/Cha - - - 404 0 - 0.2855ms
  1160. ][2022-07-04 11:57:32.653 +02:00 INF Request starting HTTP/1.1 GET http://localhost:5116/v1.0/Cha - -
  1161. ][2022-07-04 11:57:32.653 +02:00 INF CORS policy execution successful.
  1162. ][2022-07-04 11:57:32.653 +02:00 INF Request finished HTTP/1.1 GET http://localhost:5116/v1.0/Cha - - - 404 0 - 0.2054ms
  1163. ][2022-07-04 11:58:03.404 +02:00 INF Request starting HTTP/1.1 OPTIONS http://localhost:5116/v1.0/Customer/login - -
  1164. ][2022-07-04 11:58:03.404 +02:00 INF CORS policy execution successful.
  1165. ][2022-07-04 11:58:03.404 +02:00 INF Request finished HTTP/1.1 OPTIONS http://localhost:5116/v1.0/Customer/login - - - 204 - - 0.1388ms
  1166. ][2022-07-04 11:58:03.407 +02:00 INF Request starting HTTP/1.1 POST http://localhost:5116/v1.0/Customer/login application/json 49
  1167. ][2022-07-04 11:58:03.408 +02:00 INF CORS policy execution successful.
  1168. ][2022-07-04 11:58:03.408 +02:00 INF Executing endpoint 'Diligent.WebAPI.Host.Controllers.CustomerController.Login (Diligent.WebAPI.Host)'
  1169. ][2022-07-04 11:58:03.408 +02:00 INF Route matched with {action = "Login", controller = "Customer"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.ActionResult`1[Diligent.WebAPI.Host.DTOs.Customer.CustomerReadDTO]] Login(Diligent.WebAPI.Host.DTOs.Customer.CustomerLoginDTO) on controller Diligent.WebAPI.Host.Controllers.CustomerController (Diligent.WebAPI.Host).
  1170. ][2022-07-04 11:58:03.516 +02:00 INF Executing ObjectResult, writing value of type 'Diligent.WebAPI.Host.DTOs.Customer.CustomerReadDTO'.
  1171. ][2022-07-04 11:58:03.516 +02:00 INF Executed action Diligent.WebAPI.Host.Controllers.CustomerController.Login (Diligent.WebAPI.Host) in 108.749ms
  1172. ][2022-07-04 11:58:03.517 +02:00 INF Executed endpoint 'Diligent.WebAPI.Host.Controllers.CustomerController.Login (Diligent.WebAPI.Host)'
  1173. ][2022-07-04 11:58:03.517 +02:00 INF Request finished HTTP/1.1 POST http://localhost:5116/v1.0/Customer/login application/json 49 - 200 - application/json;+charset=utf-8 109.0792ms
  1174. ][2022-07-04 11:58:04.581 +02:00 INF Request starting HTTP/1.1 GET http://localhost:5116/v1.0/Cha - -
  1175. ][2022-07-04 11:58:04.581 +02:00 INF CORS policy execution successful.
  1176. ][2022-07-04 11:58:04.581 +02:00 INF Request finished HTTP/1.1 GET http://localhost:5116/v1.0/Cha - - - 404 0 - 0.4122ms
  1177. ][2022-07-04 11:58:11.357 +02:00 INF Request starting HTTP/1.1 OPTIONS http://localhost:5116/v1.0/Customer/login - -
  1178. ][2022-07-04 11:58:11.357 +02:00 INF CORS policy execution successful.
  1179. ][2022-07-04 11:58:11.357 +02:00 INF Request finished HTTP/1.1 OPTIONS http://localhost:5116/v1.0/Customer/login - - - 204 - - 0.1570ms
  1180. ][2022-07-04 11:58:11.358 +02:00 INF Request starting HTTP/1.1 POST http://localhost:5116/v1.0/Customer/login application/json 49
  1181. ][2022-07-04 11:58:11.358 +02:00 INF CORS policy execution successful.
  1182. ][2022-07-04 11:58:11.358 +02:00 INF Executing endpoint 'Diligent.WebAPI.Host.Controllers.CustomerController.Login (Diligent.WebAPI.Host)'
  1183. ][2022-07-04 11:58:11.358 +02:00 INF Route matched with {action = "Login", controller = "Customer"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.ActionResult`1[Diligent.WebAPI.Host.DTOs.Customer.CustomerReadDTO]] Login(Diligent.WebAPI.Host.DTOs.Customer.CustomerLoginDTO) on controller Diligent.WebAPI.Host.Controllers.CustomerController (Diligent.WebAPI.Host).
  1184. ][2022-07-04 11:58:11.469 +02:00 INF Executing ObjectResult, writing value of type 'Diligent.WebAPI.Host.DTOs.Customer.CustomerReadDTO'.
  1185. ][2022-07-04 11:58:11.469 +02:00 INF Executed action Diligent.WebAPI.Host.Controllers.CustomerController.Login (Diligent.WebAPI.Host) in 110.5981ms
  1186. ][2022-07-04 11:58:11.469 +02:00 INF Executed endpoint 'Diligent.WebAPI.Host.Controllers.CustomerController.Login (Diligent.WebAPI.Host)'
  1187. ][2022-07-04 11:58:11.469 +02:00 INF Request finished HTTP/1.1 POST http://localhost:5116/v1.0/Customer/login application/json 49 - 200 - application/json;+charset=utf-8 110.8985ms
  1188. ][2022-07-04 11:58:12.237 +02:00 INF Request starting HTTP/1.1 GET http://localhost:5116/v1.0/Cha - -
  1189. ][2022-07-04 11:58:12.237 +02:00 INF CORS policy execution successful.
  1190. ][2022-07-04 11:58:12.237 +02:00 INF Request finished HTTP/1.1 GET http://localhost:5116/v1.0/Cha - - - 404 0 - 0.2491ms
  1191. ][2022-07-04 11:58:43.273 +02:00 INF Request starting HTTP/1.1 OPTIONS http://localhost:5116/v1.0/Customer/login - -
  1192. ][2022-07-04 11:58:43.273 +02:00 INF CORS policy execution successful.
  1193. ][2022-07-04 11:58:43.274 +02:00 INF Request finished HTTP/1.1 OPTIONS http://localhost:5116/v1.0/Customer/login - - - 204 - - 0.1637ms
  1194. ][2022-07-04 11:58:43.278 +02:00 INF Request starting HTTP/1.1 POST http://localhost:5116/v1.0/Customer/login application/json 49
  1195. ][2022-07-04 11:58:43.279 +02:00 INF CORS policy execution successful.
  1196. ][2022-07-04 11:58:43.279 +02:00 INF Executing endpoint 'Diligent.WebAPI.Host.Controllers.CustomerController.Login (Diligent.WebAPI.Host)'
  1197. ][2022-07-04 11:58:43.279 +02:00 INF Route matched with {action = "Login", controller = "Customer"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.ActionResult`1[Diligent.WebAPI.Host.DTOs.Customer.CustomerReadDTO]] Login(Diligent.WebAPI.Host.DTOs.Customer.CustomerLoginDTO) on controller Diligent.WebAPI.Host.Controllers.CustomerController (Diligent.WebAPI.Host).
  1198. ][2022-07-04 11:58:43.390 +02:00 INF Executing ObjectResult, writing value of type 'Diligent.WebAPI.Host.DTOs.Customer.CustomerReadDTO'.
  1199. ][2022-07-04 11:58:43.390 +02:00 INF Executed action Diligent.WebAPI.Host.Controllers.CustomerController.Login (Diligent.WebAPI.Host) in 111.1723ms
  1200. ][2022-07-04 11:58:43.390 +02:00 INF Executed endpoint 'Diligent.WebAPI.Host.Controllers.CustomerController.Login (Diligent.WebAPI.Host)'
  1201. ][2022-07-04 11:58:43.390 +02:00 INF Request finished HTTP/1.1 POST http://localhost:5116/v1.0/Customer/login application/json 49 - 200 - application/json;+charset=utf-8 111.5323ms
  1202. ][2022-07-04 11:58:44.190 +02:00 INF Request starting HTTP/1.1 GET http://localhost:5116/v1.0/Cha - -
  1203. ][2022-07-04 11:58:44.190 +02:00 INF CORS policy execution successful.
  1204. ][2022-07-04 11:58:44.190 +02:00 INF Request finished HTTP/1.1 GET http://localhost:5116/v1.0/Cha - - - 404 0 - 0.1824ms
  1205. ][2022-07-04 11:59:00.983 +02:00 INF Request starting HTTP/1.1 OPTIONS http://localhost:5116/v1.0/Customer/login - -
  1206. ][2022-07-04 11:59:00.983 +02:00 INF CORS policy execution successful.
  1207. ][2022-07-04 11:59:00.983 +02:00 INF Request finished HTTP/1.1 OPTIONS http://localhost:5116/v1.0/Customer/login - - - 204 - - 0.1600ms
  1208. ][2022-07-04 11:59:00.988 +02:00 INF Request starting HTTP/1.1 POST http://localhost:5116/v1.0/Customer/login application/json 49
  1209. ][2022-07-04 11:59:00.988 +02:00 INF CORS policy execution successful.
  1210. ][2022-07-04 11:59:00.988 +02:00 INF Executing endpoint 'Diligent.WebAPI.Host.Controllers.CustomerController.Login (Diligent.WebAPI.Host)'
  1211. ][2022-07-04 11:59:00.988 +02:00 INF Route matched with {action = "Login", controller = "Customer"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.ActionResult`1[Diligent.WebAPI.Host.DTOs.Customer.CustomerReadDTO]] Login(Diligent.WebAPI.Host.DTOs.Customer.CustomerLoginDTO) on controller Diligent.WebAPI.Host.Controllers.CustomerController (Diligent.WebAPI.Host).
  1212. ][2022-07-04 11:59:01.366 +02:00 INF Executing ObjectResult, writing value of type 'Diligent.WebAPI.Host.DTOs.Customer.CustomerReadDTO'.
  1213. ][2022-07-04 11:59:01.366 +02:00 INF Executed action Diligent.WebAPI.Host.Controllers.CustomerController.Login (Diligent.WebAPI.Host) in 377.7865ms
  1214. ][2022-07-04 11:59:01.366 +02:00 INF Executed endpoint 'Diligent.WebAPI.Host.Controllers.CustomerController.Login (Diligent.WebAPI.Host)'
  1215. ][2022-07-04 11:59:01.366 +02:00 INF Request finished HTTP/1.1 POST http://localhost:5116/v1.0/Customer/login application/json 49 - 200 - application/json;+charset=utf-8 378.2007ms
  1216. ][2022-07-04 11:59:02.036 +02:00 INF Request starting HTTP/1.1 GET http://localhost:5116/v1.0/Cha - -
  1217. ][2022-07-04 11:59:02.037 +02:00 INF CORS policy execution successful.
  1218. ][2022-07-04 11:59:02.037 +02:00 INF Request finished HTTP/1.1 GET http://localhost:5116/v1.0/Cha - - - 404 0 - 0.1749ms
  1219. ][2022-07-04 11:59:19.627 +02:00 INF Request starting HTTP/1.1 OPTIONS http://localhost:5116/v1.0/Customer/login - -
  1220. ][2022-07-04 11:59:19.627 +02:00 INF CORS policy execution successful.
  1221. ][2022-07-04 11:59:19.627 +02:00 INF Request finished HTTP/1.1 OPTIONS http://localhost:5116/v1.0/Customer/login - - - 204 - - 0.1751ms
  1222. ][2022-07-04 11:59:19.631 +02:00 INF Request starting HTTP/1.1 POST http://localhost:5116/v1.0/Customer/login application/json 49
  1223. ][2022-07-04 11:59:19.631 +02:00 INF CORS policy execution successful.
  1224. ][2022-07-04 11:59:19.631 +02:00 INF Executing endpoint 'Diligent.WebAPI.Host.Controllers.CustomerController.Login (Diligent.WebAPI.Host)'
  1225. ][2022-07-04 11:59:19.632 +02:00 INF Route matched with {action = "Login", controller = "Customer"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.ActionResult`1[Diligent.WebAPI.Host.DTOs.Customer.CustomerReadDTO]] Login(Diligent.WebAPI.Host.DTOs.Customer.CustomerLoginDTO) on controller Diligent.WebAPI.Host.Controllers.CustomerController (Diligent.WebAPI.Host).
  1226. ][2022-07-04 11:59:19.845 +02:00 INF Executing ObjectResult, writing value of type 'Diligent.WebAPI.Host.DTOs.Customer.CustomerReadDTO'.
  1227. ][2022-07-04 11:59:19.845 +02:00 INF Executed action Diligent.WebAPI.Host.Controllers.CustomerController.Login (Diligent.WebAPI.Host) in 213.8047ms
  1228. ][2022-07-04 11:59:19.845 +02:00 INF Executed endpoint 'Diligent.WebAPI.Host.Controllers.CustomerController.Login (Diligent.WebAPI.Host)'
  1229. ][2022-07-04 11:59:19.846 +02:00 INF Request finished HTTP/1.1 POST http://localhost:5116/v1.0/Customer/login application/json 49 - 200 - application/json;+charset=utf-8 214.2443ms
  1230. ][2022-07-04 11:59:20.725 +02:00 INF Request starting HTTP/1.1 GET http://localhost:5116/v1.0/Cha - -
  1231. ][2022-07-04 11:59:20.725 +02:00 INF CORS policy execution successful.
  1232. ][2022-07-04 11:59:20.726 +02:00 INF Request finished HTTP/1.1 GET http://localhost:5116/v1.0/Cha - - - 404 0 - 0.1732ms
  1233. ][2022-07-04 12:00:00.984 +02:00 INF Request starting HTTP/1.1 OPTIONS http://localhost:5116/v1.0/Customer/login - -
  1234. ][2022-07-04 12:00:00.984 +02:00 INF CORS policy execution successful.
  1235. ][2022-07-04 12:00:00.984 +02:00 INF Request finished HTTP/1.1 OPTIONS http://localhost:5116/v1.0/Customer/login - - - 204 - - 0.1613ms
  1236. ][2022-07-04 12:00:00.989 +02:00 INF Request starting HTTP/1.1 POST http://localhost:5116/v1.0/Customer/login application/json 49
  1237. ][2022-07-04 12:00:00.989 +02:00 INF CORS policy execution successful.
  1238. ][2022-07-04 12:00:00.989 +02:00 INF Executing endpoint 'Diligent.WebAPI.Host.Controllers.CustomerController.Login (Diligent.WebAPI.Host)'
  1239. ][2022-07-04 12:00:00.989 +02:00 INF Route matched with {action = "Login", controller = "Customer"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.ActionResult`1[Diligent.WebAPI.Host.DTOs.Customer.CustomerReadDTO]] Login(Diligent.WebAPI.Host.DTOs.Customer.CustomerLoginDTO) on controller Diligent.WebAPI.Host.Controllers.CustomerController (Diligent.WebAPI.Host).
  1240. ][2022-07-04 12:00:01.101 +02:00 INF Executing ObjectResult, writing value of type 'Diligent.WebAPI.Host.DTOs.Customer.CustomerReadDTO'.
  1241. ][2022-07-04 12:00:01.101 +02:00 INF Executed action Diligent.WebAPI.Host.Controllers.CustomerController.Login (Diligent.WebAPI.Host) in 111.4615ms
  1242. ][2022-07-04 12:00:01.101 +02:00 INF Executed endpoint 'Diligent.WebAPI.Host.Controllers.CustomerController.Login (Diligent.WebAPI.Host)'
  1243. ][2022-07-04 12:00:01.101 +02:00 INF Request finished HTTP/1.1 POST http://localhost:5116/v1.0/Customer/login application/json 49 - 200 - application/json;+charset=utf-8 111.8072ms
  1244. ][2022-07-04 12:00:02.017 +02:00 INF Request starting HTTP/1.1 GET http://localhost:5116/v1.0/Cha - -
  1245. ][2022-07-04 12:00:02.017 +02:00 INF CORS policy execution successful.
  1246. ][2022-07-04 12:00:02.017 +02:00 INF Request finished HTTP/1.1 GET http://localhost:5116/v1.0/Cha - - - 404 0 - 0.1880ms
  1247. ][2022-07-04 12:00:16.526 +02:00 INF Request starting HTTP/1.1 OPTIONS http://localhost:5116/v1.0/Customer/login - -
  1248. ][2022-07-04 12:00:16.526 +02:00 INF CORS policy execution successful.
  1249. ][2022-07-04 12:00:16.526 +02:00 INF Request finished HTTP/1.1 OPTIONS http://localhost:5116/v1.0/Customer/login - - - 204 - - 0.1352ms
  1250. ][2022-07-04 12:00:16.531 +02:00 INF Request starting HTTP/1.1 POST http://localhost:5116/v1.0/Customer/login application/json 49
  1251. ][2022-07-04 12:00:16.531 +02:00 INF CORS policy execution successful.
  1252. ][2022-07-04 12:00:16.531 +02:00 INF Executing endpoint 'Diligent.WebAPI.Host.Controllers.CustomerController.Login (Diligent.WebAPI.Host)'
  1253. ][2022-07-04 12:00:16.531 +02:00 INF Route matched with {action = "Login", controller = "Customer"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.ActionResult`1[Diligent.WebAPI.Host.DTOs.Customer.CustomerReadDTO]] Login(Diligent.WebAPI.Host.DTOs.Customer.CustomerLoginDTO) on controller Diligent.WebAPI.Host.Controllers.CustomerController (Diligent.WebAPI.Host).
  1254. ][2022-07-04 12:00:16.640 +02:00 INF Executing ObjectResult, writing value of type 'Diligent.WebAPI.Host.DTOs.Customer.CustomerReadDTO'.
  1255. ][2022-07-04 12:00:16.640 +02:00 INF Executed action Diligent.WebAPI.Host.Controllers.CustomerController.Login (Diligent.WebAPI.Host) in 109.1935ms
  1256. ][2022-07-04 12:00:16.640 +02:00 INF Executed endpoint 'Diligent.WebAPI.Host.Controllers.CustomerController.Login (Diligent.WebAPI.Host)'
  1257. ][2022-07-04 12:00:16.640 +02:00 INF Request finished HTTP/1.1 POST http://localhost:5116/v1.0/Customer/login application/json 49 - 200 - application/json;+charset=utf-8 109.4808ms
  1258. ][2022-07-04 12:00:17.545 +02:00 INF Request starting HTTP/1.1 GET http://localhost:5116/v1.0/Cha - -
  1259. ][2022-07-04 12:00:17.545 +02:00 INF CORS policy execution successful.
  1260. ][2022-07-04 12:00:17.545 +02:00 INF Request finished HTTP/1.1 GET http://localhost:5116/v1.0/Cha - - - 404 0 - 0.1716ms
  1261. ][2022-07-04 12:00:28.750 +02:00 INF Request starting HTTP/1.1 GET http://localhost:5116/v1.0/Cha - -
  1262. ][2022-07-04 12:00:28.750 +02:00 INF CORS policy execution successful.
  1263. ][2022-07-04 12:00:28.750 +02:00 INF Request finished HTTP/1.1 GET http://localhost:5116/v1.0/Cha - - - 404 0 - 0.1953ms
  1264. ][2022-07-04 12:00:30.963 +02:00 INF Request starting HTTP/1.1 GET http://localhost:5116/v1.0/Cha - -
  1265. ][2022-07-04 12:00:30.963 +02:00 INF CORS policy execution successful.
  1266. ][2022-07-04 12:00:30.963 +02:00 INF Request finished HTTP/1.1 GET http://localhost:5116/v1.0/Cha - - - 404 0 - 0.1867ms
  1267. ][2022-07-04 12:00:32.825 +02:00 INF Request starting HTTP/1.1 GET http://localhost:5116/v1.0/Cha - -
  1268. ][2022-07-04 12:00:32.825 +02:00 INF CORS policy execution successful.
  1269. ][2022-07-04 12:00:32.825 +02:00 INF Request finished HTTP/1.1 GET http://localhost:5116/v1.0/Cha - - - 404 0 - 0.2349ms
  1270. ][2022-07-04 12:02:01.471 +02:00 INF Request starting HTTP/1.1 OPTIONS http://localhost:5116/v1.0/Customer/login - -
  1271. ][2022-07-04 12:02:01.471 +02:00 INF CORS policy execution successful.
  1272. ][2022-07-04 12:02:01.471 +02:00 INF Request finished HTTP/1.1 OPTIONS http://localhost:5116/v1.0/Customer/login - - - 204 - - 0.1760ms
  1273. ][2022-07-04 12:02:01.476 +02:00 INF Request starting HTTP/1.1 POST http://localhost:5116/v1.0/Customer/login application/json 49
  1274. ][2022-07-04 12:02:01.476 +02:00 INF CORS policy execution successful.
  1275. ][2022-07-04 12:02:01.476 +02:00 INF Executing endpoint 'Diligent.WebAPI.Host.Controllers.CustomerController.Login (Diligent.WebAPI.Host)'
  1276. ][2022-07-04 12:02:01.476 +02:00 INF Route matched with {action = "Login", controller = "Customer"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.ActionResult`1[Diligent.WebAPI.Host.DTOs.Customer.CustomerReadDTO]] Login(Diligent.WebAPI.Host.DTOs.Customer.CustomerLoginDTO) on controller Diligent.WebAPI.Host.Controllers.CustomerController (Diligent.WebAPI.Host).
  1277. ][2022-07-04 12:02:01.596 +02:00 INF Executing ObjectResult, writing value of type 'Diligent.WebAPI.Host.DTOs.Customer.CustomerReadDTO'.
  1278. ][2022-07-04 12:02:01.596 +02:00 INF Executed action Diligent.WebAPI.Host.Controllers.CustomerController.Login (Diligent.WebAPI.Host) in 120.1471ms
  1279. ][2022-07-04 12:02:01.596 +02:00 INF Executed endpoint 'Diligent.WebAPI.Host.Controllers.CustomerController.Login (Diligent.WebAPI.Host)'
  1280. ][2022-07-04 12:02:01.596 +02:00 INF Request finished HTTP/1.1 POST http://localhost:5116/v1.0/Customer/login application/json 49 - 200 - application/json;+charset=utf-8 120.4856ms
  1281. ][2022-07-04 12:02:02.494 +02:00 INF Request starting HTTP/1.1 GET http://localhost:5116/v1.0/Cha - -
  1282. ][2022-07-04 12:02:02.494 +02:00 INF CORS policy execution successful.
  1283. ][2022-07-04 12:02:02.494 +02:00 INF Request finished HTTP/1.1 GET http://localhost:5116/v1.0/Cha - - - 404 0 - 0.1714ms
  1284. ][2022-07-04 12:02:10.001 +02:00 INF Request starting HTTP/1.1 OPTIONS http://localhost:5116/v1.0/Customer/login - -
  1285. ][2022-07-04 12:02:10.001 +02:00 INF CORS policy execution successful.
  1286. ][2022-07-04 12:02:10.001 +02:00 INF Request finished HTTP/1.1 OPTIONS http://localhost:5116/v1.0/Customer/login - - - 204 - - 0.1646ms
  1287. ][2022-07-04 12:02:10.002 +02:00 INF Request starting HTTP/1.1 POST http://localhost:5116/v1.0/Customer/login application/json 49
  1288. ][2022-07-04 12:02:10.002 +02:00 INF CORS policy execution successful.
  1289. ][2022-07-04 12:02:10.002 +02:00 INF Executing endpoint 'Diligent.WebAPI.Host.Controllers.CustomerController.Login (Diligent.WebAPI.Host)'
  1290. ][2022-07-04 12:02:10.002 +02:00 INF Route matched with {action = "Login", controller = "Customer"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.ActionResult`1[Diligent.WebAPI.Host.DTOs.Customer.CustomerReadDTO]] Login(Diligent.WebAPI.Host.DTOs.Customer.CustomerLoginDTO) on controller Diligent.WebAPI.Host.Controllers.CustomerController (Diligent.WebAPI.Host).
  1291. ][2022-07-04 12:02:10.110 +02:00 INF Executing ObjectResult, writing value of type 'Diligent.WebAPI.Host.DTOs.Customer.CustomerReadDTO'.
  1292. ][2022-07-04 12:02:10.110 +02:00 INF Executed action Diligent.WebAPI.Host.Controllers.CustomerController.Login (Diligent.WebAPI.Host) in 108.5877ms
  1293. ][2022-07-04 12:02:10.110 +02:00 INF Executed endpoint 'Diligent.WebAPI.Host.Controllers.CustomerController.Login (Diligent.WebAPI.Host)'
  1294. ][2022-07-04 12:02:10.110 +02:00 INF Request finished HTTP/1.1 POST http://localhost:5116/v1.0/Customer/login application/json 49 - 200 - application/json;+charset=utf-8 108.8732ms
  1295. ][2022-07-04 12:02:10.848 +02:00 INF Request starting HTTP/1.1 GET http://localhost:5116/v1.0/Chat - -
  1296. ][2022-07-04 12:02:10.848 +02:00 INF CORS policy execution successful.
  1297. ][2022-07-04 12:02:10.848 +02:00 INF Executing endpoint 'Diligent.WebAPI.Host.Controllers.ChatController.GetAll (Diligent.WebAPI.Host)'
  1298. ][2022-07-04 12:02:10.848 +02:00 INF Route matched with {action = "GetAll", controller = "Chat"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] GetAll() on controller Diligent.WebAPI.Host.Controllers.ChatController (Diligent.WebAPI.Host).
  1299. ][2022-07-04 12:02:10.874 +02:00 INF Executing OkObjectResult, writing value of type 'System.Collections.Generic.List`1[[Diligent.WebAPI.Data.Entities.Room, Diligent.WebAPI.Data, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]]'.
  1300. ][2022-07-04 12:02:10.874 +02:00 INF Executed action Diligent.WebAPI.Host.Controllers.ChatController.GetAll (Diligent.WebAPI.Host) in 26.5357ms
  1301. ][2022-07-04 12:02:10.874 +02:00 INF Executed endpoint 'Diligent.WebAPI.Host.Controllers.ChatController.GetAll (Diligent.WebAPI.Host)'
  1302. ][2022-07-04 12:02:10.874 +02:00 INF Request finished HTTP/1.1 GET http://localhost:5116/v1.0/Chat - - - 200 - application/json;+charset=utf-8 26.9029ms
  1303. ][2022-07-04 12:03:07.748 +02:00 INF Request starting HTTP/1.1 GET http://localhost:5116/v1.0/Chat - -
  1304. ][2022-07-04 12:03:07.748 +02:00 INF CORS policy execution successful.
  1305. ][2022-07-04 12:03:07.748 +02:00 INF Executing endpoint 'Diligent.WebAPI.Host.Controllers.ChatController.GetAll (Diligent.WebAPI.Host)'
  1306. ][2022-07-04 12:03:07.748 +02:00 INF Route matched with {action = "GetAll", controller = "Chat"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] GetAll() on controller Diligent.WebAPI.Host.Controllers.ChatController (Diligent.WebAPI.Host).
  1307. ][2022-07-04 12:03:07.774 +02:00 INF Executing OkObjectResult, writing value of type 'System.Collections.Generic.List`1[[Diligent.WebAPI.Data.Entities.Room, Diligent.WebAPI.Data, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]]'.
  1308. ][2022-07-04 12:03:07.774 +02:00 INF Executed action Diligent.WebAPI.Host.Controllers.ChatController.GetAll (Diligent.WebAPI.Host) in 25.6502ms
  1309. ][2022-07-04 12:03:07.774 +02:00 INF Executed endpoint 'Diligent.WebAPI.Host.Controllers.ChatController.GetAll (Diligent.WebAPI.Host)'
  1310. ][2022-07-04 12:03:07.774 +02:00 INF Request finished HTTP/1.1 GET http://localhost:5116/v1.0/Chat - - - 200 - application/json;+charset=utf-8 25.9707ms
  1311. ][2022-07-04 12:09:33.214 +02:00 INF Request starting HTTP/1.1 GET http://localhost:5116/v1.0/Chat - -
  1312. ][2022-07-04 12:09:33.214 +02:00 INF CORS policy execution successful.
  1313. ][2022-07-04 12:09:33.214 +02:00 INF Executing endpoint 'Diligent.WebAPI.Host.Controllers.ChatController.GetAll (Diligent.WebAPI.Host)'
  1314. ][2022-07-04 12:09:33.214 +02:00 INF Route matched with {action = "GetAll", controller = "Chat"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] GetAll() on controller Diligent.WebAPI.Host.Controllers.ChatController (Diligent.WebAPI.Host).
  1315. ][2022-07-04 12:09:33.450 +02:00 INF Executing OkObjectResult, writing value of type 'System.Collections.Generic.List`1[[Diligent.WebAPI.Data.Entities.Room, Diligent.WebAPI.Data, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]]'.
  1316. ][2022-07-04 12:09:33.450 +02:00 INF Executed action Diligent.WebAPI.Host.Controllers.ChatController.GetAll (Diligent.WebAPI.Host) in 235.673ms
  1317. ][2022-07-04 12:09:33.450 +02:00 INF Executed endpoint 'Diligent.WebAPI.Host.Controllers.ChatController.GetAll (Diligent.WebAPI.Host)'
  1318. ][2022-07-04 12:09:33.450 +02:00 INF Request finished HTTP/1.1 GET http://localhost:5116/v1.0/Chat - - - 200 - application/json;+charset=utf-8 236.1949ms
  1319. ][2022-07-04 12:09:35.073 +02:00 INF Request starting HTTP/1.1 GET http://localhost:5116/v1.0/Chat - -
  1320. ][2022-07-04 12:09:35.073 +02:00 INF CORS policy execution successful.
  1321. ][2022-07-04 12:09:35.073 +02:00 INF Executing endpoint 'Diligent.WebAPI.Host.Controllers.ChatController.GetAll (Diligent.WebAPI.Host)'
  1322. ][2022-07-04 12:09:35.073 +02:00 INF Route matched with {action = "GetAll", controller = "Chat"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] GetAll() on controller Diligent.WebAPI.Host.Controllers.ChatController (Diligent.WebAPI.Host).
  1323. ][2022-07-04 12:09:35.102 +02:00 INF Executing OkObjectResult, writing value of type 'System.Collections.Generic.List`1[[Diligent.WebAPI.Data.Entities.Room, Diligent.WebAPI.Data, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]]'.
  1324. ][2022-07-04 12:09:35.102 +02:00 INF Executed action Diligent.WebAPI.Host.Controllers.ChatController.GetAll (Diligent.WebAPI.Host) in 28.809ms
  1325. ][2022-07-04 12:09:35.102 +02:00 INF Executed endpoint 'Diligent.WebAPI.Host.Controllers.ChatController.GetAll (Diligent.WebAPI.Host)'
  1326. ][2022-07-04 12:09:35.102 +02:00 INF Request finished HTTP/1.1 GET http://localhost:5116/v1.0/Chat - - - 200 - application/json;+charset=utf-8 29.1607ms
  1327. ][2022-07-04 12:09:37.415 +02:00 INF Request starting HTTP/1.1 GET http://localhost:5116/v1.0/Chat - -
  1328. ][2022-07-04 12:09:37.415 +02:00 INF CORS policy execution successful.
  1329. ][2022-07-04 12:09:37.415 +02:00 INF Executing endpoint 'Diligent.WebAPI.Host.Controllers.ChatController.GetAll (Diligent.WebAPI.Host)'
  1330. ][2022-07-04 12:09:37.415 +02:00 INF Route matched with {action = "GetAll", controller = "Chat"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] GetAll() on controller Diligent.WebAPI.Host.Controllers.ChatController (Diligent.WebAPI.Host).
  1331. ][2022-07-04 12:09:37.441 +02:00 INF Executing OkObjectResult, writing value of type 'System.Collections.Generic.List`1[[Diligent.WebAPI.Data.Entities.Room, Diligent.WebAPI.Data, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]]'.
  1332. ][2022-07-04 12:09:37.441 +02:00 INF Executed action Diligent.WebAPI.Host.Controllers.ChatController.GetAll (Diligent.WebAPI.Host) in 25.8034ms
  1333. ][2022-07-04 12:09:37.441 +02:00 INF Executed endpoint 'Diligent.WebAPI.Host.Controllers.ChatController.GetAll (Diligent.WebAPI.Host)'
  1334. ][2022-07-04 12:09:37.441 +02:00 INF Request finished HTTP/1.1 GET http://localhost:5116/v1.0/Chat - - - 200 - application/json;+charset=utf-8 26.2532ms
  1335. ][2022-07-04 12:09:45.535 +02:00 INF Request starting HTTP/1.1 OPTIONS http://localhost:5116/v1.0/Customer/login - -
  1336. ][2022-07-04 12:09:45.535 +02:00 INF CORS policy execution successful.
  1337. ][2022-07-04 12:09:45.536 +02:00 INF Request finished HTTP/1.1 OPTIONS http://localhost:5116/v1.0/Customer/login - - - 204 - - 0.1559ms
  1338. ][2022-07-04 12:09:45.536 +02:00 INF Request starting HTTP/1.1 POST http://localhost:5116/v1.0/Customer/login application/json 49
  1339. ][2022-07-04 12:09:45.536 +02:00 INF CORS policy execution successful.
  1340. ][2022-07-04 12:09:45.537 +02:00 INF Executing endpoint 'Diligent.WebAPI.Host.Controllers.CustomerController.Login (Diligent.WebAPI.Host)'
  1341. ][2022-07-04 12:09:45.537 +02:00 INF Route matched with {action = "Login", controller = "Customer"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.ActionResult`1[Diligent.WebAPI.Host.DTOs.Customer.CustomerReadDTO]] Login(Diligent.WebAPI.Host.DTOs.Customer.CustomerLoginDTO) on controller Diligent.WebAPI.Host.Controllers.CustomerController (Diligent.WebAPI.Host).
  1342. ][2022-07-04 12:09:45.648 +02:00 INF Executing ObjectResult, writing value of type 'Diligent.WebAPI.Host.DTOs.Customer.CustomerReadDTO'.
  1343. ][2022-07-04 12:09:45.648 +02:00 INF Executed action Diligent.WebAPI.Host.Controllers.CustomerController.Login (Diligent.WebAPI.Host) in 111.291ms
  1344. ][2022-07-04 12:09:45.648 +02:00 INF Executed endpoint 'Diligent.WebAPI.Host.Controllers.CustomerController.Login (Diligent.WebAPI.Host)'
  1345. ][2022-07-04 12:09:45.648 +02:00 INF Request finished HTTP/1.1 POST http://localhost:5116/v1.0/Customer/login application/json 49 - 200 - application/json;+charset=utf-8 111.6353ms
  1346. ][2022-07-04 12:09:46.467 +02:00 INF Request starting HTTP/1.1 GET http://localhost:5116/v1.0/Cha - -
  1347. ][2022-07-04 12:09:46.467 +02:00 INF CORS policy execution successful.
  1348. ][2022-07-04 12:09:46.468 +02:00 INF Request finished HTTP/1.1 GET http://localhost:5116/v1.0/Cha - - - 404 0 - 0.1881ms
  1349. ][2022-07-04 12:10:32.919 +02:00 INF Request starting HTTP/1.1 OPTIONS http://localhost:5116/v1.0/Customer/login - -
  1350. ][2022-07-04 12:10:32.919 +02:00 INF CORS policy execution successful.
  1351. ][2022-07-04 12:10:32.919 +02:00 INF Request finished HTTP/1.1 OPTIONS http://localhost:5116/v1.0/Customer/login - - - 204 - - 0.2591ms
  1352. ][2022-07-04 12:10:32.924 +02:00 INF Request starting HTTP/1.1 POST http://localhost:5116/v1.0/Customer/login application/json 49
  1353. ][2022-07-04 12:10:32.924 +02:00 INF CORS policy execution successful.
  1354. ][2022-07-04 12:10:32.924 +02:00 INF Executing endpoint 'Diligent.WebAPI.Host.Controllers.CustomerController.Login (Diligent.WebAPI.Host)'
  1355. ][2022-07-04 12:10:32.924 +02:00 INF Route matched with {action = "Login", controller = "Customer"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.ActionResult`1[Diligent.WebAPI.Host.DTOs.Customer.CustomerReadDTO]] Login(Diligent.WebAPI.Host.DTOs.Customer.CustomerLoginDTO) on controller Diligent.WebAPI.Host.Controllers.CustomerController (Diligent.WebAPI.Host).
  1356. ][2022-07-04 12:10:33.035 +02:00 INF Executing ObjectResult, writing value of type 'Diligent.WebAPI.Host.DTOs.Customer.CustomerReadDTO'.
  1357. ][2022-07-04 12:10:33.035 +02:00 INF Executed action Diligent.WebAPI.Host.Controllers.CustomerController.Login (Diligent.WebAPI.Host) in 110.6573ms
  1358. ][2022-07-04 12:10:33.035 +02:00 INF Executed endpoint 'Diligent.WebAPI.Host.Controllers.CustomerController.Login (Diligent.WebAPI.Host)'
  1359. ][2022-07-04 12:10:33.035 +02:00 INF Request finished HTTP/1.1 POST http://localhost:5116/v1.0/Customer/login application/json 49 - 200 - application/json;+charset=utf-8 111.0039ms
  1360. ][2022-07-04 12:10:33.997 +02:00 INF Request starting HTTP/1.1 GET http://localhost:5116/v1.0/Chat - -
  1361. ][2022-07-04 12:10:33.998 +02:00 INF CORS policy execution successful.
  1362. ][2022-07-04 12:10:33.998 +02:00 INF Executing endpoint 'Diligent.WebAPI.Host.Controllers.ChatController.GetAll (Diligent.WebAPI.Host)'
  1363. ][2022-07-04 12:10:33.998 +02:00 INF Route matched with {action = "GetAll", controller = "Chat"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] GetAll() on controller Diligent.WebAPI.Host.Controllers.ChatController (Diligent.WebAPI.Host).
  1364. ][2022-07-04 12:10:34.024 +02:00 INF Executing OkObjectResult, writing value of type 'System.Collections.Generic.List`1[[Diligent.WebAPI.Data.Entities.Room, Diligent.WebAPI.Data, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]]'.
  1365. ][2022-07-04 12:10:34.024 +02:00 INF Executed action Diligent.WebAPI.Host.Controllers.ChatController.GetAll (Diligent.WebAPI.Host) in 25.7632ms
  1366. ][2022-07-04 12:10:34.024 +02:00 INF Executed endpoint 'Diligent.WebAPI.Host.Controllers.ChatController.GetAll (Diligent.WebAPI.Host)'
  1367. ][2022-07-04 12:10:34.024 +02:00 INF Request finished HTTP/1.1 GET http://localhost:5116/v1.0/Chat - - - 200 - application/json;+charset=utf-8 27.0439ms
  1368. ][2022-07-04 12:10:36.431 +02:00 INF Request starting HTTP/1.1 GET http://localhost:5116/v1.0/Chat - -
  1369. ][2022-07-04 12:10:36.431 +02:00 INF CORS policy execution successful.
  1370. ][2022-07-04 12:10:36.431 +02:00 INF Executing endpoint 'Diligent.WebAPI.Host.Controllers.ChatController.GetAll (Diligent.WebAPI.Host)'
  1371. ][2022-07-04 12:10:36.431 +02:00 INF Route matched with {action = "GetAll", controller = "Chat"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] GetAll() on controller Diligent.WebAPI.Host.Controllers.ChatController (Diligent.WebAPI.Host).
  1372. ][2022-07-04 12:10:36.457 +02:00 INF Executing OkObjectResult, writing value of type 'System.Collections.Generic.List`1[[Diligent.WebAPI.Data.Entities.Room, Diligent.WebAPI.Data, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]]'.
  1373. ][2022-07-04 12:10:36.457 +02:00 INF Executed action Diligent.WebAPI.Host.Controllers.ChatController.GetAll (Diligent.WebAPI.Host) in 25.6951ms
  1374. ][2022-07-04 12:10:36.457 +02:00 INF Executed endpoint 'Diligent.WebAPI.Host.Controllers.ChatController.GetAll (Diligent.WebAPI.Host)'
  1375. ][2022-07-04 12:10:36.457 +02:00 INF Request finished HTTP/1.1 GET http://localhost:5116/v1.0/Chat - - - 200 - application/json;+charset=utf-8 26.0672ms
  1376. ][2022-07-04 12:20:20.505 +02:00 INF Request starting HTTP/1.1 OPTIONS http://localhost:5116/v1.0/Customer/login - -
  1377. ][2022-07-04 12:20:20.505 +02:00 INF CORS policy execution successful.
  1378. ][2022-07-04 12:20:20.506 +02:00 INF Request finished HTTP/1.1 OPTIONS http://localhost:5116/v1.0/Customer/login - - - 204 - - 0.2367ms
  1379. ][2022-07-04 12:20:20.510 +02:00 INF Request starting HTTP/1.1 POST http://localhost:5116/v1.0/Customer/login application/json 49
  1380. ][2022-07-04 12:20:20.510 +02:00 INF CORS policy execution successful.
  1381. ][2022-07-04 12:20:20.510 +02:00 INF Executing endpoint 'Diligent.WebAPI.Host.Controllers.CustomerController.Login (Diligent.WebAPI.Host)'
  1382. ][2022-07-04 12:20:20.510 +02:00 INF Route matched with {action = "Login", controller = "Customer"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.ActionResult`1[Diligent.WebAPI.Host.DTOs.Customer.CustomerReadDTO]] Login(Diligent.WebAPI.Host.DTOs.Customer.CustomerLoginDTO) on controller Diligent.WebAPI.Host.Controllers.CustomerController (Diligent.WebAPI.Host).
  1383. ][2022-07-04 12:20:20.708 +02:00 INF Executing ObjectResult, writing value of type 'Diligent.WebAPI.Host.DTOs.Customer.CustomerReadDTO'.
  1384. ][2022-07-04 12:20:20.708 +02:00 INF Executed action Diligent.WebAPI.Host.Controllers.CustomerController.Login (Diligent.WebAPI.Host) in 198.0371ms
  1385. ][2022-07-04 12:20:20.708 +02:00 INF Executed endpoint 'Diligent.WebAPI.Host.Controllers.CustomerController.Login (Diligent.WebAPI.Host)'
  1386. ][2022-07-04 12:20:20.708 +02:00 INF Request finished HTTP/1.1 POST http://localhost:5116/v1.0/Customer/login application/json 49 - 200 - application/json;+charset=utf-8 198.4341ms
  1387. ][2022-07-04 12:20:22.089 +02:00 INF Request starting HTTP/1.1 GET http://localhost:5116/v1.0/Chat - -
  1388. ][2022-07-04 12:20:22.090 +02:00 INF CORS policy execution successful.
  1389. ][2022-07-04 12:20:22.090 +02:00 INF Executing endpoint 'Diligent.WebAPI.Host.Controllers.ChatController.GetAll (Diligent.WebAPI.Host)'
  1390. ][2022-07-04 12:20:22.090 +02:00 INF Route matched with {action = "GetAll", controller = "Chat"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] GetAll() on controller Diligent.WebAPI.Host.Controllers.ChatController (Diligent.WebAPI.Host).
  1391. ][2022-07-04 12:20:22.115 +02:00 INF Executing OkObjectResult, writing value of type 'System.Collections.Generic.List`1[[Diligent.WebAPI.Data.Entities.Room, Diligent.WebAPI.Data, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]]'.
  1392. ][2022-07-04 12:20:22.115 +02:00 INF Executed action Diligent.WebAPI.Host.Controllers.ChatController.GetAll (Diligent.WebAPI.Host) in 25.6304ms
  1393. ][2022-07-04 12:20:22.115 +02:00 INF Executed endpoint 'Diligent.WebAPI.Host.Controllers.ChatController.GetAll (Diligent.WebAPI.Host)'
  1394. ][2022-07-04 12:20:22.115 +02:00 INF Request finished HTTP/1.1 GET http://localhost:5116/v1.0/Chat - - - 200 - application/json;+charset=utf-8 25.9387ms
  1395. ]