2026-02-28 23:55:20.381 +05:30 [INF] Testing MySQL connection... 2026-02-28 23:55:20.455 +05:30 [INF] Connection string: Server=127.0.0.1;Port=3306;Database=medillpharma_db;User=medilluser;Password=medill@2802;SslMode=Disabled;AllowPublicKeyRetrieval=true; 2026-02-28 23:55:20.746 +05:30 [INF] ✓ MySQL connection successful! 2026-02-28 23:55:20.772 +05:30 [INF] Using ADO.NET Data Access 2026-02-28 23:55:20.982 +05:30 [INF] Reporting App API started successfully 2026-02-28 23:55:21.002 +05:30 [INF] User profile is available. Using '/root/.aspnet/DataProtection-Keys' as key repository; keys will not be encrypted at rest. 2026-02-28 23:55:21.104 +05:30 [INF] Now listening on: http://localhost:5000 2026-02-28 23:55:21.104 +05:30 [INF] Application started. Press Ctrl+C to shut down. 2026-02-28 23:55:21.105 +05:30 [INF] Hosting environment: Development 2026-02-28 23:55:21.105 +05:30 [INF] Content root path: /home/medillpharma/api.medillpharma.com 2026-02-28 23:55:27.401 +05:30 [INF] Request starting HTTP/1.1 GET http://103.211.203.106/api/departments - null null 2026-02-28 23:55:27.401 +05:30 [INF] Request starting HTTP/1.1 GET http://103.211.203.106/api/users - null null 2026-02-28 23:55:27.402 +05:30 [INF] Request starting HTTP/1.1 GET http://103.211.203.106/api/regions - null null 2026-02-28 23:55:27.401 +05:30 [INF] Request starting HTTP/1.1 GET http://103.211.203.106/api/doctors - null null 2026-02-28 23:55:27.401 +05:30 [INF] Request starting HTTP/1.1 GET http://103.211.203.106/api/roles - null null 2026-02-28 23:55:27.615 +05:30 [INF] Executing endpoint 'ReportingApp.API.Controllers.DoctorsController.GetAll (ReportingApp.API)' 2026-02-28 23:55:27.615 +05:30 [INF] Executing endpoint 'ReportingApp.API.Controllers.UsersController.GetAll (ReportingApp.API)' 2026-02-28 23:55:27.615 +05:30 [INF] Executing endpoint 'ReportingApp.API.Controllers.RolesController.GetAll (ReportingApp.API)' 2026-02-28 23:55:27.616 +05:30 [INF] Executing endpoint 'ReportingApp.API.Controllers.DepartmentsController.GetAll (ReportingApp.API)' 2026-02-28 23:55:27.617 +05:30 [INF] Executing endpoint 'ReportingApp.API.Controllers.RegionsController.GetAll (ReportingApp.API)' 2026-02-28 23:55:27.641 +05:30 [INF] Route matched with {action = "GetAll", controller = "Departments"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.ActionResult`1[System.Collections.Generic.List`1[ReportingApp.Application.DTOs.Response.DepartmentDto]]] GetAll() on controller ReportingApp.API.Controllers.DepartmentsController (ReportingApp.API). 2026-02-28 23:55:27.641 +05:30 [INF] Route matched with {action = "GetAll", controller = "Users"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] GetAll() on controller ReportingApp.API.Controllers.UsersController (ReportingApp.API). 2026-02-28 23:55:27.641 +05:30 [INF] Route matched with {action = "GetAll", controller = "Doctors"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] GetAll() on controller ReportingApp.API.Controllers.DoctorsController (ReportingApp.API). 2026-02-28 23:55:27.641 +05:30 [INF] Route matched with {action = "GetAll", controller = "Regions"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] GetAll() on controller ReportingApp.API.Controllers.RegionsController (ReportingApp.API). 2026-02-28 23:55:27.641 +05:30 [INF] Route matched with {action = "GetAll", controller = "Roles"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.ActionResult`1[System.Collections.Generic.List`1[ReportingApp.Application.DTOs.Response.RoleDto]]] GetAll() on controller ReportingApp.API.Controllers.RolesController (ReportingApp.API). 2026-02-28 23:55:27.679 +05:30 [INF] Executing OkObjectResult, writing value of type 'System.Collections.Generic.List`1[[ReportingApp.Application.DTOs.Response.RoleDto, ReportingApp.Application, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]]'. 2026-02-28 23:55:27.717 +05:30 [INF] Executing OkObjectResult, writing value of type 'System.Collections.Generic.List`1[[ReportingApp.Application.DTOs.Response.RegionResponse, ReportingApp.Application, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]]'. 2026-02-28 23:55:27.718 +05:30 [INF] Executing OkObjectResult, writing value of type 'System.Collections.Generic.List`1[[ReportingApp.Application.DTOs.Response.DepartmentDto, ReportingApp.Application, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]]'. 2026-02-28 23:55:27.727 +05:30 [INF] Executed action ReportingApp.API.Controllers.RolesController.GetAll (ReportingApp.API) in 81.1466ms 2026-02-28 23:55:27.731 +05:30 [INF] Executed endpoint 'ReportingApp.API.Controllers.RolesController.GetAll (ReportingApp.API)' 2026-02-28 23:55:27.735 +05:30 [INF] Request finished HTTP/1.1 GET http://103.211.203.106/api/roles - 200 null application/json; charset=utf-8 336.1335ms 2026-02-28 23:55:27.741 +05:30 [INF] Executed action ReportingApp.API.Controllers.RegionsController.GetAll (ReportingApp.API) in 98.9745ms 2026-02-28 23:55:27.741 +05:30 [INF] Executed action ReportingApp.API.Controllers.DepartmentsController.GetAll (ReportingApp.API) in 99.3412ms 2026-02-28 23:55:27.741 +05:30 [INF] Executed endpoint 'ReportingApp.API.Controllers.RegionsController.GetAll (ReportingApp.API)' 2026-02-28 23:55:27.741 +05:30 [INF] Executed endpoint 'ReportingApp.API.Controllers.DepartmentsController.GetAll (ReportingApp.API)' 2026-02-28 23:55:27.744 +05:30 [INF] Request finished HTTP/1.1 GET http://103.211.203.106/api/regions - 200 null application/json; charset=utf-8 346.0609ms 2026-02-28 23:55:27.744 +05:30 [INF] Request finished HTTP/1.1 GET http://103.211.203.106/api/departments - 200 null application/json; charset=utf-8 346.046ms 2026-02-28 23:55:27.828 +05:30 [INF] Executing OkObjectResult, writing value of type 'System.Collections.Generic.List`1[[ReportingApp.Application.DTOs.Response.DoctorResponse, ReportingApp.Application, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]]'. 2026-02-28 23:55:27.843 +05:30 [INF] Executed action ReportingApp.API.Controllers.DoctorsController.GetAll (ReportingApp.API) in 201.5083ms 2026-02-28 23:55:27.843 +05:30 [INF] Executed endpoint 'ReportingApp.API.Controllers.DoctorsController.GetAll (ReportingApp.API)' 2026-02-28 23:55:27.844 +05:30 [INF] Request finished HTTP/1.1 GET http://103.211.203.106/api/doctors - 200 null application/json; charset=utf-8 445.4873ms 2026-02-28 23:55:28.011 +05:30 [INF] Executing OkObjectResult, writing value of type 'System.Collections.Generic.List`1[[ReportingApp.Application.DTOs.Response.UserResponse, ReportingApp.Application, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]]'. 2026-02-28 23:55:28.032 +05:30 [INF] Executed action ReportingApp.API.Controllers.UsersController.GetAll (ReportingApp.API) in 390.5672ms 2026-02-28 23:55:28.032 +05:30 [INF] Executed endpoint 'ReportingApp.API.Controllers.UsersController.GetAll (ReportingApp.API)' 2026-02-28 23:55:28.033 +05:30 [INF] Request finished HTTP/1.1 GET http://103.211.203.106/api/users - 200 null application/json; charset=utf-8 634.4558ms 2026-02-28 23:55:43.502 +05:30 [INF] Request starting HTTP/1.1 POST http://103.211.203.106/api/regions - application/json 105 2026-02-28 23:55:43.514 +05:30 [INF] CORS policy execution successful. 2026-02-28 23:55:43.523 +05:30 [INF] Executing endpoint 'ReportingApp.API.Controllers.RegionsController.Create (ReportingApp.API)' 2026-02-28 23:55:43.538 +05:30 [INF] Route matched with {action = "Create", controller = "Regions"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] Create(ReportingApp.Application.DTOs.Request.CreateRegionRequest) on controller ReportingApp.API.Controllers.RegionsController (ReportingApp.API). 2026-02-28 23:55:43.634 +05:30 [INF] Executing CreatedAtActionResult, writing value of type 'ReportingApp.Application.DTOs.Response.RegionResponse'. 2026-02-28 23:55:43.669 +05:30 [INF] Executed action ReportingApp.API.Controllers.RegionsController.Create (ReportingApp.API) in 130.7439ms 2026-02-28 23:55:43.669 +05:30 [INF] Executed endpoint 'ReportingApp.API.Controllers.RegionsController.Create (ReportingApp.API)' 2026-02-28 23:55:43.670 +05:30 [INF] Request finished HTTP/1.1 POST http://103.211.203.106/api/regions - 201 null application/json; charset=utf-8 168.1893ms 2026-02-28 23:55:43.755 +05:30 [INF] Request starting HTTP/1.1 GET http://103.211.203.106/api/regions - null null 2026-02-28 23:55:43.757 +05:30 [INF] Executing endpoint 'ReportingApp.API.Controllers.RegionsController.GetAll (ReportingApp.API)' 2026-02-28 23:55:43.757 +05:30 [INF] Route matched with {action = "GetAll", controller = "Regions"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] GetAll() on controller ReportingApp.API.Controllers.RegionsController (ReportingApp.API). 2026-02-28 23:55:43.763 +05:30 [INF] Executing OkObjectResult, writing value of type 'System.Collections.Generic.List`1[[ReportingApp.Application.DTOs.Response.RegionResponse, ReportingApp.Application, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]]'. 2026-02-28 23:55:43.763 +05:30 [INF] Executed action ReportingApp.API.Controllers.RegionsController.GetAll (ReportingApp.API) in 5.7025ms 2026-02-28 23:55:43.763 +05:30 [INF] Executed endpoint 'ReportingApp.API.Controllers.RegionsController.GetAll (ReportingApp.API)' 2026-02-28 23:55:43.764 +05:30 [INF] Request finished HTTP/1.1 GET http://103.211.203.106/api/regions - 200 null application/json; charset=utf-8 8.9497ms 2026-02-28 23:55:51.829 +05:30 [INF] Request starting HTTP/1.1 GET http://103.211.203.106/api/regions - null null 2026-02-28 23:55:51.831 +05:30 [INF] Executing endpoint 'ReportingApp.API.Controllers.RegionsController.GetAll (ReportingApp.API)' 2026-02-28 23:55:51.831 +05:30 [INF] Route matched with {action = "GetAll", controller = "Regions"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] GetAll() on controller ReportingApp.API.Controllers.RegionsController (ReportingApp.API). 2026-02-28 23:55:51.833 +05:30 [INF] Request starting HTTP/1.1 GET http://103.211.203.106/api/daily-expenses/user/2?month=2&year=2026 - null null 2026-02-28 23:55:51.834 +05:30 [INF] Request starting HTTP/1.1 GET http://103.211.203.106/api/daily-expenses/other/user/2?month=2&year=2026 - null null 2026-02-28 23:55:51.835 +05:30 [INF] Executing endpoint 'ReportingApp.API.Controllers.DailyExpensesController.GetOtherExpenses (ReportingApp.API)' 2026-02-28 23:55:51.836 +05:30 [INF] Executing endpoint 'ReportingApp.API.Controllers.DailyExpensesController.GetDailyExpenses (ReportingApp.API)' 2026-02-28 23:55:51.837 +05:30 [INF] Request starting HTTP/1.1 GET http://103.211.203.106/api/doctors - null null 2026-02-28 23:55:51.838 +05:30 [INF] Executing endpoint 'ReportingApp.API.Controllers.DoctorsController.GetAll (ReportingApp.API)' 2026-02-28 23:55:51.838 +05:30 [INF] Route matched with {action = "GetAll", controller = "Doctors"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] GetAll() on controller ReportingApp.API.Controllers.DoctorsController (ReportingApp.API). 2026-02-28 23:55:51.840 +05:30 [INF] Request starting HTTP/1.1 GET http://103.211.203.106/api/daily-work/user/2 - null null 2026-02-28 23:55:51.840 +05:30 [INF] Request starting HTTP/1.1 GET http://103.211.203.106/api/calendar-events/user/2 - null null 2026-02-28 23:55:51.840 +05:30 [INF] Executing endpoint 'ReportingApp.API.Controllers.DailyWorkController.GetUserWorkEntries (ReportingApp.API)' 2026-02-28 23:55:51.840 +05:30 [INF] Executing endpoint 'ReportingApp.API.Controllers.CalendarEventsController.GetUserEvents (ReportingApp.API)' 2026-02-28 23:55:51.842 +05:30 [INF] Route matched with {action = "GetOtherExpenses", controller = "DailyExpenses"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] GetOtherExpenses(Int32, System.Nullable`1[System.Int32], System.Nullable`1[System.Int32]) on controller ReportingApp.API.Controllers.DailyExpensesController (ReportingApp.API). 2026-02-28 23:55:51.844 +05:30 [INF] Route matched with {action = "GetDailyExpenses", controller = "DailyExpenses"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] GetDailyExpenses(Int32, System.Nullable`1[System.Int32], System.Nullable`1[System.Int32]) on controller ReportingApp.API.Controllers.DailyExpensesController (ReportingApp.API). 2026-02-28 23:55:51.845 +05:30 [INF] Route matched with {action = "GetUserEvents", controller = "CalendarEvents"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] GetUserEvents(Int32, System.Nullable`1[System.DateTime], System.Nullable`1[System.DateTime]) on controller ReportingApp.API.Controllers.CalendarEventsController (ReportingApp.API). 2026-02-28 23:55:51.847 +05:30 [INF] Route matched with {action = "GetUserWorkEntries", controller = "DailyWork"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] GetUserWorkEntries(Int32, System.Nullable`1[System.Int32], System.Nullable`1[System.Int32]) on controller ReportingApp.API.Controllers.DailyWorkController (ReportingApp.API). 2026-02-28 23:55:51.847 +05:30 [INF] Executing OkObjectResult, writing value of type 'System.Collections.Generic.List`1[[ReportingApp.Application.DTOs.Response.DoctorResponse, ReportingApp.Application, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]]'. 2026-02-28 23:55:51.848 +05:30 [INF] Executed action ReportingApp.API.Controllers.DoctorsController.GetAll (ReportingApp.API) in 9.7738ms 2026-02-28 23:55:51.848 +05:30 [INF] Executed endpoint 'ReportingApp.API.Controllers.DoctorsController.GetAll (ReportingApp.API)' 2026-02-28 23:55:51.848 +05:30 [INF] Request finished HTTP/1.1 GET http://103.211.203.106/api/doctors - 200 null application/json; charset=utf-8 11.0799ms 2026-02-28 23:55:51.849 +05:30 [INF] Executing OkObjectResult, writing value of type 'System.Collections.Generic.List`1[[ReportingApp.Application.DTOs.Response.RegionResponse, ReportingApp.Application, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]]'. 2026-02-28 23:55:51.850 +05:30 [INF] Executed action ReportingApp.API.Controllers.RegionsController.GetAll (ReportingApp.API) in 18.3137ms 2026-02-28 23:55:51.850 +05:30 [INF] Executed endpoint 'ReportingApp.API.Controllers.RegionsController.GetAll (ReportingApp.API)' 2026-02-28 23:55:51.850 +05:30 [INF] Request finished HTTP/1.1 GET http://103.211.203.106/api/regions - 200 null application/json; charset=utf-8 21.1431ms 2026-02-28 23:55:51.858 +05:30 [INF] Executing OkObjectResult, writing value of type 'System.Linq.OrderedEnumerable`2[[<>f__AnonymousType5`10[[System.Int32, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e],[System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e],[System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e],[System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e],[System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e],[System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e],[System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e],[System.Boolean, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e],[System.Nullable`1[[System.Int32, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e],[System.DateTime, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], ReportingApp.API, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null],[System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]]'. 2026-02-28 23:55:51.862 +05:30 [INF] Executed action ReportingApp.API.Controllers.CalendarEventsController.GetUserEvents (ReportingApp.API) in 17.132ms 2026-02-28 23:55:51.862 +05:30 [INF] Executed endpoint 'ReportingApp.API.Controllers.CalendarEventsController.GetUserEvents (ReportingApp.API)' 2026-02-28 23:55:51.862 +05:30 [INF] Request finished HTTP/1.1 GET http://103.211.203.106/api/calendar-events/user/2 - 200 null application/json; charset=utf-8 22.6989ms 2026-02-28 23:55:51.864 +05:30 [INF] Executing OkObjectResult, writing value of type 'System.Linq.OrderedEnumerable`2[[<>f__AnonymousType15`6[[System.Int32, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e],[System.Int32, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e],[System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e],[System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e],[System.Decimal, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e],[System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], ReportingApp.API, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null],[System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]]'. 2026-02-28 23:55:51.866 +05:30 [INF] Executed action ReportingApp.API.Controllers.DailyExpensesController.GetOtherExpenses (ReportingApp.API) in 23.9562ms 2026-02-28 23:55:51.866 +05:30 [INF] Executed endpoint 'ReportingApp.API.Controllers.DailyExpensesController.GetOtherExpenses (ReportingApp.API)' 2026-02-28 23:55:51.867 +05:30 [INF] Request finished HTTP/1.1 GET http://103.211.203.106/api/daily-expenses/other/user/2?month=2&year=2026 - 200 null application/json; charset=utf-8 32.696ms 2026-02-28 23:55:51.868 +05:30 [INF] Executing OkObjectResult, writing value of type 'System.Linq.OrderedEnumerable`2[[<>f__AnonymousType23`14[[System.Int32, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e],[System.Int32, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e],[System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e],[System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e],[System.Nullable`1[[System.Int32, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e],[System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e],[System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e],[System.Decimal, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e],[System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e],[System.Boolean, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e],[System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e],[System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e],[System.DateTime, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e],[System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], ReportingApp.API, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null],[System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]]'. 2026-02-28 23:55:51.870 +05:30 [INF] Executed action ReportingApp.API.Controllers.DailyWorkController.GetUserWorkEntries (ReportingApp.API) in 23.1477ms 2026-02-28 23:55:51.870 +05:30 [INF] Executed endpoint 'ReportingApp.API.Controllers.DailyWorkController.GetUserWorkEntries (ReportingApp.API)' 2026-02-28 23:55:51.870 +05:30 [INF] Request finished HTTP/1.1 GET http://103.211.203.106/api/daily-work/user/2 - 200 null application/json; charset=utf-8 30.943ms 2026-02-28 23:55:51.877 +05:30 [INF] Executing OkObjectResult, writing value of type 'System.Linq.OrderedEnumerable`2[[<>f__AnonymousType14`15[[System.Int32, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e],[System.Int32, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e],[System.Nullable`1[[System.Int32, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e],[System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e],[System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e],[System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e],[System.Decimal, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e],[System.Decimal, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e],[System.Decimal, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e],[System.Decimal, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e],[System.Decimal, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e],[System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e],[System.Decimal, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e],[System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e],[System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], ReportingApp.API, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null],[System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]]'. 2026-02-28 23:55:51.880 +05:30 [INF] Executed action ReportingApp.API.Controllers.DailyExpensesController.GetDailyExpenses (ReportingApp.API) in 35.4031ms 2026-02-28 23:55:51.880 +05:30 [INF] Executed endpoint 'ReportingApp.API.Controllers.DailyExpensesController.GetDailyExpenses (ReportingApp.API)' 2026-02-28 23:55:51.880 +05:30 [INF] Request finished HTTP/1.1 GET http://103.211.203.106/api/daily-expenses/user/2?month=2&year=2026 - 200 null application/json; charset=utf-8 46.8294ms 2026-02-28 23:55:51.929 +05:30 [INF] Request starting HTTP/1.1 GET http://103.211.203.106/api/user-notes/user/2 - null null 2026-02-28 23:55:51.928 +05:30 [INF] Request starting HTTP/1.1 GET http://103.211.203.106/api/leaves/balance/2 - null null 2026-02-28 23:55:51.929 +05:30 [INF] Executing endpoint 'ReportingApp.API.Controllers.LeavesController.GetLeaveBalance (ReportingApp.API)' 2026-02-28 23:55:51.929 +05:30 [INF] Executing endpoint 'ReportingApp.API.Controllers.UserNotesController.GetUserNotes (ReportingApp.API)' 2026-02-28 23:55:51.934 +05:30 [INF] Route matched with {action = "GetLeaveBalance", controller = "Leaves"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] GetLeaveBalance(Int32) on controller ReportingApp.API.Controllers.LeavesController (ReportingApp.API). 2026-02-28 23:55:51.934 +05:30 [INF] Request starting HTTP/1.1 GET http://103.211.203.106/api/regions - null null 2026-02-28 23:55:51.934 +05:30 [INF] Route matched with {action = "GetUserNotes", controller = "UserNotes"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] GetUserNotes(Int32, System.String) on controller ReportingApp.API.Controllers.UserNotesController (ReportingApp.API). 2026-02-28 23:55:51.935 +05:30 [INF] Executing endpoint 'ReportingApp.API.Controllers.RegionsController.GetAll (ReportingApp.API)' 2026-02-28 23:55:51.935 +05:30 [INF] Route matched with {action = "GetAll", controller = "Regions"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] GetAll() on controller ReportingApp.API.Controllers.RegionsController (ReportingApp.API). 2026-02-28 23:55:51.940 +05:30 [INF] Executing OkObjectResult, writing value of type 'System.Collections.Generic.List`1[[ReportingApp.Application.DTOs.Response.RegionResponse, ReportingApp.Application, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]]'. 2026-02-28 23:55:51.941 +05:30 [INF] Executed action ReportingApp.API.Controllers.RegionsController.GetAll (ReportingApp.API) in 5.3821ms 2026-02-28 23:55:51.941 +05:30 [INF] Executed endpoint 'ReportingApp.API.Controllers.RegionsController.GetAll (ReportingApp.API)' 2026-02-28 23:55:51.941 +05:30 [INF] Request finished HTTP/1.1 GET http://103.211.203.106/api/regions - 200 null application/json; charset=utf-8 6.9501ms 2026-02-28 23:55:51.946 +05:30 [INF] Executing OkObjectResult, writing value of type 'System.Linq.OrderedEnumerable`2[[<>f__AnonymousType42`8[[System.Int32, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e],[System.Int32, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e],[System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e],[System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e],[System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e],[System.Boolean, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e],[System.DateTime, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e],[System.Nullable`1[[System.DateTime, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], ReportingApp.API, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null],[System.DateTime, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]]'. 2026-02-28 23:55:51.948 +05:30 [INF] Executed action ReportingApp.API.Controllers.UserNotesController.GetUserNotes (ReportingApp.API) in 13.9256ms 2026-02-28 23:55:51.949 +05:30 [INF] Executed endpoint 'ReportingApp.API.Controllers.UserNotesController.GetUserNotes (ReportingApp.API)' 2026-02-28 23:55:51.949 +05:30 [INF] Request finished HTTP/1.1 GET http://103.211.203.106/api/user-notes/user/2 - 200 null application/json; charset=utf-8 20.2636ms 2026-02-28 23:55:51.949 +05:30 [INF] Executing OkObjectResult, writing value of type '<>f__AnonymousType31`6[[System.Int32, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e],[System.Int32, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e],[System.Decimal, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e],[System.Decimal, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e],[System.Decimal, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e],[System.Collections.Generic.List`1[[System.Object, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]]'. 2026-02-28 23:55:51.954 +05:30 [INF] Executed action ReportingApp.API.Controllers.LeavesController.GetLeaveBalance (ReportingApp.API) in 20.3097ms 2026-02-28 23:55:51.955 +05:30 [INF] Executed endpoint 'ReportingApp.API.Controllers.LeavesController.GetLeaveBalance (ReportingApp.API)' 2026-02-28 23:55:51.955 +05:30 [INF] Request finished HTTP/1.1 GET http://103.211.203.106/api/leaves/balance/2 - 200 null application/json; charset=utf-8 26.3976ms 2026-02-28 23:55:52.578 +05:30 [INF] Request starting HTTP/1.1 GET http://103.211.203.106/api/users - null null 2026-02-28 23:55:52.579 +05:30 [INF] Executing endpoint 'ReportingApp.API.Controllers.UsersController.GetAll (ReportingApp.API)' 2026-02-28 23:55:52.579 +05:30 [INF] Route matched with {action = "GetAll", controller = "Users"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] GetAll() on controller ReportingApp.API.Controllers.UsersController (ReportingApp.API). 2026-02-28 23:55:52.628 +05:30 [INF] Executing OkObjectResult, writing value of type 'System.Collections.Generic.List`1[[ReportingApp.Application.DTOs.Response.UserResponse, ReportingApp.Application, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]]'. 2026-02-28 23:55:52.629 +05:30 [INF] Executed action ReportingApp.API.Controllers.UsersController.GetAll (ReportingApp.API) in 49.7341ms 2026-02-28 23:55:52.629 +05:30 [INF] Executed endpoint 'ReportingApp.API.Controllers.UsersController.GetAll (ReportingApp.API)' 2026-02-28 23:55:52.629 +05:30 [INF] Request finished HTTP/1.1 GET http://103.211.203.106/api/users - 200 null application/json; charset=utf-8 51.0773ms 2026-02-28 23:55:53.609 +05:30 [INF] Request starting HTTP/1.1 GET http://103.211.203.106/api/users - null null 2026-02-28 23:55:53.611 +05:30 [INF] Executing endpoint 'ReportingApp.API.Controllers.UsersController.GetAll (ReportingApp.API)' 2026-02-28 23:55:53.611 +05:30 [INF] Route matched with {action = "GetAll", controller = "Users"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] GetAll() on controller ReportingApp.API.Controllers.UsersController (ReportingApp.API). 2026-02-28 23:55:53.652 +05:30 [INF] Executing OkObjectResult, writing value of type 'System.Collections.Generic.List`1[[ReportingApp.Application.DTOs.Response.UserResponse, ReportingApp.Application, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]]'. 2026-02-28 23:55:53.652 +05:30 [INF] Executed action ReportingApp.API.Controllers.UsersController.GetAll (ReportingApp.API) in 40.895ms 2026-02-28 23:55:53.652 +05:30 [INF] Executed endpoint 'ReportingApp.API.Controllers.UsersController.GetAll (ReportingApp.API)' 2026-02-28 23:55:53.653 +05:30 [INF] Request finished HTTP/1.1 GET http://103.211.203.106/api/users - 200 null application/json; charset=utf-8 43.1873ms 2026-02-28 23:55:54.414 +05:30 [INF] Request starting HTTP/1.1 GET http://103.211.203.106/api/payslips/user/2 - null null 2026-02-28 23:55:54.415 +05:30 [INF] Executing endpoint 'ReportingApp.API.Controllers.PayslipsController.GetUserPayslips (ReportingApp.API)' 2026-02-28 23:55:54.419 +05:30 [INF] Request starting HTTP/1.1 GET http://103.211.203.106/api/users - null null 2026-02-28 23:55:54.420 +05:30 [INF] Executing endpoint 'ReportingApp.API.Controllers.UsersController.GetAll (ReportingApp.API)' 2026-02-28 23:55:54.420 +05:30 [INF] Route matched with {action = "GetAll", controller = "Users"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] GetAll() on controller ReportingApp.API.Controllers.UsersController (ReportingApp.API). 2026-02-28 23:55:54.420 +05:30 [INF] Route matched with {action = "GetUserPayslips", controller = "Payslips"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] GetUserPayslips(Int32) on controller ReportingApp.API.Controllers.PayslipsController (ReportingApp.API). 2026-02-28 23:55:54.430 +05:30 [INF] Executing OkObjectResult, writing value of type 'System.Linq.OrderedEnumerable`2[[<>f__AnonymousType33`16[[System.Int32, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e],[System.Int32, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e],[System.Int32, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e],[System.Int32, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e],[System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e],[System.Decimal, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e],[System.Decimal, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e],[System.Decimal, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e],[System.Decimal, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e],[System.Decimal, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e],[System.Decimal, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e],[System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e],[System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e],[System.Int64, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e],[System.DateTime, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e],[System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], ReportingApp.API, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null],[System.Int32, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]]'. 2026-02-28 23:55:54.435 +05:30 [INF] Executed action ReportingApp.API.Controllers.PayslipsController.GetUserPayslips (ReportingApp.API) in 14.9647ms 2026-02-28 23:55:54.435 +05:30 [INF] Executed endpoint 'ReportingApp.API.Controllers.PayslipsController.GetUserPayslips (ReportingApp.API)' 2026-02-28 23:55:54.436 +05:30 [INF] Request finished HTTP/1.1 GET http://103.211.203.106/api/payslips/user/2 - 200 null application/json; charset=utf-8 21.7818ms 2026-02-28 23:55:54.456 +05:30 [INF] Executing OkObjectResult, writing value of type 'System.Collections.Generic.List`1[[ReportingApp.Application.DTOs.Response.UserResponse, ReportingApp.Application, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]]'. 2026-02-28 23:55:54.457 +05:30 [INF] Executed action ReportingApp.API.Controllers.UsersController.GetAll (ReportingApp.API) in 37.1635ms 2026-02-28 23:55:54.457 +05:30 [INF] Executed endpoint 'ReportingApp.API.Controllers.UsersController.GetAll (ReportingApp.API)' 2026-02-28 23:55:54.457 +05:30 [INF] Request finished HTTP/1.1 GET http://103.211.203.106/api/users - 200 null application/json; charset=utf-8 38.3649ms 2026-02-28 23:55:55.070 +05:30 [INF] Request starting HTTP/1.1 GET http://103.211.203.106/api/doctors - null null 2026-02-28 23:55:55.072 +05:30 [INF] Executing endpoint 'ReportingApp.API.Controllers.DoctorsController.GetAll (ReportingApp.API)' 2026-02-28 23:55:55.072 +05:30 [INF] Route matched with {action = "GetAll", controller = "Doctors"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] GetAll() on controller ReportingApp.API.Controllers.DoctorsController (ReportingApp.API). 2026-02-28 23:55:55.076 +05:30 [INF] Executing OkObjectResult, writing value of type 'System.Collections.Generic.List`1[[ReportingApp.Application.DTOs.Response.DoctorResponse, ReportingApp.Application, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]]'. 2026-02-28 23:55:55.077 +05:30 [INF] Executed action ReportingApp.API.Controllers.DoctorsController.GetAll (ReportingApp.API) in 4.7488ms 2026-02-28 23:55:55.077 +05:30 [INF] Executed endpoint 'ReportingApp.API.Controllers.DoctorsController.GetAll (ReportingApp.API)' 2026-02-28 23:55:55.077 +05:30 [INF] Request finished HTTP/1.1 GET http://103.211.203.106/api/doctors - 200 null application/json; charset=utf-8 7.416ms 2026-02-28 23:55:55.995 +05:30 [INF] Request starting HTTP/1.1 GET http://103.211.203.106/api/users - null null 2026-02-28 23:55:55.996 +05:30 [INF] Executing endpoint 'ReportingApp.API.Controllers.UsersController.GetAll (ReportingApp.API)' 2026-02-28 23:55:55.997 +05:30 [INF] Route matched with {action = "GetAll", controller = "Users"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] GetAll() on controller ReportingApp.API.Controllers.UsersController (ReportingApp.API). 2026-02-28 23:55:56.037 +05:30 [INF] Executing OkObjectResult, writing value of type 'System.Collections.Generic.List`1[[ReportingApp.Application.DTOs.Response.UserResponse, ReportingApp.Application, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]]'. 2026-02-28 23:55:56.037 +05:30 [INF] Executed action ReportingApp.API.Controllers.UsersController.GetAll (ReportingApp.API) in 40.285ms 2026-02-28 23:55:56.037 +05:30 [INF] Executed endpoint 'ReportingApp.API.Controllers.UsersController.GetAll (ReportingApp.API)' 2026-02-28 23:55:56.038 +05:30 [INF] Request finished HTTP/1.1 GET http://103.211.203.106/api/users - 200 null application/json; charset=utf-8 42.0794ms 2026-02-28 23:59:34.584 +05:30 [INF] Request starting HTTP/1.1 GET http://103.211.203.106/api/users - null null 2026-02-28 23:59:34.588 +05:30 [INF] Executing endpoint 'ReportingApp.API.Controllers.UsersController.GetAll (ReportingApp.API)' 2026-02-28 23:59:34.588 +05:30 [INF] Route matched with {action = "GetAll", controller = "Users"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] GetAll() on controller ReportingApp.API.Controllers.UsersController (ReportingApp.API). 2026-02-28 23:59:34.628 +05:30 [INF] Request starting HTTP/1.1 GET http://103.211.203.106/api/roles - null null 2026-02-28 23:59:34.629 +05:30 [INF] Executing endpoint 'ReportingApp.API.Controllers.RolesController.GetAll (ReportingApp.API)' 2026-02-28 23:59:34.629 +05:30 [INF] Route matched with {action = "GetAll", controller = "Roles"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.ActionResult`1[System.Collections.Generic.List`1[ReportingApp.Application.DTOs.Response.RoleDto]]] GetAll() on controller ReportingApp.API.Controllers.RolesController (ReportingApp.API). 2026-02-28 23:59:34.631 +05:30 [INF] Executing OkObjectResult, writing value of type 'System.Collections.Generic.List`1[[ReportingApp.Application.DTOs.Response.UserResponse, ReportingApp.Application, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]]'. 2026-02-28 23:59:34.632 +05:30 [INF] Executed action ReportingApp.API.Controllers.UsersController.GetAll (ReportingApp.API) in 43.4365ms 2026-02-28 23:59:34.632 +05:30 [INF] Executed endpoint 'ReportingApp.API.Controllers.UsersController.GetAll (ReportingApp.API)' 2026-02-28 23:59:34.633 +05:30 [INF] Request finished HTTP/1.1 GET http://103.211.203.106/api/users - 200 null application/json; charset=utf-8 49.0189ms 2026-02-28 23:59:34.634 +05:30 [INF] Request starting HTTP/1.1 GET http://103.211.203.106/api/departments - null null 2026-02-28 23:59:34.634 +05:30 [INF] Executing endpoint 'ReportingApp.API.Controllers.DepartmentsController.GetAll (ReportingApp.API)' 2026-02-28 23:59:34.635 +05:30 [INF] Route matched with {action = "GetAll", controller = "Departments"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.ActionResult`1[System.Collections.Generic.List`1[ReportingApp.Application.DTOs.Response.DepartmentDto]]] GetAll() on controller ReportingApp.API.Controllers.DepartmentsController (ReportingApp.API). 2026-02-28 23:59:34.635 +05:30 [INF] Executing OkObjectResult, writing value of type 'System.Collections.Generic.List`1[[ReportingApp.Application.DTOs.Response.RoleDto, ReportingApp.Application, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]]'. 2026-02-28 23:59:34.635 +05:30 [INF] Executed action ReportingApp.API.Controllers.RolesController.GetAll (ReportingApp.API) in 5.5813ms 2026-02-28 23:59:34.635 +05:30 [INF] Executed endpoint 'ReportingApp.API.Controllers.RolesController.GetAll (ReportingApp.API)' 2026-02-28 23:59:34.635 +05:30 [INF] Request finished HTTP/1.1 GET http://103.211.203.106/api/roles - 200 null application/json; charset=utf-8 6.7927ms 2026-02-28 23:59:34.637 +05:30 [INF] Executing OkObjectResult, writing value of type 'System.Collections.Generic.List`1[[ReportingApp.Application.DTOs.Response.DepartmentDto, ReportingApp.Application, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]]'. 2026-02-28 23:59:34.637 +05:30 [INF] Executed action ReportingApp.API.Controllers.DepartmentsController.GetAll (ReportingApp.API) in 2.6031ms 2026-02-28 23:59:34.637 +05:30 [INF] Executed endpoint 'ReportingApp.API.Controllers.DepartmentsController.GetAll (ReportingApp.API)' 2026-02-28 23:59:34.637 +05:30 [INF] Request finished HTTP/1.1 GET http://103.211.203.106/api/departments - 200 null application/json; charset=utf-8 3.5921ms 2026-02-28 23:59:34.639 +05:30 [INF] Request starting HTTP/1.1 GET http://103.211.203.106/api/regions - null null 2026-02-28 23:59:34.640 +05:30 [INF] Executing endpoint 'ReportingApp.API.Controllers.RegionsController.GetAll (ReportingApp.API)' 2026-02-28 23:59:34.640 +05:30 [INF] Route matched with {action = "GetAll", controller = "Regions"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] GetAll() on controller ReportingApp.API.Controllers.RegionsController (ReportingApp.API). 2026-02-28 23:59:34.642 +05:30 [INF] Request starting HTTP/1.1 GET http://103.211.203.106/api/doctors - null null 2026-02-28 23:59:34.643 +05:30 [INF] Executing endpoint 'ReportingApp.API.Controllers.DoctorsController.GetAll (ReportingApp.API)' 2026-02-28 23:59:34.643 +05:30 [INF] Route matched with {action = "GetAll", controller = "Doctors"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] GetAll() on controller ReportingApp.API.Controllers.DoctorsController (ReportingApp.API). 2026-02-28 23:59:34.643 +05:30 [INF] Executing OkObjectResult, writing value of type 'System.Collections.Generic.List`1[[ReportingApp.Application.DTOs.Response.RegionResponse, ReportingApp.Application, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]]'. 2026-02-28 23:59:34.643 +05:30 [INF] Executed action ReportingApp.API.Controllers.RegionsController.GetAll (ReportingApp.API) in 3.2582ms 2026-02-28 23:59:34.643 +05:30 [INF] Executed endpoint 'ReportingApp.API.Controllers.RegionsController.GetAll (ReportingApp.API)' 2026-02-28 23:59:34.643 +05:30 [INF] Request finished HTTP/1.1 GET http://103.211.203.106/api/regions - 200 null application/json; charset=utf-8 4.3532ms 2026-02-28 23:59:34.644 +05:30 [INF] Executing OkObjectResult, writing value of type 'System.Collections.Generic.List`1[[ReportingApp.Application.DTOs.Response.DoctorResponse, ReportingApp.Application, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]]'. 2026-02-28 23:59:34.645 +05:30 [INF] Executed action ReportingApp.API.Controllers.DoctorsController.GetAll (ReportingApp.API) in 1.958ms 2026-02-28 23:59:34.645 +05:30 [INF] Executed endpoint 'ReportingApp.API.Controllers.DoctorsController.GetAll (ReportingApp.API)' 2026-02-28 23:59:34.645 +05:30 [INF] Request finished HTTP/1.1 GET http://103.211.203.106/api/doctors - 200 null application/json; charset=utf-8 2.9368ms 2026-02-28 23:59:41.419 +05:30 [INF] Request starting HTTP/1.1 PUT http://103.211.203.106/api/regions/6 - application/json 105 2026-02-28 23:59:41.420 +05:30 [INF] CORS policy execution successful. 2026-02-28 23:59:41.421 +05:30 [INF] Executing endpoint 'ReportingApp.API.Controllers.RegionsController.Update (ReportingApp.API)' 2026-02-28 23:59:41.426 +05:30 [INF] Route matched with {action = "Update", controller = "Regions"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] Update(Int32, ReportingApp.Application.DTOs.Request.UpdateRegionRequest) on controller ReportingApp.API.Controllers.RegionsController (ReportingApp.API). 2026-02-28 23:59:41.457 +05:30 [INF] Executing OkObjectResult, writing value of type 'ReportingApp.Application.DTOs.Response.RegionResponse'. 2026-02-28 23:59:41.458 +05:30 [INF] Executed action ReportingApp.API.Controllers.RegionsController.Update (ReportingApp.API) in 31.4124ms 2026-02-28 23:59:41.458 +05:30 [INF] Executed endpoint 'ReportingApp.API.Controllers.RegionsController.Update (ReportingApp.API)' 2026-02-28 23:59:41.458 +05:30 [INF] Request finished HTTP/1.1 PUT http://103.211.203.106/api/regions/6 - 200 null application/json; charset=utf-8 39.0073ms 2026-02-28 23:59:41.594 +05:30 [INF] Request starting HTTP/1.1 GET http://103.211.203.106/api/regions - null null 2026-02-28 23:59:41.594 +05:30 [INF] Executing endpoint 'ReportingApp.API.Controllers.RegionsController.GetAll (ReportingApp.API)' 2026-02-28 23:59:41.594 +05:30 [INF] Route matched with {action = "GetAll", controller = "Regions"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] GetAll() on controller ReportingApp.API.Controllers.RegionsController (ReportingApp.API). 2026-02-28 23:59:41.597 +05:30 [INF] Executing OkObjectResult, writing value of type 'System.Collections.Generic.List`1[[ReportingApp.Application.DTOs.Response.RegionResponse, ReportingApp.Application, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]]'. 2026-02-28 23:59:41.597 +05:30 [INF] Executed action ReportingApp.API.Controllers.RegionsController.GetAll (ReportingApp.API) in 2.6324ms 2026-02-28 23:59:41.597 +05:30 [INF] Executed endpoint 'ReportingApp.API.Controllers.RegionsController.GetAll (ReportingApp.API)' 2026-02-28 23:59:41.597 +05:30 [INF] Request finished HTTP/1.1 GET http://103.211.203.106/api/regions - 200 null application/json; charset=utf-8 3.7269ms 2026-02-28 23:59:47.545 +05:30 [INF] Request starting HTTP/1.1 PUT http://103.211.203.106/api/doctors/1 - application/json 224 2026-02-28 23:59:47.545 +05:30 [INF] CORS policy execution successful. 2026-02-28 23:59:47.546 +05:30 [INF] Executing endpoint 'ReportingApp.API.Controllers.DoctorsController.Update (ReportingApp.API)' 2026-02-28 23:59:47.552 +05:30 [INF] Route matched with {action = "Update", controller = "Doctors"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] Update(Int32, ReportingApp.Application.DTOs.Request.UpdateDoctorRequest) on controller ReportingApp.API.Controllers.DoctorsController (ReportingApp.API). 2026-02-28 23:59:47.573 +05:30 [INF] Executing OkObjectResult, writing value of type 'ReportingApp.Application.DTOs.Response.DoctorResponse'. 2026-02-28 23:59:47.574 +05:30 [INF] Executed action ReportingApp.API.Controllers.DoctorsController.Update (ReportingApp.API) in 21.53ms 2026-02-28 23:59:47.574 +05:30 [INF] Executed endpoint 'ReportingApp.API.Controllers.DoctorsController.Update (ReportingApp.API)' 2026-02-28 23:59:47.574 +05:30 [INF] Request finished HTTP/1.1 PUT http://103.211.203.106/api/doctors/1 - 200 null application/json; charset=utf-8 29.2309ms 2026-02-28 23:59:47.638 +05:30 [INF] Request starting HTTP/1.1 GET http://103.211.203.106/api/doctors - null null 2026-02-28 23:59:47.639 +05:30 [INF] Executing endpoint 'ReportingApp.API.Controllers.DoctorsController.GetAll (ReportingApp.API)' 2026-02-28 23:59:47.640 +05:30 [INF] Route matched with {action = "GetAll", controller = "Doctors"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] GetAll() on controller ReportingApp.API.Controllers.DoctorsController (ReportingApp.API). 2026-02-28 23:59:47.642 +05:30 [INF] Executing OkObjectResult, writing value of type 'System.Collections.Generic.List`1[[ReportingApp.Application.DTOs.Response.DoctorResponse, ReportingApp.Application, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]]'. 2026-02-28 23:59:47.642 +05:30 [INF] Executed action ReportingApp.API.Controllers.DoctorsController.GetAll (ReportingApp.API) in 2.6724ms 2026-02-28 23:59:47.642 +05:30 [INF] Executed endpoint 'ReportingApp.API.Controllers.DoctorsController.GetAll (ReportingApp.API)' 2026-02-28 23:59:47.643 +05:30 [INF] Request finished HTTP/1.1 GET http://103.211.203.106/api/doctors - 200 null application/json; charset=utf-8 4.019ms 2026-02-28 23:59:53.379 +05:30 [INF] Request starting HTTP/1.1 PUT http://103.211.203.106/api/users/2 - application/json 580 2026-02-28 23:59:53.379 +05:30 [INF] CORS policy execution successful. 2026-02-28 23:59:53.380 +05:30 [INF] Executing endpoint 'ReportingApp.API.Controllers.UsersController.Update (ReportingApp.API)' 2026-02-28 23:59:53.385 +05:30 [INF] Route matched with {action = "Update", controller = "Users"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] Update(Int32, ReportingApp.Application.DTOs.Request.UpdateUserRequest) on controller ReportingApp.API.Controllers.UsersController (ReportingApp.API). 2026-02-28 23:59:53.448 +05:30 [INF] Executing OkObjectResult, writing value of type 'ReportingApp.Application.DTOs.Response.UserResponse'. 2026-02-28 23:59:53.449 +05:30 [INF] Executed action ReportingApp.API.Controllers.UsersController.Update (ReportingApp.API) in 63.2904ms 2026-02-28 23:59:53.449 +05:30 [INF] Executed endpoint 'ReportingApp.API.Controllers.UsersController.Update (ReportingApp.API)' 2026-02-28 23:59:53.449 +05:30 [INF] Request finished HTTP/1.1 PUT http://103.211.203.106/api/users/2 - 200 null application/json; charset=utf-8 70.0329ms 2026-02-28 23:59:53.514 +05:30 [INF] Request starting HTTP/1.1 GET http://103.211.203.106/api/users - null null 2026-02-28 23:59:53.515 +05:30 [INF] Executing endpoint 'ReportingApp.API.Controllers.UsersController.GetAll (ReportingApp.API)' 2026-02-28 23:59:53.515 +05:30 [INF] Route matched with {action = "GetAll", controller = "Users"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] GetAll() on controller ReportingApp.API.Controllers.UsersController (ReportingApp.API). 2026-02-28 23:59:53.550 +05:30 [INF] Executing OkObjectResult, writing value of type 'System.Collections.Generic.List`1[[ReportingApp.Application.DTOs.Response.UserResponse, ReportingApp.Application, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]]'. 2026-02-28 23:59:53.550 +05:30 [INF] Executed action ReportingApp.API.Controllers.UsersController.GetAll (ReportingApp.API) in 35.4445ms 2026-02-28 23:59:53.551 +05:30 [INF] Executed endpoint 'ReportingApp.API.Controllers.UsersController.GetAll (ReportingApp.API)' 2026-02-28 23:59:53.551 +05:30 [INF] Request finished HTTP/1.1 GET http://103.211.203.106/api/users - 200 null application/json; charset=utf-8 36.57ms 2026-02-28 23:59:59.579 +05:30 [INF] Request starting HTTP/1.1 GET http://103.211.203.106/api/users/2 - null null 2026-02-28 23:59:59.582 +05:30 [INF] Executing endpoint 'ReportingApp.API.Controllers.UsersController.GetById (ReportingApp.API)' 2026-02-28 23:59:59.587 +05:30 [INF] Route matched with {action = "GetById", controller = "Users"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] GetById(Int32) on controller ReportingApp.API.Controllers.UsersController (ReportingApp.API). 2026-02-28 23:59:59.603 +05:30 [INF] Executing OkObjectResult, writing value of type 'ReportingApp.Application.DTOs.Response.UserResponse'. 2026-02-28 23:59:59.604 +05:30 [INF] Executed action ReportingApp.API.Controllers.UsersController.GetById (ReportingApp.API) in 16.1998ms 2026-02-28 23:59:59.604 +05:30 [INF] Executed endpoint 'ReportingApp.API.Controllers.UsersController.GetById (ReportingApp.API)' 2026-02-28 23:59:59.604 +05:30 [INF] Request finished HTTP/1.1 GET http://103.211.203.106/api/users/2 - 200 null application/json; charset=utf-8 24.9699ms