Thanks to visit codestin.com
Credit goes to www.scribd.com

0% found this document useful (0 votes)
5 views595 pages

Logs

The document contains logs from an ASP.NET Core application detailing HTTP requests and responses, particularly focusing on SignalR chat and health check endpoints. It shows the initialization of Entity Framework Core and the execution of various endpoints, with all health check requests returning a 200 status. Additionally, it notes the absence of CORS policies for certain requests.

Uploaded by

Sajid Ali Khan
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as TXT, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
5 views595 pages

Logs

The document contains logs from an ASP.NET Core application detailing HTTP requests and responses, particularly focusing on SignalR chat and health check endpoints. It shows the initialization of Entity Framework Core and the execution of various endpoints, with all health check requests returning a 200 status. Additionally, it notes the absence of CORS policies for certain requests.

Uploaded by

Sajid Ali Khan
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as TXT, PDF, TXT or read online on Scribd
You are on page 1/ 595

INFO 2025-03-20 19:00:00,287 [67 ] Microsoft.AspNetCore.Hosting.

Diagnostics -
Request starting HTTP/2 POST https://localhost/signalr-chat?
id=CTrypW454KO3l8NKtjMQDA text/plain;charset=UTF-8 11
INFO 2025-03-20 19:00:00,287 [5 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/2 POST https://localhost/signalr?id=JUIrm96DnF9qOLpCk4eNfQ
text/plain;charset=UTF-8 11
INFO 2025-03-20 19:00:00,291 [5 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:00:00,295 [67 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:00:00,299 [55 ] tCore.Cors.Infrastructure.CorsMiddleware - No
CORS policy found for the specified request.
INFO 2025-03-20 19:00:00,299 [55 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint '/signalr'
INFO 2025-03-20 19:00:00,299 [55 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint '/signalr'
INFO 2025-03-20 19:00:00,300 [55 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/2 POST https://localhost/signalr?id=JUIrm96DnF9qOLpCk4eNfQ
text/plain;charset=UTF-8 11 - 200 - text/plain 13.1330ms
INFO 2025-03-20 19:00:00,302 [5 ] tCore.Cors.Infrastructure.CorsMiddleware - No
CORS policy found for the specified request.
INFO 2025-03-20 19:00:00,302 [5 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint '/signalr-chat'
INFO 2025-03-20 19:00:00,302 [5 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint '/signalr-chat'
INFO 2025-03-20 19:00:00,303 [5 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/2 POST https://localhost/signalr-chat?
id=CTrypW454KO3l8NKtjMQDA text/plain;charset=UTF-8 11 - 200 - text/plain 16.1362ms
INFO 2025-03-20 19:00:00,491 [55 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 GET https://10.0.50.50:443/health - -
INFO 2025-03-20 19:00:00,491 [55 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint 'Health checks'
INFO 2025-03-20 19:00:00,492 [55 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:00:00,493 [5 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:00:00,494 [32 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint 'Health checks'
INFO 2025-03-20 19:00:00,494 [55 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 GET https://10.0.50.50:443/health - - - 200 -
application/json 3.5250ms
INFO 2025-03-20 19:00:00,499 [55 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 GET https://10.0.50.50:443/health - -
INFO 2025-03-20 19:00:00,500 [55 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint 'Health checks'
INFO 2025-03-20 19:00:00,500 [55 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:00:00,501 [32 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:00:00,502 [55 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint 'Health checks'
INFO 2025-03-20 19:00:00,502 [32 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 GET https://10.0.50.50:443/health - - - 200 -
application/json 2.9946ms
INFO 2025-03-20 19:00:00,566 [32 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 GET https://10.0.50.50:443/health - -
INFO 2025-03-20 19:00:00,567 [32 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint 'Health checks'
INFO 2025-03-20 19:00:00,567 [32 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:00:00,568 [55 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:00:00,569 [32 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint 'Health checks'
INFO 2025-03-20 19:00:00,569 [63 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 GET https://10.0.50.50:443/health - - - 200 -
application/json 3.3538ms
INFO 2025-03-20 19:00:00,675 [63 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 GET https://10.0.50.50:443/health - -
INFO 2025-03-20 19:00:00,676 [63 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint 'Health checks'
INFO 2025-03-20 19:00:00,677 [63 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:00:00,677 [32 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:00:00,678 [63 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint 'Health checks'
INFO 2025-03-20 19:00:00,678 [32 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 GET https://10.0.50.50:443/health - - - 200 -
application/json 3.4844ms
INFO 2025-03-20 19:00:00,982 [32 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'HealthChecksDb' using provider
'Microsoft.EntityFrameworkCore.InMemory' with options: StoreName=HealthChecksUI
INFO 2025-03-20 19:00:00,982 [32 ] .HttpClient.health-checks.LogicalHandler -
Start processing HTTP request GET https://stg.parcelat.com/health
INFO 2025-03-20 19:00:00,982 [32 ] p.HttpClient.health-checks.ClientHandler -
Sending HTTP request GET https://stg.parcelat.com/health
INFO 2025-03-20 19:00:00,984 [32 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 GET https://stg.parcelat.com/health - -
INFO 2025-03-20 19:00:00,985 [32 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint 'Health checks'
INFO 2025-03-20 19:00:00,986 [32 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:00:00,986 [63 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:00:00,987 [63 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint 'Health checks'
INFO 2025-03-20 19:00:00,987 [32 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 GET https://stg.parcelat.com/health - - - 200 -
application/json 3.1608ms
INFO 2025-03-20 19:00:00,987 [34 ] p.HttpClient.health-checks.ClientHandler -
Received HTTP response headers after 5.372ms - 200
INFO 2025-03-20 19:00:00,987 [34 ] .HttpClient.health-checks.LogicalHandler -
End processing HTTP request after 5.4244ms - 200
INFO 2025-03-20 19:00:00,988 [34 ] Microsoft.EntityFrameworkCore.Update -
Saved 4 entities to in-memory store.
INFO 2025-03-20 19:00:01,017 [32 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 GET https://10.0.50.50:443/health - -
INFO 2025-03-20 19:00:01,018 [32 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint 'Health checks'
INFO 2025-03-20 19:00:01,019 [63 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:00:01,019 [32 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:00:01,020 [32 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint 'Health checks'
INFO 2025-03-20 19:00:01,020 [63 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 GET https://10.0.50.50:443/health - - - 200 -
application/json 3.1941ms
INFO 2025-03-20 19:00:02,141 [32 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 GET https://10.0.50.50:443/health - -
INFO 2025-03-20 19:00:02,142 [32 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint 'Health checks'
INFO 2025-03-20 19:00:02,142 [32 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:00:02,142 [63 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:00:02,144 [32 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint 'Health checks'
INFO 2025-03-20 19:00:02,144 [63 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 GET https://10.0.50.50:443/health - - - 200 -
application/json 3.2999ms
INFO 2025-03-20 19:00:02,471 [32 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 GET https://10.0.50.50:443/health - -
INFO 2025-03-20 19:00:02,472 [32 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint 'Health checks'
INFO 2025-03-20 19:00:02,473 [32 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:00:02,473 [63 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:00:02,475 [32 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint 'Health checks'
INFO 2025-03-20 19:00:02,475 [55 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 GET https://10.0.50.50:443/health - - - 200 -
application/json 3.6622ms
INFO 2025-03-20 19:00:04,196 [63 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 GET https://10.0.50.50:443/health - -
INFO 2025-03-20 19:00:04,197 [63 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint 'Health checks'
INFO 2025-03-20 19:00:04,197 [63 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:00:04,197 [67 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:00:04,199 [63 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint 'Health checks'
INFO 2025-03-20 19:00:04,199 [67 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 GET https://10.0.50.50:443/health - - - 200 -
application/json 3.4933ms
INFO 2025-03-20 19:00:04,530 [63 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 GET https://10.0.50.50:443/health - -
INFO 2025-03-20 19:00:04,531 [63 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint 'Health checks'
INFO 2025-03-20 19:00:04,532 [63 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:00:04,532 [67 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:00:04,534 [63 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint 'Health checks'
INFO 2025-03-20 19:00:04,534 [67 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 GET https://10.0.50.50:443/health - - - 200 -
application/json 3.5222ms
INFO 2025-03-20 19:00:04,793 [67 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 GET https://10.0.50.50:443/health - -
INFO 2025-03-20 19:00:04,795 [67 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint 'Health checks'
INFO 2025-03-20 19:00:04,796 [63 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:00:04,796 [67 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:00:04,797 [63 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint 'Health checks'
INFO 2025-03-20 19:00:04,797 [67 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 GET https://10.0.50.50:443/health - - - 200 -
application/json 4.0600ms
INFO 2025-03-20 19:00:04,803 [67 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 GET https://10.0.50.50:443/health - -
INFO 2025-03-20 19:00:04,804 [67 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint 'Health checks'
INFO 2025-03-20 19:00:04,805 [67 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:00:04,805 [63 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:00:04,806 [67 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint 'Health checks'
INFO 2025-03-20 19:00:04,806 [63 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 GET https://10.0.50.50:443/health - - - 200 -
application/json 3.7654ms
INFO 2025-03-20 19:00:05,088 [63 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 GET https://10.0.50.50:443/health - -
INFO 2025-03-20 19:00:05,089 [63 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint 'Health checks'
INFO 2025-03-20 19:00:05,091 [67 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:00:05,091 [63 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:00:05,092 [63 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint 'Health checks'
INFO 2025-03-20 19:00:05,092 [67 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 GET https://10.0.50.50:443/health - - - 200 -
application/json 3.9063ms
INFO 2025-03-20 19:00:05,184 [67 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 GET https://10.0.50.50:443/health - -
INFO 2025-03-20 19:00:05,186 [67 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint 'Health checks'
INFO 2025-03-20 19:00:05,187 [63 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:00:05,187 [67 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:00:05,188 [67 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint 'Health checks'
INFO 2025-03-20 19:00:05,188 [63 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 GET https://10.0.50.50:443/health - - - 200 -
application/json 4.3518ms
INFO 2025-03-20 19:00:05,595 [67 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 GET https://10.0.50.50:443/health - -
INFO 2025-03-20 19:00:05,596 [67 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint 'Health checks'
INFO 2025-03-20 19:00:05,597 [63 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:00:05,597 [67 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:00:05,598 [63 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint 'Health checks'
INFO 2025-03-20 19:00:05,598 [67 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 GET https://10.0.50.50:443/health - - - 200 -
application/json 3.7418ms
INFO 2025-03-20 19:00:05,740 [67 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 GET https://10.0.50.50:443/health - -
INFO 2025-03-20 19:00:05,741 [67 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint 'Health checks'
INFO 2025-03-20 19:00:05,742 [67 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:00:05,742 [63 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:00:05,744 [67 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint 'Health checks'
INFO 2025-03-20 19:00:05,744 [63 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 GET https://10.0.50.50:443/health - - - 200 -
application/json 3.6350ms
INFO 2025-03-20 19:00:06,061 [63 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 GET https://10.0.50.50:443/health - -
INFO 2025-03-20 19:00:06,062 [63 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint 'Health checks'
INFO 2025-03-20 19:00:06,063 [63 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:00:06,063 [67 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:00:06,065 [67 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint 'Health checks'
INFO 2025-03-20 19:00:06,065 [70 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 GET https://10.0.50.50:443/health - - - 200 -
application/json 4.3718ms
INFO 2025-03-20 19:00:06,469 [67 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 GET https://10.0.50.50:443/health - -
INFO 2025-03-20 19:00:06,470 [67 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint 'Health checks'
INFO 2025-03-20 19:00:06,471 [67 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:00:06,471 [70 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:00:06,473 [67 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint 'Health checks'
INFO 2025-03-20 19:00:06,473 [70 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 GET https://10.0.50.50:443/health - - - 200 -
application/json 3.3877ms
INFO 2025-03-20 19:00:06,861 [5 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 GET https://10.0.50.50:443/health - -
INFO 2025-03-20 19:00:06,862 [5 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint 'Health checks'
INFO 2025-03-20 19:00:06,863 [5 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:00:06,863 [67 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:00:06,864 [5 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint 'Health checks'
INFO 2025-03-20 19:00:06,864 [67 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 GET https://10.0.50.50:443/health - - - 200 -
application/json 3.5964ms
INFO 2025-03-20 19:00:07,738 [5 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 GET https://10.0.50.50:443/health - -
INFO 2025-03-20 19:00:07,739 [5 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint 'Health checks'
INFO 2025-03-20 19:00:07,740 [5 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:00:07,740 [67 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:00:07,742 [5 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint 'Health checks'
INFO 2025-03-20 19:00:07,742 [67 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 GET https://10.0.50.50:443/health - - - 200 -
application/json 3.4501ms
INFO 2025-03-20 19:00:09,277 [63 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 GET https://10.0.50.50:443/health - -
INFO 2025-03-20 19:00:09,278 [63 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint 'Health checks'
INFO 2025-03-20 19:00:09,279 [63 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:00:09,279 [67 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:00:09,280 [63 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint 'Health checks'
INFO 2025-03-20 19:00:09,280 [67 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 GET https://10.0.50.50:443/health - - - 200 -
application/json 3.6120ms
DEBUG 2025-03-20 19:00:09,336 [63 ] Abp.AspNetCore.SignalR.Hubs.AbpCommonHub - A
client is disconnected: NMtw_x86VJIM3zVZhBbK-w
INFO 2025-03-20 19:00:09,336 [63 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint '/signalr'
INFO 2025-03-20 19:00:09,336 [63 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 GET https://stg.parcelat.com/signalr?
id=FXXKDuCmD9H6Ao3aosmiAg - - - 200 - text/event-stream 119648.3300ms
DEBUG 2025-03-20 19:00:09,338 [67 ] EnterpriseBase.Web.Chat.SignalR.ChatHub - A
client is disconnected: QE8BDfaow6ykcGrTsKgb4A
INFO 2025-03-20 19:00:09,338 [67 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint '/signalr-chat'
INFO 2025-03-20 19:00:09,338 [67 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 GET https://stg.parcelat.com/signalr-chat?
id=SQLzx0zhpvMKAxKNN4y7_w - - - 200 - text/event-stream 119646.9360ms
INFO 2025-03-20 19:00:09,414 [67 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 GET https://10.0.50.50:443/health - -
INFO 2025-03-20 19:00:09,415 [67 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint 'Health checks'
INFO 2025-03-20 19:00:09,416 [67 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:00:09,416 [63 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:00:09,421 [63 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint 'Health checks'
INFO 2025-03-20 19:00:09,421 [5 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 GET https://10.0.50.50:443/health - - - 200 -
application/json 6.9819ms
INFO 2025-03-20 19:00:09,444 [5 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 GET https://10.0.50.50:443/health - -
INFO 2025-03-20 19:00:09,445 [5 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint 'Health checks'
INFO 2025-03-20 19:00:09,446 [67 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:00:09,446 [63 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:00:09,447 [67 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint 'Health checks'
INFO 2025-03-20 19:00:09,447 [63 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 GET https://10.0.50.50:443/health - - - 200 -
application/json 3.3007ms
INFO 2025-03-20 19:00:09,514 [63 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 POST https://stg.parcelat.com/signalr-chat/negotiate?
negotiateVersion=1 text/plain;charset=UTF-8 0
INFO 2025-03-20 19:00:09,515 [67 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 POST https://stg.parcelat.com/signalr/negotiate?
negotiateVersion=1 text/plain;charset=UTF-8 0
INFO 2025-03-20 19:00:09,515 [63 ] tion.Cookies.CookieAuthenticationHandler -
Identity.Application was not authenticated. Failure message: Unprotect ticket
failed
INFO 2025-03-20 19:00:09,515 [67 ] tion.Cookies.CookieAuthenticationHandler -
Identity.Application was not authenticated. Failure message: Unprotect ticket
failed
INFO 2025-03-20 19:00:09,515 [63 ] tCore.Cors.Infrastructure.CorsMiddleware - No
CORS policy found for the specified request.
INFO 2025-03-20 19:00:09,515 [63 ] tion.Cookies.CookieAuthenticationHandler -
Identity.Application was not authenticated. Failure message: Unprotect ticket
failed
INFO 2025-03-20 19:00:09,515 [63 ] tion.Cookies.CookieAuthenticationHandler -
Identity.Application was not authenticated. Failure message: Unprotect ticket
failed
INFO 2025-03-20 19:00:09,515 [67 ] tCore.Cors.Infrastructure.CorsMiddleware - No
CORS policy found for the specified request.
INFO 2025-03-20 19:00:09,515 [63 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint '/signalr-chat/negotiate'
INFO 2025-03-20 19:00:09,515 [67 ] tion.Cookies.CookieAuthenticationHandler -
Identity.Application was not authenticated. Failure message: Unprotect ticket
failed
INFO 2025-03-20 19:00:09,515 [63 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint '/signalr-chat/negotiate'
INFO 2025-03-20 19:00:09,516 [67 ] tion.Cookies.CookieAuthenticationHandler -
Identity.Application was not authenticated. Failure message: Unprotect ticket
failed
INFO 2025-03-20 19:00:09,516 [5 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 POST https://stg.parcelat.com/signalr-chat/negotiate?
negotiateVersion=1 text/plain;charset=UTF-8 0 - 200 253 application/json 1.2511ms
INFO 2025-03-20 19:00:09,516 [67 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint '/signalr/negotiate'
INFO 2025-03-20 19:00:09,516 [67 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint '/signalr/negotiate'
INFO 2025-03-20 19:00:09,516 [5 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 POST https://stg.parcelat.com/signalr/negotiate?
negotiateVersion=1 text/plain;charset=UTF-8 0 - 200 253 application/json 1.1470ms
INFO 2025-03-20 19:00:09,689 [5 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 GET https://stg.parcelat.com/signalr?id=c_IZ-
5tQ4y4qh2a3XhLSNg - -
INFO 2025-03-20 19:00:09,689 [5 ] tion.Cookies.CookieAuthenticationHandler -
Identity.Application was not authenticated. Failure message: Unprotect ticket
failed
INFO 2025-03-20 19:00:09,689 [67 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 GET https://stg.parcelat.com/signalr-chat?
id=ZFKu5bQcg47785fK1U6WtA - -
INFO 2025-03-20 19:00:09,690 [5 ] tion.Cookies.CookieAuthenticationHandler -
Identity.Application was not authenticated. Failure message: Unprotect ticket
failed
INFO 2025-03-20 19:00:09,690 [5 ] tion.Cookies.CookieAuthenticationHandler -
Identity.Application was not authenticated. Failure message: Unprotect ticket
failed
INFO 2025-03-20 19:00:09,690 [5 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint '/signalr'
INFO 2025-03-20 19:00:09,690 [67 ] tion.Cookies.CookieAuthenticationHandler -
Identity.Application was not authenticated. Failure message: Unprotect ticket
failed
INFO 2025-03-20 19:00:09,690 [67 ] tion.Cookies.CookieAuthenticationHandler -
Identity.Application was not authenticated. Failure message: Unprotect ticket
failed
INFO 2025-03-20 19:00:09,690 [67 ] tion.Cookies.CookieAuthenticationHandler -
Identity.Application was not authenticated. Failure message: Unprotect ticket
failed
INFO 2025-03-20 19:00:09,690 [67 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint '/signalr-chat'
INFO 2025-03-20 19:00:09,717 [5 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 GET https://10.0.50.50:443/health - -
INFO 2025-03-20 19:00:09,718 [5 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint 'Health checks'
INFO 2025-03-20 19:00:09,719 [5 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:00:09,719 [67 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:00:09,721 [5 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint 'Health checks'
INFO 2025-03-20 19:00:09,721 [67 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 GET https://10.0.50.50:443/health - - - 200 -
application/json 3.4364ms
INFO 2025-03-20 19:00:09,853 [67 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 POST https://stg.parcelat.com/signalr?id=c_IZ-
5tQ4y4qh2a3XhLSNg text/plain;charset=UTF-8 32
INFO 2025-03-20 19:00:09,854 [67 ] tion.Cookies.CookieAuthenticationHandler -
Identity.Application was not authenticated. Failure message: Unprotect ticket
failed
INFO 2025-03-20 19:00:09,854 [67 ] tCore.Cors.Infrastructure.CorsMiddleware - No
CORS policy found for the specified request.
INFO 2025-03-20 19:00:09,854 [67 ] tion.Cookies.CookieAuthenticationHandler -
Identity.Application was not authenticated. Failure message: Unprotect ticket
failed
INFO 2025-03-20 19:00:09,854 [67 ] tion.Cookies.CookieAuthenticationHandler -
Identity.Application was not authenticated. Failure message: Unprotect ticket
failed
INFO 2025-03-20 19:00:09,854 [67 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint '/signalr'
INFO 2025-03-20 19:00:09,855 [67 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint '/signalr'
INFO 2025-03-20 19:00:09,855 [67 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 POST https://stg.parcelat.com/signalr?id=c_IZ-
5tQ4y4qh2a3XhLSNg text/plain;charset=UTF-8 32 - 200 - text/plain 1.3892ms
DEBUG 2025-03-20 19:00:09,855 [5 ] Abp.AspNetCore.SignalR.Hubs.AbpCommonHub - A
client is connected:
{"ConnectionId":"64WWHjmJutj_K6nmBGSxQA","IpAddress":"103.103.174.14","TenantId":nu
ll,"UserId":null,"ConnectTime":"2025-03-20T19:00:09.8552291+03:00","Properties":{}}
INFO 2025-03-20 19:00:09,857 [5 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 POST https://stg.parcelat.com/signalr-chat?
id=ZFKu5bQcg47785fK1U6WtA text/plain;charset=UTF-8 32
INFO 2025-03-20 19:00:09,857 [5 ] tion.Cookies.CookieAuthenticationHandler -
Identity.Application was not authenticated. Failure message: Unprotect ticket
failed
INFO 2025-03-20 19:00:09,858 [5 ] tCore.Cors.Infrastructure.CorsMiddleware - No
CORS policy found for the specified request.
INFO 2025-03-20 19:00:09,858 [5 ] tion.Cookies.CookieAuthenticationHandler -
Identity.Application was not authenticated. Failure message: Unprotect ticket
failed
INFO 2025-03-20 19:00:09,858 [5 ] tion.Cookies.CookieAuthenticationHandler -
Identity.Application was not authenticated. Failure message: Unprotect ticket
failed
INFO 2025-03-20 19:00:09,858 [5 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint '/signalr-chat'
INFO 2025-03-20 19:00:09,858 [5 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint '/signalr-chat'
INFO 2025-03-20 19:00:09,858 [5 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 POST https://stg.parcelat.com/signalr-chat?
id=ZFKu5bQcg47785fK1U6WtA text/plain;charset=UTF-8 32 - 200 - text/plain 0.9800ms
DEBUG 2025-03-20 19:00:09,860 [67 ] EnterpriseBase.Web.Chat.SignalR.ChatHub - A
client is connected:
{"ConnectionId":"WcBRBzLPjxnZ0MZ6vik1kw","IpAddress":"103.103.174.14","TenantId":nu
ll,"UserId":null,"ConnectTime":"2025-03-20T19:00:09.8604056+03:00","Properties":{}}
INFO 2025-03-20 19:00:10,089 [67 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 GET https://10.0.50.50:443/health - -
INFO 2025-03-20 19:00:10,090 [67 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint 'Health checks'
INFO 2025-03-20 19:00:10,091 [67 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:00:10,091 [5 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:00:10,092 [67 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint 'Health checks'
INFO 2025-03-20 19:00:10,092 [5 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 GET https://10.0.50.50:443/health - - - 200 -
application/json 3.2389ms
INFO 2025-03-20 19:00:10,135 [5 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 GET https://10.0.50.50:443/health - -
INFO 2025-03-20 19:00:10,136 [5 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint 'Health checks'
INFO 2025-03-20 19:00:10,137 [5 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:00:10,137 [67 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:00:10,139 [5 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint 'Health checks'
INFO 2025-03-20 19:00:10,139 [67 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 GET https://10.0.50.50:443/health - - - 200 -
application/json 3.2895ms
INFO 2025-03-20 19:00:10,406 [67 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 GET https://10.0.50.50:443/health - -
INFO 2025-03-20 19:00:10,407 [67 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint 'Health checks'
INFO 2025-03-20 19:00:10,408 [67 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:00:10,408 [5 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:00:10,410 [5 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint 'Health checks'
INFO 2025-03-20 19:00:10,410 [67 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 GET https://10.0.50.50:443/health - - - 200 -
application/json 3.4411ms
INFO 2025-03-20 19:00:10,475 [67 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 GET https://10.0.50.50:443/health - -
INFO 2025-03-20 19:00:10,476 [67 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint 'Health checks'
INFO 2025-03-20 19:00:10,477 [67 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:00:10,477 [5 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:00:10,478 [67 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint 'Health checks'
INFO 2025-03-20 19:00:10,478 [5 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 GET https://10.0.50.50:443/health - - - 200 -
application/json 3.2392ms
INFO 2025-03-20 19:00:11,002 [5 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'HealthChecksDb' using provider
'Microsoft.EntityFrameworkCore.InMemory' with options: StoreName=HealthChecksUI
INFO 2025-03-20 19:00:11,003 [5 ] .HttpClient.health-checks.LogicalHandler -
Start processing HTTP request GET https://stg.parcelat.com/health
INFO 2025-03-20 19:00:11,003 [5 ] p.HttpClient.health-checks.ClientHandler -
Sending HTTP request GET https://stg.parcelat.com/health
INFO 2025-03-20 19:00:11,005 [5 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 GET https://stg.parcelat.com/health - -
INFO 2025-03-20 19:00:11,005 [5 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint 'Health checks'
INFO 2025-03-20 19:00:11,006 [5 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:00:11,006 [67 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:00:11,008 [5 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint 'Health checks'
INFO 2025-03-20 19:00:11,008 [67 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 GET https://stg.parcelat.com/health - - - 200 -
application/json 3.1972ms
INFO 2025-03-20 19:00:11,008 [34 ] p.HttpClient.health-checks.ClientHandler -
Received HTTP response headers after 5.5679ms - 200
INFO 2025-03-20 19:00:11,008 [34 ] .HttpClient.health-checks.LogicalHandler -
End processing HTTP request after 5.6266ms - 200
INFO 2025-03-20 19:00:11,009 [34 ] Microsoft.EntityFrameworkCore.Update -
Saved 4 entities to in-memory store.
INFO 2025-03-20 19:00:11,115 [67 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 GET https://10.0.50.50:443/health - -
INFO 2025-03-20 19:00:11,116 [67 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint 'Health checks'
INFO 2025-03-20 19:00:11,116 [67 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:00:11,116 [5 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:00:11,118 [67 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint 'Health checks'
INFO 2025-03-20 19:00:11,118 [5 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 GET https://10.0.50.50:443/health - - - 200 -
application/json 3.1699ms
INFO 2025-03-20 19:00:11,709 [5 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 GET https://10.0.50.50:443/health - -
INFO 2025-03-20 19:00:11,710 [5 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint 'Health checks'
INFO 2025-03-20 19:00:11,711 [5 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:00:11,711 [67 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:00:11,712 [67 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint 'Health checks'
INFO 2025-03-20 19:00:11,712 [5 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 GET https://10.0.50.50:443/health - - - 200 -
application/json 3.3376ms
INFO 2025-03-20 19:00:11,881 [5 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 POST https://stg.parcelat.com/signalr?id=lcqDu2HN1-
LpGmjEfwbixA text/plain;charset=UTF-8 11
INFO 2025-03-20 19:00:11,881 [5 ] tion.Cookies.CookieAuthenticationHandler -
Identity.Application was not authenticated. Failure message: Unprotect ticket
failed
INFO 2025-03-20 19:00:11,881 [5 ] tCore.Cors.Infrastructure.CorsMiddleware - No
CORS policy found for the specified request.
INFO 2025-03-20 19:00:11,882 [5 ] tion.Cookies.CookieAuthenticationHandler -
Identity.Application was not authenticated. Failure message: Unprotect ticket
failed
INFO 2025-03-20 19:00:11,882 [5 ] tion.Cookies.CookieAuthenticationHandler -
Identity.Application was not authenticated. Failure message: Unprotect ticket
failed
INFO 2025-03-20 19:00:11,882 [5 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint '/signalr'
INFO 2025-03-20 19:00:11,882 [5 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint '/signalr'
INFO 2025-03-20 19:00:11,882 [67 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 POST https://stg.parcelat.com/signalr?id=lcqDu2HN1-
LpGmjEfwbixA text/plain;charset=UTF-8 11 - 200 - text/plain 1.4576ms
INFO 2025-03-20 19:00:11,885 [67 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 POST https://stg.parcelat.com/signalr-chat?id=--
4UPQcP2S12ES7pR6w1pQ text/plain;charset=UTF-8 11
INFO 2025-03-20 19:00:11,885 [67 ] tion.Cookies.CookieAuthenticationHandler -
Identity.Application was not authenticated. Failure message: Unprotect ticket
failed
INFO 2025-03-20 19:00:11,885 [67 ] tCore.Cors.Infrastructure.CorsMiddleware - No
CORS policy found for the specified request.
INFO 2025-03-20 19:00:11,886 [67 ] tion.Cookies.CookieAuthenticationHandler -
Identity.Application was not authenticated. Failure message: Unprotect ticket
failed
INFO 2025-03-20 19:00:11,886 [67 ] tion.Cookies.CookieAuthenticationHandler -
Identity.Application was not authenticated. Failure message: Unprotect ticket
failed
INFO 2025-03-20 19:00:11,886 [67 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint '/signalr-chat'
INFO 2025-03-20 19:00:11,886 [67 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint '/signalr-chat'
INFO 2025-03-20 19:00:11,886 [67 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 POST https://stg.parcelat.com/signalr-chat?id=--
4UPQcP2S12ES7pR6w1pQ text/plain;charset=UTF-8 11 - 200 - text/plain 0.9870ms
INFO 2025-03-20 19:00:12,117 [67 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 GET https://10.0.50.50:443/health - -
INFO 2025-03-20 19:00:12,118 [67 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint 'Health checks'
INFO 2025-03-20 19:00:12,119 [63 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:00:12,119 [5 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:00:12,120 [63 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint 'Health checks'
INFO 2025-03-20 19:00:12,121 [5 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 GET https://10.0.50.50:443/health - - - 200 -
application/json 3.2545ms
INFO 2025-03-20 19:00:12,360 [63 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 GET https://10.0.50.50:443/health - -
INFO 2025-03-20 19:00:12,361 [63 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint 'Health checks'
INFO 2025-03-20 19:00:12,362 [63 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:00:12,362 [5 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:00:12,363 [5 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint 'Health checks'
INFO 2025-03-20 19:00:12,363 [63 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 GET https://10.0.50.50:443/health - - - 200 -
application/json 3.3522ms
INFO 2025-03-20 19:00:13,941 [5 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 GET https://10.0.50.50:443/health - -
INFO 2025-03-20 19:00:13,942 [5 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint 'Health checks'
INFO 2025-03-20 19:00:13,943 [5 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:00:13,943 [63 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:00:13,944 [5 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint 'Health checks'
INFO 2025-03-20 19:00:13,944 [63 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 GET https://10.0.50.50:443/health - - - 200 -
application/json 3.5357ms
INFO 2025-03-20 19:00:14,201 [63 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 GET https://10.0.50.50:443/health - -
INFO 2025-03-20 19:00:14,202 [63 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint 'Health checks'
INFO 2025-03-20 19:00:14,203 [63 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:00:14,203 [5 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:00:14,204 [63 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint 'Health checks'
INFO 2025-03-20 19:00:14,204 [67 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 GET https://10.0.50.50:443/health - - - 200 -
application/json 3.5728ms
INFO 2025-03-20 19:00:14,275 [67 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 GET https://10.0.50.50:443/health - -
INFO 2025-03-20 19:00:14,276 [67 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint 'Health checks'
INFO 2025-03-20 19:00:14,277 [63 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:00:14,277 [67 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:00:14,278 [67 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint 'Health checks'
INFO 2025-03-20 19:00:14,278 [63 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 GET https://10.0.50.50:443/health - - - 200 -
application/json 3.6168ms
INFO 2025-03-20 19:00:14,672 [67 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 GET https://10.0.50.50:443/health - -
INFO 2025-03-20 19:00:14,673 [67 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint 'Health checks'
INFO 2025-03-20 19:00:14,674 [67 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:00:14,674 [63 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:00:14,675 [63 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint 'Health checks'
INFO 2025-03-20 19:00:14,676 [5 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 GET https://10.0.50.50:443/health - - - 200 -
application/json 3.5663ms
INFO 2025-03-20 19:00:14,726 [5 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 GET https://10.0.50.50:443/health - -
INFO 2025-03-20 19:00:14,727 [5 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint 'Health checks'
INFO 2025-03-20 19:00:14,729 [5 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:00:14,729 [63 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:00:14,730 [5 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint 'Health checks'
INFO 2025-03-20 19:00:14,730 [63 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 GET https://10.0.50.50:443/health - - - 200 -
application/json 3.6578ms
INFO 2025-03-20 19:00:15,000 [63 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 GET https://10.0.50.50:443/health - -
INFO 2025-03-20 19:00:15,001 [63 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint 'Health checks'
INFO 2025-03-20 19:00:15,002 [70 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:00:15,002 [5 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:00:15,004 [5 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint 'Health checks'
INFO 2025-03-20 19:00:15,004 [70 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 GET https://10.0.50.50:443/health - - - 200 -
application/json 3.4624ms
INFO 2025-03-20 19:00:15,378 [70 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 GET https://10.0.50.50:443/health - -
INFO 2025-03-20 19:00:15,380 [70 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint 'Health checks'
INFO 2025-03-20 19:00:15,381 [5 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:00:15,381 [70 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:00:15,382 [70 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint 'Health checks'
INFO 2025-03-20 19:00:15,382 [5 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 GET https://10.0.50.50:443/health - - - 200 -
application/json 4.1462ms
INFO 2025-03-20 19:00:15,690 [5 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 GET https://10.0.50.50:443/health - -
INFO 2025-03-20 19:00:15,691 [5 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint 'Health checks'
INFO 2025-03-20 19:00:15,692 [5 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:00:15,692 [70 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:00:15,693 [63 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint 'Health checks'
INFO 2025-03-20 19:00:15,694 [5 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 GET https://10.0.50.50:443/health - - - 200 -
application/json 3.7682ms
INFO 2025-03-20 19:00:15,931 [5 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 GET https://10.0.50.50:443/health - -
INFO 2025-03-20 19:00:15,932 [5 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint 'Health checks'
INFO 2025-03-20 19:00:15,932 [5 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:00:15,932 [63 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:00:15,934 [5 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint 'Health checks'
INFO 2025-03-20 19:00:15,934 [63 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 GET https://10.0.50.50:443/health - - - 200 -
application/json 3.4801ms
INFO 2025-03-20 19:00:16,284 [63 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/2 POST https://localhost/signalr-chat?
id=CTrypW454KO3l8NKtjMQDA text/plain;charset=UTF-8 11
INFO 2025-03-20 19:00:16,284 [5 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/2 POST https://localhost/signalr?id=JUIrm96DnF9qOLpCk4eNfQ
text/plain;charset=UTF-8 11
INFO 2025-03-20 19:00:16,287 [5 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:00:16,287 [63 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:00:16,294 [5 ] tCore.Cors.Infrastructure.CorsMiddleware - No
CORS policy found for the specified request.
INFO 2025-03-20 19:00:16,294 [63 ] tCore.Cors.Infrastructure.CorsMiddleware - No
CORS policy found for the specified request.
INFO 2025-03-20 19:00:16,294 [63 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint '/signalr-chat'
INFO 2025-03-20 19:00:16,294 [5 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint '/signalr'
INFO 2025-03-20 19:00:16,295 [63 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint '/signalr-chat'
INFO 2025-03-20 19:00:16,295 [5 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint '/signalr'
INFO 2025-03-20 19:00:16,295 [63 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/2 POST https://localhost/signalr-chat?
id=CTrypW454KO3l8NKtjMQDA text/plain;charset=UTF-8 11 - 200 - text/plain 10.5558ms
INFO 2025-03-20 19:00:16,295 [5 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/2 POST https://localhost/signalr?id=JUIrm96DnF9qOLpCk4eNfQ
text/plain;charset=UTF-8 11 - 200 - text/plain 10.5743ms
INFO 2025-03-20 19:00:16,368 [67 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 GET https://10.0.50.50:443/health - -
INFO 2025-03-20 19:00:16,369 [67 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint 'Health checks'
INFO 2025-03-20 19:00:16,369 [67 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:00:16,369 [70 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:00:16,371 [70 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint 'Health checks'
INFO 2025-03-20 19:00:16,371 [67 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 GET https://10.0.50.50:443/health - - - 200 -
application/json 3.3189ms
INFO 2025-03-20 19:00:16,973 [67 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 GET https://10.0.50.50:443/health - -
INFO 2025-03-20 19:00:16,974 [67 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint 'Health checks'
INFO 2025-03-20 19:00:16,975 [67 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:00:16,975 [70 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:00:16,977 [70 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint 'Health checks'
INFO 2025-03-20 19:00:16,977 [67 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 GET https://10.0.50.50:443/health - - - 200 -
application/json 4.1426ms
INFO 2025-03-20 19:00:17,480 [67 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 GET https://10.0.50.50:443/health - -
INFO 2025-03-20 19:00:17,481 [67 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint 'Health checks'
INFO 2025-03-20 19:00:17,482 [67 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:00:17,482 [63 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:00:17,484 [63 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint 'Health checks'
INFO 2025-03-20 19:00:17,484 [67 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 GET https://10.0.50.50:443/health - - - 200 -
application/json 3.5710ms
INFO 2025-03-20 19:00:19,102 [63 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 GET https://10.0.50.50:443/health - -
INFO 2025-03-20 19:00:19,103 [63 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint 'Health checks'
INFO 2025-03-20 19:00:19,104 [63 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:00:19,104 [67 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:00:19,105 [67 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint 'Health checks'
INFO 2025-03-20 19:00:19,105 [70 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 GET https://10.0.50.50:443/health - - - 200 -
application/json 3.7089ms
INFO 2025-03-20 19:00:19,284 [70 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 GET https://10.0.50.50:443/health - -
INFO 2025-03-20 19:00:19,285 [70 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint 'Health checks'
INFO 2025-03-20 19:00:19,286 [70 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:00:19,287 [70 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:00:19,288 [70 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint 'Health checks'
INFO 2025-03-20 19:00:19,288 [70 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 GET https://10.0.50.50:443/health - - - 200 -
application/json 4.1497ms
INFO 2025-03-20 19:00:19,462 [67 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 GET https://10.0.50.50:443/health - -
INFO 2025-03-20 19:00:19,463 [67 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint 'Health checks'
INFO 2025-03-20 19:00:19,465 [67 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:00:19,465 [70 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:00:19,466 [67 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint 'Health checks'
INFO 2025-03-20 19:00:19,466 [70 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 GET https://10.0.50.50:443/health - - - 200 -
application/json 3.9238ms
INFO 2025-03-20 19:00:19,588 [70 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 GET https://10.0.50.50:443/health - -
INFO 2025-03-20 19:00:19,591 [70 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint 'Health checks'
INFO 2025-03-20 19:00:19,592 [70 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:00:19,592 [67 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:00:19,593 [70 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint 'Health checks'
INFO 2025-03-20 19:00:19,593 [67 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 GET https://10.0.50.50:443/health - - - 200 -
application/json 5.7110ms
INFO 2025-03-20 19:00:19,652 [67 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 GET https://10.0.50.50:443/health - -
INFO 2025-03-20 19:00:19,653 [67 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint 'Health checks'
INFO 2025-03-20 19:00:19,654 [67 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:00:19,654 [70 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:00:19,656 [70 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint 'Health checks'
INFO 2025-03-20 19:00:19,656 [67 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 GET https://10.0.50.50:443/health - - - 200 -
application/json 3.5353ms
INFO 2025-03-20 19:00:20,064 [67 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 GET https://10.0.50.50:443/health - -
INFO 2025-03-20 19:00:20,065 [67 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint 'Health checks'
INFO 2025-03-20 19:00:20,066 [67 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:00:20,066 [70 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:00:20,067 [67 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint 'Health checks'
INFO 2025-03-20 19:00:20,067 [70 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 GET https://10.0.50.50:443/health - - - 200 -
application/json 3.3856ms
INFO 2025-03-20 19:00:20,442 [67 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 GET https://10.0.50.50:443/health - -
INFO 2025-03-20 19:00:20,443 [67 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint 'Health checks'
INFO 2025-03-20 19:00:20,444 [67 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:00:20,444 [63 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:00:20,445 [67 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint 'Health checks'
INFO 2025-03-20 19:00:20,445 [63 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 GET https://10.0.50.50:443/health - - - 200 -
application/json 3.4860ms
INFO 2025-03-20 19:00:20,475 [63 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 GET https://10.0.50.50:443/health - -
INFO 2025-03-20 19:00:20,476 [63 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint 'Health checks'
INFO 2025-03-20 19:00:20,477 [67 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:00:20,477 [63 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:00:20,478 [67 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint 'Health checks'
INFO 2025-03-20 19:00:20,478 [63 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 GET https://10.0.50.50:443/health - - - 200 -
application/json 3.6271ms
INFO 2025-03-20 19:00:20,807 [63 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 GET https://10.0.50.50:443/health - -
INFO 2025-03-20 19:00:20,808 [63 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint 'Health checks'
INFO 2025-03-20 19:00:20,809 [67 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:00:20,809 [63 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:00:20,811 [63 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint 'Health checks'
INFO 2025-03-20 19:00:20,811 [67 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 GET https://10.0.50.50:443/health - - - 200 -
application/json 3.8548ms
INFO 2025-03-20 19:00:21,012 [67 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'HealthChecksDb' using provider
'Microsoft.EntityFrameworkCore.InMemory' with options: StoreName=HealthChecksUI
INFO 2025-03-20 19:00:21,012 [67 ] .HttpClient.health-checks.LogicalHandler -
Start processing HTTP request GET https://stg.parcelat.com/health
INFO 2025-03-20 19:00:21,012 [67 ] p.HttpClient.health-checks.ClientHandler -
Sending HTTP request GET https://stg.parcelat.com/health
INFO 2025-03-20 19:00:21,014 [67 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 GET https://stg.parcelat.com/health - -
INFO 2025-03-20 19:00:21,015 [67 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint 'Health checks'
INFO 2025-03-20 19:00:21,016 [63 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:00:21,016 [67 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:00:21,017 [67 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint 'Health checks'
INFO 2025-03-20 19:00:21,017 [63 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 GET https://stg.parcelat.com/health - - - 200 -
application/json 3.4238ms
INFO 2025-03-20 19:00:21,018 [34 ] p.HttpClient.health-checks.ClientHandler -
Received HTTP response headers after 5.5983ms - 200
INFO 2025-03-20 19:00:21,018 [34 ] .HttpClient.health-checks.LogicalHandler -
End processing HTTP request after 5.6496ms - 200
INFO 2025-03-20 19:00:21,018 [34 ] Microsoft.EntityFrameworkCore.Update -
Saved 4 entities to in-memory store.
INFO 2025-03-20 19:00:21,395 [67 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 GET https://10.0.50.50:443/health - -
INFO 2025-03-20 19:00:21,396 [67 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint 'Health checks'
INFO 2025-03-20 19:00:21,397 [63 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:00:21,397 [67 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:00:21,398 [63 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint 'Health checks'
INFO 2025-03-20 19:00:21,399 [67 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 GET https://10.0.50.50:443/health - - - 200 -
application/json 3.7328ms
INFO 2025-03-20 19:00:21,780 [67 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 GET https://10.0.50.50:443/health - -
INFO 2025-03-20 19:00:21,782 [67 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint 'Health checks'
INFO 2025-03-20 19:00:21,783 [67 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:00:21,783 [63 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:00:21,785 [67 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint 'Health checks'
INFO 2025-03-20 19:00:21,785 [63 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 GET https://10.0.50.50:443/health - - - 200 -
application/json 4.3523ms
INFO 2025-03-20 19:00:22,162 [63 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 GET https://10.0.50.50:443/health - -
INFO 2025-03-20 19:00:22,163 [63 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint 'Health checks'
INFO 2025-03-20 19:00:22,164 [63 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:00:22,164 [67 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:00:22,165 [5 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint 'Health checks'
INFO 2025-03-20 19:00:22,165 [67 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 GET https://10.0.50.50:443/health - - - 200 -
application/json 3.4259ms
INFO 2025-03-20 19:00:23,891 [5 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 GET https://10.0.50.50:443/health - -
INFO 2025-03-20 19:00:23,893 [5 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint 'Health checks'
INFO 2025-03-20 19:00:23,894 [63 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:00:23,894 [5 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:00:23,895 [63 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint 'Health checks'
INFO 2025-03-20 19:00:23,896 [5 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 GET https://10.0.50.50:443/health - - - 200 -
application/json 4.1561ms
INFO 2025-03-20 19:00:24,104 [5 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 GET https://10.0.50.50:443/health - -
INFO 2025-03-20 19:00:24,105 [5 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint 'Health checks'
INFO 2025-03-20 19:00:24,106 [63 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:00:24,106 [5 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:00:24,108 [63 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint 'Health checks'
INFO 2025-03-20 19:00:24,108 [5 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 GET https://10.0.50.50:443/health - - - 200 -
application/json 4.1797ms
INFO 2025-03-20 19:00:24,187 [5 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 GET https://10.0.50.50:443/health - -
INFO 2025-03-20 19:00:24,188 [5 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint 'Health checks'
INFO 2025-03-20 19:00:24,190 [63 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:00:24,190 [5 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:00:24,191 [63 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint 'Health checks'
INFO 2025-03-20 19:00:24,191 [67 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 GET https://10.0.50.50:443/health - - - 200 -
application/json 3.7278ms
INFO 2025-03-20 19:00:24,470 [67 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 GET https://10.0.50.50:443/health - -
INFO 2025-03-20 19:00:24,472 [67 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint 'Health checks'
INFO 2025-03-20 19:00:24,473 [67 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:00:24,473 [63 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:00:24,474 [67 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint 'Health checks'
INFO 2025-03-20 19:00:24,474 [63 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 GET https://10.0.50.50:443/health - - - 200 -
application/json 3.5604ms
INFO 2025-03-20 19:00:24,524 [63 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 GET https://10.0.50.50:443/health - -
INFO 2025-03-20 19:00:24,525 [63 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint 'Health checks'
INFO 2025-03-20 19:00:24,526 [67 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:00:24,526 [63 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:00:24,527 [67 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint 'Health checks'
INFO 2025-03-20 19:00:24,527 [5 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 GET https://10.0.50.50:443/health - - - 200 -
application/json 3.4332ms
INFO 2025-03-20 19:00:24,978 [5 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 GET https://10.0.50.50:443/health - -
INFO 2025-03-20 19:00:24,979 [5 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint 'Health checks'
INFO 2025-03-20 19:00:24,980 [67 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:00:24,980 [63 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:00:24,981 [63 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint 'Health checks'
INFO 2025-03-20 19:00:24,981 [67 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 GET https://10.0.50.50:443/health - - - 200 -
application/json 3.3938ms
INFO 2025-03-20 19:00:25,198 [67 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 GET https://10.0.50.50:443/health - -
INFO 2025-03-20 19:00:25,199 [67 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint 'Health checks'
INFO 2025-03-20 19:00:25,200 [67 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:00:25,200 [63 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:00:25,202 [67 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint 'Health checks'
INFO 2025-03-20 19:00:25,202 [63 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 GET https://10.0.50.50:443/health - - - 200 -
application/json 3.3772ms
INFO 2025-03-20 19:00:25,404 [70 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 GET https://10.0.50.50:443/health - -
INFO 2025-03-20 19:00:25,405 [70 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint 'Health checks'
INFO 2025-03-20 19:00:25,406 [67 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:00:25,406 [70 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:00:25,408 [70 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint 'Health checks'
INFO 2025-03-20 19:00:25,408 [67 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 GET https://10.0.50.50:443/health - - - 200 -
application/json 3.8293ms
INFO 2025-03-20 19:00:25,549 [67 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 GET https://10.0.50.50:443/health - -
INFO 2025-03-20 19:00:25,550 [67 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint 'Health checks'
INFO 2025-03-20 19:00:25,551 [67 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:00:25,551 [70 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:00:25,552 [70 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint 'Health checks'
INFO 2025-03-20 19:00:25,552 [70 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 GET https://10.0.50.50:443/health - - - 200 -
application/json 3.8435ms
INFO 2025-03-20 19:00:25,705 [70 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 POST https://stg.parcelat.com/signalr-chat?
id=ZFKu5bQcg47785fK1U6WtA text/plain;charset=UTF-8 11
INFO 2025-03-20 19:00:25,705 [70 ] tion.Cookies.CookieAuthenticationHandler -
Identity.Application was not authenticated. Failure message: Unprotect ticket
failed
INFO 2025-03-20 19:00:25,706 [70 ] tCore.Cors.Infrastructure.CorsMiddleware - No
CORS policy found for the specified request.
INFO 2025-03-20 19:00:25,706 [70 ] tion.Cookies.CookieAuthenticationHandler -
Identity.Application was not authenticated. Failure message: Unprotect ticket
failed
INFO 2025-03-20 19:00:25,706 [70 ] tion.Cookies.CookieAuthenticationHandler -
Identity.Application was not authenticated. Failure message: Unprotect ticket
failed
INFO 2025-03-20 19:00:25,706 [70 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint '/signalr-chat'
INFO 2025-03-20 19:00:25,706 [70 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint '/signalr-chat'
INFO 2025-03-20 19:00:25,706 [60 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 POST https://stg.parcelat.com/signalr-chat?
id=ZFKu5bQcg47785fK1U6WtA text/plain;charset=UTF-8 11 - 200 - text/plain 1.4080ms
INFO 2025-03-20 19:00:25,708 [60 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 POST https://stg.parcelat.com/signalr?id=c_IZ-
5tQ4y4qh2a3XhLSNg text/plain;charset=UTF-8 11
INFO 2025-03-20 19:00:25,708 [60 ] tion.Cookies.CookieAuthenticationHandler -
Identity.Application was not authenticated. Failure message: Unprotect ticket
failed
INFO 2025-03-20 19:00:25,709 [60 ] tCore.Cors.Infrastructure.CorsMiddleware - No
CORS policy found for the specified request.
INFO 2025-03-20 19:00:25,709 [60 ] tion.Cookies.CookieAuthenticationHandler -
Identity.Application was not authenticated. Failure message: Unprotect ticket
failed
INFO 2025-03-20 19:00:25,709 [60 ] tion.Cookies.CookieAuthenticationHandler -
Identity.Application was not authenticated. Failure message: Unprotect ticket
failed
INFO 2025-03-20 19:00:25,709 [60 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint '/signalr'
INFO 2025-03-20 19:00:25,709 [60 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint '/signalr'
INFO 2025-03-20 19:00:25,709 [60 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 POST https://stg.parcelat.com/signalr?id=c_IZ-
5tQ4y4qh2a3XhLSNg text/plain;charset=UTF-8 11 - 200 - text/plain 1.0461ms
INFO 2025-03-20 19:00:26,696 [70 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 GET https://10.0.50.50:443/health - -
INFO 2025-03-20 19:00:26,698 [70 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint 'Health checks'
INFO 2025-03-20 19:00:26,698 [70 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:00:26,699 [60 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:00:26,700 [60 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint 'Health checks'
INFO 2025-03-20 19:00:26,700 [70 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 GET https://10.0.50.50:443/health - - - 200 -
application/json 3.6627ms
INFO 2025-03-20 19:00:26,899 [70 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 GET https://10.0.50.50:443/health - -
INFO 2025-03-20 19:00:26,900 [70 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint 'Health checks'
INFO 2025-03-20 19:00:26,902 [60 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:00:26,902 [70 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:00:26,903 [70 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint 'Health checks'
INFO 2025-03-20 19:00:26,903 [60 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 GET https://10.0.50.50:443/health - - - 200 -
application/json 4.0400ms
INFO 2025-03-20 19:00:26,971 [60 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 GET https://10.0.50.50:443/health - -
INFO 2025-03-20 19:00:26,972 [60 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint 'Health checks'
INFO 2025-03-20 19:00:26,973 [60 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:00:26,973 [70 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:00:26,974 [60 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint 'Health checks'
INFO 2025-03-20 19:00:26,974 [70 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 GET https://10.0.50.50:443/health - - - 200 -
application/json 3.4392ms
INFO 2025-03-20 19:00:28,783 [70 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 GET https://10.0.50.50:443/health - -
INFO 2025-03-20 19:00:28,784 [70 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint 'Health checks'
INFO 2025-03-20 19:00:28,785 [70 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:00:28,785 [60 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:00:28,786 [70 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint 'Health checks'
INFO 2025-03-20 19:00:28,786 [60 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 GET https://10.0.50.50:443/health - - - 200 -
application/json 3.4945ms
INFO 2025-03-20 19:00:28,816 [60 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 POST https://stg.parcelat.com/signalr?id=lcqDu2HN1-
LpGmjEfwbixA text/plain;charset=UTF-8 11
INFO 2025-03-20 19:00:28,816 [60 ] tion.Cookies.CookieAuthenticationHandler -
Identity.Application was not authenticated. Failure message: Unprotect ticket
failed
INFO 2025-03-20 19:00:28,817 [60 ] tCore.Cors.Infrastructure.CorsMiddleware - No
CORS policy found for the specified request.
INFO 2025-03-20 19:00:28,817 [60 ] tion.Cookies.CookieAuthenticationHandler -
Identity.Application was not authenticated. Failure message: Unprotect ticket
failed
INFO 2025-03-20 19:00:28,817 [60 ] tion.Cookies.CookieAuthenticationHandler -
Identity.Application was not authenticated. Failure message: Unprotect ticket
failed
INFO 2025-03-20 19:00:28,817 [60 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint '/signalr'
INFO 2025-03-20 19:00:28,817 [60 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint '/signalr'
INFO 2025-03-20 19:00:28,817 [70 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 POST https://stg.parcelat.com/signalr?id=lcqDu2HN1-
LpGmjEfwbixA text/plain;charset=UTF-8 11 - 200 - text/plain 1.3453ms
INFO 2025-03-20 19:00:28,852 [70 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 POST https://stg.parcelat.com/signalr-chat?id=--
4UPQcP2S12ES7pR6w1pQ text/plain;charset=UTF-8 11
INFO 2025-03-20 19:00:28,853 [70 ] tion.Cookies.CookieAuthenticationHandler -
Identity.Application was not authenticated. Failure message: Unprotect ticket
failed
INFO 2025-03-20 19:00:28,853 [70 ] tCore.Cors.Infrastructure.CorsMiddleware - No
CORS policy found for the specified request.
INFO 2025-03-20 19:00:28,853 [70 ] tion.Cookies.CookieAuthenticationHandler -
Identity.Application was not authenticated. Failure message: Unprotect ticket
failed
INFO 2025-03-20 19:00:28,853 [70 ] tion.Cookies.CookieAuthenticationHandler -
Identity.Application was not authenticated. Failure message: Unprotect ticket
failed
INFO 2025-03-20 19:00:28,853 [70 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint '/signalr-chat'
INFO 2025-03-20 19:00:28,853 [70 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint '/signalr-chat'
INFO 2025-03-20 19:00:28,853 [70 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 POST https://stg.parcelat.com/signalr-chat?id=--
4UPQcP2S12ES7pR6w1pQ text/plain;charset=UTF-8 11 - 200 - text/plain 1.6215ms
INFO 2025-03-20 19:00:28,882 [70 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 GET https://10.0.50.50:443/health - -
INFO 2025-03-20 19:00:28,884 [70 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint 'Health checks'
INFO 2025-03-20 19:00:28,885 [70 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:00:28,885 [60 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:00:28,886 [60 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint 'Health checks'
INFO 2025-03-20 19:00:28,886 [70 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 GET https://10.0.50.50:443/health - - - 200 -
application/json 4.1528ms
INFO 2025-03-20 19:00:29,544 [70 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 GET https://10.0.50.50:443/health - -
INFO 2025-03-20 19:00:29,545 [70 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint 'Health checks'
INFO 2025-03-20 19:00:29,546 [70 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:00:29,546 [60 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:00:29,547 [70 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint 'Health checks'
INFO 2025-03-20 19:00:29,547 [60 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 GET https://10.0.50.50:443/health - - - 200 -
application/json 3.4017ms
INFO 2025-03-20 19:00:29,661 [60 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 GET https://10.0.50.50:443/health - -
INFO 2025-03-20 19:00:29,662 [60 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint 'Health checks'
INFO 2025-03-20 19:00:29,663 [60 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:00:29,663 [70 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:00:29,664 [60 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint 'Health checks'
INFO 2025-03-20 19:00:29,664 [70 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 GET https://10.0.50.50:443/health - - - 200 -
application/json 3.4094ms
INFO 2025-03-20 19:00:29,964 [70 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 GET https://10.0.50.50:443/health - -
INFO 2025-03-20 19:00:29,965 [70 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint 'Health checks'
INFO 2025-03-20 19:00:29,966 [70 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:00:29,967 [60 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:00:29,968 [70 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint 'Health checks'
INFO 2025-03-20 19:00:29,968 [65 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 GET https://10.0.50.50:443/health - - - 200 -
application/json 3.5039ms
INFO 2025-03-20 19:00:30,119 [65 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 GET https://10.0.50.50:443/health - -
INFO 2025-03-20 19:00:30,120 [65 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint 'Health checks'
INFO 2025-03-20 19:00:30,121 [65 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:00:30,121 [70 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:00:30,123 [65 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint 'Health checks'
INFO 2025-03-20 19:00:30,123 [70 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 GET https://10.0.50.50:443/health - - - 200 -
application/json 3.9163ms
INFO 2025-03-20 19:00:30,173 [70 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 GET https://10.0.50.50:443/health - -
INFO 2025-03-20 19:00:30,175 [70 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint 'Health checks'
INFO 2025-03-20 19:00:30,175 [5 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:00:30,176 [65 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:00:30,177 [5 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint 'Health checks'
INFO 2025-03-20 19:00:30,177 [65 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 GET https://10.0.50.50:443/health - - - 200 -
application/json 3.5972ms
INFO 2025-03-20 19:00:30,356 [65 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 GET https://10.0.50.50:443/health - -
INFO 2025-03-20 19:00:30,357 [65 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint 'Health checks'
INFO 2025-03-20 19:00:30,358 [5 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:00:30,359 [65 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:00:30,364 [65 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint 'Health checks'
INFO 2025-03-20 19:00:30,364 [65 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 GET https://10.0.50.50:443/health - - - 200 -
application/json 7.5543ms
INFO 2025-03-20 19:00:30,470 [65 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 GET https://10.0.50.50:443/health - -
INFO 2025-03-20 19:00:30,471 [65 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint 'Health checks'
INFO 2025-03-20 19:00:30,472 [65 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:00:30,472 [60 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:00:30,474 [65 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint 'Health checks'
INFO 2025-03-20 19:00:30,474 [60 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 GET https://10.0.50.50:443/health - - - 200 -
application/json 3.7039ms
INFO 2025-03-20 19:00:31,027 [60 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'HealthChecksDb' using provider
'Microsoft.EntityFrameworkCore.InMemory' with options: StoreName=HealthChecksUI
INFO 2025-03-20 19:00:31,027 [60 ] .HttpClient.health-checks.LogicalHandler -
Start processing HTTP request GET https://stg.parcelat.com/health
INFO 2025-03-20 19:00:31,027 [60 ] p.HttpClient.health-checks.ClientHandler -
Sending HTTP request GET https://stg.parcelat.com/health
INFO 2025-03-20 19:00:31,029 [60 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 GET https://stg.parcelat.com/health - -
INFO 2025-03-20 19:00:31,031 [60 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint 'Health checks'
INFO 2025-03-20 19:00:31,032 [65 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:00:31,032 [60 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:00:31,033 [65 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint 'Health checks'
INFO 2025-03-20 19:00:31,033 [5 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 GET https://stg.parcelat.com/health - - - 200 -
application/json 3.8233ms
INFO 2025-03-20 19:00:31,034 [34 ] p.HttpClient.health-checks.ClientHandler -
Received HTTP response headers after 6.2379ms - 200
INFO 2025-03-20 19:00:31,034 [34 ] .HttpClient.health-checks.LogicalHandler -
End processing HTTP request after 6.2963ms - 200
INFO 2025-03-20 19:00:31,034 [34 ] Microsoft.EntityFrameworkCore.Update -
Saved 4 entities to in-memory store.
INFO 2025-03-20 19:00:31,441 [65 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 GET https://10.0.50.50:443/health - -
INFO 2025-03-20 19:00:31,442 [65 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint 'Health checks'
INFO 2025-03-20 19:00:31,443 [65 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:00:31,443 [5 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:00:31,444 [65 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint 'Health checks'
INFO 2025-03-20 19:00:31,444 [5 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 GET https://10.0.50.50:443/health - - - 200 -
application/json 3.5866ms
INFO 2025-03-20 19:00:31,507 [5 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 GET https://10.0.50.50:443/health - -
INFO 2025-03-20 19:00:31,508 [5 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint 'Health checks'
INFO 2025-03-20 19:00:31,508 [5 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:00:31,508 [65 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:00:31,510 [65 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint 'Health checks'
INFO 2025-03-20 19:00:31,510 [5 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 GET https://10.0.50.50:443/health - - - 200 -
application/json 3.3225ms
INFO 2025-03-20 19:00:31,822 [5 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 GET https://10.0.50.50:443/health - -
INFO 2025-03-20 19:00:31,823 [5 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint 'Health checks'
INFO 2025-03-20 19:00:31,824 [5 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:00:31,824 [65 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:00:31,825 [5 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint 'Health checks'
INFO 2025-03-20 19:00:31,826 [65 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 GET https://10.0.50.50:443/health - - - 200 -
application/json 3.4540ms
INFO 2025-03-20 19:00:32,283 [5 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/2 POST https://localhost/signalr?id=JUIrm96DnF9qOLpCk4eNfQ
text/plain;charset=UTF-8 11
INFO 2025-03-20 19:00:32,283 [65 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/2 POST https://localhost/signalr-chat?
id=CTrypW454KO3l8NKtjMQDA text/plain;charset=UTF-8 11
INFO 2025-03-20 19:00:32,285 [5 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:00:32,286 [65 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:00:32,293 [70 ] tCore.Cors.Infrastructure.CorsMiddleware - No
CORS policy found for the specified request.
INFO 2025-03-20 19:00:32,293 [65 ] tCore.Cors.Infrastructure.CorsMiddleware - No
CORS policy found for the specified request.
INFO 2025-03-20 19:00:32,293 [70 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint '/signalr-chat'
INFO 2025-03-20 19:00:32,293 [65 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint '/signalr'
INFO 2025-03-20 19:00:32,293 [70 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint '/signalr-chat'
INFO 2025-03-20 19:00:32,293 [65 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint '/signalr'
INFO 2025-03-20 19:00:32,293 [70 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/2 POST https://localhost/signalr-chat?
id=CTrypW454KO3l8NKtjMQDA text/plain;charset=UTF-8 11 - 200 - text/plain 10.6822ms
INFO 2025-03-20 19:00:32,293 [65 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/2 POST https://localhost/signalr?id=JUIrm96DnF9qOLpCk4eNfQ
text/plain;charset=UTF-8 11 - 200 - text/plain 10.6960ms
INFO 2025-03-20 19:00:33,597 [65 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 GET https://10.0.50.50:443/health - -
INFO 2025-03-20 19:00:33,598 [65 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint 'Health checks'
INFO 2025-03-20 19:00:33,599 [65 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:00:33,599 [70 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:00:33,600 [65 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint 'Health checks'
INFO 2025-03-20 19:00:33,600 [70 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 GET https://10.0.50.50:443/health - - - 200 -
application/json 3.3775ms
INFO 2025-03-20 19:00:33,882 [70 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 GET https://10.0.50.50:443/health - -
INFO 2025-03-20 19:00:33,883 [70 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint 'Health checks'
INFO 2025-03-20 19:00:33,884 [70 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:00:33,884 [65 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:00:33,885 [65 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint 'Health checks'
INFO 2025-03-20 19:00:33,885 [70 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 GET https://10.0.50.50:443/health - - - 200 -
application/json 3.3320ms
INFO 2025-03-20 19:00:34,536 [65 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 GET https://10.0.50.50:443/health - -
INFO 2025-03-20 19:00:34,537 [65 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint 'Health checks'
INFO 2025-03-20 19:00:34,538 [65 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:00:34,538 [70 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:00:34,540 [65 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint 'Health checks'
INFO 2025-03-20 19:00:34,540 [70 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 GET https://10.0.50.50:443/health - - - 200 -
application/json 3.4658ms
INFO 2025-03-20 19:00:34,637 [70 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 GET https://10.0.50.50:443/health - -
INFO 2025-03-20 19:00:34,639 [70 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint 'Health checks'
INFO 2025-03-20 19:00:34,640 [70 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:00:34,640 [65 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:00:34,641 [65 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint 'Health checks'
INFO 2025-03-20 19:00:34,641 [70 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 GET https://10.0.50.50:443/health - - - 200 -
application/json 3.9037ms
INFO 2025-03-20 19:00:34,762 [70 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 GET https://10.0.50.50:443/health - -
INFO 2025-03-20 19:00:34,763 [70 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint 'Health checks'
INFO 2025-03-20 19:00:34,764 [70 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:00:34,764 [65 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:00:34,765 [65 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint 'Health checks'
INFO 2025-03-20 19:00:34,765 [70 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 GET https://10.0.50.50:443/health - - - 200 -
application/json 3.6792ms
INFO 2025-03-20 19:00:34,936 [70 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 GET https://10.0.50.50:443/health - -
INFO 2025-03-20 19:00:34,937 [70 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint 'Health checks'
INFO 2025-03-20 19:00:34,938 [70 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:00:34,938 [65 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:00:34,940 [65 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint 'Health checks'
INFO 2025-03-20 19:00:34,940 [60 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 GET https://10.0.50.50:443/health - - - 200 -
application/json 3.5422ms
INFO 2025-03-20 19:00:35,020 [60 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 GET https://10.0.50.50:443/health - -
INFO 2025-03-20 19:00:35,021 [60 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint 'Health checks'
INFO 2025-03-20 19:00:35,023 [60 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:00:35,023 [65 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:00:35,024 [60 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint 'Health checks'
INFO 2025-03-20 19:00:35,024 [65 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 GET https://10.0.50.50:443/health - - - 200 -
application/json 3.7823ms
INFO 2025-03-20 19:00:35,127 [65 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 GET https://10.0.50.50:443/health - -
INFO 2025-03-20 19:00:35,128 [65 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint 'Health checks'
INFO 2025-03-20 19:00:35,130 [65 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:00:35,130 [60 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:00:35,131 [60 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint 'Health checks'
INFO 2025-03-20 19:00:35,131 [70 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 GET https://10.0.50.50:443/health - - - 200 -
application/json 3.6525ms
INFO 2025-03-20 19:00:35,527 [60 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 GET https://10.0.50.50:443/health - -
INFO 2025-03-20 19:00:35,528 [60 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint 'Health checks'
INFO 2025-03-20 19:00:35,529 [60 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:00:35,529 [70 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:00:35,533 [70 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint 'Health checks'
INFO 2025-03-20 19:00:35,533 [65 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 GET https://10.0.50.50:443/health - - - 200 -
application/json 6.5937ms
INFO 2025-03-20 19:00:35,992 [65 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 GET https://10.0.50.50:443/health - -
INFO 2025-03-20 19:00:35,993 [65 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint 'Health checks'
INFO 2025-03-20 19:00:35,994 [65 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:00:35,994 [70 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:00:35,996 [65 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint 'Health checks'
INFO 2025-03-20 19:00:35,996 [70 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 GET https://10.0.50.50:443/health - - - 200 -
application/json 3.4292ms
INFO 2025-03-20 19:00:36,945 [65 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 GET https://10.0.50.50:443/health - -
INFO 2025-03-20 19:00:36,946 [65 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint 'Health checks'
INFO 2025-03-20 19:00:36,947 [65 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:00:36,947 [70 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:00:36,948 [65 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint 'Health checks'
INFO 2025-03-20 19:00:36,948 [63 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 GET https://10.0.50.50:443/health - - - 200 -
application/json 3.3727ms
INFO 2025-03-20 19:00:37,107 [63 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 GET https://10.0.50.50:443/health - -
INFO 2025-03-20 19:00:37,108 [63 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint 'Health checks'
INFO 2025-03-20 19:00:37,109 [63 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:00:37,110 [65 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:00:37,111 [65 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint 'Health checks'
INFO 2025-03-20 19:00:37,111 [63 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 GET https://10.0.50.50:443/health - - - 200 -
application/json 3.5718ms
INFO 2025-03-20 19:00:38,251 [65 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 GET https://10.0.50.50:443/health - -
INFO 2025-03-20 19:00:38,252 [65 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint 'Health checks'
INFO 2025-03-20 19:00:38,253 [65 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:00:38,253 [63 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:00:38,255 [65 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint 'Health checks'
INFO 2025-03-20 19:00:38,255 [63 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 GET https://10.0.50.50:443/health - - - 200 -
application/json 3.2350ms
INFO 2025-03-20 19:00:38,844 [63 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 GET https://10.0.50.50:443/health - -
INFO 2025-03-20 19:00:38,845 [63 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint 'Health checks'
INFO 2025-03-20 19:00:38,846 [63 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:00:38,846 [65 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:00:38,847 [65 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint 'Health checks'
INFO 2025-03-20 19:00:38,847 [70 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 GET https://10.0.50.50:443/health - - - 200 -
application/json 3.5353ms
INFO 2025-03-20 19:00:39,158 [70 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 GET https://10.0.50.50:443/health - -
INFO 2025-03-20 19:00:39,159 [70 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint 'Health checks'
INFO 2025-03-20 19:00:39,160 [70 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:00:39,160 [65 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:00:39,162 [65 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint 'Health checks'
INFO 2025-03-20 19:00:39,162 [60 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 GET https://10.0.50.50:443/health - - - 200 -
application/json 3.5527ms
INFO 2025-03-20 19:00:39,514 [65 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 GET https://10.0.50.50:443/health - -
INFO 2025-03-20 19:00:39,515 [65 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint 'Health checks'
INFO 2025-03-20 19:00:39,516 [65 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:00:39,516 [60 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:00:39,517 [65 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint 'Health checks'
INFO 2025-03-20 19:00:39,517 [63 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 GET https://10.0.50.50:443/health - - - 200 -
application/json 3.5422ms
INFO 2025-03-20 19:00:39,565 [63 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 GET https://10.0.50.50:443/health - -
INFO 2025-03-20 19:00:39,566 [63 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint 'Health checks'
INFO 2025-03-20 19:00:39,567 [63 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:00:39,567 [65 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:00:39,569 [63 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint 'Health checks'
INFO 2025-03-20 19:00:39,569 [65 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 GET https://10.0.50.50:443/health - - - 200 -
application/json 3.2823ms
INFO 2025-03-20 19:00:39,810 [65 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 GET https://10.0.50.50:443/health - -
INFO 2025-03-20 19:00:39,811 [65 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint 'Health checks'
INFO 2025-03-20 19:00:39,812 [65 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:00:39,812 [63 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:00:39,813 [65 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint 'Health checks'
INFO 2025-03-20 19:00:39,813 [63 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 GET https://10.0.50.50:443/health - - - 200 -
application/json 3.4292ms
INFO 2025-03-20 19:00:40,020 [63 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 GET https://10.0.50.50:443/health - -
INFO 2025-03-20 19:00:40,021 [63 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint 'Health checks'
INFO 2025-03-20 19:00:40,022 [65 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:00:40,022 [63 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:00:40,023 [63 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint 'Health checks'
INFO 2025-03-20 19:00:40,023 [65 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 GET https://10.0.50.50:443/health - - - 200 -
application/json 3.6505ms
INFO 2025-03-20 19:00:40,207 [65 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 GET https://10.0.50.50:443/health - -
INFO 2025-03-20 19:00:40,208 [65 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint 'Health checks'
INFO 2025-03-20 19:00:40,209 [65 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:00:40,209 [63 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:00:40,210 [65 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint 'Health checks'
INFO 2025-03-20 19:00:40,210 [63 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 GET https://10.0.50.50:443/health - - - 200 -
application/json 3.3007ms
INFO 2025-03-20 19:00:40,644 [65 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 GET https://10.0.50.50:443/health - -
INFO 2025-03-20 19:00:40,645 [65 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint 'Health checks'
INFO 2025-03-20 19:00:40,646 [65 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:00:40,646 [63 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:00:40,648 [63 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint 'Health checks'
INFO 2025-03-20 19:00:40,648 [60 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 GET https://10.0.50.50:443/health - - - 200 -
application/json 3.5671ms
INFO 2025-03-20 19:00:40,962 [60 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 GET https://10.0.50.50:443/health - -
INFO 2025-03-20 19:00:40,963 [60 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint 'Health checks'
INFO 2025-03-20 19:00:40,963 [60 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:00:40,964 [63 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:00:40,965 [63 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint 'Health checks'
INFO 2025-03-20 19:00:40,965 [67 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 GET https://10.0.50.50:443/health - - - 200 -
application/json 3.3735ms
INFO 2025-03-20 19:00:41,051 [67 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'HealthChecksDb' using provider
'Microsoft.EntityFrameworkCore.InMemory' with options: StoreName=HealthChecksUI
INFO 2025-03-20 19:00:41,051 [67 ] .HttpClient.health-checks.LogicalHandler -
Start processing HTTP request GET https://stg.parcelat.com/health
INFO 2025-03-20 19:00:41,051 [67 ] p.HttpClient.health-checks.ClientHandler -
Sending HTTP request GET https://stg.parcelat.com/health
INFO 2025-03-20 19:00:41,053 [67 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 GET https://stg.parcelat.com/health - -
INFO 2025-03-20 19:00:41,054 [67 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint 'Health checks'
INFO 2025-03-20 19:00:41,055 [63 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:00:41,056 [65 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:00:41,057 [65 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint 'Health checks'
INFO 2025-03-20 19:00:41,057 [63 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 GET https://stg.parcelat.com/health - - - 200 -
application/json 4.3573ms
INFO 2025-03-20 19:00:41,058 [34 ] p.HttpClient.health-checks.ClientHandler -
Received HTTP response headers after 6.5542ms - 200
INFO 2025-03-20 19:00:41,058 [34 ] .HttpClient.health-checks.LogicalHandler -
End processing HTTP request after 6.6071ms - 200
INFO 2025-03-20 19:00:41,058 [34 ] Microsoft.EntityFrameworkCore.Update -
Saved 4 entities to in-memory store.
INFO 2025-03-20 19:00:41,698 [65 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 POST https://stg.parcelat.com/signalr-chat?
id=ZFKu5bQcg47785fK1U6WtA text/plain;charset=UTF-8 11
INFO 2025-03-20 19:00:41,699 [65 ] tion.Cookies.CookieAuthenticationHandler -
Identity.Application was not authenticated. Failure message: Unprotect ticket
failed
INFO 2025-03-20 19:00:41,699 [65 ] tCore.Cors.Infrastructure.CorsMiddleware - No
CORS policy found for the specified request.
INFO 2025-03-20 19:00:41,699 [65 ] tion.Cookies.CookieAuthenticationHandler -
Identity.Application was not authenticated. Failure message: Unprotect ticket
failed
INFO 2025-03-20 19:00:41,699 [65 ] tion.Cookies.CookieAuthenticationHandler -
Identity.Application was not authenticated. Failure message: Unprotect ticket
failed
INFO 2025-03-20 19:00:41,700 [65 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint '/signalr-chat'
INFO 2025-03-20 19:00:41,700 [65 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint '/signalr-chat'
INFO 2025-03-20 19:00:41,700 [65 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 POST https://stg.parcelat.com/signalr-chat?
id=ZFKu5bQcg47785fK1U6WtA text/plain;charset=UTF-8 11 - 200 - text/plain 1.2656ms
INFO 2025-03-20 19:00:41,702 [65 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 POST https://stg.parcelat.com/signalr?id=c_IZ-
5tQ4y4qh2a3XhLSNg text/plain;charset=UTF-8 11
INFO 2025-03-20 19:00:41,702 [65 ] tion.Cookies.CookieAuthenticationHandler -
Identity.Application was not authenticated. Failure message: Unprotect ticket
failed
INFO 2025-03-20 19:00:41,703 [65 ] tCore.Cors.Infrastructure.CorsMiddleware - No
CORS policy found for the specified request.
INFO 2025-03-20 19:00:41,703 [65 ] tion.Cookies.CookieAuthenticationHandler -
Identity.Application was not authenticated. Failure message: Unprotect ticket
failed
INFO 2025-03-20 19:00:41,703 [65 ] tion.Cookies.CookieAuthenticationHandler -
Identity.Application was not authenticated. Failure message: Unprotect ticket
failed
INFO 2025-03-20 19:00:41,703 [65 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint '/signalr'
INFO 2025-03-20 19:00:41,703 [65 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint '/signalr'
INFO 2025-03-20 19:00:41,703 [65 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 POST https://stg.parcelat.com/signalr?id=c_IZ-
5tQ4y4qh2a3XhLSNg text/plain;charset=UTF-8 11 - 200 - text/plain 1.1334ms
INFO 2025-03-20 19:00:42,195 [65 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 GET https://10.0.50.50:443/health - -
INFO 2025-03-20 19:00:42,196 [65 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint 'Health checks'
INFO 2025-03-20 19:00:42,197 [65 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:00:42,197 [63 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:00:42,199 [65 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint 'Health checks'
INFO 2025-03-20 19:00:42,199 [60 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 GET https://10.0.50.50:443/health - - - 200 -
application/json 3.4506ms
INFO 2025-03-20 19:00:42,594 [65 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 GET https://10.0.50.50:443/health - -
INFO 2025-03-20 19:00:42,595 [65 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint 'Health checks'
INFO 2025-03-20 19:00:42,596 [65 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:00:42,596 [60 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:00:42,597 [60 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint 'Health checks'
INFO 2025-03-20 19:00:42,597 [67 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 GET https://10.0.50.50:443/health - - - 200 -
application/json 3.5961ms
INFO 2025-03-20 19:00:43,215 [67 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 GET https://10.0.50.50:443/health - -
INFO 2025-03-20 19:00:43,218 [67 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint 'Health checks'
INFO 2025-03-20 19:00:43,219 [67 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:00:43,219 [60 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:00:43,220 [60 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint 'Health checks'
INFO 2025-03-20 19:00:43,221 [63 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 GET https://10.0.50.50:443/health - - - 200 -
application/json 5.6978ms
INFO 2025-03-20 19:00:43,837 [60 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 GET https://10.0.50.50:443/health - -
INFO 2025-03-20 19:00:43,838 [60 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint 'Health checks'
INFO 2025-03-20 19:00:43,839 [60 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:00:43,839 [63 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:00:43,840 [60 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint 'Health checks'
INFO 2025-03-20 19:00:43,841 [63 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 GET https://10.0.50.50:443/health - - - 200 -
application/json 3.7807ms
INFO 2025-03-20 19:00:44,068 [63 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 GET https://10.0.50.50:443/health - -
INFO 2025-03-20 19:00:44,069 [63 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint 'Health checks'
INFO 2025-03-20 19:00:44,071 [63 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:00:44,071 [60 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:00:44,072 [60 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint 'Health checks'
INFO 2025-03-20 19:00:44,072 [62 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 GET https://10.0.50.50:443/health - - - 200 -
application/json 3.9384ms
INFO 2025-03-20 19:00:44,217 [62 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 GET https://10.0.50.50:443/health - -
INFO 2025-03-20 19:00:44,218 [62 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint 'Health checks'
INFO 2025-03-20 19:00:44,219 [62 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:00:44,219 [60 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:00:44,220 [60 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint 'Health checks'
INFO 2025-03-20 19:00:44,220 [63 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 GET https://10.0.50.50:443/health - - - 200 -
application/json 3.5274ms
INFO 2025-03-20 19:00:44,814 [60 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 GET https://10.0.50.50:443/health - -
INFO 2025-03-20 19:00:44,815 [60 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint 'Health checks'
INFO 2025-03-20 19:00:44,817 [63 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:00:44,817 [60 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:00:44,839 [63 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint 'Health checks'
INFO 2025-03-20 19:00:44,839 [60 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 GET https://10.0.50.50:443/health - - - 200 -
application/json 25.0549ms
INFO 2025-03-20 19:00:44,888 [60 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 GET https://10.0.50.50:443/health - -
INFO 2025-03-20 19:00:44,889 [60 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint 'Health checks'
INFO 2025-03-20 19:00:44,890 [60 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:00:44,890 [63 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:00:44,913 [63 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint 'Health checks'
INFO 2025-03-20 19:00:44,913 [63 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 GET https://10.0.50.50:443/health - - - 200 -
application/json 25.7487ms
INFO 2025-03-20 19:00:44,919 [63 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 GET https://10.0.50.50:443/health - -
INFO 2025-03-20 19:00:44,920 [63 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint 'Health checks'
INFO 2025-03-20 19:00:44,921 [63 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:00:44,922 [5 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:00:44,928 [5 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint 'Health checks'
INFO 2025-03-20 19:00:44,928 [5 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 GET https://10.0.50.50:443/health - - - 200 -
application/json 9.0163ms
INFO 2025-03-20 19:00:45,471 [5 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 GET https://10.0.50.50:443/health - -
INFO 2025-03-20 19:00:45,472 [5 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint 'Health checks'
INFO 2025-03-20 19:00:45,473 [60 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:00:45,473 [5 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:00:45,487 [60 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint 'Health checks'
INFO 2025-03-20 19:00:45,487 [5 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 GET https://10.0.50.50:443/health - - - 200 -
application/json 15.7129ms
INFO 2025-03-20 19:00:45,608 [5 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 GET https://10.0.50.50:443/health - -
INFO 2025-03-20 19:00:45,609 [5 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint 'Health checks'
INFO 2025-03-20 19:00:45,610 [5 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:00:45,610 [60 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:00:45,611 [63 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint 'Health checks'
INFO 2025-03-20 19:00:45,611 [60 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 GET https://10.0.50.50:443/health - - - 200 -
application/json 3.3565ms
INFO 2025-03-20 19:00:46,396 [63 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 GET https://10.0.50.50:443/health - -
INFO 2025-03-20 19:00:46,397 [63 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint 'Health checks'
INFO 2025-03-20 19:00:46,398 [63 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:00:46,398 [60 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:00:46,399 [63 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint 'Health checks'
INFO 2025-03-20 19:00:46,399 [60 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 GET https://10.0.50.50:443/health - - - 200 -
application/json 3.4129ms
INFO 2025-03-20 19:00:46,701 [60 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 GET https://10.0.50.50:443/health - -
INFO 2025-03-20 19:00:46,702 [60 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint 'Health checks'
INFO 2025-03-20 19:00:46,703 [60 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:00:46,703 [63 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:00:46,704 [67 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint 'Health checks'
INFO 2025-03-20 19:00:46,704 [63 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 GET https://10.0.50.50:443/health - - - 200 -
application/json 3.5938ms
INFO 2025-03-20 19:00:47,246 [63 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 GET https://10.0.50.50:443/health - -
INFO 2025-03-20 19:00:47,247 [63 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint 'Health checks'
INFO 2025-03-20 19:00:47,248 [63 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:00:47,249 [67 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:00:47,250 [67 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint 'Health checks'
INFO 2025-03-20 19:00:47,250 [63 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 GET https://10.0.50.50:443/health - - - 200 -
application/json 3.4648ms
INFO 2025-03-20 19:00:48,011 [63 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 GET https://10.0.50.50:443/health - -
INFO 2025-03-20 19:00:48,013 [63 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint 'Health checks'
INFO 2025-03-20 19:00:48,014 [63 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:00:48,014 [67 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:00:48,017 [67 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint 'Health checks'
INFO 2025-03-20 19:00:48,017 [63 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 GET https://10.0.50.50:443/health - - - 200 -
application/json 5.3351ms
INFO 2025-03-20 19:00:48,284 [67 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/2 POST https://localhost/signalr-chat?
id=CTrypW454KO3l8NKtjMQDA text/plain;charset=UTF-8 11
INFO 2025-03-20 19:00:48,284 [63 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/2 POST https://localhost/signalr?id=JUIrm96DnF9qOLpCk4eNfQ
text/plain;charset=UTF-8 11
INFO 2025-03-20 19:00:48,287 [67 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:00:48,287 [63 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:00:48,293 [67 ] tCore.Cors.Infrastructure.CorsMiddleware - No
CORS policy found for the specified request.
INFO 2025-03-20 19:00:48,293 [63 ] tCore.Cors.Infrastructure.CorsMiddleware - No
CORS policy found for the specified request.
INFO 2025-03-20 19:00:48,294 [63 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint '/signalr-chat'
INFO 2025-03-20 19:00:48,294 [67 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint '/signalr'
INFO 2025-03-20 19:00:48,294 [63 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint '/signalr-chat'
INFO 2025-03-20 19:00:48,294 [67 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint '/signalr'
INFO 2025-03-20 19:00:48,294 [63 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/2 POST https://localhost/signalr?id=JUIrm96DnF9qOLpCk4eNfQ
text/plain;charset=UTF-8 11 - 200 - text/plain 10.0076ms
INFO 2025-03-20 19:00:48,294 [67 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/2 POST https://localhost/signalr-chat?
id=CTrypW454KO3l8NKtjMQDA text/plain;charset=UTF-8 11 - 200 - text/plain 10.0067ms
INFO 2025-03-20 19:00:48,687 [65 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 GET https://10.0.50.50:443/health - -
INFO 2025-03-20 19:00:48,688 [65 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint 'Health checks'
INFO 2025-03-20 19:00:48,689 [65 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:00:48,689 [67 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:00:48,691 [63 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint 'Health checks'
INFO 2025-03-20 19:00:48,691 [67 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 GET https://10.0.50.50:443/health - - - 200 -
application/json 3.6418ms
INFO 2025-03-20 19:00:48,968 [67 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 GET https://10.0.50.50:443/health - -
INFO 2025-03-20 19:00:48,970 [67 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint 'Health checks'
INFO 2025-03-20 19:00:48,970 [67 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:00:48,971 [63 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:00:48,972 [63 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint 'Health checks'
INFO 2025-03-20 19:00:48,972 [67 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 GET https://10.0.50.50:443/health - - - 200 -
application/json 3.6083ms
INFO 2025-03-20 19:00:49,078 [67 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 GET https://10.0.50.50:443/health - -
INFO 2025-03-20 19:00:49,079 [67 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint 'Health checks'
INFO 2025-03-20 19:00:49,080 [67 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:00:49,080 [63 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:00:49,082 [60 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint 'Health checks'
INFO 2025-03-20 19:00:49,082 [67 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 GET https://10.0.50.50:443/health - - - 200 -
application/json 3.6169ms
INFO 2025-03-20 19:00:49,785 [60 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 GET https://10.0.50.50:443/health - -
INFO 2025-03-20 19:00:49,786 [60 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint 'Health checks'
INFO 2025-03-20 19:00:49,787 [60 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:00:49,787 [67 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:00:49,789 [60 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint 'Health checks'
INFO 2025-03-20 19:00:49,789 [67 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 GET https://10.0.50.50:443/health - - - 200 -
application/json 3.6921ms
INFO 2025-03-20 19:00:49,869 [67 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 GET https://10.0.50.50:443/health - -
INFO 2025-03-20 19:00:49,870 [67 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint 'Health checks'
INFO 2025-03-20 19:00:49,871 [67 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:00:49,871 [60 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:00:49,872 [63 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint 'Health checks'
INFO 2025-03-20 19:00:49,872 [67 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 GET https://10.0.50.50:443/health - - - 200 -
application/json 3.7182ms
INFO 2025-03-20 19:00:49,983 [67 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 GET https://10.0.50.50:443/health - -
INFO 2025-03-20 19:00:49,984 [67 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint 'Health checks'
INFO 2025-03-20 19:00:49,985 [67 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:00:49,985 [63 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:00:49,986 [67 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint 'Health checks'
INFO 2025-03-20 19:00:49,986 [63 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 GET https://10.0.50.50:443/health - - - 200 -
application/json 3.2955ms
INFO 2025-03-20 19:00:50,226 [63 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 GET https://10.0.50.50:443/health - -
INFO 2025-03-20 19:00:50,227 [63 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint 'Health checks'
INFO 2025-03-20 19:00:50,228 [63 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:00:50,228 [67 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:00:50,229 [67 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint 'Health checks'
INFO 2025-03-20 19:00:50,229 [63 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 GET https://10.0.50.50:443/health - - - 200 -
application/json 3.3018ms
INFO 2025-03-20 19:00:50,481 [63 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 GET https://10.0.50.50:443/health - -
INFO 2025-03-20 19:00:50,482 [63 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint 'Health checks'
INFO 2025-03-20 19:00:50,483 [63 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:00:50,483 [67 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:00:50,484 [63 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint 'Health checks'
INFO 2025-03-20 19:00:50,484 [67 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 GET https://10.0.50.50:443/health - - - 200 -
application/json 3.4118ms
INFO 2025-03-20 19:00:51,062 [67 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'HealthChecksDb' using provider
'Microsoft.EntityFrameworkCore.InMemory' with options: StoreName=HealthChecksUI
INFO 2025-03-20 19:00:51,062 [67 ] .HttpClient.health-checks.LogicalHandler -
Start processing HTTP request GET https://stg.parcelat.com/health
INFO 2025-03-20 19:00:51,062 [67 ] p.HttpClient.health-checks.ClientHandler -
Sending HTTP request GET https://stg.parcelat.com/health
INFO 2025-03-20 19:00:51,064 [67 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 GET https://stg.parcelat.com/health - -
INFO 2025-03-20 19:00:51,065 [67 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint 'Health checks'
INFO 2025-03-20 19:00:51,066 [67 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:00:51,067 [63 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:00:51,067 [63 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint 'Health checks'
INFO 2025-03-20 19:00:51,067 [63 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 GET https://stg.parcelat.com/health - - - 200 -
application/json 3.6433ms
INFO 2025-03-20 19:00:51,068 [34 ] p.HttpClient.health-checks.ClientHandler -
Received HTTP response headers after 5.7401ms - 200
INFO 2025-03-20 19:00:51,068 [34 ] .HttpClient.health-checks.LogicalHandler -
End processing HTTP request after 5.8061ms - 200
INFO 2025-03-20 19:00:51,068 [34 ] Microsoft.EntityFrameworkCore.Update -
Saved 4 entities to in-memory store.
INFO 2025-03-20 19:00:51,679 [5 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 GET https://10.0.50.50:443/health - -
INFO 2025-03-20 19:00:51,680 [5 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint 'Health checks'
INFO 2025-03-20 19:00:51,681 [5 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:00:51,681 [63 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:00:51,682 [5 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint 'Health checks'
INFO 2025-03-20 19:00:51,683 [63 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 GET https://10.0.50.50:443/health - - - 200 -
application/json 3.6384ms
INFO 2025-03-20 19:00:51,937 [63 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 GET https://10.0.50.50:443/health - -
INFO 2025-03-20 19:00:51,938 [63 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint 'Health checks'
INFO 2025-03-20 19:00:51,939 [63 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:00:51,939 [5 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:00:51,940 [5 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint 'Health checks'
INFO 2025-03-20 19:00:51,940 [63 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 GET https://10.0.50.50:443/health - - - 200 -
application/json 3.3485ms
INFO 2025-03-20 19:00:52,670 [5 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 GET https://10.0.50.50:443/health - -
INFO 2025-03-20 19:00:52,671 [5 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint 'Health checks'
INFO 2025-03-20 19:00:52,672 [63 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:00:52,672 [5 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:00:52,674 [60 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint 'Health checks'
INFO 2025-03-20 19:00:52,674 [63 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 GET https://10.0.50.50:443/health - - - 200 -
application/json 3.4276ms
INFO 2025-03-20 19:00:53,135 [63 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 GET https://10.0.50.50:443/health - -
INFO 2025-03-20 19:00:53,136 [63 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint 'Health checks'
INFO 2025-03-20 19:00:53,137 [63 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:00:53,138 [60 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:00:53,140 [5 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint 'Health checks'
INFO 2025-03-20 19:00:53,140 [5 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 GET https://10.0.50.50:443/health - - - 200 -
application/json 5.0830ms
INFO 2025-03-20 19:00:53,356 [63 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 GET https://10.0.50.50:443/health - -
INFO 2025-03-20 19:00:53,357 [63 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint 'Health checks'
INFO 2025-03-20 19:00:53,358 [5 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:00:53,358 [63 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:00:53,359 [60 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint 'Health checks'
INFO 2025-03-20 19:00:53,359 [5 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 GET https://10.0.50.50:443/health - - - 200 -
application/json 3.3669ms
INFO 2025-03-20 19:00:53,861 [5 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 GET https://10.0.50.50:443/health - -
INFO 2025-03-20 19:00:53,862 [5 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint 'Health checks'
INFO 2025-03-20 19:00:53,863 [5 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:00:53,863 [60 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:00:53,864 [60 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint 'Health checks'
INFO 2025-03-20 19:00:53,864 [5 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 GET https://10.0.50.50:443/health - - - 200 -
application/json 3.3588ms
INFO 2025-03-20 19:00:54,179 [5 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 GET https://10.0.50.50:443/health - -
INFO 2025-03-20 19:00:54,180 [5 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint 'Health checks'
INFO 2025-03-20 19:00:54,181 [5 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:00:54,181 [60 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:00:54,183 [60 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint 'Health checks'
INFO 2025-03-20 19:00:54,183 [5 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 GET https://10.0.50.50:443/health - - - 200 -
application/json 3.4313ms
INFO 2025-03-20 19:00:54,508 [5 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 GET https://10.0.50.50:443/health - -
INFO 2025-03-20 19:00:54,509 [5 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint 'Health checks'
INFO 2025-03-20 19:00:54,510 [5 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:00:54,510 [65 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:00:54,511 [65 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint 'Health checks'
INFO 2025-03-20 19:00:54,511 [5 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 GET https://10.0.50.50:443/health - - - 200 -
application/json 3.4859ms
INFO 2025-03-20 19:00:55,133 [5 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 GET https://10.0.50.50:443/health - -
INFO 2025-03-20 19:00:55,134 [5 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint 'Health checks'
INFO 2025-03-20 19:00:55,135 [5 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:00:55,135 [65 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:00:55,137 [5 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint 'Health checks'
INFO 2025-03-20 19:00:55,137 [65 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 GET https://10.0.50.50:443/health - - - 200 -
application/json 3.3382ms
INFO 2025-03-20 19:00:55,201 [65 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 GET https://10.0.50.50:443/health - -
INFO 2025-03-20 19:00:55,202 [65 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint 'Health checks'
INFO 2025-03-20 19:00:55,203 [65 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:00:55,203 [5 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:00:55,204 [5 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint 'Health checks'
INFO 2025-03-20 19:00:55,204 [65 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 GET https://10.0.50.50:443/health - - - 200 -
application/json 3.3764ms
INFO 2025-03-20 19:00:55,245 [65 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 GET https://10.0.50.50:443/health - -
INFO 2025-03-20 19:00:55,246 [65 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint 'Health checks'
INFO 2025-03-20 19:00:55,247 [65 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:00:55,247 [5 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:00:55,248 [5 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint 'Health checks'
INFO 2025-03-20 19:00:55,248 [62 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 GET https://10.0.50.50:443/health - - - 200 -
application/json 3.3317ms
INFO 2025-03-20 19:00:55,349 [5 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 GET https://10.0.50.50:443/health - -
INFO 2025-03-20 19:00:55,350 [5 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint 'Health checks'
INFO 2025-03-20 19:00:55,351 [5 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:00:55,351 [62 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:00:55,353 [5 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint 'Health checks'
INFO 2025-03-20 19:00:55,353 [62 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 GET https://10.0.50.50:443/health - - - 200 -
application/json 3.2738ms
INFO 2025-03-20 19:00:56,717 [62 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 GET https://10.0.50.50:443/health - -
INFO 2025-03-20 19:00:56,718 [62 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint 'Health checks'
INFO 2025-03-20 19:00:56,719 [62 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:00:56,719 [5 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:00:56,720 [5 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint 'Health checks'
INFO 2025-03-20 19:00:56,720 [60 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 GET https://10.0.50.50:443/health - - - 200 -
application/json 3.3884ms
INFO 2025-03-20 19:00:57,103 [60 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 GET https://10.0.50.50:443/health - -
INFO 2025-03-20 19:00:57,104 [60 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint 'Health checks'
INFO 2025-03-20 19:00:57,105 [5 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:00:57,105 [60 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:00:57,106 [5 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint 'Health checks'
INFO 2025-03-20 19:00:57,106 [60 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 GET https://10.0.50.50:443/health - - - 200 -
application/json 3.6219ms
INFO 2025-03-20 19:00:57,261 [60 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 GET https://10.0.50.50:443/health - -
INFO 2025-03-20 19:00:57,262 [60 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint 'Health checks'
INFO 2025-03-20 19:00:57,263 [60 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:00:57,263 [5 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:00:57,264 [5 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint 'Health checks'
INFO 2025-03-20 19:00:57,264 [60 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 GET https://10.0.50.50:443/health - - - 200 -
application/json 3.4081ms
INFO 2025-03-20 19:00:57,710 [5 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 POST https://stg.parcelat.com/signalr-chat?
id=ZFKu5bQcg47785fK1U6WtA text/plain;charset=UTF-8 11
INFO 2025-03-20 19:00:57,710 [5 ] tion.Cookies.CookieAuthenticationHandler -
Identity.Application was not authenticated. Failure message: Unprotect ticket
failed
INFO 2025-03-20 19:00:57,711 [5 ] tCore.Cors.Infrastructure.CorsMiddleware - No
CORS policy found for the specified request.
INFO 2025-03-20 19:00:57,711 [5 ] tion.Cookies.CookieAuthenticationHandler -
Identity.Application was not authenticated. Failure message: Unprotect ticket
failed
INFO 2025-03-20 19:00:57,711 [5 ] tion.Cookies.CookieAuthenticationHandler -
Identity.Application was not authenticated. Failure message: Unprotect ticket
failed
INFO 2025-03-20 19:00:57,711 [5 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint '/signalr-chat'
INFO 2025-03-20 19:00:57,711 [5 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint '/signalr-chat'
INFO 2025-03-20 19:00:57,711 [5 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 POST https://stg.parcelat.com/signalr-chat?
id=ZFKu5bQcg47785fK1U6WtA text/plain;charset=UTF-8 11 - 200 - text/plain 1.5591ms
INFO 2025-03-20 19:00:57,714 [5 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 POST https://stg.parcelat.com/signalr?id=c_IZ-
5tQ4y4qh2a3XhLSNg text/plain;charset=UTF-8 11
INFO 2025-03-20 19:00:57,714 [5 ] tion.Cookies.CookieAuthenticationHandler -
Identity.Application was not authenticated. Failure message: Unprotect ticket
failed
INFO 2025-03-20 19:00:57,715 [5 ] tCore.Cors.Infrastructure.CorsMiddleware - No
CORS policy found for the specified request.
INFO 2025-03-20 19:00:57,715 [5 ] tion.Cookies.CookieAuthenticationHandler -
Identity.Application was not authenticated. Failure message: Unprotect ticket
failed
INFO 2025-03-20 19:00:57,715 [5 ] tion.Cookies.CookieAuthenticationHandler -
Identity.Application was not authenticated. Failure message: Unprotect ticket
failed
INFO 2025-03-20 19:00:57,715 [5 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint '/signalr'
INFO 2025-03-20 19:00:57,715 [5 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint '/signalr'
INFO 2025-03-20 19:00:57,715 [5 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 POST https://stg.parcelat.com/signalr?id=c_IZ-
5tQ4y4qh2a3XhLSNg text/plain;charset=UTF-8 11 - 200 - text/plain 1.2274ms
INFO 2025-03-20 19:00:57,972 [5 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 GET https://10.0.50.50:443/health - -
INFO 2025-03-20 19:00:57,973 [5 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint 'Health checks'
INFO 2025-03-20 19:00:57,974 [5 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:00:57,974 [60 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:00:57,975 [5 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint 'Health checks'
INFO 2025-03-20 19:00:57,975 [60 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 GET https://10.0.50.50:443/health - - - 200 -
application/json 3.5663ms
INFO 2025-03-20 19:00:58,074 [60 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 GET https://10.0.50.50:443/health - -
INFO 2025-03-20 19:00:58,075 [60 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint 'Health checks'
INFO 2025-03-20 19:00:58,076 [60 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:00:58,076 [5 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:00:58,077 [63 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint 'Health checks'
INFO 2025-03-20 19:00:58,077 [60 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 GET https://10.0.50.50:443/health - - - 200 -
application/json 3.2745ms
INFO 2025-03-20 19:00:58,896 [63 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 GET https://10.0.50.50:443/health - -
INFO 2025-03-20 19:00:58,897 [63 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint 'Health checks'
INFO 2025-03-20 19:00:58,899 [63 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:00:58,899 [60 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:00:58,900 [5 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint 'Health checks'
INFO 2025-03-20 19:00:58,900 [60 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 GET https://10.0.50.50:443/health - - - 200 -
application/json 3.8900ms
INFO 2025-03-20 19:00:59,291 [60 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 GET https://10.0.50.50:443/health - -
INFO 2025-03-20 19:00:59,292 [60 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint 'Health checks'
INFO 2025-03-20 19:00:59,293 [60 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:00:59,293 [5 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:00:59,294 [5 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint 'Health checks'
INFO 2025-03-20 19:00:59,294 [60 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 GET https://10.0.50.50:443/health - - - 200 -
application/json 3.4752ms
DEBUG 2025-03-20 19:00:59,341 [5 ] Abp.AspNetCore.SignalR.Hubs.AbpCommonHub - A
client is disconnected: gBvxP6j9HUXfgu2YcCdZfQ
INFO 2025-03-20 19:00:59,341 [5 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint '/signalr'
INFO 2025-03-20 19:00:59,342 [5 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 GET https://stg.parcelat.com/signalr?id=lcqDu2HN1-
LpGmjEfwbixA - - - 200 - text/event-stream 128284.6857ms
DEBUG 2025-03-20 19:00:59,343 [67 ] EnterpriseBase.Web.Chat.SignalR.ChatHub - A
client is disconnected: 2xlrZ7kYTP7viwvyYhtkYw
INFO 2025-03-20 19:00:59,343 [67 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint '/signalr-chat'
INFO 2025-03-20 19:00:59,343 [67 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 GET https://stg.parcelat.com/signalr-chat?id=--
4UPQcP2S12ES7pR6w1pQ - - - 200 - text/event-stream 128311.8906ms
INFO 2025-03-20 19:00:59,437 [67 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 GET https://10.0.50.50:443/health - -
INFO 2025-03-20 19:00:59,439 [67 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint 'Health checks'
INFO 2025-03-20 19:00:59,440 [5 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:00:59,440 [67 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:00:59,441 [67 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint 'Health checks'
INFO 2025-03-20 19:00:59,441 [5 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 GET https://10.0.50.50:443/health - - - 200 -
application/json 4.3487ms
INFO 2025-03-20 19:00:59,514 [5 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 POST https://stg.parcelat.com/signalr-chat/negotiate?
negotiateVersion=1 text/plain;charset=UTF-8 0
INFO 2025-03-20 19:00:59,515 [5 ] tion.Cookies.CookieAuthenticationHandler -
Identity.Application was not authenticated. Failure message: Unprotect ticket
failed
INFO 2025-03-20 19:00:59,515 [5 ] tCore.Cors.Infrastructure.CorsMiddleware - No
CORS policy found for the specified request.
INFO 2025-03-20 19:00:59,515 [5 ] tion.Cookies.CookieAuthenticationHandler -
Identity.Application was not authenticated. Failure message: Unprotect ticket
failed
INFO 2025-03-20 19:00:59,515 [5 ] tion.Cookies.CookieAuthenticationHandler -
Identity.Application was not authenticated. Failure message: Unprotect ticket
failed
INFO 2025-03-20 19:00:59,515 [5 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint '/signalr-chat/negotiate'
INFO 2025-03-20 19:00:59,516 [5 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint '/signalr-chat/negotiate'
INFO 2025-03-20 19:00:59,516 [67 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 POST https://stg.parcelat.com/signalr-chat/negotiate?
negotiateVersion=1 text/plain;charset=UTF-8 0 - 200 253 application/json 1.2466ms
INFO 2025-03-20 19:00:59,522 [67 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 POST https://stg.parcelat.com/signalr/negotiate?
negotiateVersion=1 text/plain;charset=UTF-8 0
INFO 2025-03-20 19:00:59,523 [67 ] tion.Cookies.CookieAuthenticationHandler -
Identity.Application was not authenticated. Failure message: Unprotect ticket
failed
INFO 2025-03-20 19:00:59,523 [67 ] tCore.Cors.Infrastructure.CorsMiddleware - No
CORS policy found for the specified request.
INFO 2025-03-20 19:00:59,523 [67 ] tion.Cookies.CookieAuthenticationHandler -
Identity.Application was not authenticated. Failure message: Unprotect ticket
failed
INFO 2025-03-20 19:00:59,523 [67 ] tion.Cookies.CookieAuthenticationHandler -
Identity.Application was not authenticated. Failure message: Unprotect ticket
failed
INFO 2025-03-20 19:00:59,523 [67 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint '/signalr/negotiate'
INFO 2025-03-20 19:00:59,523 [67 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint '/signalr/negotiate'
INFO 2025-03-20 19:00:59,524 [5 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 POST https://stg.parcelat.com/signalr/negotiate?
negotiateVersion=1 text/plain;charset=UTF-8 0 - 200 253 application/json 1.1269ms
INFO 2025-03-20 19:00:59,684 [5 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 GET https://stg.parcelat.com/signalr-chat?id=VuCm2ZPV-
N1WtIsIU8m59g - -
INFO 2025-03-20 19:00:59,684 [5 ] tion.Cookies.CookieAuthenticationHandler -
Identity.Application was not authenticated. Failure message: Unprotect ticket
failed
INFO 2025-03-20 19:00:59,685 [5 ] tion.Cookies.CookieAuthenticationHandler -
Identity.Application was not authenticated. Failure message: Unprotect ticket
failed
INFO 2025-03-20 19:00:59,685 [5 ] tion.Cookies.CookieAuthenticationHandler -
Identity.Application was not authenticated. Failure message: Unprotect ticket
failed
INFO 2025-03-20 19:00:59,685 [5 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint '/signalr-chat'
INFO 2025-03-20 19:00:59,699 [67 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 GET https://stg.parcelat.com/signalr?
id=tXn68fdYjlxlfm_nk3lGAA - -
INFO 2025-03-20 19:00:59,700 [67 ] tion.Cookies.CookieAuthenticationHandler -
Identity.Application was not authenticated. Failure message: Unprotect ticket
failed
INFO 2025-03-20 19:00:59,700 [67 ] tion.Cookies.CookieAuthenticationHandler -
Identity.Application was not authenticated. Failure message: Unprotect ticket
failed
INFO 2025-03-20 19:00:59,700 [67 ] tion.Cookies.CookieAuthenticationHandler -
Identity.Application was not authenticated. Failure message: Unprotect ticket
failed
INFO 2025-03-20 19:00:59,700 [67 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint '/signalr'
INFO 2025-03-20 19:01:00,110 [5 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 GET https://10.0.50.50:443/health - -
INFO 2025-03-20 19:01:00,112 [5 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint 'Health checks'
INFO 2025-03-20 19:01:00,113 [67 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:01:00,113 [5 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:01:00,114 [60 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint 'Health checks'
INFO 2025-03-20 19:01:00,115 [5 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 GET https://10.0.50.50:443/health - - - 200 -
application/json 4.0513ms
INFO 2025-03-20 19:01:00,208 [5 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 POST https://stg.parcelat.com/signalr-chat?id=VuCm2ZPV-
N1WtIsIU8m59g text/plain;charset=UTF-8 32
INFO 2025-03-20 19:01:00,208 [5 ] tion.Cookies.CookieAuthenticationHandler -
Identity.Application was not authenticated. Failure message: Unprotect ticket
failed
INFO 2025-03-20 19:01:00,209 [5 ] tCore.Cors.Infrastructure.CorsMiddleware - No
CORS policy found for the specified request.
INFO 2025-03-20 19:01:00,209 [5 ] tion.Cookies.CookieAuthenticationHandler -
Identity.Application was not authenticated. Failure message: Unprotect ticket
failed
INFO 2025-03-20 19:01:00,209 [5 ] tion.Cookies.CookieAuthenticationHandler -
Identity.Application was not authenticated. Failure message: Unprotect ticket
failed
INFO 2025-03-20 19:01:00,209 [5 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint '/signalr-chat'
INFO 2025-03-20 19:01:00,209 [5 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint '/signalr-chat'
INFO 2025-03-20 19:01:00,209 [5 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 POST https://stg.parcelat.com/signalr-chat?id=VuCm2ZPV-
N1WtIsIU8m59g text/plain;charset=UTF-8 32 - 200 - text/plain 1.3137ms
DEBUG 2025-03-20 19:01:00,211 [60 ] EnterpriseBase.Web.Chat.SignalR.ChatHub - A
client is connected:
{"ConnectionId":"Yix5Ni0qq0mtZkFPYSs8ow","IpAddress":"103.103.174.14","TenantId":nu
ll,"UserId":null,"ConnectTime":"2025-03-20T19:01:00.2115208+03:00","Properties":{}}
INFO 2025-03-20 19:01:00,247 [60 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 POST https://stg.parcelat.com/signalr?
id=tXn68fdYjlxlfm_nk3lGAA text/plain;charset=UTF-8 32
INFO 2025-03-20 19:01:00,248 [60 ] tion.Cookies.CookieAuthenticationHandler -
Identity.Application was not authenticated. Failure message: Unprotect ticket
failed
INFO 2025-03-20 19:01:00,248 [60 ] tCore.Cors.Infrastructure.CorsMiddleware - No
CORS policy found for the specified request.
INFO 2025-03-20 19:01:00,248 [60 ] tion.Cookies.CookieAuthenticationHandler -
Identity.Application was not authenticated. Failure message: Unprotect ticket
failed
INFO 2025-03-20 19:01:00,248 [60 ] tion.Cookies.CookieAuthenticationHandler -
Identity.Application was not authenticated. Failure message: Unprotect ticket
failed
INFO 2025-03-20 19:01:00,248 [60 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint '/signalr'
INFO 2025-03-20 19:01:00,248 [60 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint '/signalr'
INFO 2025-03-20 19:01:00,249 [60 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 POST https://stg.parcelat.com/signalr?
id=tXn68fdYjlxlfm_nk3lGAA text/plain;charset=UTF-8 32 - 200 - text/plain 1.6296ms
DEBUG 2025-03-20 19:01:00,249 [5 ] Abp.AspNetCore.SignalR.Hubs.AbpCommonHub - A
client is connected:
{"ConnectionId":"r77rs2CnPJI_GJG8xcO2qA","IpAddress":"103.103.174.14","TenantId":nu
ll,"UserId":null,"ConnectTime":"2025-03-20T19:01:00.2491178+03:00","Properties":{}}
INFO 2025-03-20 19:01:00,300 [5 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 GET https://10.0.50.50:443/health - -
INFO 2025-03-20 19:01:00,302 [5 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint 'Health checks'
INFO 2025-03-20 19:01:00,303 [60 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:01:00,303 [5 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:01:00,304 [60 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint 'Health checks'
INFO 2025-03-20 19:01:00,304 [60 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 GET https://10.0.50.50:443/health - - - 200 -
application/json 4.1163ms
INFO 2025-03-20 19:01:00,364 [63 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 GET https://10.0.50.50:443/health - -
INFO 2025-03-20 19:01:00,365 [63 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint 'Health checks'
INFO 2025-03-20 19:01:00,366 [63 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:01:00,367 [60 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:01:00,368 [63 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint 'Health checks'
INFO 2025-03-20 19:01:00,368 [60 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 GET https://10.0.50.50:443/health - - - 200 -
application/json 3.5612ms
INFO 2025-03-20 19:01:00,381 [60 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 GET https://10.0.50.50:443/health - -
INFO 2025-03-20 19:01:00,382 [60 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint 'Health checks'
INFO 2025-03-20 19:01:00,383 [60 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:01:00,383 [63 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:01:00,384 [60 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint 'Health checks'
INFO 2025-03-20 19:01:00,384 [63 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 GET https://10.0.50.50:443/health - - - 200 -
application/json 3.4312ms
INFO 2025-03-20 19:01:01,077 [63 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'HealthChecksDb' using provider
'Microsoft.EntityFrameworkCore.InMemory' with options: StoreName=HealthChecksUI
INFO 2025-03-20 19:01:01,077 [63 ] .HttpClient.health-checks.LogicalHandler -
Start processing HTTP request GET https://stg.parcelat.com/health
INFO 2025-03-20 19:01:01,077 [63 ] p.HttpClient.health-checks.ClientHandler -
Sending HTTP request GET https://stg.parcelat.com/health
INFO 2025-03-20 19:01:01,079 [63 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 GET https://stg.parcelat.com/health - -
INFO 2025-03-20 19:01:01,080 [63 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint 'Health checks'
INFO 2025-03-20 19:01:01,081 [60 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:01:01,081 [63 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:01:01,083 [60 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint 'Health checks'
INFO 2025-03-20 19:01:01,083 [63 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 GET https://stg.parcelat.com/health - - - 200 -
application/json 3.8460ms
INFO 2025-03-20 19:01:01,083 [61 ] p.HttpClient.health-checks.ClientHandler -
Received HTTP response headers after 6.1641ms - 200
INFO 2025-03-20 19:01:01,083 [61 ] .HttpClient.health-checks.LogicalHandler -
End processing HTTP request after 6.2398ms - 200
INFO 2025-03-20 19:01:01,084 [61 ] Microsoft.EntityFrameworkCore.Update -
Saved 4 entities to in-memory store.
INFO 2025-03-20 19:01:01,858 [60 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 GET https://10.0.50.50:443/health - -
INFO 2025-03-20 19:01:01,859 [60 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint 'Health checks'
INFO 2025-03-20 19:01:01,860 [60 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:01:01,860 [63 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:01:01,861 [63 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint 'Health checks'
INFO 2025-03-20 19:01:01,861 [65 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 GET https://10.0.50.50:443/health - - - 200 -
application/json 3.7727ms
INFO 2025-03-20 19:01:01,875 [65 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 GET https://10.0.50.50:443/health - -
INFO 2025-03-20 19:01:01,876 [65 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint 'Health checks'
INFO 2025-03-20 19:01:01,877 [63 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:01:01,877 [65 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:01:01,878 [63 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint 'Health checks'
INFO 2025-03-20 19:01:01,878 [5 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 GET https://10.0.50.50:443/health - - - 200 -
application/json 3.6769ms
INFO 2025-03-20 19:01:02,532 [63 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 GET https://10.0.50.50:443/health - -
INFO 2025-03-20 19:01:02,533 [63 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint 'Health checks'
INFO 2025-03-20 19:01:02,534 [63 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:01:02,534 [5 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:01:02,535 [63 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint 'Health checks'
INFO 2025-03-20 19:01:02,535 [5 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 GET https://10.0.50.50:443/health - - - 200 -
application/json 3.4950ms
INFO 2025-03-20 19:01:02,907 [5 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 GET https://10.0.50.50:443/health - -
INFO 2025-03-20 19:01:02,908 [5 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint 'Health checks'
INFO 2025-03-20 19:01:02,909 [5 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:01:02,909 [63 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:01:02,910 [5 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint 'Health checks'
INFO 2025-03-20 19:01:02,910 [63 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 GET https://10.0.50.50:443/health - - - 200 -
application/json 3.4148ms
INFO 2025-03-20 19:01:03,085 [63 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 GET https://10.0.50.50:443/health - -
INFO 2025-03-20 19:01:03,086 [63 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint 'Health checks'
INFO 2025-03-20 19:01:03,087 [63 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:01:03,087 [5 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:01:03,089 [63 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint 'Health checks'
INFO 2025-03-20 19:01:03,089 [63 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 GET https://10.0.50.50:443/health - - - 200 -
application/json 3.5296ms
INFO 2025-03-20 19:01:03,681 [60 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 GET https://10.0.50.50:443/health - -
INFO 2025-03-20 19:01:03,682 [60 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint 'Health checks'
INFO 2025-03-20 19:01:03,682 [60 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:01:03,682 [63 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:01:03,684 [60 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint 'Health checks'
INFO 2025-03-20 19:01:03,684 [63 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 GET https://10.0.50.50:443/health - - - 200 -
application/json 3.4099ms
INFO 2025-03-20 19:01:04,011 [63 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 GET https://10.0.50.50:443/health - -
INFO 2025-03-20 19:01:04,012 [63 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint 'Health checks'
INFO 2025-03-20 19:01:04,013 [63 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:01:04,013 [60 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:01:04,014 [63 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint 'Health checks'
INFO 2025-03-20 19:01:04,014 [60 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 GET https://10.0.50.50:443/health - - - 200 -
application/json 3.5467ms
INFO 2025-03-20 19:01:04,703 [65 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 GET https://10.0.50.50:443/health - -
INFO 2025-03-20 19:01:04,704 [65 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint 'Health checks'
INFO 2025-03-20 19:01:04,705 [65 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:01:04,705 [67 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:01:04,707 [65 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint 'Health checks'
INFO 2025-03-20 19:01:04,707 [67 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 GET https://10.0.50.50:443/health - - - 200 -
application/json 3.7495ms
INFO 2025-03-20 19:01:04,799 [67 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 GET https://10.0.50.50:443/health - -
INFO 2025-03-20 19:01:04,800 [67 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint 'Health checks'
INFO 2025-03-20 19:01:04,801 [67 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:01:04,801 [65 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:01:04,802 [67 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint 'Health checks'
INFO 2025-03-20 19:01:04,803 [65 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 GET https://10.0.50.50:443/health - - - 200 -
application/json 3.2976ms
INFO 2025-03-20 19:01:05,096 [65 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 GET https://10.0.50.50:443/health - -
INFO 2025-03-20 19:01:05,097 [65 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint 'Health checks'
INFO 2025-03-20 19:01:05,098 [65 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:01:05,098 [67 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:01:05,099 [65 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint 'Health checks'
INFO 2025-03-20 19:01:05,100 [5 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 GET https://10.0.50.50:443/health - - - 200 -
application/json 3.8591ms
INFO 2025-03-20 19:01:05,577 [65 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 GET https://10.0.50.50:443/health - -
INFO 2025-03-20 19:01:05,578 [65 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint 'Health checks'
INFO 2025-03-20 19:01:05,579 [65 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:01:05,579 [5 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:01:05,580 [65 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint 'Health checks'
INFO 2025-03-20 19:01:05,580 [63 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 GET https://10.0.50.50:443/health - - - 200 -
application/json 3.4671ms
INFO 2025-03-20 19:01:05,841 [63 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 GET https://10.0.50.50:443/health - -
INFO 2025-03-20 19:01:05,842 [63 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint 'Health checks'
INFO 2025-03-20 19:01:05,843 [63 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:01:05,843 [65 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:01:05,844 [63 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint 'Health checks'
INFO 2025-03-20 19:01:05,845 [65 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 GET https://10.0.50.50:443/health - - - 200 -
application/json 3.4887ms
INFO 2025-03-20 19:01:07,013 [63 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 GET https://10.0.50.50:443/health - -
INFO 2025-03-20 19:01:07,014 [63 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint 'Health checks'
INFO 2025-03-20 19:01:07,015 [65 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:01:07,015 [63 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:01:07,016 [65 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint 'Health checks'
INFO 2025-03-20 19:01:07,016 [63 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 GET https://10.0.50.50:443/health - - - 200 -
application/json 3.5913ms
INFO 2025-03-20 19:01:07,048 [63 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 GET https://10.0.50.50:443/health - -
INFO 2025-03-20 19:01:07,049 [63 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint 'Health checks'
INFO 2025-03-20 19:01:07,050 [62 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:01:07,050 [65 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:01:07,052 [65 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint 'Health checks'
INFO 2025-03-20 19:01:07,052 [62 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 GET https://10.0.50.50:443/health - - - 200 -
application/json 3.7173ms
INFO 2025-03-20 19:01:07,556 [62 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 GET https://10.0.50.50:443/health - -
INFO 2025-03-20 19:01:07,557 [62 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint 'Health checks'
INFO 2025-03-20 19:01:07,558 [62 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:01:07,558 [65 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:01:07,560 [62 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint 'Health checks'
INFO 2025-03-20 19:01:07,560 [65 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 GET https://10.0.50.50:443/health - - - 200 -
application/json 3.6207ms
INFO 2025-03-20 19:01:07,706 [65 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 GET https://10.0.50.50:443/health - -
INFO 2025-03-20 19:01:07,707 [65 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint 'Health checks'
INFO 2025-03-20 19:01:07,708 [65 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:01:07,708 [62 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:01:07,709 [65 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint 'Health checks'
INFO 2025-03-20 19:01:07,709 [62 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 GET https://10.0.50.50:443/health - - - 200 -
application/json 3.3792ms
INFO 2025-03-20 19:01:07,911 [62 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 GET https://10.0.50.50:443/health - -
INFO 2025-03-20 19:01:07,912 [62 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint 'Health checks'
INFO 2025-03-20 19:01:07,913 [62 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:01:07,913 [65 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:01:07,916 [65 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint 'Health checks'
INFO 2025-03-20 19:01:07,916 [62 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 GET https://10.0.50.50:443/health - - - 200 -
application/json 4.9586ms
INFO 2025-03-20 19:01:08,594 [67 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 GET https://10.0.50.50:443/health - -
INFO 2025-03-20 19:01:08,595 [67 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint 'Health checks'
INFO 2025-03-20 19:01:08,596 [67 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:01:08,596 [65 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:01:08,598 [65 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint 'Health checks'
INFO 2025-03-20 19:01:08,598 [62 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 GET https://10.0.50.50:443/health - - - 200 -
application/json 3.5913ms
INFO 2025-03-20 19:01:09,108 [65 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 GET https://10.0.50.50:443/health - -
INFO 2025-03-20 19:01:09,109 [65 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint 'Health checks'
INFO 2025-03-20 19:01:09,110 [65 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:01:09,110 [62 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:01:09,112 [65 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint 'Health checks'
INFO 2025-03-20 19:01:09,112 [62 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 GET https://10.0.50.50:443/health - - - 200 -
application/json 3.5007ms
INFO 2025-03-20 19:01:09,417 [62 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 GET https://10.0.50.50:443/health - -
INFO 2025-03-20 19:01:09,418 [62 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint 'Health checks'
INFO 2025-03-20 19:01:09,420 [62 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:01:09,420 [65 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:01:09,421 [62 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint 'Health checks'
INFO 2025-03-20 19:01:09,421 [65 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 GET https://10.0.50.50:443/health - - - 200 -
application/json 3.4874ms
INFO 2025-03-20 19:01:09,858 [65 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 GET https://10.0.50.50:443/health - -
INFO 2025-03-20 19:01:09,859 [65 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint 'Health checks'
INFO 2025-03-20 19:01:09,859 [65 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:01:09,860 [62 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:01:09,861 [62 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint 'Health checks'
INFO 2025-03-20 19:01:09,861 [65 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 GET https://10.0.50.50:443/health - - - 200 -
application/json 3.5817ms
INFO 2025-03-20 19:01:10,193 [67 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 GET https://10.0.50.50:443/health - -
INFO 2025-03-20 19:01:10,194 [67 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint 'Health checks'
INFO 2025-03-20 19:01:10,195 [67 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:01:10,195 [62 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:01:10,197 [67 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint 'Health checks'
INFO 2025-03-20 19:01:10,197 [62 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 GET https://10.0.50.50:443/health - - - 200 -
application/json 3.3812ms
INFO 2025-03-20 19:01:10,298 [62 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 GET https://10.0.50.50:443/health - -
INFO 2025-03-20 19:01:10,299 [62 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint 'Health checks'
INFO 2025-03-20 19:01:10,300 [62 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:01:10,300 [67 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:01:10,301 [62 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint 'Health checks'
INFO 2025-03-20 19:01:10,301 [67 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 GET https://10.0.50.50:443/health - - - 200 -
application/json 3.4540ms
INFO 2025-03-20 19:01:11,024 [67 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 GET https://10.0.50.50:443/health - -
INFO 2025-03-20 19:01:11,025 [67 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint 'Health checks'
INFO 2025-03-20 19:01:11,026 [67 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:01:11,026 [62 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:01:11,028 [67 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint 'Health checks'
INFO 2025-03-20 19:01:11,028 [62 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 GET https://10.0.50.50:443/health - - - 200 -
application/json 3.4385ms
INFO 2025-03-20 19:01:11,086 [62 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'HealthChecksDb' using provider
'Microsoft.EntityFrameworkCore.InMemory' with options: StoreName=HealthChecksUI
INFO 2025-03-20 19:01:11,086 [62 ] .HttpClient.health-checks.LogicalHandler -
Start processing HTTP request GET https://stg.parcelat.com/health
INFO 2025-03-20 19:01:11,086 [62 ] p.HttpClient.health-checks.ClientHandler -
Sending HTTP request GET https://stg.parcelat.com/health
INFO 2025-03-20 19:01:11,089 [62 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 GET https://stg.parcelat.com/health - -
INFO 2025-03-20 19:01:11,090 [62 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint 'Health checks'
INFO 2025-03-20 19:01:11,090 [62 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:01:11,090 [67 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:01:11,092 [62 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint 'Health checks'
INFO 2025-03-20 19:01:11,092 [67 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 GET https://stg.parcelat.com/health - - - 200 -
application/json 3.1606ms
INFO 2025-03-20 19:01:11,092 [61 ] p.HttpClient.health-checks.ClientHandler -
Received HTTP response headers after 6.4829ms - 200
INFO 2025-03-20 19:01:11,092 [61 ] .HttpClient.health-checks.LogicalHandler -
End processing HTTP request after 6.5318ms - 200
INFO 2025-03-20 19:01:11,093 [61 ] Microsoft.EntityFrameworkCore.Update -
Saved 4 entities to in-memory store.
INFO 2025-03-20 19:01:12,001 [67 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 GET https://10.0.50.50:443/health - -
INFO 2025-03-20 19:01:12,002 [67 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint 'Health checks'
INFO 2025-03-20 19:01:12,003 [67 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:01:12,003 [63 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:01:12,004 [67 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint 'Health checks'
INFO 2025-03-20 19:01:12,005 [63 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 GET https://10.0.50.50:443/health - - - 200 -
application/json 3.3343ms
INFO 2025-03-20 19:01:12,042 [63 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 GET https://10.0.50.50:443/health - -
INFO 2025-03-20 19:01:12,043 [63 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint 'Health checks'
INFO 2025-03-20 19:01:12,044 [63 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:01:12,044 [67 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:01:12,045 [67 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint 'Health checks'
INFO 2025-03-20 19:01:12,045 [63 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 GET https://10.0.50.50:443/health - - - 200 -
application/json 3.4272ms
INFO 2025-03-20 19:01:12,489 [67 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 GET https://10.0.50.50:443/health - -
INFO 2025-03-20 19:01:12,490 [67 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint 'Health checks'
INFO 2025-03-20 19:01:12,491 [67 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:01:12,491 [63 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:01:12,492 [67 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint 'Health checks'
INFO 2025-03-20 19:01:12,492 [63 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 GET https://10.0.50.50:443/health - - - 200 -
application/json 3.4316ms
INFO 2025-03-20 19:01:13,134 [63 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 GET https://10.0.50.50:443/health - -
INFO 2025-03-20 19:01:13,135 [63 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint 'Health checks'
INFO 2025-03-20 19:01:13,136 [63 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:01:13,136 [67 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:01:13,137 [67 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint 'Health checks'
INFO 2025-03-20 19:01:13,138 [63 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 GET https://10.0.50.50:443/health - - - 200 -
application/json 3.4227ms
INFO 2025-03-20 19:01:13,398 [67 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 GET https://10.0.50.50:443/health - -
INFO 2025-03-20 19:01:13,399 [67 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint 'Health checks'
INFO 2025-03-20 19:01:13,400 [67 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:01:13,400 [65 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:01:13,401 [67 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint 'Health checks'
INFO 2025-03-20 19:01:13,401 [65 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 GET https://10.0.50.50:443/health - - - 200 -
application/json 3.3244ms
INFO 2025-03-20 19:01:13,503 [65 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 GET https://10.0.50.50:443/health - -
INFO 2025-03-20 19:01:13,504 [65 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint 'Health checks'
INFO 2025-03-20 19:01:13,505 [65 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:01:13,505 [67 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:01:13,506 [65 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint 'Health checks'
INFO 2025-03-20 19:01:13,507 [67 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 GET https://10.0.50.50:443/health - - - 200 -
application/json 3.3989ms
INFO 2025-03-20 19:01:13,706 [67 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 POST https://stg.parcelat.com/signalr-chat?
id=ZFKu5bQcg47785fK1U6WtA text/plain;charset=UTF-8 11
INFO 2025-03-20 19:01:13,706 [67 ] tion.Cookies.CookieAuthenticationHandler -
Identity.Application was not authenticated. Failure message: Unprotect ticket
failed
INFO 2025-03-20 19:01:13,707 [67 ] tCore.Cors.Infrastructure.CorsMiddleware - No
CORS policy found for the specified request.
INFO 2025-03-20 19:01:13,707 [67 ] tion.Cookies.CookieAuthenticationHandler -
Identity.Application was not authenticated. Failure message: Unprotect ticket
failed
INFO 2025-03-20 19:01:13,707 [67 ] tion.Cookies.CookieAuthenticationHandler -
Identity.Application was not authenticated. Failure message: Unprotect ticket
failed
INFO 2025-03-20 19:01:13,707 [67 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint '/signalr-chat'
INFO 2025-03-20 19:01:13,707 [67 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint '/signalr-chat'
INFO 2025-03-20 19:01:13,707 [65 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 POST https://stg.parcelat.com/signalr-chat?
id=ZFKu5bQcg47785fK1U6WtA text/plain;charset=UTF-8 11 - 200 - text/plain 1.4224ms
INFO 2025-03-20 19:01:13,708 [65 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 POST https://stg.parcelat.com/signalr?id=c_IZ-
5tQ4y4qh2a3XhLSNg text/plain;charset=UTF-8 11
INFO 2025-03-20 19:01:13,709 [65 ] tion.Cookies.CookieAuthenticationHandler -
Identity.Application was not authenticated. Failure message: Unprotect ticket
failed
INFO 2025-03-20 19:01:13,709 [65 ] tCore.Cors.Infrastructure.CorsMiddleware - No
CORS policy found for the specified request.
INFO 2025-03-20 19:01:13,709 [65 ] tion.Cookies.CookieAuthenticationHandler -
Identity.Application was not authenticated. Failure message: Unprotect ticket
failed
INFO 2025-03-20 19:01:13,709 [65 ] tion.Cookies.CookieAuthenticationHandler -
Identity.Application was not authenticated. Failure message: Unprotect ticket
failed
INFO 2025-03-20 19:01:13,709 [65 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint '/signalr'
INFO 2025-03-20 19:01:13,709 [65 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint '/signalr'
INFO 2025-03-20 19:01:13,709 [65 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 POST https://stg.parcelat.com/signalr?id=c_IZ-
5tQ4y4qh2a3XhLSNg text/plain;charset=UTF-8 11 - 200 - text/plain 1.0523ms
INFO 2025-03-20 19:01:13,886 [65 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 GET https://10.0.50.50:443/health - -
INFO 2025-03-20 19:01:13,887 [65 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint 'Health checks'
INFO 2025-03-20 19:01:13,888 [65 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:01:13,888 [67 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:01:13,889 [67 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint 'Health checks'
INFO 2025-03-20 19:01:13,889 [62 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 GET https://10.0.50.50:443/health - - - 200 -
application/json 3.5286ms
INFO 2025-03-20 19:01:14,273 [62 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 GET https://10.0.50.50:443/health - -
INFO 2025-03-20 19:01:14,274 [62 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint 'Health checks'
INFO 2025-03-20 19:01:14,275 [62 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:01:14,275 [67 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:01:14,276 [67 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint 'Health checks'
INFO 2025-03-20 19:01:14,276 [62 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 GET https://10.0.50.50:443/health - - - 200 -
application/json 3.3576ms
INFO 2025-03-20 19:01:15,046 [67 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 GET https://10.0.50.50:443/health - -
INFO 2025-03-20 19:01:15,047 [67 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint 'Health checks'
INFO 2025-03-20 19:01:15,048 [67 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:01:15,048 [62 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:01:15,049 [67 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint 'Health checks'
INFO 2025-03-20 19:01:15,049 [63 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 GET https://10.0.50.50:443/health - - - 200 -
application/json 3.5055ms
INFO 2025-03-20 19:01:15,054 [63 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 GET https://10.0.50.50:443/health - -
INFO 2025-03-20 19:01:15,055 [63 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint 'Health checks'
INFO 2025-03-20 19:01:15,056 [63 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:01:15,056 [67 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:01:15,057 [63 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint 'Health checks'
INFO 2025-03-20 19:01:15,058 [62 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 GET https://10.0.50.50:443/health - - - 200 -
application/json 3.1383ms
INFO 2025-03-20 19:01:15,537 [63 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 GET https://10.0.50.50:443/health - -
INFO 2025-03-20 19:01:15,538 [63 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint 'Health checks'
INFO 2025-03-20 19:01:15,539 [65 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:01:15,539 [67 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:01:15,540 [65 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint 'Health checks'
INFO 2025-03-20 19:01:15,541 [67 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 GET https://10.0.50.50:443/health - - - 200 -
application/json 3.2720ms
INFO 2025-03-20 19:01:15,543 [67 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 GET https://10.0.50.50:443/health - -
INFO 2025-03-20 19:01:15,544 [67 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint 'Health checks'
INFO 2025-03-20 19:01:15,544 [67 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:01:15,544 [65 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:01:15,545 [67 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint 'Health checks'
INFO 2025-03-20 19:01:15,546 [65 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 GET https://10.0.50.50:443/health - - - 200 -
application/json 2.8703ms
INFO 2025-03-20 19:01:15,773 [65 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 POST https://stg.parcelat.com/signalr-chat?id=VuCm2ZPV-
N1WtIsIU8m59g text/plain;charset=UTF-8 11
INFO 2025-03-20 19:01:15,773 [65 ] tion.Cookies.CookieAuthenticationHandler -
Identity.Application was not authenticated. Failure message: Unprotect ticket
failed
INFO 2025-03-20 19:01:15,773 [65 ] tCore.Cors.Infrastructure.CorsMiddleware - No
CORS policy found for the specified request.
INFO 2025-03-20 19:01:15,773 [65 ] tion.Cookies.CookieAuthenticationHandler -
Identity.Application was not authenticated. Failure message: Unprotect ticket
failed
INFO 2025-03-20 19:01:15,774 [65 ] tion.Cookies.CookieAuthenticationHandler -
Identity.Application was not authenticated. Failure message: Unprotect ticket
failed
INFO 2025-03-20 19:01:15,774 [65 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint '/signalr-chat'
INFO 2025-03-20 19:01:15,774 [65 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint '/signalr-chat'
INFO 2025-03-20 19:01:15,774 [65 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 POST https://stg.parcelat.com/signalr-chat?id=VuCm2ZPV-
N1WtIsIU8m59g text/plain;charset=UTF-8 11 - 200 - text/plain 1.2404ms
INFO 2025-03-20 19:01:15,831 [65 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 POST https://stg.parcelat.com/signalr?
id=tXn68fdYjlxlfm_nk3lGAA text/plain;charset=UTF-8 11
INFO 2025-03-20 19:01:15,831 [65 ] tion.Cookies.CookieAuthenticationHandler -
Identity.Application was not authenticated. Failure message: Unprotect ticket
failed
INFO 2025-03-20 19:01:15,831 [65 ] tCore.Cors.Infrastructure.CorsMiddleware - No
CORS policy found for the specified request.
INFO 2025-03-20 19:01:15,832 [65 ] tion.Cookies.CookieAuthenticationHandler -
Identity.Application was not authenticated. Failure message: Unprotect ticket
failed
INFO 2025-03-20 19:01:15,832 [65 ] tion.Cookies.CookieAuthenticationHandler -
Identity.Application was not authenticated. Failure message: Unprotect ticket
failed
INFO 2025-03-20 19:01:15,832 [65 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint '/signalr'
INFO 2025-03-20 19:01:15,832 [65 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint '/signalr'
INFO 2025-03-20 19:01:15,832 [67 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 POST https://stg.parcelat.com/signalr?
id=tXn68fdYjlxlfm_nk3lGAA text/plain;charset=UTF-8 11 - 200 - text/plain 1.2476ms
INFO 2025-03-20 19:01:16,894 [65 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 GET https://10.0.50.50:443/health - -
INFO 2025-03-20 19:01:16,895 [65 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint 'Health checks'
INFO 2025-03-20 19:01:16,896 [65 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:01:16,896 [67 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:01:16,897 [65 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint 'Health checks'
INFO 2025-03-20 19:01:16,897 [67 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 GET https://10.0.50.50:443/health - - - 200 -
application/json 3.4970ms
INFO 2025-03-20 19:01:17,234 [67 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 GET https://10.0.50.50:443/health - -
INFO 2025-03-20 19:01:17,235 [67 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint 'Health checks'
INFO 2025-03-20 19:01:17,236 [67 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:01:17,236 [65 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:01:17,238 [65 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint 'Health checks'
INFO 2025-03-20 19:01:17,238 [5 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 GET https://10.0.50.50:443/health - - - 200 -
application/json 3.6528ms
INFO 2025-03-20 19:01:17,505 [65 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 GET https://10.0.50.50:443/health - -
INFO 2025-03-20 19:01:17,506 [65 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint 'Health checks'
INFO 2025-03-20 19:01:17,507 [5 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:01:17,507 [65 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:01:17,509 [5 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint 'Health checks'
INFO 2025-03-20 19:01:17,509 [65 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 GET https://10.0.50.50:443/health - - - 200 -
application/json 3.4901ms
INFO 2025-03-20 19:01:17,937 [65 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 GET https://10.0.50.50:443/health - -
INFO 2025-03-20 19:01:17,938 [65 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint 'Health checks'
INFO 2025-03-20 19:01:17,939 [65 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:01:17,939 [5 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:01:17,940 [65 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint 'Health checks'
INFO 2025-03-20 19:01:17,940 [5 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 GET https://10.0.50.50:443/health - - - 200 -
application/json 3.1967ms
INFO 2025-03-20 19:01:18,218 [5 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 GET https://10.0.50.50:443/health - -
INFO 2025-03-20 19:01:18,219 [5 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint 'Health checks'
INFO 2025-03-20 19:01:18,220 [65 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:01:18,220 [5 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:01:18,222 [5 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint 'Health checks'
INFO 2025-03-20 19:01:18,222 [65 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 GET https://10.0.50.50:443/health - - - 200 -
application/json 3.5127ms
DEBUG 2025-03-20 19:01:18,344 [65 ] Abp.AspNetCore.SignalR.Hubs.AbpCommonHub - A
client is disconnected: quUPtMRNkEzhjt_MOgSSZQ
INFO 2025-03-20 19:01:18,344 [65 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint '/signalr'
INFO 2025-03-20 19:01:18,344 [65 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/2 GET https://localhost/signalr?id=JUIrm96DnF9qOLpCk4eNfQ - -
- 200 - text/event-stream 109976.2301ms
DEBUG 2025-03-20 19:01:18,346 [5 ] EnterpriseBase.Web.Chat.SignalR.ChatHub - A
client is disconnected: 5GV1KfH3M-rJBLAxNInzFQ
INFO 2025-03-20 19:01:18,346 [5 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint '/signalr-chat'
INFO 2025-03-20 19:01:18,347 [5 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/2 GET https://localhost/signalr-chat?
id=CTrypW454KO3l8NKtjMQDA - - - 200 - text/event-stream 109978.6116ms
INFO 2025-03-20 19:01:18,354 [5 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/2 POST https://localhost/signalr/negotiate?negotiateVersion=1
text/plain;charset=UTF-8 0
INFO 2025-03-20 19:01:18,354 [63 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/2 POST https://localhost/signalr-chat/negotiate?
negotiateVersion=1 text/plain;charset=UTF-8 0
INFO 2025-03-20 19:01:18,356 [5 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:01:18,357 [63 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:01:18,363 [5 ] tCore.Cors.Infrastructure.CorsMiddleware - No
CORS policy found for the specified request.
INFO 2025-03-20 19:01:18,363 [5 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint '/signalr/negotiate'
INFO 2025-03-20 19:01:18,364 [5 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint '/signalr/negotiate'
INFO 2025-03-20 19:01:18,364 [67 ] tCore.Cors.Infrastructure.CorsMiddleware - No
CORS policy found for the specified request.
INFO 2025-03-20 19:01:18,364 [5 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/2 POST https://localhost/signalr/negotiate?negotiateVersion=1
text/plain;charset=UTF-8 0 - 200 253 application/json 10.0492ms
INFO 2025-03-20 19:01:18,364 [67 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint '/signalr-chat/negotiate'
INFO 2025-03-20 19:01:18,364 [67 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint '/signalr-chat/negotiate'
INFO 2025-03-20 19:01:18,365 [67 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/2 POST https://localhost/signalr-chat/negotiate?
negotiateVersion=1 text/plain;charset=UTF-8 0 - 200 253 application/json 10.1791ms
INFO 2025-03-20 19:01:18,367 [67 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/2 GET https://localhost/signalr-chat?id=Ok8k1VEWPUPMZ7-
v0ZfcZQ - -
INFO 2025-03-20 19:01:18,367 [5 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/2 GET https://localhost/signalr?id=fOFo9rc1d5m2mz-TrOs4eA - -
INFO 2025-03-20 19:01:18,369 [67 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint '/signalr-chat'
INFO 2025-03-20 19:01:18,370 [5 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint '/signalr'
INFO 2025-03-20 19:01:18,372 [5 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/2 POST https://localhost/signalr-chat?id=Ok8k1VEWPUPMZ7-
v0ZfcZQ text/plain;charset=UTF-8 32
INFO 2025-03-20 19:01:18,372 [67 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/2 POST https://localhost/signalr?id=fOFo9rc1d5m2mz-TrOs4eA
text/plain;charset=UTF-8 32
INFO 2025-03-20 19:01:18,374 [67 ] tCore.Cors.Infrastructure.CorsMiddleware - No
CORS policy found for the specified request.
INFO 2025-03-20 19:01:18,374 [67 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint '/signalr'
INFO 2025-03-20 19:01:18,374 [67 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint '/signalr'
DEBUG 2025-03-20 19:01:18,374 [67 ] Abp.AspNetCore.SignalR.Hubs.AbpCommonHub - A
client is connected: {"ConnectionId":"Lj1c4CplTB6LavGck-
jlTw","IpAddress":"::1","TenantId":null,"UserId":101,"ConnectTime":"2025-03-
20T19:01:18.3746751+03:00","Properties":{}}
INFO 2025-03-20 19:01:18,374 [67 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/2 POST https://localhost/signalr?id=fOFo9rc1d5m2mz-TrOs4eA
text/plain;charset=UTF-8 32 - 200 - text/plain 2.1678ms
INFO 2025-03-20 19:01:18,375 [5 ] tCore.Cors.Infrastructure.CorsMiddleware - No
CORS policy found for the specified request.
INFO 2025-03-20 19:01:18,375 [5 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint '/signalr-chat'
INFO 2025-03-20 19:01:18,375 [5 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint '/signalr-chat'
INFO 2025-03-20 19:01:18,376 [67 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/2 POST https://localhost/signalr-chat?id=Ok8k1VEWPUPMZ7-
v0ZfcZQ text/plain;charset=UTF-8 32 - 200 - text/plain 3.8990ms
DEBUG 2025-03-20 19:01:18,378 [5 ] EnterpriseBase.Web.Chat.SignalR.ChatHub - A
client is connected:
{"ConnectionId":"EKVf4busILfrJPZuYRBMWg","IpAddress":"::1","TenantId":null,"UserId"
:101,"ConnectTime":"2025-03-20T19:01:18.3782381+03:00","Properties":{}}
INFO 2025-03-20 19:01:18,624 [5 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 GET https://10.0.50.50:443/health - -
INFO 2025-03-20 19:01:18,625 [5 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint 'Health checks'
INFO 2025-03-20 19:01:18,626 [5 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:01:18,626 [67 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:01:18,628 [5 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint 'Health checks'
INFO 2025-03-20 19:01:18,628 [67 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 GET https://10.0.50.50:443/health - - - 200 -
application/json 3.3800ms
INFO 2025-03-20 19:01:18,867 [67 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 GET https://10.0.50.50:443/health - -
INFO 2025-03-20 19:01:18,868 [67 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint 'Health checks'
INFO 2025-03-20 19:01:18,869 [67 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:01:18,869 [5 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:01:18,874 [5 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint 'Health checks'
INFO 2025-03-20 19:01:18,874 [65 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 GET https://10.0.50.50:443/health - - - 200 -
application/json 7.3136ms
INFO 2025-03-20 19:01:19,629 [5 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 GET https://10.0.50.50:443/health - -
INFO 2025-03-20 19:01:19,630 [5 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint 'Health checks'
INFO 2025-03-20 19:01:19,631 [5 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:01:19,631 [65 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:01:19,632 [5 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint 'Health checks'
INFO 2025-03-20 19:01:19,632 [65 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 GET https://10.0.50.50:443/health - - - 200 -
application/json 3.2982ms
INFO 2025-03-20 19:01:19,817 [65 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 GET https://10.0.50.50:443/health - -
INFO 2025-03-20 19:01:19,818 [65 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint 'Health checks'
INFO 2025-03-20 19:01:19,819 [65 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:01:19,819 [5 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:01:19,820 [65 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint 'Health checks'
INFO 2025-03-20 19:01:19,821 [5 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 GET https://10.0.50.50:443/health - - - 200 -
application/json 3.5223ms
INFO 2025-03-20 19:01:20,166 [5 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 GET https://10.0.50.50:443/health - -
INFO 2025-03-20 19:01:20,167 [5 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint 'Health checks'
INFO 2025-03-20 19:01:20,168 [65 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:01:20,168 [5 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:01:20,170 [65 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint 'Health checks'
INFO 2025-03-20 19:01:20,170 [67 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 GET https://10.0.50.50:443/health - - - 200 -
application/json 3.8097ms
INFO 2025-03-20 19:01:20,211 [67 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 GET https://10.0.50.50:443/health - -
INFO 2025-03-20 19:01:20,212 [67 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint 'Health checks'
INFO 2025-03-20 19:01:20,213 [67 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:01:20,213 [65 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:01:20,215 [67 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint 'Health checks'
INFO 2025-03-20 19:01:20,215 [65 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 GET https://10.0.50.50:443/health - - - 200 -
application/json 3.4707ms
INFO 2025-03-20 19:01:20,789 [67 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 GET https://10.0.50.50:443/health - -
INFO 2025-03-20 19:01:20,791 [67 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint 'Health checks'
INFO 2025-03-20 19:01:20,792 [67 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:01:20,792 [65 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:01:20,793 [65 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint 'Health checks'
INFO 2025-03-20 19:01:20,794 [65 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 GET https://10.0.50.50:443/health - - - 200 -
application/json 4.1097ms
INFO 2025-03-20 19:01:21,091 [65 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'HealthChecksDb' using provider
'Microsoft.EntityFrameworkCore.InMemory' with options: StoreName=HealthChecksUI
INFO 2025-03-20 19:01:21,091 [65 ] .HttpClient.health-checks.LogicalHandler -
Start processing HTTP request GET https://stg.parcelat.com/health
INFO 2025-03-20 19:01:21,091 [65 ] p.HttpClient.health-checks.ClientHandler -
Sending HTTP request GET https://stg.parcelat.com/health
INFO 2025-03-20 19:01:21,093 [67 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 GET https://stg.parcelat.com/health - -
INFO 2025-03-20 19:01:21,094 [67 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint 'Health checks'
INFO 2025-03-20 19:01:21,095 [67 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:01:21,095 [62 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:01:21,097 [62 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint 'Health checks'
INFO 2025-03-20 19:01:21,097 [67 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 GET https://stg.parcelat.com/health - - - 200 -
application/json 3.5955ms
INFO 2025-03-20 19:01:21,097 [61 ] p.HttpClient.health-checks.ClientHandler -
Received HTTP response headers after 5.6964ms - 200
INFO 2025-03-20 19:01:21,097 [61 ] .HttpClient.health-checks.LogicalHandler -
End processing HTTP request after 5.7486ms - 200
INFO 2025-03-20 19:01:21,098 [61 ] Microsoft.EntityFrameworkCore.Update -
Saved 4 entities to in-memory store.
INFO 2025-03-20 19:01:22,056 [67 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 GET https://10.0.50.50:443/health - -
INFO 2025-03-20 19:01:22,057 [67 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint 'Health checks'
INFO 2025-03-20 19:01:22,058 [67 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:01:22,058 [62 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:01:22,059 [67 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint 'Health checks'
INFO 2025-03-20 19:01:22,059 [62 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 GET https://10.0.50.50:443/health - - - 200 -
application/json 3.5437ms
INFO 2025-03-20 19:01:22,190 [62 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 GET https://10.0.50.50:443/health - -
INFO 2025-03-20 19:01:22,191 [62 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint 'Health checks'
INFO 2025-03-20 19:01:22,192 [62 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:01:22,192 [67 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:01:22,193 [62 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint 'Health checks'
INFO 2025-03-20 19:01:22,193 [65 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 GET https://10.0.50.50:443/health - - - 200 -
application/json 3.4999ms
INFO 2025-03-20 19:01:22,472 [65 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 GET https://10.0.50.50:443/health - -
INFO 2025-03-20 19:01:22,473 [65 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint 'Health checks'
INFO 2025-03-20 19:01:22,474 [65 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:01:22,474 [62 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:01:22,475 [62 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint 'Health checks'
INFO 2025-03-20 19:01:22,476 [63 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 GET https://10.0.50.50:443/health - - - 200 -
application/json 3.4734ms
INFO 2025-03-20 19:01:22,740 [63 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 GET https://10.0.50.50:443/health - -
INFO 2025-03-20 19:01:22,741 [63 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint 'Health checks'
INFO 2025-03-20 19:01:22,742 [63 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:01:22,742 [62 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:01:22,743 [67 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint 'Health checks'
INFO 2025-03-20 19:01:22,743 [62 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 GET https://10.0.50.50:443/health - - - 200 -
application/json 3.6407ms
INFO 2025-03-20 19:01:23,685 [67 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 GET https://10.0.50.50:443/health - -
INFO 2025-03-20 19:01:23,687 [67 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint 'Health checks'
INFO 2025-03-20 19:01:23,688 [67 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:01:23,688 [62 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:01:23,689 [5 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint 'Health checks'
INFO 2025-03-20 19:01:23,689 [62 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 GET https://10.0.50.50:443/health - - - 200 -
application/json 4.3185ms
INFO 2025-03-20 19:01:24,103 [62 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 GET https://10.0.50.50:443/health - -
INFO 2025-03-20 19:01:24,104 [62 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint 'Health checks'
INFO 2025-03-20 19:01:24,105 [62 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:01:24,105 [5 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:01:24,106 [62 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint 'Health checks'
INFO 2025-03-20 19:01:24,106 [5 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 GET https://10.0.50.50:443/health - - - 200 -
application/json 3.6520ms
INFO 2025-03-20 19:01:24,213 [5 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 GET https://10.0.50.50:443/health - -
INFO 2025-03-20 19:01:24,214 [5 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint 'Health checks'
INFO 2025-03-20 19:01:24,215 [62 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:01:24,215 [5 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:01:24,217 [62 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint 'Health checks'
INFO 2025-03-20 19:01:24,217 [67 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 GET https://10.0.50.50:443/health - - - 200 -
application/json 4.1642ms
INFO 2025-03-20 19:01:24,281 [67 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 GET https://10.0.50.50:443/health - -
INFO 2025-03-20 19:01:24,282 [67 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint 'Health checks'
INFO 2025-03-20 19:01:24,283 [63 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:01:24,283 [62 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:01:24,285 [63 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint 'Health checks'
INFO 2025-03-20 19:01:24,285 [62 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 GET https://10.0.50.50:443/health - - - 200 -
application/json 4.0975ms
INFO 2025-03-20 19:01:24,342 [63 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 GET https://10.0.50.50:443/health - -
INFO 2025-03-20 19:01:24,343 [63 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint 'Health checks'
INFO 2025-03-20 19:01:24,344 [62 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:01:24,344 [63 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:01:24,345 [62 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint 'Health checks'
INFO 2025-03-20 19:01:24,345 [63 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 GET https://10.0.50.50:443/health - - - 200 -
application/json 3.8584ms
INFO 2025-03-20 19:01:24,918 [63 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 GET https://10.0.50.50:443/health - -
INFO 2025-03-20 19:01:24,919 [63 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint 'Health checks'
INFO 2025-03-20 19:01:24,920 [63 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:01:24,921 [62 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:01:24,922 [62 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint 'Health checks'
INFO 2025-03-20 19:01:24,922 [62 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 GET https://10.0.50.50:443/health - - - 200 -
application/json 3.7131ms
INFO 2025-03-20 19:01:25,549 [62 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 GET https://10.0.50.50:443/health - -
INFO 2025-03-20 19:01:25,550 [62 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint 'Health checks'
INFO 2025-03-20 19:01:25,550 [62 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:01:25,551 [63 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:01:25,552 [62 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint 'Health checks'
INFO 2025-03-20 19:01:25,552 [62 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 GET https://10.0.50.50:443/health - - - 200 -
application/json 3.3842ms
INFO 2025-03-20 19:01:25,773 [62 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 GET https://10.0.50.50:443/health - -
INFO 2025-03-20 19:01:25,774 [62 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint 'Health checks'
INFO 2025-03-20 19:01:25,775 [62 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:01:25,775 [63 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:01:25,776 [5 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint 'Health checks'
INFO 2025-03-20 19:01:25,777 [67 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 GET https://10.0.50.50:443/health - - - 200 -
application/json 3.3459ms
INFO 2025-03-20 19:01:26,833 [67 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 GET https://10.0.50.50:443/health - -
INFO 2025-03-20 19:01:26,834 [67 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint 'Health checks'
INFO 2025-03-20 19:01:26,835 [67 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:01:26,835 [62 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:01:26,837 [5 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint 'Health checks'
INFO 2025-03-20 19:01:26,837 [62 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 GET https://10.0.50.50:443/health - - - 200 -
application/json 4.0055ms
INFO 2025-03-20 19:01:27,183 [62 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 GET https://10.0.50.50:443/health - -
INFO 2025-03-20 19:01:27,184 [62 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint 'Health checks'
INFO 2025-03-20 19:01:27,185 [62 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:01:27,185 [5 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:01:27,187 [62 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint 'Health checks'
INFO 2025-03-20 19:01:27,187 [5 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 GET https://10.0.50.50:443/health - - - 200 -
application/json 3.3309ms
INFO 2025-03-20 19:01:27,503 [62 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 GET https://10.0.50.50:443/health - -
INFO 2025-03-20 19:01:27,504 [62 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint 'Health checks'
INFO 2025-03-20 19:01:27,505 [65 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:01:27,505 [5 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:01:27,506 [65 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint 'Health checks'
INFO 2025-03-20 19:01:27,507 [5 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 GET https://10.0.50.50:443/health - - - 200 -
application/json 3.5752ms
INFO 2025-03-20 19:01:27,581 [5 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 GET https://10.0.50.50:443/health - -
INFO 2025-03-20 19:01:27,583 [5 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint 'Health checks'
INFO 2025-03-20 19:01:27,584 [5 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:01:27,584 [65 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:01:27,585 [65 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint 'Health checks'
INFO 2025-03-20 19:01:27,586 [5 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 GET https://10.0.50.50:443/health - - - 200 -
application/json 4.2149ms
INFO 2025-03-20 19:01:28,845 [5 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 GET https://10.0.50.50:443/health - -
INFO 2025-03-20 19:01:28,846 [5 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint 'Health checks'
INFO 2025-03-20 19:01:28,847 [5 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:01:28,847 [65 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:01:28,848 [5 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint 'Health checks'
INFO 2025-03-20 19:01:28,848 [65 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 GET https://10.0.50.50:443/health - - - 200 -
application/json 3.5140ms
INFO 2025-03-20 19:01:29,123 [65 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 GET https://10.0.50.50:443/health - -
INFO 2025-03-20 19:01:29,124 [65 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint 'Health checks'
INFO 2025-03-20 19:01:29,125 [65 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:01:29,125 [5 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:01:29,127 [65 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint 'Health checks'
INFO 2025-03-20 19:01:29,127 [63 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 GET https://10.0.50.50:443/health - - - 200 -
application/json 3.5728ms
INFO 2025-03-20 19:01:29,180 [63 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 GET https://10.0.50.50:443/health - -
INFO 2025-03-20 19:01:29,181 [63 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint 'Health checks'
INFO 2025-03-20 19:01:29,182 [63 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:01:29,182 [65 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:01:29,184 [65 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint 'Health checks'
INFO 2025-03-20 19:01:29,184 [5 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 GET https://10.0.50.50:443/health - - - 200 -
application/json 3.2138ms
INFO 2025-03-20 19:01:29,327 [5 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 GET https://10.0.50.50:443/health - -
INFO 2025-03-20 19:01:29,328 [5 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint 'Health checks'
INFO 2025-03-20 19:01:29,329 [5 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:01:29,329 [65 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:01:29,330 [65 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint 'Health checks'
INFO 2025-03-20 19:01:29,330 [67 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 GET https://10.0.50.50:443/health - - - 200 -
application/json 3.4521ms
INFO 2025-03-20 19:01:29,450 [67 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 GET https://10.0.50.50:443/health - -
INFO 2025-03-20 19:01:29,451 [67 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint 'Health checks'
INFO 2025-03-20 19:01:29,452 [67 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:01:29,452 [65 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:01:29,453 [67 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint 'Health checks'
INFO 2025-03-20 19:01:29,454 [65 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 GET https://10.0.50.50:443/health - - - 200 -
application/json 3.9784ms
INFO 2025-03-20 19:01:29,714 [65 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 GET https://10.0.50.50:443/health - -
INFO 2025-03-20 19:01:29,715 [65 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint 'Health checks'
INFO 2025-03-20 19:01:29,717 [67 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:01:29,717 [65 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:01:29,718 [67 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint 'Health checks'
INFO 2025-03-20 19:01:29,718 [5 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 GET https://10.0.50.50:443/health - - - 200 -
application/json 3.9281ms
INFO 2025-03-20 19:01:30,399 [67 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 GET https://10.0.50.50:443/health - -
INFO 2025-03-20 19:01:30,400 [67 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint 'Health checks'
INFO 2025-03-20 19:01:30,400 [67 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:01:30,401 [65 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:01:30,402 [67 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint 'Health checks'
INFO 2025-03-20 19:01:30,402 [65 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 GET https://10.0.50.50:443/health - - - 200 -
application/json 3.4028ms
INFO 2025-03-20 19:01:30,799 [65 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 GET https://10.0.50.50:443/health - -
INFO 2025-03-20 19:01:30,800 [65 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint 'Health checks'
INFO 2025-03-20 19:01:30,801 [67 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:01:30,801 [63 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:01:30,802 [63 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint 'Health checks'
INFO 2025-03-20 19:01:30,802 [67 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 GET https://10.0.50.50:443/health - - - 200 -
application/json 3.5811ms
INFO 2025-03-20 19:01:31,091 [67 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'HealthChecksDb' using provider
'Microsoft.EntityFrameworkCore.InMemory' with options: StoreName=HealthChecksUI
INFO 2025-03-20 19:01:31,091 [67 ] .HttpClient.health-checks.LogicalHandler -
Start processing HTTP request GET https://stg.parcelat.com/health
INFO 2025-03-20 19:01:31,091 [67 ] p.HttpClient.health-checks.ClientHandler -
Sending HTTP request GET https://stg.parcelat.com/health
INFO 2025-03-20 19:01:31,093 [67 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 GET https://stg.parcelat.com/health - -
INFO 2025-03-20 19:01:31,095 [67 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint 'Health checks'
INFO 2025-03-20 19:01:31,096 [67 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:01:31,096 [63 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:01:31,099 [63 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint 'Health checks'
INFO 2025-03-20 19:01:31,099 [63 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 GET https://stg.parcelat.com/health - - - 200 -
application/json 5.7382ms
INFO 2025-03-20 19:01:31,099 [61 ] p.HttpClient.health-checks.ClientHandler -
Received HTTP response headers after 8.0075ms - 200
INFO 2025-03-20 19:01:31,099 [61 ] .HttpClient.health-checks.LogicalHandler -
End processing HTTP request after 8.0561ms - 200
INFO 2025-03-20 19:01:31,100 [61 ] Microsoft.EntityFrameworkCore.Update -
Saved 4 entities to in-memory store.
INFO 2025-03-20 19:01:31,780 [67 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 POST https://stg.parcelat.com/signalr-chat?id=VuCm2ZPV-
N1WtIsIU8m59g text/plain;charset=UTF-8 11
INFO 2025-03-20 19:01:31,780 [67 ] tion.Cookies.CookieAuthenticationHandler -
Identity.Application was not authenticated. Failure message: Unprotect ticket
failed
INFO 2025-03-20 19:01:31,781 [67 ] tCore.Cors.Infrastructure.CorsMiddleware - No
CORS policy found for the specified request.
INFO 2025-03-20 19:01:31,781 [67 ] tion.Cookies.CookieAuthenticationHandler -
Identity.Application was not authenticated. Failure message: Unprotect ticket
failed
INFO 2025-03-20 19:01:31,781 [67 ] tion.Cookies.CookieAuthenticationHandler -
Identity.Application was not authenticated. Failure message: Unprotect ticket
failed
INFO 2025-03-20 19:01:31,781 [67 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint '/signalr-chat'
INFO 2025-03-20 19:01:31,781 [67 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint '/signalr-chat'
INFO 2025-03-20 19:01:31,781 [67 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 POST https://stg.parcelat.com/signalr-chat?id=VuCm2ZPV-
N1WtIsIU8m59g text/plain;charset=UTF-8 11 - 200 - text/plain 1.3738ms
INFO 2025-03-20 19:01:31,833 [67 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 GET https://10.0.50.50:443/health - -
INFO 2025-03-20 19:01:31,834 [67 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint 'Health checks'
INFO 2025-03-20 19:01:31,836 [62 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:01:31,836 [67 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:01:31,836 [63 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 POST https://stg.parcelat.com/signalr?
id=tXn68fdYjlxlfm_nk3lGAA text/plain;charset=UTF-8 11
INFO 2025-03-20 19:01:31,839 [63 ] tion.Cookies.CookieAuthenticationHandler -
Identity.Application was not authenticated. Failure message: Unprotect ticket
failed
INFO 2025-03-20 19:01:31,839 [63 ] tCore.Cors.Infrastructure.CorsMiddleware - No
CORS policy found for the specified request.
INFO 2025-03-20 19:01:31,839 [63 ] tion.Cookies.CookieAuthenticationHandler -
Identity.Application was not authenticated. Failure message: Unprotect ticket
failed
INFO 2025-03-20 19:01:31,839 [63 ] tion.Cookies.CookieAuthenticationHandler -
Identity.Application was not authenticated. Failure message: Unprotect ticket
failed
INFO 2025-03-20 19:01:31,839 [67 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint 'Health checks'
INFO 2025-03-20 19:01:31,839 [63 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint '/signalr'
INFO 2025-03-20 19:01:31,839 [63 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint '/signalr'
INFO 2025-03-20 19:01:31,839 [63 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 POST https://stg.parcelat.com/signalr?
id=tXn68fdYjlxlfm_nk3lGAA text/plain;charset=UTF-8 11 - 200 - text/plain 2.9750ms
INFO 2025-03-20 19:01:31,839 [62 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 GET https://10.0.50.50:443/health - - - 200 -
application/json 5.9796ms
INFO 2025-03-20 19:01:31,999 [67 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 GET https://10.0.50.50:443/health - -
INFO 2025-03-20 19:01:32,000 [67 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint 'Health checks'
INFO 2025-03-20 19:01:32,001 [63 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:01:32,001 [67 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:01:32,003 [63 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint 'Health checks'
INFO 2025-03-20 19:01:32,003 [75 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 GET https://10.0.50.50:443/health - - - 200 -
application/json 3.8683ms
INFO 2025-03-20 19:01:32,141 [75 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 GET https://10.0.50.50:443/health - -
INFO 2025-03-20 19:01:32,142 [75 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint 'Health checks'
INFO 2025-03-20 19:01:32,143 [75 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:01:32,143 [63 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:01:32,144 [75 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint 'Health checks'
INFO 2025-03-20 19:01:32,144 [63 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 GET https://10.0.50.50:443/health - - - 200 -
application/json 3.6600ms
INFO 2025-03-20 19:01:33,029 [75 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 GET https://10.0.50.50:443/health - -
INFO 2025-03-20 19:01:33,030 [75 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint 'Health checks'
INFO 2025-03-20 19:01:33,031 [75 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:01:33,031 [63 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:01:33,033 [63 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint 'Health checks'
INFO 2025-03-20 19:01:33,033 [67 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 GET https://10.0.50.50:443/health - - - 200 -
application/json 3.5649ms
INFO 2025-03-20 19:01:34,151 [63 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 GET https://10.0.50.50:443/health - -
INFO 2025-03-20 19:01:34,152 [63 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint 'Health checks'
INFO 2025-03-20 19:01:34,153 [63 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:01:34,153 [67 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:01:34,155 [63 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint 'Health checks'
INFO 2025-03-20 19:01:34,155 [67 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 GET https://10.0.50.50:443/health - - - 200 -
application/json 3.4129ms
INFO 2025-03-20 19:01:34,257 [67 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 GET https://10.0.50.50:443/health - -
INFO 2025-03-20 19:01:34,258 [67 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint 'Health checks'
INFO 2025-03-20 19:01:34,259 [67 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:01:34,259 [63 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:01:34,261 [63 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint 'Health checks'
INFO 2025-03-20 19:01:34,261 [67 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 GET https://10.0.50.50:443/health - - - 200 -
application/json 3.6580ms
INFO 2025-03-20 19:01:34,263 [67 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 GET https://10.0.50.50:443/health - -
INFO 2025-03-20 19:01:34,264 [67 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint 'Health checks'
INFO 2025-03-20 19:01:34,265 [67 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:01:34,265 [63 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:01:34,266 [5 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint 'Health checks'
INFO 2025-03-20 19:01:34,266 [63 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 GET https://10.0.50.50:443/health - - - 200 -
application/json 2.9229ms
INFO 2025-03-20 19:01:34,281 [63 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/2 POST https://localhost/signalr-chat?id=Ok8k1VEWPUPMZ7-
v0ZfcZQ text/plain;charset=UTF-8 11
INFO 2025-03-20 19:01:34,281 [5 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/2 POST https://localhost/signalr?id=fOFo9rc1d5m2mz-TrOs4eA
text/plain;charset=UTF-8 11
INFO 2025-03-20 19:01:34,283 [5 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:01:34,283 [63 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:01:34,290 [5 ] tCore.Cors.Infrastructure.CorsMiddleware - No
CORS policy found for the specified request.
INFO 2025-03-20 19:01:34,290 [63 ] tCore.Cors.Infrastructure.CorsMiddleware - No
CORS policy found for the specified request.
INFO 2025-03-20 19:01:34,290 [5 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint '/signalr-chat'
INFO 2025-03-20 19:01:34,290 [63 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint '/signalr'
INFO 2025-03-20 19:01:34,290 [5 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint '/signalr-chat'
INFO 2025-03-20 19:01:34,290 [63 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint '/signalr'
INFO 2025-03-20 19:01:34,291 [5 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/2 POST https://localhost/signalr-chat?id=Ok8k1VEWPUPMZ7-
v0ZfcZQ text/plain;charset=UTF-8 11 - 200 - text/plain 10.1305ms
INFO 2025-03-20 19:01:34,291 [63 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/2 POST https://localhost/signalr?id=fOFo9rc1d5m2mz-TrOs4eA
text/plain;charset=UTF-8 11 - 200 - text/plain 10.0751ms
INFO 2025-03-20 19:01:34,372 [5 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 GET https://10.0.50.50:443/health - -
INFO 2025-03-20 19:01:34,373 [5 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint 'Health checks'
INFO 2025-03-20 19:01:34,374 [5 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:01:34,374 [63 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:01:34,376 [5 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint 'Health checks'
INFO 2025-03-20 19:01:34,376 [65 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 GET https://10.0.50.50:443/health - - - 200 -
application/json 3.4443ms
INFO 2025-03-20 19:01:34,535 [65 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 GET https://10.0.50.50:443/health - -
INFO 2025-03-20 19:01:34,537 [65 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint 'Health checks'
INFO 2025-03-20 19:01:34,538 [67 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:01:34,538 [5 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:01:34,539 [5 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint 'Health checks'
INFO 2025-03-20 19:01:34,540 [67 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 GET https://10.0.50.50:443/health - - - 200 -
application/json 4.5230ms
INFO 2025-03-20 19:01:34,542 [67 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 GET https://10.0.50.50:443/health - -
INFO 2025-03-20 19:01:34,543 [67 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint 'Health checks'
INFO 2025-03-20 19:01:34,544 [5 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:01:34,544 [67 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:01:34,546 [5 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint 'Health checks'
INFO 2025-03-20 19:01:34,546 [63 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 GET https://10.0.50.50:443/health - - - 200 -
application/json 3.5698ms
INFO 2025-03-20 19:01:35,849 [63 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 GET https://10.0.50.50:443/health - -
INFO 2025-03-20 19:01:35,850 [63 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint 'Health checks'
INFO 2025-03-20 19:01:35,851 [63 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:01:35,851 [5 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:01:35,852 [5 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint 'Health checks'
INFO 2025-03-20 19:01:35,852 [63 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 GET https://10.0.50.50:443/health - - - 200 -
application/json 3.3598ms
INFO 2025-03-20 19:01:35,857 [63 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 GET https://10.0.50.50:443/health - -
INFO 2025-03-20 19:01:35,858 [63 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint 'Health checks'
INFO 2025-03-20 19:01:35,859 [63 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:01:35,859 [5 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:01:35,860 [5 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint 'Health checks'
INFO 2025-03-20 19:01:35,861 [65 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 GET https://10.0.50.50:443/health - - - 200 -
application/json 3.1960ms
INFO 2025-03-20 19:01:36,816 [5 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 GET https://10.0.50.50:443/health - -
INFO 2025-03-20 19:01:36,817 [5 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint 'Health checks'
INFO 2025-03-20 19:01:36,818 [5 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:01:36,818 [65 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:01:36,819 [75 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint 'Health checks'
INFO 2025-03-20 19:01:36,819 [65 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 GET https://10.0.50.50:443/health - - - 200 -
application/json 3.2891ms
INFO 2025-03-20 19:01:37,021 [65 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 GET https://10.0.50.50:443/health - -
INFO 2025-03-20 19:01:37,022 [65 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint 'Health checks'
INFO 2025-03-20 19:01:37,023 [65 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:01:37,023 [75 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:01:37,024 [75 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint 'Health checks'
INFO 2025-03-20 19:01:37,024 [65 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 GET https://10.0.50.50:443/health - - - 200 -
application/json 3.6479ms
INFO 2025-03-20 19:01:37,260 [65 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 GET https://10.0.50.50:443/health - -
INFO 2025-03-20 19:01:37,261 [65 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint 'Health checks'
INFO 2025-03-20 19:01:37,262 [65 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:01:37,262 [75 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:01:37,263 [65 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint 'Health checks'
INFO 2025-03-20 19:01:37,263 [75 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 GET https://10.0.50.50:443/health - - - 200 -
application/json 3.4704ms
INFO 2025-03-20 19:01:37,893 [65 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 GET https://10.0.50.50:443/health - -
INFO 2025-03-20 19:01:37,894 [65 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint 'Health checks'
INFO 2025-03-20 19:01:37,895 [65 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:01:37,895 [75 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:01:37,897 [65 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint 'Health checks'
INFO 2025-03-20 19:01:37,897 [75 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 GET https://10.0.50.50:443/health - - - 200 -
application/json 3.2459ms
INFO 2025-03-20 19:01:39,059 [65 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 POST https://stg.parcelat.com/signalr?id=c_IZ-
5tQ4y4qh2a3XhLSNg text/plain;charset=UTF-8 11
INFO 2025-03-20 19:01:39,060 [65 ] tion.Cookies.CookieAuthenticationHandler -
Identity.Application was not authenticated. Failure message: Unprotect ticket
failed
INFO 2025-03-20 19:01:39,060 [65 ] tCore.Cors.Infrastructure.CorsMiddleware - No
CORS policy found for the specified request.
INFO 2025-03-20 19:01:39,060 [65 ] tion.Cookies.CookieAuthenticationHandler -
Identity.Application was not authenticated. Failure message: Unprotect ticket
failed
INFO 2025-03-20 19:01:39,060 [65 ] tion.Cookies.CookieAuthenticationHandler -
Identity.Application was not authenticated. Failure message: Unprotect ticket
failed
INFO 2025-03-20 19:01:39,060 [65 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint '/signalr'
INFO 2025-03-20 19:01:39,061 [65 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint '/signalr'
INFO 2025-03-20 19:01:39,061 [67 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 POST https://stg.parcelat.com/signalr?id=c_IZ-
5tQ4y4qh2a3XhLSNg text/plain;charset=UTF-8 11 - 200 - text/plain 1.2581ms
INFO 2025-03-20 19:01:39,099 [67 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 POST https://stg.parcelat.com/signalr-chat?
id=ZFKu5bQcg47785fK1U6WtA text/plain;charset=UTF-8 11
INFO 2025-03-20 19:01:39,099 [67 ] tion.Cookies.CookieAuthenticationHandler -
Identity.Application was not authenticated. Failure message: Unprotect ticket
failed
INFO 2025-03-20 19:01:39,100 [67 ] tCore.Cors.Infrastructure.CorsMiddleware - No
CORS policy found for the specified request.
INFO 2025-03-20 19:01:39,100 [67 ] tion.Cookies.CookieAuthenticationHandler -
Identity.Application was not authenticated. Failure message: Unprotect ticket
failed
INFO 2025-03-20 19:01:39,100 [67 ] tion.Cookies.CookieAuthenticationHandler -
Identity.Application was not authenticated. Failure message: Unprotect ticket
failed
INFO 2025-03-20 19:01:39,100 [67 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint '/signalr-chat'
INFO 2025-03-20 19:01:39,100 [67 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint '/signalr-chat'
INFO 2025-03-20 19:01:39,100 [67 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 POST https://stg.parcelat.com/signalr-chat?
id=ZFKu5bQcg47785fK1U6WtA text/plain;charset=UTF-8 11 - 200 - text/plain 1.2368ms
INFO 2025-03-20 19:01:39,113 [67 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 GET https://10.0.50.50:443/health - -
INFO 2025-03-20 19:01:39,114 [67 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint 'Health checks'
INFO 2025-03-20 19:01:39,115 [67 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:01:39,115 [65 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:01:39,116 [67 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint 'Health checks'
INFO 2025-03-20 19:01:39,117 [65 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 GET https://10.0.50.50:443/health - - - 200 -
application/json 3.4830ms
INFO 2025-03-20 19:01:39,190 [65 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 GET https://10.0.50.50:443/health - -
INFO 2025-03-20 19:01:39,191 [65 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint 'Health checks'
INFO 2025-03-20 19:01:39,192 [65 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:01:39,192 [67 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:01:39,193 [65 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint 'Health checks'
INFO 2025-03-20 19:01:39,193 [67 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 GET https://10.0.50.50:443/health - - - 200 -
application/json 3.3356ms
INFO 2025-03-20 19:01:39,528 [5 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 GET https://10.0.50.50:443/health - -
INFO 2025-03-20 19:01:39,529 [5 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint 'Health checks'
INFO 2025-03-20 19:01:39,530 [5 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:01:39,530 [63 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:01:39,531 [5 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint 'Health checks'
INFO 2025-03-20 19:01:39,531 [63 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 GET https://10.0.50.50:443/health - - - 200 -
application/json 3.3381ms
INFO 2025-03-20 19:01:39,713 [63 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 GET https://10.0.50.50:443/health - -
INFO 2025-03-20 19:01:39,714 [63 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint 'Health checks'
INFO 2025-03-20 19:01:39,715 [5 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:01:39,715 [63 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:01:39,717 [63 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint 'Health checks'
INFO 2025-03-20 19:01:39,717 [5 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 GET https://10.0.50.50:443/health - - - 200 -
application/json 3.7183ms
INFO 2025-03-20 19:01:39,787 [5 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 GET https://10.0.50.50:443/health - -
INFO 2025-03-20 19:01:39,788 [5 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint 'Health checks'
INFO 2025-03-20 19:01:39,789 [5 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:01:39,789 [63 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:01:39,791 [63 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint 'Health checks'
INFO 2025-03-20 19:01:39,791 [5 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 GET https://10.0.50.50:443/health - - - 200 -
application/json 3.6623ms
INFO 2025-03-20 19:01:39,906 [5 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 GET https://10.0.50.50:443/health - -
INFO 2025-03-20 19:01:39,907 [5 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint 'Health checks'
INFO 2025-03-20 19:01:39,908 [5 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:01:39,908 [63 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:01:39,919 [63 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint 'Health checks'
INFO 2025-03-20 19:01:39,919 [5 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 GET https://10.0.50.50:443/health - - - 200 -
application/json 13.2584ms
INFO 2025-03-20 19:01:40,528 [63 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 GET https://10.0.50.50:443/health - -
INFO 2025-03-20 19:01:40,529 [63 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint 'Health checks'
INFO 2025-03-20 19:01:40,530 [63 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:01:40,530 [5 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:01:40,532 [5 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint 'Health checks'
INFO 2025-03-20 19:01:40,532 [67 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 GET https://10.0.50.50:443/health - - - 200 -
application/json 3.4157ms
INFO 2025-03-20 19:01:40,682 [67 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 GET https://10.0.50.50:443/health - -
INFO 2025-03-20 19:01:40,683 [67 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint 'Health checks'
INFO 2025-03-20 19:01:40,684 [67 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:01:40,684 [5 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:01:40,685 [67 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint 'Health checks'
INFO 2025-03-20 19:01:40,685 [5 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 GET https://10.0.50.50:443/health - - - 200 -
application/json 3.2182ms
INFO 2025-03-20 19:01:41,101 [5 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'HealthChecksDb' using provider
'Microsoft.EntityFrameworkCore.InMemory' with options: StoreName=HealthChecksUI
INFO 2025-03-20 19:01:41,101 [5 ] .HttpClient.health-checks.LogicalHandler -
Start processing HTTP request GET https://stg.parcelat.com/health
INFO 2025-03-20 19:01:41,101 [5 ] p.HttpClient.health-checks.ClientHandler -
Sending HTTP request GET https://stg.parcelat.com/health
INFO 2025-03-20 19:01:41,110 [5 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 GET https://stg.parcelat.com/health - -
INFO 2025-03-20 19:01:41,111 [5 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint 'Health checks'
INFO 2025-03-20 19:01:41,112 [67 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:01:41,113 [62 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:01:41,114 [5 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint 'Health checks'
INFO 2025-03-20 19:01:41,114 [67 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 GET https://stg.parcelat.com/health - - - 200 -
application/json 4.2555ms
INFO 2025-03-20 19:01:41,114 [69 ] p.HttpClient.health-checks.ClientHandler -
Received HTTP response headers after 13.5168ms - 200
INFO 2025-03-20 19:01:41,114 [69 ] .HttpClient.health-checks.LogicalHandler -
End processing HTTP request after 13.5825ms - 200
INFO 2025-03-20 19:01:41,115 [69 ] Microsoft.EntityFrameworkCore.Update -
Saved 4 entities to in-memory store.
INFO 2025-03-20 19:01:41,654 [5 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 GET https://10.0.50.50:443/health - -
INFO 2025-03-20 19:01:41,655 [5 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint 'Health checks'
INFO 2025-03-20 19:01:41,656 [5 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:01:41,656 [67 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:01:41,658 [67 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint 'Health checks'
INFO 2025-03-20 19:01:41,658 [62 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 GET https://10.0.50.50:443/health - - - 200 -
application/json 4.0211ms
INFO 2025-03-20 19:01:41,732 [62 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 GET https://10.0.50.50:443/health - -
INFO 2025-03-20 19:01:41,734 [62 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint 'Health checks'
INFO 2025-03-20 19:01:41,735 [62 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:01:41,735 [67 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:01:41,736 [67 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint 'Health checks'
INFO 2025-03-20 19:01:41,736 [62 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 GET https://10.0.50.50:443/health - - - 200 -
application/json 3.9942ms
INFO 2025-03-20 19:01:42,301 [62 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 GET https://10.0.50.50:443/health - -
INFO 2025-03-20 19:01:42,301 [62 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint 'Health checks'
INFO 2025-03-20 19:01:42,302 [62 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:01:42,302 [67 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:01:42,304 [67 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint 'Health checks'
INFO 2025-03-20 19:01:42,304 [65 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 GET https://10.0.50.50:443/health - - - 200 -
application/json 3.2328ms
INFO 2025-03-20 19:01:43,153 [65 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 GET https://10.0.50.50:443/health - -
INFO 2025-03-20 19:01:43,154 [65 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint 'Health checks'
INFO 2025-03-20 19:01:43,155 [65 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:01:43,155 [62 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:01:43,156 [62 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint 'Health checks'
INFO 2025-03-20 19:01:43,156 [65 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 GET https://10.0.50.50:443/health - - - 200 -
application/json 3.5693ms
INFO 2025-03-20 19:01:43,768 [67 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 GET https://10.0.50.50:443/health - -
INFO 2025-03-20 19:01:43,770 [67 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint 'Health checks'
INFO 2025-03-20 19:01:43,770 [67 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:01:43,770 [62 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:01:43,772 [62 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint 'Health checks'
INFO 2025-03-20 19:01:43,772 [75 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 GET https://10.0.50.50:443/health - - - 200 -
application/json 3.5641ms
INFO 2025-03-20 19:01:44,279 [75 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 GET https://10.0.50.50:443/health - -
INFO 2025-03-20 19:01:44,281 [75 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint 'Health checks'
INFO 2025-03-20 19:01:44,282 [75 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:01:44,282 [62 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:01:44,283 [75 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint 'Health checks'
INFO 2025-03-20 19:01:44,283 [62 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 GET https://10.0.50.50:443/health - - - 200 -
application/json 3.4158ms
INFO 2025-03-20 19:01:44,348 [65 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 GET https://10.0.50.50:443/health - -
INFO 2025-03-20 19:01:44,349 [65 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint 'Health checks'
INFO 2025-03-20 19:01:44,350 [65 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:01:44,350 [67 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:01:44,351 [67 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint 'Health checks'
INFO 2025-03-20 19:01:44,351 [63 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 GET https://10.0.50.50:443/health - - - 200 -
application/json 3.4494ms
INFO 2025-03-20 19:01:44,573 [63 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 GET https://10.0.50.50:443/health - -
INFO 2025-03-20 19:01:44,574 [63 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint 'Health checks'
INFO 2025-03-20 19:01:44,575 [63 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:01:44,575 [67 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:01:44,577 [67 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint 'Health checks'
INFO 2025-03-20 19:01:44,577 [5 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 GET https://10.0.50.50:443/health - - - 200 -
application/json 3.4852ms
INFO 2025-03-20 19:01:44,784 [5 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 GET https://10.0.50.50:443/health - -
INFO 2025-03-20 19:01:44,785 [5 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint 'Health checks'
INFO 2025-03-20 19:01:44,786 [5 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:01:44,786 [67 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:01:44,788 [5 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint 'Health checks'
INFO 2025-03-20 19:01:44,788 [63 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 GET https://10.0.50.50:443/health - - - 200 -
application/json 3.8656ms
INFO 2025-03-20 19:01:45,094 [63 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 GET https://10.0.50.50:443/health - -
INFO 2025-03-20 19:01:45,095 [63 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint 'Health checks'
INFO 2025-03-20 19:01:45,096 [63 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:01:45,096 [5 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:01:45,097 [5 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint 'Health checks'
INFO 2025-03-20 19:01:45,098 [65 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 GET https://10.0.50.50:443/health - - - 200 -
application/json 3.3486ms
INFO 2025-03-20 19:01:45,688 [65 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 GET https://10.0.50.50:443/health - -
INFO 2025-03-20 19:01:45,689 [65 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint 'Health checks'
INFO 2025-03-20 19:01:45,690 [65 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:01:45,690 [63 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:01:45,696 [63 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint 'Health checks'
INFO 2025-03-20 19:01:45,696 [5 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 GET https://10.0.50.50:443/health - - - 200 -
application/json 8.3598ms
INFO 2025-03-20 19:01:45,995 [5 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 GET https://10.0.50.50:443/health - -
INFO 2025-03-20 19:01:45,996 [5 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint 'Health checks'
INFO 2025-03-20 19:01:45,997 [5 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:01:45,997 [63 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:01:45,999 [63 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint 'Health checks'
INFO 2025-03-20 19:01:45,999 [5 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 GET https://10.0.50.50:443/health - - - 200 -
application/json 3.3697ms
INFO 2025-03-20 19:01:46,726 [5 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 GET https://10.0.50.50:443/health - -
INFO 2025-03-20 19:01:46,728 [5 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint 'Health checks'
INFO 2025-03-20 19:01:46,729 [5 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:01:46,729 [75 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:01:46,730 [5 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint 'Health checks'
INFO 2025-03-20 19:01:46,730 [75 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 GET https://10.0.50.50:443/health - - - 200 -
application/json 3.7996ms
INFO 2025-03-20 19:01:46,965 [75 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 GET https://10.0.50.50:443/health - -
INFO 2025-03-20 19:01:46,966 [75 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint 'Health checks'
INFO 2025-03-20 19:01:46,967 [75 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:01:46,967 [5 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:01:46,968 [5 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint 'Health checks'
INFO 2025-03-20 19:01:46,968 [75 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 GET https://10.0.50.50:443/health - - - 200 -
application/json 3.2550ms
INFO 2025-03-20 19:01:47,320 [75 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 GET https://10.0.50.50:443/health - -
INFO 2025-03-20 19:01:47,321 [75 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint 'Health checks'
INFO 2025-03-20 19:01:47,322 [75 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:01:47,322 [5 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:01:47,323 [5 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint 'Health checks'
INFO 2025-03-20 19:01:47,323 [75 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 GET https://10.0.50.50:443/health - - - 200 -
application/json 3.5108ms
INFO 2025-03-20 19:01:47,804 [75 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 POST https://stg.parcelat.com/signalr-chat?id=VuCm2ZPV-
N1WtIsIU8m59g text/plain;charset=UTF-8 11
INFO 2025-03-20 19:01:47,804 [75 ] tion.Cookies.CookieAuthenticationHandler -
Identity.Application was not authenticated. Failure message: Unprotect ticket
failed
INFO 2025-03-20 19:01:47,805 [75 ] tCore.Cors.Infrastructure.CorsMiddleware - No
CORS policy found for the specified request.
INFO 2025-03-20 19:01:47,805 [75 ] tion.Cookies.CookieAuthenticationHandler -
Identity.Application was not authenticated. Failure message: Unprotect ticket
failed
INFO 2025-03-20 19:01:47,805 [75 ] tion.Cookies.CookieAuthenticationHandler -
Identity.Application was not authenticated. Failure message: Unprotect ticket
failed
INFO 2025-03-20 19:01:47,805 [75 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint '/signalr-chat'
INFO 2025-03-20 19:01:47,805 [75 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint '/signalr-chat'
INFO 2025-03-20 19:01:47,805 [75 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 POST https://stg.parcelat.com/signalr-chat?id=VuCm2ZPV-
N1WtIsIU8m59g text/plain;charset=UTF-8 11 - 200 - text/plain 1.2182ms
INFO 2025-03-20 19:01:47,828 [75 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 POST https://stg.parcelat.com/signalr?
id=tXn68fdYjlxlfm_nk3lGAA text/plain;charset=UTF-8 11
INFO 2025-03-20 19:01:47,828 [75 ] tion.Cookies.CookieAuthenticationHandler -
Identity.Application was not authenticated. Failure message: Unprotect ticket
failed
INFO 2025-03-20 19:01:47,829 [75 ] tCore.Cors.Infrastructure.CorsMiddleware - No
CORS policy found for the specified request.
INFO 2025-03-20 19:01:47,829 [75 ] tion.Cookies.CookieAuthenticationHandler -
Identity.Application was not authenticated. Failure message: Unprotect ticket
failed
INFO 2025-03-20 19:01:47,829 [75 ] tion.Cookies.CookieAuthenticationHandler -
Identity.Application was not authenticated. Failure message: Unprotect ticket
failed
INFO 2025-03-20 19:01:47,829 [75 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint '/signalr'
INFO 2025-03-20 19:01:47,829 [75 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint '/signalr'
INFO 2025-03-20 19:01:47,829 [75 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 POST https://stg.parcelat.com/signalr?
id=tXn68fdYjlxlfm_nk3lGAA text/plain;charset=UTF-8 11 - 200 - text/plain 1.1076ms
INFO 2025-03-20 19:01:47,871 [75 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 GET https://10.0.50.50:443/health - -
INFO 2025-03-20 19:01:47,873 [75 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint 'Health checks'
INFO 2025-03-20 19:01:47,874 [75 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:01:47,874 [63 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:01:47,875 [63 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint 'Health checks'
INFO 2025-03-20 19:01:47,875 [75 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 GET https://10.0.50.50:443/health - - - 200 -
application/json 3.6300ms
INFO 2025-03-20 19:01:49,162 [75 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 GET https://10.0.50.50:443/health - -
INFO 2025-03-20 19:01:49,163 [75 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint 'Health checks'
INFO 2025-03-20 19:01:49,164 [75 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:01:49,164 [5 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:01:49,165 [75 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint 'Health checks'
INFO 2025-03-20 19:01:49,165 [5 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 GET https://10.0.50.50:443/health - - - 200 -
application/json 3.3540ms
INFO 2025-03-20 19:01:49,266 [5 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 GET https://10.0.50.50:443/health - -
INFO 2025-03-20 19:01:49,267 [5 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint 'Health checks'
INFO 2025-03-20 19:01:49,268 [5 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:01:49,268 [75 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:01:49,269 [5 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint 'Health checks'
INFO 2025-03-20 19:01:49,270 [75 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 GET https://10.0.50.50:443/health - - - 200 -
application/json 3.2505ms
INFO 2025-03-20 19:01:49,317 [75 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 GET https://10.0.50.50:443/health - -
INFO 2025-03-20 19:01:49,318 [75 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint 'Health checks'
INFO 2025-03-20 19:01:49,319 [75 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:01:49,319 [5 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:01:49,321 [5 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint 'Health checks'
INFO 2025-03-20 19:01:49,321 [75 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 GET https://10.0.50.50:443/health - - - 200 -
application/json 3.1690ms
INFO 2025-03-20 19:01:49,793 [75 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 GET https://10.0.50.50:443/health - -
INFO 2025-03-20 19:01:49,794 [75 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint 'Health checks'
INFO 2025-03-20 19:01:49,795 [75 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:01:49,795 [63 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:01:49,796 [75 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint 'Health checks'
INFO 2025-03-20 19:01:49,796 [63 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 GET https://10.0.50.50:443/health - - - 200 -
application/json 3.2790ms
INFO 2025-03-20 19:01:49,903 [63 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 GET https://10.0.50.50:443/health - -
INFO 2025-03-20 19:01:49,904 [63 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint 'Health checks'
INFO 2025-03-20 19:01:49,905 [63 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:01:49,905 [75 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:01:49,906 [63 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint 'Health checks'
INFO 2025-03-20 19:01:49,906 [75 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 GET https://10.0.50.50:443/health - - - 200 -
application/json 3.2613ms
INFO 2025-03-20 19:01:50,261 [75 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 GET https://10.0.50.50:443/health - -
INFO 2025-03-20 19:01:50,262 [75 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint 'Health checks'
INFO 2025-03-20 19:01:50,263 [75 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:01:50,263 [63 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:01:50,264 [75 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint 'Health checks'
INFO 2025-03-20 19:01:50,264 [63 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 GET https://10.0.50.50:443/health - - - 200 -
application/json 3.2027ms
INFO 2025-03-20 19:01:50,286 [63 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/2 POST https://localhost/signalr-chat?id=Ok8k1VEWPUPMZ7-
v0ZfcZQ text/plain;charset=UTF-8 11
INFO 2025-03-20 19:01:50,287 [75 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/2 POST https://localhost/signalr?id=fOFo9rc1d5m2mz-TrOs4eA
text/plain;charset=UTF-8 11
INFO 2025-03-20 19:01:50,289 [75 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:01:50,289 [63 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:01:50,295 [63 ] tCore.Cors.Infrastructure.CorsMiddleware - No
CORS policy found for the specified request.
INFO 2025-03-20 19:01:50,295 [75 ] tCore.Cors.Infrastructure.CorsMiddleware - No
CORS policy found for the specified request.
INFO 2025-03-20 19:01:50,296 [63 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint '/signalr'
INFO 2025-03-20 19:01:50,296 [75 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint '/signalr-chat'
INFO 2025-03-20 19:01:50,296 [63 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint '/signalr'
INFO 2025-03-20 19:01:50,296 [75 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint '/signalr-chat'
INFO 2025-03-20 19:01:50,296 [63 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/2 POST https://localhost/signalr?id=fOFo9rc1d5m2mz-TrOs4eA
text/plain;charset=UTF-8 11 - 200 - text/plain 9.5369ms
INFO 2025-03-20 19:01:50,296 [75 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/2 POST https://localhost/signalr-chat?id=Ok8k1VEWPUPMZ7-
v0ZfcZQ text/plain;charset=UTF-8 11 - 200 - text/plain 9.7120ms
INFO 2025-03-20 19:01:50,330 [5 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 GET https://10.0.50.50:443/health - -
INFO 2025-03-20 19:01:50,331 [5 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint 'Health checks'
INFO 2025-03-20 19:01:50,332 [5 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:01:50,332 [63 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:01:50,333 [5 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint 'Health checks'
INFO 2025-03-20 19:01:50,333 [63 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 GET https://10.0.50.50:443/health - - - 200 -
application/json 3.0476ms
INFO 2025-03-20 19:01:50,501 [5 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 GET https://10.0.50.50:443/health - -
INFO 2025-03-20 19:01:50,502 [5 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint 'Health checks'
INFO 2025-03-20 19:01:50,503 [5 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:01:50,503 [63 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:01:50,505 [5 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint 'Health checks'
INFO 2025-03-20 19:01:50,505 [63 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 GET https://10.0.50.50:443/health - - - 200 -
application/json 3.2659ms
INFO 2025-03-20 19:01:51,123 [63 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'HealthChecksDb' using provider
'Microsoft.EntityFrameworkCore.InMemory' with options: StoreName=HealthChecksUI
INFO 2025-03-20 19:01:51,124 [63 ] .HttpClient.health-checks.LogicalHandler -
Start processing HTTP request GET https://stg.parcelat.com/health
INFO 2025-03-20 19:01:51,124 [63 ] p.HttpClient.health-checks.ClientHandler -
Sending HTTP request GET https://stg.parcelat.com/health
INFO 2025-03-20 19:01:51,126 [63 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 GET https://stg.parcelat.com/health - -
INFO 2025-03-20 19:01:51,127 [63 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint 'Health checks'
INFO 2025-03-20 19:01:51,128 [63 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:01:51,128 [5 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:01:51,129 [63 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint 'Health checks'
INFO 2025-03-20 19:01:51,129 [5 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 GET https://stg.parcelat.com/health - - - 200 -
application/json 2.9804ms
INFO 2025-03-20 19:01:51,129 [69 ] p.HttpClient.health-checks.ClientHandler -
Received HTTP response headers after 5.7459ms - 200
INFO 2025-03-20 19:01:51,129 [69 ] .HttpClient.health-checks.LogicalHandler -
End processing HTTP request after 5.7944ms - 200
INFO 2025-03-20 19:01:51,130 [69 ] Microsoft.EntityFrameworkCore.Update -
Saved 4 entities to in-memory store.
INFO 2025-03-20 19:01:51,850 [5 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 GET https://10.0.50.50:443/health - -
INFO 2025-03-20 19:01:51,851 [5 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint 'Health checks'
INFO 2025-03-20 19:01:51,852 [5 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:01:51,852 [63 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:01:51,854 [63 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint 'Health checks'
INFO 2025-03-20 19:01:51,854 [67 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 GET https://10.0.50.50:443/health - - - 200 -
application/json 3.7634ms
INFO 2025-03-20 19:01:52,006 [67 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 GET https://10.0.50.50:443/health - -
INFO 2025-03-20 19:01:52,007 [67 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint 'Health checks'
INFO 2025-03-20 19:01:52,008 [63 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:01:52,008 [67 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:01:52,010 [67 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint 'Health checks'
INFO 2025-03-20 19:01:52,010 [63 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 GET https://10.0.50.50:443/health - - - 200 -
application/json 4.0719ms
INFO 2025-03-20 19:01:52,319 [63 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 GET https://10.0.50.50:443/health - -
INFO 2025-03-20 19:01:52,320 [63 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint 'Health checks'
INFO 2025-03-20 19:01:52,323 [67 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:01:52,324 [63 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:01:52,325 [63 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint 'Health checks'
INFO 2025-03-20 19:01:52,325 [67 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 GET https://10.0.50.50:443/health - - - 200 -
application/json 6.3191ms
INFO 2025-03-20 19:01:52,437 [63 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 GET https://10.0.50.50:443/health - -
INFO 2025-03-20 19:01:52,438 [63 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint 'Health checks'
INFO 2025-03-20 19:01:52,439 [63 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:01:52,439 [67 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:01:52,441 [67 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint 'Health checks'
INFO 2025-03-20 19:01:52,441 [75 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 GET https://10.0.50.50:443/health - - - 200 -
application/json 3.4739ms
INFO 2025-03-20 19:01:53,992 [75 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 GET https://10.0.50.50:443/health - -
INFO 2025-03-20 19:01:53,993 [75 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint 'Health checks'
INFO 2025-03-20 19:01:53,993 [75 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:01:53,994 [67 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:01:53,995 [75 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint 'Health checks'
INFO 2025-03-20 19:01:53,995 [67 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 GET https://10.0.50.50:443/health - - - 200 -
application/json 3.3431ms
INFO 2025-03-20 19:01:54,409 [75 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 GET https://10.0.50.50:443/health - -
INFO 2025-03-20 19:01:54,410 [75 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint 'Health checks'
INFO 2025-03-20 19:01:54,411 [67 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:01:54,411 [75 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:01:54,412 [67 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint 'Health checks'
INFO 2025-03-20 19:01:54,412 [63 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 GET https://10.0.50.50:443/health - - - 200 -
application/json 3.4990ms
INFO 2025-03-20 19:01:54,645 [63 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 GET https://10.0.50.50:443/health - -
INFO 2025-03-20 19:01:54,646 [63 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint 'Health checks'
INFO 2025-03-20 19:01:54,647 [63 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:01:54,647 [67 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:01:54,649 [67 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint 'Health checks'
INFO 2025-03-20 19:01:54,649 [67 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 GET https://10.0.50.50:443/health - - - 200 -
application/json 3.7388ms
INFO 2025-03-20 19:01:55,177 [67 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 GET https://10.0.50.50:443/health - -
INFO 2025-03-20 19:01:55,178 [67 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint 'Health checks'
INFO 2025-03-20 19:01:55,179 [67 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:01:55,179 [63 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:01:55,180 [63 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint 'Health checks'
INFO 2025-03-20 19:01:55,180 [67 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 GET https://10.0.50.50:443/health - - - 200 -
application/json 3.3961ms
INFO 2025-03-20 19:01:55,260 [67 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 GET https://10.0.50.50:443/health - -
INFO 2025-03-20 19:01:55,261 [67 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint 'Health checks'
INFO 2025-03-20 19:01:55,262 [67 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:01:55,262 [63 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:01:55,263 [63 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint 'Health checks'
INFO 2025-03-20 19:01:55,263 [67 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 GET https://10.0.50.50:443/health - - - 200 -
application/json 3.3698ms
INFO 2025-03-20 19:01:55,338 [67 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 GET https://10.0.50.50:443/health - -
INFO 2025-03-20 19:01:55,339 [67 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint 'Health checks'
INFO 2025-03-20 19:01:55,340 [67 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:01:55,341 [63 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:01:55,342 [63 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint 'Health checks'
INFO 2025-03-20 19:01:55,342 [67 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 GET https://10.0.50.50:443/health - - - 200 -
application/json 3.9444ms
INFO 2025-03-20 19:01:55,562 [63 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 GET https://10.0.50.50:443/health - -
INFO 2025-03-20 19:01:55,563 [63 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint 'Health checks'
INFO 2025-03-20 19:01:55,563 [63 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:01:55,564 [67 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:01:55,565 [63 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint 'Health checks'
INFO 2025-03-20 19:01:55,565 [67 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 GET https://10.0.50.50:443/health - - - 200 -
application/json 3.3099ms
INFO 2025-03-20 19:01:55,696 [67 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 GET https://10.0.50.50:443/health - -
INFO 2025-03-20 19:01:55,697 [67 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint 'Health checks'
INFO 2025-03-20 19:01:55,698 [67 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:01:55,698 [63 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:01:55,699 [67 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint 'Health checks'
INFO 2025-03-20 19:01:55,700 [63 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 GET https://10.0.50.50:443/health - - - 200 -
application/json 3.3336ms
INFO 2025-03-20 19:01:56,369 [67 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 GET https://10.0.50.50:443/health - -
INFO 2025-03-20 19:01:56,370 [67 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint 'Health checks'
INFO 2025-03-20 19:01:56,371 [67 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:01:56,371 [75 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:01:56,372 [75 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint 'Health checks'
INFO 2025-03-20 19:01:56,372 [67 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 GET https://10.0.50.50:443/health - - - 200 -
application/json 3.1752ms
INFO 2025-03-20 19:01:57,083 [67 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 GET https://10.0.50.50:443/health - -
INFO 2025-03-20 19:01:57,084 [67 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint 'Health checks'
INFO 2025-03-20 19:01:57,085 [67 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:01:57,085 [75 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:01:57,086 [67 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint 'Health checks'
INFO 2025-03-20 19:01:57,086 [75 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 GET https://10.0.50.50:443/health - - - 200 -
application/json 3.2032ms
INFO 2025-03-20 19:01:57,366 [67 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 GET https://10.0.50.50:443/health - -
INFO 2025-03-20 19:01:57,367 [67 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint 'Health checks'
INFO 2025-03-20 19:01:57,368 [67 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:01:57,368 [75 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:01:57,369 [67 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint 'Health checks'
INFO 2025-03-20 19:01:57,370 [75 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 GET https://10.0.50.50:443/health - - - 200 -
application/json 3.3273ms
INFO 2025-03-20 19:01:57,804 [75 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 GET https://10.0.50.50:443/health - -
INFO 2025-03-20 19:01:57,805 [75 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint 'Health checks'
INFO 2025-03-20 19:01:57,806 [75 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:01:57,806 [67 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:01:57,807 [75 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint 'Health checks'
INFO 2025-03-20 19:01:57,807 [67 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 GET https://10.0.50.50:443/health - - - 200 -
application/json 3.2729ms
INFO 2025-03-20 19:01:59,096 [75 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 GET https://10.0.50.50:443/health - -
INFO 2025-03-20 19:01:59,097 [75 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint 'Health checks'
INFO 2025-03-20 19:01:59,098 [75 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:01:59,098 [67 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:01:59,099 [75 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint 'Health checks'
INFO 2025-03-20 19:01:59,100 [65 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 GET https://10.0.50.50:443/health - - - 200 -
application/json 3.1316ms
INFO 2025-03-20 19:01:59,148 [65 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 GET https://10.0.50.50:443/health - -
INFO 2025-03-20 19:01:59,149 [65 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint 'Health checks'
INFO 2025-03-20 19:01:59,150 [65 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:01:59,150 [75 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:01:59,152 [65 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint 'Health checks'
INFO 2025-03-20 19:01:59,152 [75 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 GET https://10.0.50.50:443/health - - - 200 -
application/json 3.3648ms
INFO 2025-03-20 19:01:59,571 [5 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 GET https://10.0.50.50:443/health - -
INFO 2025-03-20 19:01:59,572 [5 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint 'Health checks'
INFO 2025-03-20 19:01:59,573 [5 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:01:59,573 [75 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:01:59,574 [5 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint 'Health checks'
INFO 2025-03-20 19:01:59,574 [75 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 GET https://10.0.50.50:443/health - - - 200 -
application/json 3.2742ms
INFO 2025-03-20 19:01:59,953 [75 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 GET https://10.0.50.50:443/health - -
INFO 2025-03-20 19:01:59,954 [75 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint 'Health checks'
INFO 2025-03-20 19:01:59,955 [75 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:01:59,955 [5 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:01:59,956 [75 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint 'Health checks'
INFO 2025-03-20 19:01:59,956 [5 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 GET https://10.0.50.50:443/health - - - 200 -
application/json 3.2509ms
INFO 2025-03-20 19:02:00,289 [5 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 GET https://10.0.50.50:443/health - -
INFO 2025-03-20 19:02:00,290 [5 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint 'Health checks'
INFO 2025-03-20 19:02:00,291 [75 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:02:00,291 [5 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:02:00,294 [75 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint 'Health checks'
INFO 2025-03-20 19:02:00,294 [65 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 GET https://10.0.50.50:443/health - - - 200 -
application/json 4.8650ms
INFO 2025-03-20 19:02:00,340 [65 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 GET https://10.0.50.50:443/health - -
INFO 2025-03-20 19:02:00,341 [65 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint 'Health checks'
INFO 2025-03-20 19:02:00,342 [65 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:02:00,342 [75 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:02:00,343 [75 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint 'Health checks'
INFO 2025-03-20 19:02:00,343 [62 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 GET https://10.0.50.50:443/health - - - 200 -
application/json 3.1191ms
INFO 2025-03-20 19:02:00,461 [62 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 GET https://10.0.50.50:443/health - -
INFO 2025-03-20 19:02:00,462 [62 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint 'Health checks'
INFO 2025-03-20 19:02:00,463 [75 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:02:00,463 [62 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:02:00,465 [75 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint 'Health checks'
INFO 2025-03-20 19:02:00,465 [62 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 GET https://10.0.50.50:443/health - - - 200 -
application/json 3.6271ms
INFO 2025-03-20 19:02:00,544 [62 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 GET https://10.0.50.50:443/health - -
INFO 2025-03-20 19:02:00,545 [62 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint 'Health checks'
INFO 2025-03-20 19:02:00,546 [75 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:02:00,546 [62 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:02:00,547 [75 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint 'Health checks'
INFO 2025-03-20 19:02:00,548 [65 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 GET https://10.0.50.50:443/health - - - 200 -
application/json 3.6005ms
INFO 2025-03-20 19:02:01,138 [65 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'HealthChecksDb' using provider
'Microsoft.EntityFrameworkCore.InMemory' with options: StoreName=HealthChecksUI
INFO 2025-03-20 19:02:01,138 [65 ] .HttpClient.health-checks.LogicalHandler -
Start processing HTTP request GET https://stg.parcelat.com/health
INFO 2025-03-20 19:02:01,138 [65 ] p.HttpClient.health-checks.ClientHandler -
Sending HTTP request GET https://stg.parcelat.com/health
INFO 2025-03-20 19:02:01,140 [65 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 GET https://stg.parcelat.com/health - -
INFO 2025-03-20 19:02:01,141 [65 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint 'Health checks'
INFO 2025-03-20 19:02:01,142 [65 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:02:01,142 [75 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:02:01,143 [65 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint 'Health checks'
INFO 2025-03-20 19:02:01,143 [75 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 GET https://stg.parcelat.com/health - - - 200 -
application/json 3.1919ms
INFO 2025-03-20 19:02:01,144 [69 ] p.HttpClient.health-checks.ClientHandler -
Received HTTP response headers after 5.5362ms - 200
INFO 2025-03-20 19:02:01,144 [69 ] .HttpClient.health-checks.LogicalHandler -
End processing HTTP request after 5.5885ms - 200
INFO 2025-03-20 19:02:01,144 [69 ] Microsoft.EntityFrameworkCore.Update -
Saved 4 entities to in-memory store.
INFO 2025-03-20 19:02:01,251 [75 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 GET https://10.0.50.50:443/health - -
INFO 2025-03-20 19:02:01,251 [75 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint 'Health checks'
INFO 2025-03-20 19:02:01,252 [75 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:02:01,252 [65 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:02:01,254 [75 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint 'Health checks'
INFO 2025-03-20 19:02:01,254 [65 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 GET https://10.0.50.50:443/health - - - 200 -
application/json 3.2534ms
INFO 2025-03-20 19:02:01,678 [75 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 GET https://10.0.50.50:443/health - -
INFO 2025-03-20 19:02:01,679 [75 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint 'Health checks'
INFO 2025-03-20 19:02:01,680 [65 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:02:01,680 [75 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:02:01,682 [65 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint 'Health checks'
INFO 2025-03-20 19:02:01,682 [75 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 GET https://10.0.50.50:443/health - - - 200 -
application/json 3.6332ms
INFO 2025-03-20 19:02:02,304 [75 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 GET https://10.0.50.50:443/health - -
INFO 2025-03-20 19:02:02,305 [75 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint 'Health checks'
INFO 2025-03-20 19:02:02,306 [65 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:02:02,306 [75 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:02:02,307 [75 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint 'Health checks'
INFO 2025-03-20 19:02:02,308 [65 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 GET https://10.0.50.50:443/health - - - 200 -
application/json 3.5327ms
INFO 2025-03-20 19:02:02,658 [5 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 GET https://10.0.50.50:443/health - -
INFO 2025-03-20 19:02:02,659 [5 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint 'Health checks'
INFO 2025-03-20 19:02:02,660 [5 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:02:02,660 [63 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:02:02,662 [63 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint 'Health checks'
INFO 2025-03-20 19:02:02,662 [67 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 GET https://10.0.50.50:443/health - - - 200 -
application/json 3.8534ms
INFO 2025-03-20 19:02:03,807 [67 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 POST https://stg.parcelat.com/signalr-chat?id=VuCm2ZPV-
N1WtIsIU8m59g text/plain;charset=UTF-8 11
INFO 2025-03-20 19:02:03,808 [67 ] tion.Cookies.CookieAuthenticationHandler -
Identity.Application was not authenticated. Failure message: Unprotect ticket
failed
INFO 2025-03-20 19:02:03,808 [67 ] tCore.Cors.Infrastructure.CorsMiddleware - No
CORS policy found for the specified request.
INFO 2025-03-20 19:02:03,808 [67 ] tion.Cookies.CookieAuthenticationHandler -
Identity.Application was not authenticated. Failure message: Unprotect ticket
failed
INFO 2025-03-20 19:02:03,808 [67 ] tion.Cookies.CookieAuthenticationHandler -
Identity.Application was not authenticated. Failure message: Unprotect ticket
failed
INFO 2025-03-20 19:02:03,808 [67 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint '/signalr-chat'
INFO 2025-03-20 19:02:03,808 [67 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint '/signalr-chat'
INFO 2025-03-20 19:02:03,808 [67 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 POST https://stg.parcelat.com/signalr-chat?id=VuCm2ZPV-
N1WtIsIU8m59g text/plain;charset=UTF-8 11 - 200 - text/plain 1.3178ms
INFO 2025-03-20 19:02:03,809 [67 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 POST https://stg.parcelat.com/signalr?
id=tXn68fdYjlxlfm_nk3lGAA text/plain;charset=UTF-8 11
INFO 2025-03-20 19:02:03,810 [67 ] tion.Cookies.CookieAuthenticationHandler -
Identity.Application was not authenticated. Failure message: Unprotect ticket
failed
INFO 2025-03-20 19:02:03,810 [67 ] tCore.Cors.Infrastructure.CorsMiddleware - No
CORS policy found for the specified request.
INFO 2025-03-20 19:02:03,810 [67 ] tion.Cookies.CookieAuthenticationHandler -
Identity.Application was not authenticated. Failure message: Unprotect ticket
failed
INFO 2025-03-20 19:02:03,810 [67 ] tion.Cookies.CookieAuthenticationHandler -
Identity.Application was not authenticated. Failure message: Unprotect ticket
failed
INFO 2025-03-20 19:02:03,810 [67 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint '/signalr'
INFO 2025-03-20 19:02:03,810 [67 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint '/signalr'
INFO 2025-03-20 19:02:03,810 [5 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 POST https://stg.parcelat.com/signalr?
id=tXn68fdYjlxlfm_nk3lGAA text/plain;charset=UTF-8 11 - 200 - text/plain 0.8820ms
INFO 2025-03-20 19:02:04,270 [5 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 GET https://10.0.50.50:443/health - -
INFO 2025-03-20 19:02:04,270 [5 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint 'Health checks'
INFO 2025-03-20 19:02:04,271 [5 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:02:04,271 [67 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:02:04,273 [5 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint 'Health checks'
INFO 2025-03-20 19:02:04,273 [67 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 GET https://10.0.50.50:443/health - - - 200 -
application/json 3.3115ms
INFO 2025-03-20 19:02:04,357 [5 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 GET https://10.0.50.50:443/health - -
INFO 2025-03-20 19:02:04,358 [5 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint 'Health checks'
INFO 2025-03-20 19:02:04,359 [67 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:02:04,359 [5 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:02:04,361 [67 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint 'Health checks'
INFO 2025-03-20 19:02:04,361 [5 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 GET https://10.0.50.50:443/health - - - 200 -
application/json 3.4909ms
INFO 2025-03-20 19:02:04,490 [5 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 GET https://10.0.50.50:443/health - -
INFO 2025-03-20 19:02:04,491 [5 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint 'Health checks'
INFO 2025-03-20 19:02:04,492 [5 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:02:04,492 [67 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:02:04,493 [5 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint 'Health checks'
INFO 2025-03-20 19:02:04,493 [67 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 GET https://10.0.50.50:443/health - - - 200 -
application/json 3.2921ms
INFO 2025-03-20 19:02:04,606 [67 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 GET https://10.0.50.50:443/health - -
INFO 2025-03-20 19:02:04,608 [67 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint 'Health checks'
INFO 2025-03-20 19:02:04,609 [67 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:02:04,609 [5 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:02:04,610 [5 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint 'Health checks'
INFO 2025-03-20 19:02:04,610 [67 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 GET https://10.0.50.50:443/health - - - 200 -
application/json 3.5715ms
INFO 2025-03-20 19:02:05,188 [67 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 GET https://10.0.50.50:443/health - -
INFO 2025-03-20 19:02:05,189 [67 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint 'Health checks'
INFO 2025-03-20 19:02:05,190 [67 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:02:05,190 [5 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:02:05,191 [75 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint 'Health checks'
INFO 2025-03-20 19:02:05,191 [5 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 GET https://10.0.50.50:443/health - - - 200 -
application/json 3.2431ms
INFO 2025-03-20 19:02:05,209 [5 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 GET https://10.0.50.50:443/health - -
INFO 2025-03-20 19:02:05,210 [5 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint 'Health checks'
INFO 2025-03-20 19:02:05,210 [5 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:02:05,210 [75 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:02:05,212 [75 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint 'Health checks'
INFO 2025-03-20 19:02:05,212 [62 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 GET https://10.0.50.50:443/health - - - 200 -
application/json 3.2479ms
INFO 2025-03-20 19:02:05,541 [75 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 GET https://10.0.50.50:443/health - -
INFO 2025-03-20 19:02:05,542 [75 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint 'Health checks'
INFO 2025-03-20 19:02:05,543 [62 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:02:05,543 [75 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:02:05,545 [62 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint 'Health checks'
INFO 2025-03-20 19:02:05,545 [65 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 GET https://10.0.50.50:443/health - - - 200 -
application/json 3.6171ms
INFO 2025-03-20 19:02:05,880 [65 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 GET https://10.0.50.50:443/health - -
INFO 2025-03-20 19:02:05,881 [65 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint 'Health checks'
INFO 2025-03-20 19:02:05,882 [65 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:02:05,882 [62 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:02:05,883 [62 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint 'Health checks'
INFO 2025-03-20 19:02:05,883 [65 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 GET https://10.0.50.50:443/health - - - 200 -
application/json 3.2235ms
INFO 2025-03-20 19:02:06,283 [62 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/2 POST https://localhost/signalr?id=fOFo9rc1d5m2mz-TrOs4eA
text/plain;charset=UTF-8 11
INFO 2025-03-20 19:02:06,283 [65 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/2 POST https://localhost/signalr-chat?id=Ok8k1VEWPUPMZ7-
v0ZfcZQ text/plain;charset=UTF-8 11
INFO 2025-03-20 19:02:06,286 [62 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:02:06,286 [65 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:02:06,292 [65 ] tCore.Cors.Infrastructure.CorsMiddleware - No
CORS policy found for the specified request.
INFO 2025-03-20 19:02:06,292 [62 ] tCore.Cors.Infrastructure.CorsMiddleware - No
CORS policy found for the specified request.
INFO 2025-03-20 19:02:06,292 [65 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint '/signalr'
INFO 2025-03-20 19:02:06,292 [62 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint '/signalr-chat'
INFO 2025-03-20 19:02:06,292 [65 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint '/signalr'
INFO 2025-03-20 19:02:06,293 [62 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint '/signalr-chat'
INFO 2025-03-20 19:02:06,293 [65 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/2 POST https://localhost/signalr?id=fOFo9rc1d5m2mz-TrOs4eA
text/plain;charset=UTF-8 11 - 200 - text/plain 9.3775ms
INFO 2025-03-20 19:02:06,293 [62 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/2 POST https://localhost/signalr-chat?id=Ok8k1VEWPUPMZ7-
v0ZfcZQ text/plain;charset=UTF-8 11 - 200 - text/plain 9.3914ms
INFO 2025-03-20 19:02:06,706 [5 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 GET https://10.0.50.50:443/health - -
INFO 2025-03-20 19:02:06,707 [5 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint 'Health checks'
INFO 2025-03-20 19:02:06,708 [5 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:02:06,708 [62 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:02:06,709 [62 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint 'Health checks'
INFO 2025-03-20 19:02:06,709 [65 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 GET https://10.0.50.50:443/health - - - 200 -
application/json 3.3382ms
INFO 2025-03-20 19:02:07,110 [62 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 GET https://10.0.50.50:443/health - -
INFO 2025-03-20 19:02:07,111 [62 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint 'Health checks'
INFO 2025-03-20 19:02:07,112 [62 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:02:07,112 [63 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:02:07,113 [63 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint 'Health checks'
INFO 2025-03-20 19:02:07,113 [62 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 GET https://10.0.50.50:443/health - - - 200 -
application/json 3.5226ms
INFO 2025-03-20 19:02:07,164 [62 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 GET https://10.0.50.50:443/health - -
INFO 2025-03-20 19:02:07,165 [62 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint 'Health checks'
INFO 2025-03-20 19:02:07,166 [62 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:02:07,166 [63 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:02:07,167 [62 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint 'Health checks'
INFO 2025-03-20 19:02:07,167 [63 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 GET https://10.0.50.50:443/health - - - 200 -
application/json 3.3579ms
INFO 2025-03-20 19:02:07,478 [63 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 GET https://10.0.50.50:443/health - -
INFO 2025-03-20 19:02:07,479 [63 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint 'Health checks'
INFO 2025-03-20 19:02:07,480 [63 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:02:07,480 [62 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:02:07,482 [63 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint 'Health checks'
INFO 2025-03-20 19:02:07,482 [62 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 GET https://10.0.50.50:443/health - - - 200 -
application/json 3.6543ms
INFO 2025-03-20 19:02:09,044 [63 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 GET https://10.0.50.50:443/health - -
INFO 2025-03-20 19:02:09,045 [63 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint 'Health checks'
INFO 2025-03-20 19:02:09,046 [67 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:02:09,046 [63 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:02:09,048 [67 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint 'Health checks'
INFO 2025-03-20 19:02:09,048 [5 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 GET https://10.0.50.50:443/health - - - 200 -
application/json 3.4145ms
INFO 2025-03-20 19:02:09,105 [5 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 GET https://10.0.50.50:443/health - -
INFO 2025-03-20 19:02:09,106 [5 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint 'Health checks'
INFO 2025-03-20 19:02:09,107 [5 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:02:09,107 [67 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:02:09,108 [5 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint 'Health checks'
INFO 2025-03-20 19:02:09,108 [67 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 GET https://10.0.50.50:443/health - - - 200 -
application/json 3.3128ms
INFO 2025-03-20 19:02:09,213 [67 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 GET https://10.0.50.50:443/health - -
INFO 2025-03-20 19:02:09,214 [67 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint 'Health checks'
INFO 2025-03-20 19:02:09,215 [67 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:02:09,215 [5 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:02:09,216 [67 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint 'Health checks'
INFO 2025-03-20 19:02:09,216 [5 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 GET https://10.0.50.50:443/health - - - 200 -
application/json 3.4479ms
INFO 2025-03-20 19:02:09,281 [5 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 GET https://10.0.50.50:443/health - -
INFO 2025-03-20 19:02:09,282 [5 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint 'Health checks'
INFO 2025-03-20 19:02:09,283 [67 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:02:09,283 [5 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:02:09,284 [67 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint 'Health checks'
INFO 2025-03-20 19:02:09,284 [5 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 GET https://10.0.50.50:443/health - - - 200 -
application/json 3.5856ms
DEBUG 2025-03-20 19:02:09,335 [67 ] Abp.AspNetCore.SignalR.Hubs.AbpCommonHub - A
client is disconnected: 64WWHjmJutj_K6nmBGSxQA
INFO 2025-03-20 19:02:09,335 [67 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint '/signalr'
INFO 2025-03-20 19:02:09,335 [67 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 GET https://stg.parcelat.com/signalr?id=c_IZ-
5tQ4y4qh2a3XhLSNg - - - 200 - text/event-stream 119646.6923ms
DEBUG 2025-03-20 19:02:09,337 [5 ] EnterpriseBase.Web.Chat.SignalR.ChatHub - A
client is disconnected: WcBRBzLPjxnZ0MZ6vik1kw
INFO 2025-03-20 19:02:09,337 [5 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint '/signalr-chat'
INFO 2025-03-20 19:02:09,337 [5 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 GET https://stg.parcelat.com/signalr-chat?
id=ZFKu5bQcg47785fK1U6WtA - - - 200 - text/event-stream 119647.5559ms
INFO 2025-03-20 19:02:09,509 [5 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 POST https://stg.parcelat.com/signalr/negotiate?
negotiateVersion=1 text/plain;charset=UTF-8 0
INFO 2025-03-20 19:02:09,510 [5 ] tion.Cookies.CookieAuthenticationHandler -
Identity.Application was not authenticated. Failure message: Unprotect ticket
failed
INFO 2025-03-20 19:02:09,510 [5 ] tCore.Cors.Infrastructure.CorsMiddleware - No
CORS policy found for the specified request.
INFO 2025-03-20 19:02:09,510 [5 ] tion.Cookies.CookieAuthenticationHandler -
Identity.Application was not authenticated. Failure message: Unprotect ticket
failed
INFO 2025-03-20 19:02:09,510 [5 ] tion.Cookies.CookieAuthenticationHandler -
Identity.Application was not authenticated. Failure message: Unprotect ticket
failed
INFO 2025-03-20 19:02:09,510 [5 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint '/signalr/negotiate'
INFO 2025-03-20 19:02:09,510 [5 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint '/signalr/negotiate'
INFO 2025-03-20 19:02:09,510 [67 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 POST https://stg.parcelat.com/signalr/negotiate?
negotiateVersion=1 text/plain;charset=UTF-8 0 - 200 253 application/json 1.2740ms
INFO 2025-03-20 19:02:09,516 [67 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 POST https://stg.parcelat.com/signalr-chat/negotiate?
negotiateVersion=1 text/plain;charset=UTF-8 0
INFO 2025-03-20 19:02:09,516 [67 ] tion.Cookies.CookieAuthenticationHandler -
Identity.Application was not authenticated. Failure message: Unprotect ticket
failed
INFO 2025-03-20 19:02:09,516 [67 ] tCore.Cors.Infrastructure.CorsMiddleware - No
CORS policy found for the specified request.
INFO 2025-03-20 19:02:09,516 [67 ] tion.Cookies.CookieAuthenticationHandler -
Identity.Application was not authenticated. Failure message: Unprotect ticket
failed
INFO 2025-03-20 19:02:09,516 [67 ] tion.Cookies.CookieAuthenticationHandler -
Identity.Application was not authenticated. Failure message: Unprotect ticket
failed
INFO 2025-03-20 19:02:09,516 [67 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint '/signalr-chat/negotiate'
INFO 2025-03-20 19:02:09,517 [67 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint '/signalr-chat/negotiate'
INFO 2025-03-20 19:02:09,517 [5 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 POST https://stg.parcelat.com/signalr-chat/negotiate?
negotiateVersion=1 text/plain;charset=UTF-8 0 - 200 253 application/json 1.0156ms
INFO 2025-03-20 19:02:09,679 [5 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 GET https://stg.parcelat.com/signalr?id=x9JCY-
HNxHL_oWL1shdsLw - -
INFO 2025-03-20 19:02:09,680 [5 ] tion.Cookies.CookieAuthenticationHandler -
Identity.Application was not authenticated. Failure message: Unprotect ticket
failed
INFO 2025-03-20 19:02:09,680 [5 ] tion.Cookies.CookieAuthenticationHandler -
Identity.Application was not authenticated. Failure message: Unprotect ticket
failed
INFO 2025-03-20 19:02:09,680 [5 ] tion.Cookies.CookieAuthenticationHandler -
Identity.Application was not authenticated. Failure message: Unprotect ticket
failed
INFO 2025-03-20 19:02:09,680 [5 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint '/signalr'
INFO 2025-03-20 19:02:09,691 [5 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 GET https://stg.parcelat.com/signalr-chat?
id=fyfEah_KX89eNU4vNzeRxg - -
INFO 2025-03-20 19:02:09,692 [5 ] tion.Cookies.CookieAuthenticationHandler -
Identity.Application was not authenticated. Failure message: Unprotect ticket
failed
INFO 2025-03-20 19:02:09,692 [5 ] tion.Cookies.CookieAuthenticationHandler -
Identity.Application was not authenticated. Failure message: Unprotect ticket
failed
INFO 2025-03-20 19:02:09,692 [5 ] tion.Cookies.CookieAuthenticationHandler -
Identity.Application was not authenticated. Failure message: Unprotect ticket
failed
INFO 2025-03-20 19:02:09,692 [5 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint '/signalr-chat'
INFO 2025-03-20 19:02:10,197 [67 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 POST https://stg.parcelat.com/signalr?id=x9JCY-
HNxHL_oWL1shdsLw text/plain;charset=UTF-8 32
INFO 2025-03-20 19:02:10,197 [67 ] tion.Cookies.CookieAuthenticationHandler -
Identity.Application was not authenticated. Failure message: Unprotect ticket
failed
INFO 2025-03-20 19:02:10,197 [67 ] tCore.Cors.Infrastructure.CorsMiddleware - No
CORS policy found for the specified request.
INFO 2025-03-20 19:02:10,197 [67 ] tion.Cookies.CookieAuthenticationHandler -
Identity.Application was not authenticated. Failure message: Unprotect ticket
failed
INFO 2025-03-20 19:02:10,198 [67 ] tion.Cookies.CookieAuthenticationHandler -
Identity.Application was not authenticated. Failure message: Unprotect ticket
failed
INFO 2025-03-20 19:02:10,198 [67 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint '/signalr'
INFO 2025-03-20 19:02:10,198 [67 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint '/signalr'
INFO 2025-03-20 19:02:10,198 [67 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 POST https://stg.parcelat.com/signalr?id=x9JCY-
HNxHL_oWL1shdsLw text/plain;charset=UTF-8 32 - 200 - text/plain 1.2525ms
DEBUG 2025-03-20 19:02:10,198 [5 ] Abp.AspNetCore.SignalR.Hubs.AbpCommonHub - A
client is connected:
{"ConnectionId":"hqCmmAszSEIJIOfA6RkCrw","IpAddress":"103.103.174.14","TenantId":nu
ll,"UserId":null,"ConnectTime":"2025-03-20T19:02:10.1983396+03:00","Properties":{}}
INFO 2025-03-20 19:02:10,242 [5 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 POST https://stg.parcelat.com/signalr-chat?
id=fyfEah_KX89eNU4vNzeRxg text/plain;charset=UTF-8 32
INFO 2025-03-20 19:02:10,243 [5 ] tion.Cookies.CookieAuthenticationHandler -
Identity.Application was not authenticated. Failure message: Unprotect ticket
failed
INFO 2025-03-20 19:02:10,243 [5 ] tCore.Cors.Infrastructure.CorsMiddleware - No
CORS policy found for the specified request.
INFO 2025-03-20 19:02:10,243 [5 ] tion.Cookies.CookieAuthenticationHandler -
Identity.Application was not authenticated. Failure message: Unprotect ticket
failed
INFO 2025-03-20 19:02:10,243 [5 ] tion.Cookies.CookieAuthenticationHandler -
Identity.Application was not authenticated. Failure message: Unprotect ticket
failed
INFO 2025-03-20 19:02:10,243 [5 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint '/signalr-chat'
INFO 2025-03-20 19:02:10,243 [5 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint '/signalr-chat'
INFO 2025-03-20 19:02:10,244 [5 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 POST https://stg.parcelat.com/signalr-chat?
id=fyfEah_KX89eNU4vNzeRxg text/plain;charset=UTF-8 32 - 200 - text/plain 1.2288ms
DEBUG 2025-03-20 19:02:10,245 [67 ] EnterpriseBase.Web.Chat.SignalR.ChatHub - A
client is connected:
{"ConnectionId":"XaB1NhyOgrw_0FRXp88yfw","IpAddress":"103.103.174.14","TenantId":nu
ll,"UserId":null,"ConnectTime":"2025-03-20T19:02:10.2457854+03:00","Properties":{}}
INFO 2025-03-20 19:02:10,257 [67 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 GET https://10.0.50.50:443/health - -
INFO 2025-03-20 19:02:10,258 [67 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint 'Health checks'
INFO 2025-03-20 19:02:10,259 [67 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:02:10,259 [5 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:02:10,260 [67 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint 'Health checks'
INFO 2025-03-20 19:02:10,260 [5 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 GET https://10.0.50.50:443/health - - - 200 -
application/json 3.1083ms
INFO 2025-03-20 19:02:10,394 [67 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 GET https://10.0.50.50:443/health - -
INFO 2025-03-20 19:02:10,395 [67 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint 'Health checks'
INFO 2025-03-20 19:02:10,396 [67 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:02:10,396 [5 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:02:10,397 [5 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint 'Health checks'
INFO 2025-03-20 19:02:10,397 [62 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 GET https://10.0.50.50:443/health - - - 200 -
application/json 3.1637ms
INFO 2025-03-20 19:02:10,557 [62 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 GET https://10.0.50.50:443/health - -
INFO 2025-03-20 19:02:10,558 [62 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint 'Health checks'
INFO 2025-03-20 19:02:10,559 [5 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:02:10,559 [62 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:02:10,561 [5 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint 'Health checks'
INFO 2025-03-20 19:02:10,561 [75 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 GET https://10.0.50.50:443/health - - - 200 -
application/json 3.4914ms
INFO 2025-03-20 19:02:10,952 [75 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 GET https://10.0.50.50:443/health - -
INFO 2025-03-20 19:02:10,953 [75 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint 'Health checks'
INFO 2025-03-20 19:02:10,954 [5 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:02:10,954 [75 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:02:10,955 [75 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint 'Health checks'
INFO 2025-03-20 19:02:10,956 [5 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 GET https://10.0.50.50:443/health - - - 200 -
application/json 3.3745ms
INFO 2025-03-20 19:02:11,149 [67 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'HealthChecksDb' using provider
'Microsoft.EntityFrameworkCore.InMemory' with options: StoreName=HealthChecksUI
INFO 2025-03-20 19:02:11,149 [67 ] .HttpClient.health-checks.LogicalHandler -
Start processing HTTP request GET https://stg.parcelat.com/health
INFO 2025-03-20 19:02:11,149 [67 ] p.HttpClient.health-checks.ClientHandler -
Sending HTTP request GET https://stg.parcelat.com/health
INFO 2025-03-20 19:02:11,151 [67 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 GET https://stg.parcelat.com/health - -
INFO 2025-03-20 19:02:11,152 [67 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint 'Health checks'
INFO 2025-03-20 19:02:11,153 [67 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:02:11,153 [75 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:02:11,154 [67 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint 'Health checks'
INFO 2025-03-20 19:02:11,154 [75 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 GET https://stg.parcelat.com/health - - - 200 -
application/json 3.2162ms
INFO 2025-03-20 19:02:11,155 [69 ] p.HttpClient.health-checks.ClientHandler -
Received HTTP response headers after 5.7089ms - 200
INFO 2025-03-20 19:02:11,155 [69 ] .HttpClient.health-checks.LogicalHandler -
End processing HTTP request after 5.7564ms - 200
INFO 2025-03-20 19:02:11,155 [69 ] Microsoft.EntityFrameworkCore.Update -
Saved 4 entities to in-memory store.
INFO 2025-03-20 19:02:11,952 [67 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 GET https://10.0.50.50:443/health - -
INFO 2025-03-20 19:02:11,953 [67 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint 'Health checks'
INFO 2025-03-20 19:02:11,954 [67 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:02:11,954 [75 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:02:11,955 [67 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint 'Health checks'
INFO 2025-03-20 19:02:11,955 [75 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 GET https://10.0.50.50:443/health - - - 200 -
application/json 3.4782ms
INFO 2025-03-20 19:02:11,978 [75 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 GET https://10.0.50.50:443/health - -
INFO 2025-03-20 19:02:11,979 [75 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint 'Health checks'
INFO 2025-03-20 19:02:11,980 [75 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:02:11,980 [67 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:02:11,981 [75 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint 'Health checks'
INFO 2025-03-20 19:02:11,981 [67 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 GET https://10.0.50.50:443/health - - - 200 -
application/json 3.4691ms
INFO 2025-03-20 19:02:12,116 [67 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 GET https://10.0.50.50:443/health - -
INFO 2025-03-20 19:02:12,117 [67 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint 'Health checks'
INFO 2025-03-20 19:02:12,118 [67 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:02:12,118 [75 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:02:12,119 [67 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint 'Health checks'
INFO 2025-03-20 19:02:12,119 [75 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 GET https://10.0.50.50:443/health - - - 200 -
application/json 3.2558ms
INFO 2025-03-20 19:02:12,303 [75 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 GET https://10.0.50.50:443/health - -
INFO 2025-03-20 19:02:12,304 [75 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint 'Health checks'
INFO 2025-03-20 19:02:12,305 [75 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:02:12,305 [67 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:02:12,307 [67 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint 'Health checks'
INFO 2025-03-20 19:02:12,307 [75 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 GET https://10.0.50.50:443/health - - - 200 -
application/json 3.5010ms
INFO 2025-03-20 19:02:13,869 [75 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 GET https://10.0.50.50:443/health - -
INFO 2025-03-20 19:02:13,870 [75 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint 'Health checks'
INFO 2025-03-20 19:02:13,871 [75 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:02:13,871 [67 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:02:13,873 [67 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint 'Health checks'
INFO 2025-03-20 19:02:13,873 [75 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 GET https://10.0.50.50:443/health - - - 200 -
application/json 3.5067ms
INFO 2025-03-20 19:02:14,007 [75 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 GET https://10.0.50.50:443/health - -
INFO 2025-03-20 19:02:14,008 [75 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint 'Health checks'
INFO 2025-03-20 19:02:14,009 [75 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:02:14,009 [67 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:02:14,010 [67 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint 'Health checks'
INFO 2025-03-20 19:02:14,011 [65 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 GET https://10.0.50.50:443/health - - - 200 -
application/json 3.4184ms
INFO 2025-03-20 19:02:14,069 [65 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 GET https://10.0.50.50:443/health - -
INFO 2025-03-20 19:02:14,070 [65 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint 'Health checks'
INFO 2025-03-20 19:02:14,071 [65 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:02:14,071 [67 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:02:14,072 [75 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint 'Health checks'
INFO 2025-03-20 19:02:14,072 [67 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 GET https://10.0.50.50:443/health - - - 200 -
application/json 3.1418ms
INFO 2025-03-20 19:02:14,298 [67 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 GET https://10.0.50.50:443/health - -
INFO 2025-03-20 19:02:14,299 [67 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint 'Health checks'
INFO 2025-03-20 19:02:14,300 [67 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:02:14,300 [75 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:02:14,302 [67 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint 'Health checks'
INFO 2025-03-20 19:02:14,302 [75 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 GET https://10.0.50.50:443/health - - - 200 -
application/json 3.3913ms
INFO 2025-03-20 19:02:14,776 [75 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 GET https://10.0.50.50:443/health - -
INFO 2025-03-20 19:02:14,777 [75 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint 'Health checks'
INFO 2025-03-20 19:02:14,778 [75 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:02:14,778 [67 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:02:14,780 [75 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint 'Health checks'
INFO 2025-03-20 19:02:14,780 [67 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 GET https://10.0.50.50:443/health - - - 200 -
application/json 3.2056ms
INFO 2025-03-20 19:02:15,745 [75 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 GET https://10.0.50.50:443/health - -
INFO 2025-03-20 19:02:15,746 [75 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint 'Health checks'
INFO 2025-03-20 19:02:15,747 [75 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:02:15,747 [67 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:02:15,749 [67 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint 'Health checks'
INFO 2025-03-20 19:02:15,749 [75 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 GET https://10.0.50.50:443/health - - - 200 -
application/json 3.6134ms
INFO 2025-03-20 19:02:16,003 [75 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 GET https://10.0.50.50:443/health - -
INFO 2025-03-20 19:02:16,004 [75 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint 'Health checks'
INFO 2025-03-20 19:02:16,004 [75 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:02:16,005 [67 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:02:16,006 [75 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint 'Health checks'
INFO 2025-03-20 19:02:16,006 [5 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 GET https://10.0.50.50:443/health - - - 200 -
application/json 3.1515ms
INFO 2025-03-20 19:02:16,224 [5 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 GET https://10.0.50.50:443/health - -
INFO 2025-03-20 19:02:16,225 [5 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint 'Health checks'
INFO 2025-03-20 19:02:16,226 [5 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:02:16,226 [75 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:02:16,227 [5 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint 'Health checks'
INFO 2025-03-20 19:02:16,228 [75 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 GET https://10.0.50.50:443/health - - - 200 -
application/json 3.2771ms
INFO 2025-03-20 19:02:16,916 [75 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 GET https://10.0.50.50:443/health - -
INFO 2025-03-20 19:02:16,917 [75 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint 'Health checks'
INFO 2025-03-20 19:02:16,918 [75 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:02:16,918 [5 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:02:16,919 [75 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint 'Health checks'
INFO 2025-03-20 19:02:16,919 [5 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 GET https://10.0.50.50:443/health - - - 200 -
application/json 3.3970ms
INFO 2025-03-20 19:02:17,142 [5 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 GET https://10.0.50.50:443/health - -
INFO 2025-03-20 19:02:17,143 [5 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint 'Health checks'
INFO 2025-03-20 19:02:17,144 [5 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:02:17,144 [75 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:02:17,145 [5 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint 'Health checks'
INFO 2025-03-20 19:02:17,145 [75 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 GET https://10.0.50.50:443/health - - - 200 -
application/json 3.3707ms
INFO 2025-03-20 19:02:17,513 [5 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 GET https://10.0.50.50:443/health - -
INFO 2025-03-20 19:02:17,514 [5 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint 'Health checks'
INFO 2025-03-20 19:02:17,515 [5 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:02:17,515 [62 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:02:17,516 [5 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint 'Health checks'
INFO 2025-03-20 19:02:17,517 [62 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 GET https://10.0.50.50:443/health - - - 200 -
application/json 3.2813ms
INFO 2025-03-20 19:02:17,585 [62 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 GET https://10.0.50.50:443/health - -
INFO 2025-03-20 19:02:17,588 [62 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint 'Health checks'
INFO 2025-03-20 19:02:17,589 [62 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:02:17,589 [5 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:02:17,590 [5 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint 'Health checks'
INFO 2025-03-20 19:02:17,590 [62 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 GET https://10.0.50.50:443/health - - - 200 -
application/json 5.0831ms
INFO 2025-03-20 19:02:18,770 [5 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 GET https://10.0.50.50:443/health - -
INFO 2025-03-20 19:02:18,771 [5 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint 'Health checks'
INFO 2025-03-20 19:02:18,772 [5 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:02:18,772 [62 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:02:18,773 [5 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint 'Health checks'
INFO 2025-03-20 19:02:18,774 [62 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 GET https://10.0.50.50:443/health - - - 200 -
application/json 3.4448ms
INFO 2025-03-20 19:02:19,159 [62 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 GET https://10.0.50.50:443/health - -
INFO 2025-03-20 19:02:19,160 [62 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint 'Health checks'
INFO 2025-03-20 19:02:19,161 [62 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:02:19,161 [5 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:02:19,162 [62 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint 'Health checks'
INFO 2025-03-20 19:02:19,163 [5 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 GET https://10.0.50.50:443/health - - - 200 -
application/json 3.4435ms
INFO 2025-03-20 19:02:19,357 [62 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 GET https://10.0.50.50:443/health - -
INFO 2025-03-20 19:02:19,358 [62 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint 'Health checks'
INFO 2025-03-20 19:02:19,359 [62 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:02:19,359 [5 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:02:19,360 [62 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint 'Health checks'
INFO 2025-03-20 19:02:19,360 [67 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 GET https://10.0.50.50:443/health - - - 200 -
application/json 3.1251ms
INFO 2025-03-20 19:02:19,437 [67 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 GET https://10.0.50.50:443/health - -
INFO 2025-03-20 19:02:19,438 [67 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint 'Health checks'
INFO 2025-03-20 19:02:19,439 [67 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:02:19,439 [62 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:02:19,440 [62 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint 'Health checks'
INFO 2025-03-20 19:02:19,440 [67 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 GET https://10.0.50.50:443/health - - - 200 -
application/json 3.4533ms
INFO 2025-03-20 19:02:19,779 [67 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 POST https://stg.parcelat.com/signalr-chat?id=VuCm2ZPV-
N1WtIsIU8m59g text/plain;charset=UTF-8 11
INFO 2025-03-20 19:02:19,779 [67 ] tion.Cookies.CookieAuthenticationHandler -
Identity.Application was not authenticated. Failure message: Unprotect ticket
failed
INFO 2025-03-20 19:02:19,779 [67 ] tCore.Cors.Infrastructure.CorsMiddleware - No
CORS policy found for the specified request.
INFO 2025-03-20 19:02:19,780 [67 ] tion.Cookies.CookieAuthenticationHandler -
Identity.Application was not authenticated. Failure message: Unprotect ticket
failed
INFO 2025-03-20 19:02:19,780 [67 ] tion.Cookies.CookieAuthenticationHandler -
Identity.Application was not authenticated. Failure message: Unprotect ticket
failed
INFO 2025-03-20 19:02:19,780 [67 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint '/signalr-chat'
INFO 2025-03-20 19:02:19,780 [67 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint '/signalr-chat'
INFO 2025-03-20 19:02:19,780 [67 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 POST https://stg.parcelat.com/signalr-chat?id=VuCm2ZPV-
N1WtIsIU8m59g text/plain;charset=UTF-8 11 - 200 - text/plain 1.2357ms
INFO 2025-03-20 19:02:19,878 [67 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 POST https://stg.parcelat.com/signalr?
id=tXn68fdYjlxlfm_nk3lGAA text/plain;charset=UTF-8 11
INFO 2025-03-20 19:02:19,879 [67 ] tion.Cookies.CookieAuthenticationHandler -
Identity.Application was not authenticated. Failure message: Unprotect ticket
failed
INFO 2025-03-20 19:02:19,879 [67 ] tCore.Cors.Infrastructure.CorsMiddleware - No
CORS policy found for the specified request.
INFO 2025-03-20 19:02:19,879 [67 ] tion.Cookies.CookieAuthenticationHandler -
Identity.Application was not authenticated. Failure message: Unprotect ticket
failed
INFO 2025-03-20 19:02:19,879 [67 ] tion.Cookies.CookieAuthenticationHandler -
Identity.Application was not authenticated. Failure message: Unprotect ticket
failed
INFO 2025-03-20 19:02:19,880 [67 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint '/signalr'
INFO 2025-03-20 19:02:19,880 [67 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint '/signalr'
INFO 2025-03-20 19:02:19,880 [67 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 POST https://stg.parcelat.com/signalr?
id=tXn68fdYjlxlfm_nk3lGAA text/plain;charset=UTF-8 11 - 200 - text/plain 1.2989ms
INFO 2025-03-20 19:02:20,182 [67 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 GET https://10.0.50.50:443/health - -
INFO 2025-03-20 19:02:20,183 [67 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint 'Health checks'
INFO 2025-03-20 19:02:20,184 [67 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:02:20,184 [63 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:02:20,185 [67 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint 'Health checks'
INFO 2025-03-20 19:02:20,185 [63 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 GET https://10.0.50.50:443/health - - - 200 -
application/json 3.4466ms
INFO 2025-03-20 19:02:20,651 [67 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 GET https://10.0.50.50:443/health - -
INFO 2025-03-20 19:02:20,652 [67 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint 'Health checks'
INFO 2025-03-20 19:02:20,653 [67 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:02:20,653 [63 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:02:20,654 [67 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint 'Health checks'
INFO 2025-03-20 19:02:20,655 [63 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 GET https://10.0.50.50:443/health - - - 200 -
application/json 3.2473ms
INFO 2025-03-20 19:02:20,781 [63 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 GET https://10.0.50.50:443/health - -
INFO 2025-03-20 19:02:20,782 [63 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint 'Health checks'
INFO 2025-03-20 19:02:20,783 [63 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:02:20,783 [67 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:02:20,784 [63 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint 'Health checks'
INFO 2025-03-20 19:02:20,784 [67 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 GET https://10.0.50.50:443/health - - - 200 -
application/json 3.3646ms
INFO 2025-03-20 19:02:20,890 [67 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 GET https://10.0.50.50:443/health - -
INFO 2025-03-20 19:02:20,891 [67 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint 'Health checks'
INFO 2025-03-20 19:02:20,892 [67 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:02:20,892 [63 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:02:20,893 [67 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint 'Health checks'
INFO 2025-03-20 19:02:20,894 [63 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 GET https://10.0.50.50:443/health - - - 200 -
application/json 3.1966ms
INFO 2025-03-20 19:02:21,170 [63 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'HealthChecksDb' using provider
'Microsoft.EntityFrameworkCore.InMemory' with options: StoreName=HealthChecksUI
INFO 2025-03-20 19:02:21,170 [63 ] .HttpClient.health-checks.LogicalHandler -
Start processing HTTP request GET https://stg.parcelat.com/health
INFO 2025-03-20 19:02:21,170 [63 ] p.HttpClient.health-checks.ClientHandler -
Sending HTTP request GET https://stg.parcelat.com/health
INFO 2025-03-20 19:02:21,173 [63 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 GET https://stg.parcelat.com/health - -
INFO 2025-03-20 19:02:21,173 [63 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint 'Health checks'
INFO 2025-03-20 19:02:21,174 [63 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:02:21,174 [67 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:02:21,176 [63 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint 'Health checks'
INFO 2025-03-20 19:02:21,176 [67 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 GET https://stg.parcelat.com/health - - - 200 -
application/json 3.0905ms
INFO 2025-03-20 19:02:21,176 [69 ] p.HttpClient.health-checks.ClientHandler -
Received HTTP response headers after 5.4642ms - 200
INFO 2025-03-20 19:02:21,176 [69 ] .HttpClient.health-checks.LogicalHandler -
End processing HTTP request after 5.5092ms - 200
INFO 2025-03-20 19:02:21,177 [69 ] Microsoft.EntityFrameworkCore.Update -
Saved 4 entities to in-memory store.
INFO 2025-03-20 19:02:21,676 [62 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 GET https://10.0.50.50:443/health - -
INFO 2025-03-20 19:02:21,677 [62 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint 'Health checks'
INFO 2025-03-20 19:02:21,678 [62 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:02:21,678 [65 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:02:21,679 [65 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint 'Health checks'
INFO 2025-03-20 19:02:21,679 [62 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 GET https://10.0.50.50:443/health - - - 200 -
application/json 3.2278ms
INFO 2025-03-20 19:02:22,193 [62 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 GET https://10.0.50.50:443/health - -
INFO 2025-03-20 19:02:22,193 [62 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint 'Health checks'
INFO 2025-03-20 19:02:22,194 [62 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:02:22,194 [65 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:02:22,196 [62 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint 'Health checks'
INFO 2025-03-20 19:02:22,196 [65 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 GET https://10.0.50.50:443/health - - - 200 -
application/json 3.2495ms
INFO 2025-03-20 19:02:22,198 [65 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 GET https://10.0.50.50:443/health - -
INFO 2025-03-20 19:02:22,199 [65 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint 'Health checks'
INFO 2025-03-20 19:02:22,200 [65 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:02:22,200 [62 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:02:22,201 [65 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint 'Health checks'
INFO 2025-03-20 19:02:22,201 [62 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 GET https://10.0.50.50:443/health - - - 200 -
application/json 2.4624ms
INFO 2025-03-20 19:02:22,281 [62 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/2 POST https://localhost/signalr-chat?id=Ok8k1VEWPUPMZ7-
v0ZfcZQ text/plain;charset=UTF-8 11
INFO 2025-03-20 19:02:22,281 [65 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/2 POST https://localhost/signalr?id=fOFo9rc1d5m2mz-TrOs4eA
text/plain;charset=UTF-8 11
INFO 2025-03-20 19:02:22,285 [62 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:02:22,285 [65 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:02:22,293 [65 ] tCore.Cors.Infrastructure.CorsMiddleware - No
CORS policy found for the specified request.
INFO 2025-03-20 19:02:22,293 [62 ] tCore.Cors.Infrastructure.CorsMiddleware - No
CORS policy found for the specified request.
INFO 2025-03-20 19:02:22,293 [65 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint '/signalr'
INFO 2025-03-20 19:02:22,293 [62 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint '/signalr-chat'
INFO 2025-03-20 19:02:22,293 [62 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint '/signalr-chat'
INFO 2025-03-20 19:02:22,293 [65 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint '/signalr'
INFO 2025-03-20 19:02:22,294 [65 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/2 POST https://localhost/signalr?id=fOFo9rc1d5m2mz-TrOs4eA
text/plain;charset=UTF-8 11 - 200 - text/plain 12.5168ms
INFO 2025-03-20 19:02:22,294 [62 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/2 POST https://localhost/signalr-chat?id=Ok8k1VEWPUPMZ7-
v0ZfcZQ text/plain;charset=UTF-8 11 - 200 - text/plain 12.6204ms
INFO 2025-03-20 19:02:22,445 [67 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 GET https://10.0.50.50:443/health - -
INFO 2025-03-20 19:02:22,446 [67 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint 'Health checks'
INFO 2025-03-20 19:02:22,447 [67 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:02:22,447 [5 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:02:22,449 [5 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint 'Health checks'
INFO 2025-03-20 19:02:22,449 [67 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 GET https://10.0.50.50:443/health - - - 200 -
application/json 3.5105ms
INFO 2025-03-20 19:02:23,720 [5 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 GET https://10.0.50.50:443/health - -
INFO 2025-03-20 19:02:23,721 [5 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint 'Health checks'
INFO 2025-03-20 19:02:23,722 [5 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:02:23,722 [67 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:02:23,723 [5 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint 'Health checks'
INFO 2025-03-20 19:02:23,724 [67 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 GET https://10.0.50.50:443/health - - - 200 -
application/json 3.2143ms
INFO 2025-03-20 19:02:23,991 [67 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 GET https://10.0.50.50:443/health - -
INFO 2025-03-20 19:02:23,992 [67 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint 'Health checks'
INFO 2025-03-20 19:02:23,993 [67 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:02:23,993 [5 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:02:23,994 [67 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint 'Health checks'
INFO 2025-03-20 19:02:23,994 [5 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 GET https://10.0.50.50:443/health - - - 200 -
application/json 3.4201ms
INFO 2025-03-20 19:02:24,182 [5 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 GET https://10.0.50.50:443/health - -
INFO 2025-03-20 19:02:24,183 [5 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint 'Health checks'
INFO 2025-03-20 19:02:24,184 [5 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:02:24,184 [67 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:02:24,186 [5 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint 'Health checks'
INFO 2025-03-20 19:02:24,186 [67 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 GET https://10.0.50.50:443/health - - - 200 -
application/json 3.3925ms
INFO 2025-03-20 19:02:24,459 [5 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 GET https://10.0.50.50:443/health - -
INFO 2025-03-20 19:02:24,460 [5 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint 'Health checks'
INFO 2025-03-20 19:02:24,461 [5 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:02:24,461 [67 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:02:24,463 [67 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint 'Health checks'
INFO 2025-03-20 19:02:24,463 [63 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 GET https://10.0.50.50:443/health - - - 200 -
application/json 3.3847ms
INFO 2025-03-20 19:02:25,425 [67 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 GET https://10.0.50.50:443/health - -
INFO 2025-03-20 19:02:25,426 [67 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint 'Health checks'
INFO 2025-03-20 19:02:25,428 [62 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:02:25,428 [5 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:02:25,430 [5 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint 'Health checks'
INFO 2025-03-20 19:02:25,430 [5 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 GET https://10.0.50.50:443/health - - - 200 -
application/json 4.9234ms
INFO 2025-03-20 19:02:25,700 [5 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 POST https://stg.parcelat.com/signalr-chat?
id=fyfEah_KX89eNU4vNzeRxg text/plain;charset=UTF-8 11
INFO 2025-03-20 19:02:25,701 [5 ] tion.Cookies.CookieAuthenticationHandler -
Identity.Application was not authenticated. Failure message: Unprotect ticket
failed
INFO 2025-03-20 19:02:25,701 [5 ] tCore.Cors.Infrastructure.CorsMiddleware - No
CORS policy found for the specified request.
INFO 2025-03-20 19:02:25,701 [5 ] tion.Cookies.CookieAuthenticationHandler -
Identity.Application was not authenticated. Failure message: Unprotect ticket
failed
INFO 2025-03-20 19:02:25,701 [5 ] tion.Cookies.CookieAuthenticationHandler -
Identity.Application was not authenticated. Failure message: Unprotect ticket
failed
INFO 2025-03-20 19:02:25,701 [5 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint '/signalr-chat'
INFO 2025-03-20 19:02:25,701 [5 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint '/signalr-chat'
INFO 2025-03-20 19:02:25,701 [5 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 POST https://stg.parcelat.com/signalr-chat?
id=fyfEah_KX89eNU4vNzeRxg text/plain;charset=UTF-8 11 - 200 - text/plain 1.3533ms
INFO 2025-03-20 19:02:25,707 [5 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 GET https://10.0.50.50:443/health - -
INFO 2025-03-20 19:02:25,708 [5 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint 'Health checks'
INFO 2025-03-20 19:02:25,709 [5 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:02:25,709 [62 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:02:25,710 [62 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 POST https://stg.parcelat.com/signalr?id=x9JCY-
HNxHL_oWL1shdsLw text/plain;charset=UTF-8 11
INFO 2025-03-20 19:02:25,710 [5 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint 'Health checks'
INFO 2025-03-20 19:02:25,710 [62 ] tion.Cookies.CookieAuthenticationHandler -
Identity.Application was not authenticated. Failure message: Unprotect ticket
failed
INFO 2025-03-20 19:02:25,710 [5 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 GET https://10.0.50.50:443/health - - - 200 -
application/json 3.1195ms
INFO 2025-03-20 19:02:25,710 [62 ] tCore.Cors.Infrastructure.CorsMiddleware - No
CORS policy found for the specified request.
INFO 2025-03-20 19:02:25,711 [62 ] tion.Cookies.CookieAuthenticationHandler -
Identity.Application was not authenticated. Failure message: Unprotect ticket
failed
INFO 2025-03-20 19:02:25,711 [62 ] tion.Cookies.CookieAuthenticationHandler -
Identity.Application was not authenticated. Failure message: Unprotect ticket
failed
INFO 2025-03-20 19:02:25,711 [62 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint '/signalr'
INFO 2025-03-20 19:02:25,711 [62 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint '/signalr'
INFO 2025-03-20 19:02:25,711 [5 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 POST https://stg.parcelat.com/signalr?id=x9JCY-
HNxHL_oWL1shdsLw text/plain;charset=UTF-8 11 - 200 - text/plain 0.9485ms
INFO 2025-03-20 19:02:25,783 [5 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 GET https://10.0.50.50:443/health - -
INFO 2025-03-20 19:02:25,784 [5 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint 'Health checks'
INFO 2025-03-20 19:02:25,784 [5 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:02:25,784 [62 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:02:25,785 [5 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 GET https://10.0.50.50:443/health - -
INFO 2025-03-20 19:02:25,785 [5 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint 'Health checks'
INFO 2025-03-20 19:02:25,786 [62 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint 'Health checks'
INFO 2025-03-20 19:02:25,786 [62 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 GET https://10.0.50.50:443/health - - - 200 -
application/json 3.3364ms
INFO 2025-03-20 19:02:25,786 [5 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:02:25,787 [62 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:02:25,787 [62 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint 'Health checks'
INFO 2025-03-20 19:02:25,787 [5 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 GET https://10.0.50.50:443/health - - - 200 -
application/json 2.5199ms
INFO 2025-03-20 19:02:26,553 [62 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 GET https://10.0.50.50:443/health - -
INFO 2025-03-20 19:02:26,554 [62 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint 'Health checks'
INFO 2025-03-20 19:02:26,555 [62 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:02:26,555 [5 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:02:26,557 [62 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint 'Health checks'
INFO 2025-03-20 19:02:26,557 [5 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 GET https://10.0.50.50:443/health - - - 200 -
application/json 3.5970ms
INFO 2025-03-20 19:02:26,879 [5 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 GET https://10.0.50.50:443/health - -
INFO 2025-03-20 19:02:26,880 [5 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint 'Health checks'
INFO 2025-03-20 19:02:26,881 [5 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:02:26,881 [62 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:02:26,886 [62 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint 'Health checks'
INFO 2025-03-20 19:02:26,886 [5 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 GET https://10.0.50.50:443/health - - - 200 -
application/json 7.2688ms
INFO 2025-03-20 19:02:27,094 [5 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 GET https://10.0.50.50:443/health - -
INFO 2025-03-20 19:02:27,095 [5 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint 'Health checks'
INFO 2025-03-20 19:02:27,096 [5 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:02:27,096 [62 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:02:27,097 [5 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint 'Health checks'
INFO 2025-03-20 19:02:27,097 [62 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 GET https://10.0.50.50:443/health - - - 200 -
application/json 3.2173ms
INFO 2025-03-20 19:02:27,549 [5 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 GET https://10.0.50.50:443/health - -
INFO 2025-03-20 19:02:27,549 [5 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint 'Health checks'
INFO 2025-03-20 19:02:27,550 [5 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:02:27,551 [62 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:02:27,552 [62 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint 'Health checks'
INFO 2025-03-20 19:02:27,552 [5 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 GET https://10.0.50.50:443/health - - - 200 -
application/json 3.3811ms
INFO 2025-03-20 19:02:28,566 [65 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 GET https://10.0.50.50:443/health - -
INFO 2025-03-20 19:02:28,567 [65 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint 'Health checks'
INFO 2025-03-20 19:02:28,568 [65 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:02:28,568 [5 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:02:28,569 [65 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint 'Health checks'
INFO 2025-03-20 19:02:28,569 [67 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 GET https://10.0.50.50:443/health - - - 200 -
application/json 3.3267ms
INFO 2025-03-20 19:02:28,644 [67 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 GET https://10.0.50.50:443/health - -
INFO 2025-03-20 19:02:28,645 [67 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint 'Health checks'
INFO 2025-03-20 19:02:28,646 [67 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:02:28,646 [65 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:02:28,647 [5 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint 'Health checks'
INFO 2025-03-20 19:02:28,647 [65 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 GET https://10.0.50.50:443/health - - - 200 -
application/json 3.2482ms
INFO 2025-03-20 19:02:29,253 [65 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 GET https://10.0.50.50:443/health - -
INFO 2025-03-20 19:02:29,254 [65 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint 'Health checks'
INFO 2025-03-20 19:02:29,255 [65 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:02:29,255 [5 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:02:29,256 [5 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint 'Health checks'
INFO 2025-03-20 19:02:29,256 [63 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 GET https://10.0.50.50:443/health - - - 200 -
application/json 3.2845ms
INFO 2025-03-20 19:02:29,620 [5 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 GET https://10.0.50.50:443/health - -
INFO 2025-03-20 19:02:29,621 [5 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint 'Health checks'
INFO 2025-03-20 19:02:29,622 [5 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:02:29,622 [63 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:02:29,624 [5 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint 'Health checks'
INFO 2025-03-20 19:02:29,624 [63 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 GET https://10.0.50.50:443/health - - - 200 -
application/json 3.3207ms
INFO 2025-03-20 19:02:30,311 [63 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 GET https://10.0.50.50:443/health - -
INFO 2025-03-20 19:02:30,312 [63 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint 'Health checks'
INFO 2025-03-20 19:02:30,313 [63 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:02:30,313 [5 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:02:30,314 [63 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint 'Health checks'
INFO 2025-03-20 19:02:30,315 [5 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 GET https://10.0.50.50:443/health - - - 200 -
application/json 3.3691ms
INFO 2025-03-20 19:02:30,339 [5 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 GET https://10.0.50.50:443/health - -
INFO 2025-03-20 19:02:30,340 [5 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint 'Health checks'
INFO 2025-03-20 19:02:30,340 [5 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:02:30,341 [67 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:02:30,342 [67 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint 'Health checks'
INFO 2025-03-20 19:02:30,342 [67 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 GET https://10.0.50.50:443/health - - - 200 -
application/json 3.3333ms
INFO 2025-03-20 19:02:30,712 [67 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 GET https://10.0.50.50:443/health - -
INFO 2025-03-20 19:02:30,713 [67 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint 'Health checks'
INFO 2025-03-20 19:02:30,714 [62 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:02:30,714 [63 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:02:30,716 [62 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint 'Health checks'
INFO 2025-03-20 19:02:30,716 [63 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 GET https://10.0.50.50:443/health - - - 200 -
application/json 3.5106ms
INFO 2025-03-20 19:02:30,791 [63 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 GET https://10.0.50.50:443/health - -
INFO 2025-03-20 19:02:30,792 [63 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint 'Health checks'
INFO 2025-03-20 19:02:30,793 [63 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:02:30,793 [62 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:02:30,795 [62 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint 'Health checks'
INFO 2025-03-20 19:02:30,795 [63 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 GET https://10.0.50.50:443/health - - - 200 -
application/json 3.4583ms
INFO 2025-03-20 19:02:31,174 [63 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'HealthChecksDb' using provider
'Microsoft.EntityFrameworkCore.InMemory' with options: StoreName=HealthChecksUI
INFO 2025-03-20 19:02:31,174 [63 ] .HttpClient.health-checks.LogicalHandler -
Start processing HTTP request GET https://stg.parcelat.com/health
INFO 2025-03-20 19:02:31,174 [63 ] p.HttpClient.health-checks.ClientHandler -
Sending HTTP request GET https://stg.parcelat.com/health
INFO 2025-03-20 19:02:31,176 [63 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 GET https://stg.parcelat.com/health - -
INFO 2025-03-20 19:02:31,177 [63 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint 'Health checks'
INFO 2025-03-20 19:02:31,178 [63 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:02:31,178 [62 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:02:31,179 [63 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint 'Health checks'
INFO 2025-03-20 19:02:31,179 [62 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 GET https://stg.parcelat.com/health - - - 200 -
application/json 3.2793ms
INFO 2025-03-20 19:02:31,180 [69 ] p.HttpClient.health-checks.ClientHandler -
Received HTTP response headers after 5.7442ms - 200
INFO 2025-03-20 19:02:31,180 [69 ] .HttpClient.health-checks.LogicalHandler -
End processing HTTP request after 5.7925ms - 200
INFO 2025-03-20 19:02:31,180 [69 ] Microsoft.EntityFrameworkCore.Update -
Saved 4 entities to in-memory store.
INFO 2025-03-20 19:02:31,829 [63 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 GET https://10.0.50.50:443/health - -
INFO 2025-03-20 19:02:31,830 [63 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint 'Health checks'
INFO 2025-03-20 19:02:31,831 [62 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:02:31,831 [63 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:02:31,833 [62 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint 'Health checks'
INFO 2025-03-20 19:02:31,833 [63 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 GET https://10.0.50.50:443/health - - - 200 -
application/json 3.5726ms
INFO 2025-03-20 19:02:31,932 [63 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 GET https://10.0.50.50:443/health - -
INFO 2025-03-20 19:02:31,934 [63 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint 'Health checks'
INFO 2025-03-20 19:02:31,935 [62 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:02:31,935 [63 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:02:31,936 [62 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint 'Health checks'
INFO 2025-03-20 19:02:31,937 [63 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 GET https://10.0.50.50:443/health - - - 200 -
application/json 4.1242ms
INFO 2025-03-20 19:02:31,945 [63 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 GET https://10.0.50.50:443/health - -
INFO 2025-03-20 19:02:31,947 [63 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint 'Health checks'
INFO 2025-03-20 19:02:31,948 [62 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:02:31,948 [63 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:02:31,949 [62 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint 'Health checks'
INFO 2025-03-20 19:02:31,950 [63 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 GET https://10.0.50.50:443/health - - - 200 -
application/json 4.0392ms
INFO 2025-03-20 19:02:32,320 [63 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 GET https://10.0.50.50:443/health - -
INFO 2025-03-20 19:02:32,321 [63 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint 'Health checks'
INFO 2025-03-20 19:02:32,322 [63 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:02:32,322 [62 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:02:32,323 [63 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint 'Health checks'
INFO 2025-03-20 19:02:32,323 [62 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 GET https://10.0.50.50:443/health - - - 200 -
application/json 3.3357ms
INFO 2025-03-20 19:02:33,180 [63 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 GET https://10.0.50.50:443/health - -
INFO 2025-03-20 19:02:33,181 [63 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint 'Health checks'
INFO 2025-03-20 19:02:33,182 [63 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:02:33,182 [62 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:02:33,184 [63 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint 'Health checks'
INFO 2025-03-20 19:02:33,184 [62 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 GET https://10.0.50.50:443/health - - - 200 -
application/json 3.5959ms
INFO 2025-03-20 19:02:33,641 [5 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 GET https://10.0.50.50:443/health - -
INFO 2025-03-20 19:02:33,642 [5 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint 'Health checks'
INFO 2025-03-20 19:02:33,643 [5 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:02:33,643 [62 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:02:33,644 [67 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint 'Health checks'
INFO 2025-03-20 19:02:33,644 [62 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 GET https://10.0.50.50:443/health - - - 200 -
application/json 3.2964ms
INFO 2025-03-20 19:02:34,648 [62 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 GET https://10.0.50.50:443/health - -
INFO 2025-03-20 19:02:34,649 [62 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint 'Health checks'
INFO 2025-03-20 19:02:34,650 [62 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:02:34,651 [67 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:02:34,652 [67 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint 'Health checks'
INFO 2025-03-20 19:02:34,652 [67 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 GET https://10.0.50.50:443/health - - - 200 -
application/json 3.9844ms
INFO 2025-03-20 19:02:34,736 [63 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 GET https://10.0.50.50:443/health - -
INFO 2025-03-20 19:02:34,737 [63 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint 'Health checks'
INFO 2025-03-20 19:02:34,738 [63 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:02:34,738 [67 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:02:34,739 [63 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint 'Health checks'
INFO 2025-03-20 19:02:34,739 [62 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 GET https://10.0.50.50:443/health - - - 200 -
application/json 3.2331ms
INFO 2025-03-20 19:02:35,325 [62 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 GET https://10.0.50.50:443/health - -
INFO 2025-03-20 19:02:35,326 [62 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint 'Health checks'
INFO 2025-03-20 19:02:35,327 [63 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:02:35,328 [62 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:02:35,329 [62 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint 'Health checks'
INFO 2025-03-20 19:02:35,330 [63 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 GET https://10.0.50.50:443/health - - - 200 -
application/json 4.3230ms
INFO 2025-03-20 19:02:35,575 [65 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 GET https://10.0.50.50:443/health - -
INFO 2025-03-20 19:02:35,576 [65 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint 'Health checks'
INFO 2025-03-20 19:02:35,576 [65 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:02:35,576 [5 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:02:35,578 [65 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint 'Health checks'
INFO 2025-03-20 19:02:35,578 [5 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 GET https://10.0.50.50:443/health - - - 200 -
application/json 3.3221ms
INFO 2025-03-20 19:02:35,782 [5 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 GET https://10.0.50.50:443/health - -
INFO 2025-03-20 19:02:35,783 [5 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint 'Health checks'
INFO 2025-03-20 19:02:35,784 [5 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:02:35,784 [65 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:02:35,785 [5 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint 'Health checks'
INFO 2025-03-20 19:02:35,785 [65 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 GET https://10.0.50.50:443/health - - - 200 -
application/json 3.2233ms
INFO 2025-03-20 19:02:35,992 [65 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 GET https://10.0.50.50:443/health - -
INFO 2025-03-20 19:02:35,993 [65 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint 'Health checks'
INFO 2025-03-20 19:02:35,994 [65 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:02:35,994 [5 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:02:35,995 [65 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint 'Health checks'
INFO 2025-03-20 19:02:35,996 [5 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 GET https://10.0.50.50:443/health - - - 200 -
application/json 3.2903ms
INFO 2025-03-20 19:02:36,588 [65 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 GET https://10.0.50.50:443/health - -
INFO 2025-03-20 19:02:36,589 [65 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint 'Health checks'
INFO 2025-03-20 19:02:36,590 [65 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:02:36,590 [5 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:02:36,591 [65 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint 'Health checks'
INFO 2025-03-20 19:02:36,592 [5 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 GET https://10.0.50.50:443/health - - - 200 -
application/json 3.3130ms
INFO 2025-03-20 19:02:36,682 [5 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 GET https://10.0.50.50:443/health - -
INFO 2025-03-20 19:02:36,683 [5 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint 'Health checks'
INFO 2025-03-20 19:02:36,684 [5 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:02:36,684 [65 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:02:36,685 [67 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint 'Health checks'
INFO 2025-03-20 19:02:36,686 [67 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 GET https://10.0.50.50:443/health - - - 200 -
application/json 4.0242ms
INFO 2025-03-20 19:02:37,239 [65 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 GET https://10.0.50.50:443/health - -
INFO 2025-03-20 19:02:37,240 [65 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint 'Health checks'
INFO 2025-03-20 19:02:37,241 [65 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:02:37,241 [67 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:02:37,242 [67 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint 'Health checks'
INFO 2025-03-20 19:02:37,242 [65 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 GET https://10.0.50.50:443/health - - - 200 -
application/json 3.5340ms
INFO 2025-03-20 19:02:37,708 [63 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 GET https://10.0.50.50:443/health - -
INFO 2025-03-20 19:02:37,709 [63 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint 'Health checks'
INFO 2025-03-20 19:02:37,710 [63 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:02:37,710 [67 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:02:37,712 [63 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint 'Health checks'
INFO 2025-03-20 19:02:37,712 [63 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 GET https://10.0.50.50:443/health - - - 200 -
application/json 3.4961ms
INFO 2025-03-20 19:02:38,061 [63 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 GET https://10.0.50.50:443/health - -
INFO 2025-03-20 19:02:38,062 [63 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint 'Health checks'
INFO 2025-03-20 19:02:38,063 [67 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:02:38,063 [63 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:02:38,064 [67 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint 'Health checks'
INFO 2025-03-20 19:02:38,065 [62 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 GET https://10.0.50.50:443/health - - - 200 -
application/json 3.5352ms
INFO 2025-03-20 19:02:38,283 [5 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/2 POST https://localhost/signalr-chat?id=Ok8k1VEWPUPMZ7-
v0ZfcZQ text/plain;charset=UTF-8 11
INFO 2025-03-20 19:02:38,283 [65 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/2 POST https://localhost/signalr?id=fOFo9rc1d5m2mz-TrOs4eA
text/plain;charset=UTF-8 11
INFO 2025-03-20 19:02:38,286 [5 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:02:38,286 [65 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:02:38,292 [65 ] tCore.Cors.Infrastructure.CorsMiddleware - No
CORS policy found for the specified request.
INFO 2025-03-20 19:02:38,292 [5 ] tCore.Cors.Infrastructure.CorsMiddleware - No
CORS policy found for the specified request.
INFO 2025-03-20 19:02:38,293 [65 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint '/signalr-chat'
INFO 2025-03-20 19:02:38,293 [5 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint '/signalr'
INFO 2025-03-20 19:02:38,293 [65 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint '/signalr-chat'
INFO 2025-03-20 19:02:38,293 [5 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint '/signalr'
INFO 2025-03-20 19:02:38,293 [65 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/2 POST https://localhost/signalr-chat?id=Ok8k1VEWPUPMZ7-
v0ZfcZQ text/plain;charset=UTF-8 11 - 200 - text/plain 9.8784ms
INFO 2025-03-20 19:02:38,293 [5 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/2 POST https://localhost/signalr?id=fOFo9rc1d5m2mz-TrOs4eA
text/plain;charset=UTF-8 11 - 200 - text/plain 9.8994ms
INFO 2025-03-20 19:02:39,056 [5 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 GET https://10.0.50.50:443/health - -
INFO 2025-03-20 19:02:39,059 [5 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint 'Health checks'
INFO 2025-03-20 19:02:39,060 [65 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:02:39,060 [5 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:02:39,061 [5 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint 'Health checks'
INFO 2025-03-20 19:02:39,061 [65 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 GET https://10.0.50.50:443/health - - - 200 -
application/json 4.8878ms
INFO 2025-03-20 19:02:39,523 [65 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 GET https://10.0.50.50:443/health - -
INFO 2025-03-20 19:02:39,524 [65 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint 'Health checks'
INFO 2025-03-20 19:02:39,525 [65 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:02:39,525 [5 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:02:39,526 [65 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint 'Health checks'
INFO 2025-03-20 19:02:39,526 [5 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 GET https://10.0.50.50:443/health - - - 200 -
application/json 3.3415ms
INFO 2025-03-20 19:02:40,110 [5 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 GET https://10.0.50.50:443/health - -
INFO 2025-03-20 19:02:40,111 [5 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint 'Health checks'
INFO 2025-03-20 19:02:40,111 [5 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:02:40,112 [65 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:02:40,113 [5 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint 'Health checks'
INFO 2025-03-20 19:02:40,113 [65 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 GET https://10.0.50.50:443/health - - - 200 -
application/json 3.2838ms
INFO 2025-03-20 19:02:40,151 [65 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 GET https://10.0.50.50:443/health - -
INFO 2025-03-20 19:02:40,152 [65 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint 'Health checks'
INFO 2025-03-20 19:02:40,153 [65 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:02:40,153 [5 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:02:40,154 [65 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint 'Health checks'
INFO 2025-03-20 19:02:40,154 [5 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 GET https://10.0.50.50:443/health - - - 200 -
application/json 3.3573ms
INFO 2025-03-20 19:02:40,327 [5 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 GET https://10.0.50.50:443/health - -
INFO 2025-03-20 19:02:40,328 [5 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint 'Health checks'
INFO 2025-03-20 19:02:40,329 [67 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:02:40,329 [65 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:02:40,331 [67 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint 'Health checks'
INFO 2025-03-20 19:02:40,331 [65 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 GET https://10.0.50.50:443/health - - - 200 -
application/json 3.2604ms
INFO 2025-03-20 19:02:40,610 [67 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 GET https://10.0.50.50:443/health - -
INFO 2025-03-20 19:02:40,611 [67 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint 'Health checks'
INFO 2025-03-20 19:02:40,612 [67 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:02:40,612 [65 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:02:40,614 [67 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint 'Health checks'
INFO 2025-03-20 19:02:40,614 [65 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 GET https://10.0.50.50:443/health - - - 200 -
application/json 3.3904ms
INFO 2025-03-20 19:02:41,002 [65 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 GET https://10.0.50.50:443/health - -
INFO 2025-03-20 19:02:41,003 [65 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint 'Health checks'
INFO 2025-03-20 19:02:41,004 [65 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:02:41,004 [67 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:02:41,005 [65 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint 'Health checks'
INFO 2025-03-20 19:02:41,006 [67 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 GET https://10.0.50.50:443/health - - - 200 -
application/json 3.3320ms
INFO 2025-03-20 19:02:41,179 [67 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'HealthChecksDb' using provider
'Microsoft.EntityFrameworkCore.InMemory' with options: StoreName=HealthChecksUI
INFO 2025-03-20 19:02:41,180 [67 ] .HttpClient.health-checks.LogicalHandler -
Start processing HTTP request GET https://stg.parcelat.com/health
INFO 2025-03-20 19:02:41,180 [67 ] p.HttpClient.health-checks.ClientHandler -
Sending HTTP request GET https://stg.parcelat.com/health
INFO 2025-03-20 19:02:41,182 [67 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 GET https://stg.parcelat.com/health - -
INFO 2025-03-20 19:02:41,183 [67 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint 'Health checks'
INFO 2025-03-20 19:02:41,184 [65 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:02:41,185 [67 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:02:41,186 [67 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint 'Health checks'
INFO 2025-03-20 19:02:41,186 [65 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 GET https://stg.parcelat.com/health - - - 200 -
application/json 4.0887ms
INFO 2025-03-20 19:02:41,186 [69 ] p.HttpClient.health-checks.ClientHandler -
Received HTTP response headers after 6.4415ms - 200
INFO 2025-03-20 19:02:41,186 [69 ] .HttpClient.health-checks.LogicalHandler -
End processing HTTP request after 6.492ms - 200
INFO 2025-03-20 19:02:41,187 [69 ] Microsoft.EntityFrameworkCore.Update -
Saved 3 entities to in-memory store.
INFO 2025-03-20 19:02:41,255 [65 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 GET https://10.0.50.50:443/health - -
INFO 2025-03-20 19:02:41,256 [65 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint 'Health checks'
INFO 2025-03-20 19:02:41,257 [65 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:02:41,257 [67 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:02:41,258 [65 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint 'Health checks'
INFO 2025-03-20 19:02:41,258 [67 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 GET https://10.0.50.50:443/health - - - 200 -
application/json 3.3814ms
INFO 2025-03-20 19:02:41,644 [65 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 GET https://10.0.50.50:443/health - -
INFO 2025-03-20 19:02:41,645 [65 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint 'Health checks'
INFO 2025-03-20 19:02:41,646 [65 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:02:41,646 [67 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:02:41,648 [5 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint 'Health checks'
INFO 2025-03-20 19:02:41,648 [65 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 GET https://10.0.50.50:443/health - - - 200 -
application/json 3.3519ms
INFO 2025-03-20 19:02:41,709 [65 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 POST https://stg.parcelat.com/signalr-chat?
id=fyfEah_KX89eNU4vNzeRxg text/plain;charset=UTF-8 11
INFO 2025-03-20 19:02:41,710 [65 ] tion.Cookies.CookieAuthenticationHandler -
Identity.Application was not authenticated. Failure message: Unprotect ticket
failed
INFO 2025-03-20 19:02:41,710 [65 ] tCore.Cors.Infrastructure.CorsMiddleware - No
CORS policy found for the specified request.
INFO 2025-03-20 19:02:41,710 [65 ] tion.Cookies.CookieAuthenticationHandler -
Identity.Application was not authenticated. Failure message: Unprotect ticket
failed
INFO 2025-03-20 19:02:41,710 [65 ] tion.Cookies.CookieAuthenticationHandler -
Identity.Application was not authenticated. Failure message: Unprotect ticket
failed
INFO 2025-03-20 19:02:41,710 [65 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint '/signalr-chat'
INFO 2025-03-20 19:02:41,711 [65 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint '/signalr-chat'
INFO 2025-03-20 19:02:41,711 [65 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 POST https://stg.parcelat.com/signalr-chat?
id=fyfEah_KX89eNU4vNzeRxg text/plain;charset=UTF-8 11 - 200 - text/plain 1.2601ms
INFO 2025-03-20 19:02:41,721 [65 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 POST https://stg.parcelat.com/signalr?id=x9JCY-
HNxHL_oWL1shdsLw text/plain;charset=UTF-8 11
INFO 2025-03-20 19:02:41,721 [65 ] tion.Cookies.CookieAuthenticationHandler -
Identity.Application was not authenticated. Failure message: Unprotect ticket
failed
INFO 2025-03-20 19:02:41,721 [65 ] tCore.Cors.Infrastructure.CorsMiddleware - No
CORS policy found for the specified request.
INFO 2025-03-20 19:02:41,722 [65 ] tion.Cookies.CookieAuthenticationHandler -
Identity.Application was not authenticated. Failure message: Unprotect ticket
failed
INFO 2025-03-20 19:02:41,722 [65 ] tion.Cookies.CookieAuthenticationHandler -
Identity.Application was not authenticated. Failure message: Unprotect ticket
failed
INFO 2025-03-20 19:02:41,722 [65 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint '/signalr'
INFO 2025-03-20 19:02:41,722 [65 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint '/signalr'
INFO 2025-03-20 19:02:41,722 [65 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 POST https://stg.parcelat.com/signalr?id=x9JCY-
HNxHL_oWL1shdsLw text/plain;charset=UTF-8 11 - 200 - text/plain 1.0544ms
INFO 2025-03-20 19:02:41,941 [65 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 GET https://10.0.50.50:443/health - -
INFO 2025-03-20 19:02:41,942 [65 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint 'Health checks'
INFO 2025-03-20 19:02:41,943 [65 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:02:41,943 [5 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:02:41,944 [5 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint 'Health checks'
INFO 2025-03-20 19:02:41,944 [65 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 GET https://10.0.50.50:443/health - - - 200 -
application/json 3.2719ms
INFO 2025-03-20 19:02:42,473 [5 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 GET https://10.0.50.50:443/health - -
INFO 2025-03-20 19:02:42,474 [5 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint 'Health checks'
INFO 2025-03-20 19:02:42,475 [5 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:02:42,475 [65 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:02:42,479 [65 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint 'Health checks'
INFO 2025-03-20 19:02:42,479 [62 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 GET https://10.0.50.50:443/health - - - 200 -
application/json 5.8485ms
INFO 2025-03-20 19:02:43,148 [62 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 GET https://10.0.50.50:443/health - -
INFO 2025-03-20 19:02:43,149 [62 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint 'Health checks'
INFO 2025-03-20 19:02:43,150 [65 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:02:43,151 [62 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:02:43,152 [62 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint 'Health checks'
INFO 2025-03-20 19:02:43,152 [65 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 GET https://10.0.50.50:443/health - - - 200 -
application/json 4.3324ms
INFO 2025-03-20 19:02:43,883 [65 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 GET https://10.0.50.50:443/health - -
INFO 2025-03-20 19:02:43,885 [65 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint 'Health checks'
INFO 2025-03-20 19:02:43,886 [5 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:02:43,887 [63 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:02:43,889 [63 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint 'Health checks'
INFO 2025-03-20 19:02:43,889 [63 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 GET https://10.0.50.50:443/health - - - 200 -
application/json 5.8270ms
INFO 2025-03-20 19:02:44,757 [63 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 GET https://10.0.50.50:443/health - -
INFO 2025-03-20 19:02:44,757 [63 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint 'Health checks'
INFO 2025-03-20 19:02:44,758 [63 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:02:44,758 [5 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:02:44,760 [63 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint 'Health checks'
INFO 2025-03-20 19:02:44,760 [5 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 GET https://10.0.50.50:443/health - - - 200 -
application/json 3.5171ms
INFO 2025-03-20 19:02:44,779 [5 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 GET https://10.0.50.50:443/health - -
INFO 2025-03-20 19:02:44,780 [5 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint 'Health checks'
INFO 2025-03-20 19:02:44,780 [63 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:02:44,780 [5 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:02:44,782 [5 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint 'Health checks'
INFO 2025-03-20 19:02:44,782 [63 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 GET https://10.0.50.50:443/health - - - 200 -
application/json 3.1035ms
INFO 2025-03-20 19:02:44,799 [63 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 GET https://10.0.50.50:443/health - -
INFO 2025-03-20 19:02:44,800 [63 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint 'Health checks'
INFO 2025-03-20 19:02:44,801 [63 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:02:44,801 [5 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:02:44,802 [63 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint 'Health checks'
INFO 2025-03-20 19:02:44,802 [5 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 GET https://10.0.50.50:443/health - - - 200 -
application/json 2.8307ms
INFO 2025-03-20 19:02:44,903 [5 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 GET https://10.0.50.50:443/health - -
INFO 2025-03-20 19:02:44,904 [5 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint 'Health checks'
INFO 2025-03-20 19:02:44,905 [5 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:02:44,906 [63 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:02:44,907 [63 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint 'Health checks'
INFO 2025-03-20 19:02:44,907 [63 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 GET https://10.0.50.50:443/health - - - 200 -
application/json 3.8585ms
INFO 2025-03-20 19:02:45,685 [5 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 GET https://10.0.50.50:443/health - -
INFO 2025-03-20 19:02:45,686 [5 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint 'Health checks'
INFO 2025-03-20 19:02:45,687 [63 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:02:45,687 [5 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:02:45,688 [5 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint 'Health checks'
INFO 2025-03-20 19:02:45,688 [62 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 GET https://10.0.50.50:443/health - - - 200 -
application/json 3.2888ms
INFO 2025-03-20 19:02:46,095 [62 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 GET https://10.0.50.50:443/health - -
INFO 2025-03-20 19:02:46,096 [62 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint 'Health checks'
INFO 2025-03-20 19:02:46,097 [62 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:02:46,097 [5 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:02:46,098 [62 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint 'Health checks'
INFO 2025-03-20 19:02:46,098 [67 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 GET https://10.0.50.50:443/health - - - 200 -
application/json 3.2966ms
INFO 2025-03-20 19:02:46,355 [67 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 GET https://10.0.50.50:443/health - -
INFO 2025-03-20 19:02:46,356 [67 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint 'Health checks'
INFO 2025-03-20 19:02:46,357 [67 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:02:46,357 [62 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:02:46,359 [67 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint 'Health checks'
INFO 2025-03-20 19:02:46,359 [62 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 GET https://10.0.50.50:443/health - - - 200 -
application/json 3.4275ms
INFO 2025-03-20 19:02:46,639 [62 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 GET https://10.0.50.50:443/health - -
INFO 2025-03-20 19:02:46,640 [62 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint 'Health checks'
INFO 2025-03-20 19:02:46,641 [67 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:02:46,641 [62 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:02:46,642 [62 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint 'Health checks'
INFO 2025-03-20 19:02:46,642 [65 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 GET https://10.0.50.50:443/health - - - 200 -
application/json 3.4497ms
INFO 2025-03-20 19:02:47,158 [65 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 GET https://10.0.50.50:443/health - -
INFO 2025-03-20 19:02:47,159 [65 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint 'Health checks'
INFO 2025-03-20 19:02:47,160 [65 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:02:47,160 [62 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:02:47,162 [63 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint 'Health checks'
INFO 2025-03-20 19:02:47,162 [67 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 GET https://10.0.50.50:443/health - - - 200 -
application/json 3.5861ms
INFO 2025-03-20 19:02:47,500 [62 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 GET https://10.0.50.50:443/health - -
INFO 2025-03-20 19:02:47,501 [62 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint 'Health checks'
INFO 2025-03-20 19:02:47,501 [62 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:02:47,502 [65 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:02:47,503 [65 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint 'Health checks'
INFO 2025-03-20 19:02:47,503 [62 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 GET https://10.0.50.50:443/health - - - 200 -
application/json 3.4340ms
INFO 2025-03-20 19:02:47,818 [62 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 GET https://10.0.50.50:443/health - -
INFO 2025-03-20 19:02:47,819 [62 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint 'Health checks'
INFO 2025-03-20 19:02:47,820 [62 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:02:47,820 [65 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:02:47,822 [62 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint 'Health checks'
INFO 2025-03-20 19:02:47,822 [65 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 GET https://10.0.50.50:443/health - - - 200 -
application/json 3.4115ms
INFO 2025-03-20 19:02:49,070 [65 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 GET https://10.0.50.50:443/health - -
INFO 2025-03-20 19:02:49,071 [65 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint 'Health checks'
INFO 2025-03-20 19:02:49,072 [65 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:02:49,072 [62 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:02:49,073 [65 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint 'Health checks'
INFO 2025-03-20 19:02:49,074 [62 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 GET https://10.0.50.50:443/health - - - 200 -
application/json 3.4655ms
INFO 2025-03-20 19:02:49,745 [62 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 GET https://10.0.50.50:443/health - -
INFO 2025-03-20 19:02:49,746 [62 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint 'Health checks'
INFO 2025-03-20 19:02:49,747 [62 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:02:49,747 [65 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:02:49,747 [62 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 GET https://10.0.50.50:443/health - -
INFO 2025-03-20 19:02:49,748 [62 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint 'Health checks'
INFO 2025-03-20 19:02:49,748 [65 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint 'Health checks'
INFO 2025-03-20 19:02:49,748 [65 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 GET https://10.0.50.50:443/health - - - 200 -
application/json 3.3943ms
INFO 2025-03-20 19:02:49,749 [62 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:02:49,749 [65 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:02:49,750 [62 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint 'Health checks'
INFO 2025-03-20 19:02:49,750 [65 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 GET https://10.0.50.50:443/health - - - 200 -
application/json 2.3807ms
INFO 2025-03-20 19:02:49,777 [65 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 GET https://10.0.50.50:443/health - -
INFO 2025-03-20 19:02:49,778 [65 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint 'Health checks'
INFO 2025-03-20 19:02:49,779 [65 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:02:49,779 [62 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:02:49,780 [65 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint 'Health checks'
INFO 2025-03-20 19:02:49,780 [62 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 GET https://10.0.50.50:443/health - - - 200 -
application/json 3.4281ms
INFO 2025-03-20 19:02:50,063 [62 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 GET https://10.0.50.50:443/health - -
INFO 2025-03-20 19:02:50,064 [62 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint 'Health checks'
INFO 2025-03-20 19:02:50,065 [62 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:02:50,065 [65 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:02:50,067 [62 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint 'Health checks'
INFO 2025-03-20 19:02:50,067 [65 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 GET https://10.0.50.50:443/health - - - 200 -
application/json 3.3376ms
DEBUG 2025-03-20 19:02:50,347 [62 ] Abp.AspNetCore.SignalR.Hubs.AbpCommonHub - A
client is disconnected: r77rs2CnPJI_GJG8xcO2qA
INFO 2025-03-20 19:02:50,347 [62 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint '/signalr'
INFO 2025-03-20 19:02:50,347 [62 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 GET https://stg.parcelat.com/signalr?
id=tXn68fdYjlxlfm_nk3lGAA - - - 200 - text/event-stream 110647.8909ms
DEBUG 2025-03-20 19:02:50,348 [65 ] EnterpriseBase.Web.Chat.SignalR.ChatHub - A
client is disconnected: Yix5Ni0qq0mtZkFPYSs8ow
INFO 2025-03-20 19:02:50,349 [65 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint '/signalr-chat'
INFO 2025-03-20 19:02:50,349 [65 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 GET https://stg.parcelat.com/signalr-chat?id=VuCm2ZPV-
N1WtIsIU8m59g - - - 200 - text/event-stream 110665.0693ms
INFO 2025-03-20 19:02:50,522 [65 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 POST https://stg.parcelat.com/signalr-chat/negotiate?
negotiateVersion=1 text/plain;charset=UTF-8 0
INFO 2025-03-20 19:02:50,523 [65 ] tion.Cookies.CookieAuthenticationHandler -
Identity.Application was not authenticated. Failure message: Unprotect ticket
failed
INFO 2025-03-20 19:02:50,523 [65 ] tCore.Cors.Infrastructure.CorsMiddleware - No
CORS policy found for the specified request.
INFO 2025-03-20 19:02:50,523 [65 ] tion.Cookies.CookieAuthenticationHandler -
Identity.Application was not authenticated. Failure message: Unprotect ticket
failed
INFO 2025-03-20 19:02:50,523 [65 ] tion.Cookies.CookieAuthenticationHandler -
Identity.Application was not authenticated. Failure message: Unprotect ticket
failed
INFO 2025-03-20 19:02:50,523 [65 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint '/signalr-chat/negotiate'
INFO 2025-03-20 19:02:50,523 [65 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint '/signalr-chat/negotiate'
INFO 2025-03-20 19:02:50,523 [62 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 POST https://stg.parcelat.com/signalr-chat/negotiate?
negotiateVersion=1 text/plain;charset=UTF-8 0 - 200 253 application/json 1.2268ms
INFO 2025-03-20 19:02:50,528 [62 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 POST https://stg.parcelat.com/signalr/negotiate?
negotiateVersion=1 text/plain;charset=UTF-8 0
INFO 2025-03-20 19:02:50,529 [62 ] tion.Cookies.CookieAuthenticationHandler -
Identity.Application was not authenticated. Failure message: Unprotect ticket
failed
INFO 2025-03-20 19:02:50,529 [62 ] tCore.Cors.Infrastructure.CorsMiddleware - No
CORS policy found for the specified request.
INFO 2025-03-20 19:02:50,529 [62 ] tion.Cookies.CookieAuthenticationHandler -
Identity.Application was not authenticated. Failure message: Unprotect ticket
failed
INFO 2025-03-20 19:02:50,529 [62 ] tion.Cookies.CookieAuthenticationHandler -
Identity.Application was not authenticated. Failure message: Unprotect ticket
failed
INFO 2025-03-20 19:02:50,529 [62 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint '/signalr/negotiate'
INFO 2025-03-20 19:02:50,529 [62 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint '/signalr/negotiate'
INFO 2025-03-20 19:02:50,529 [5 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 POST https://stg.parcelat.com/signalr/negotiate?
negotiateVersion=1 text/plain;charset=UTF-8 0 - 200 253 application/json 1.0940ms
INFO 2025-03-20 19:02:50,701 [5 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 GET https://stg.parcelat.com/signalr-chat?
id=GCumBymbcyBlUas2Zbbsxw - -
INFO 2025-03-20 19:02:50,701 [5 ] tion.Cookies.CookieAuthenticationHandler -
Identity.Application was not authenticated. Failure message: Unprotect ticket
failed
INFO 2025-03-20 19:02:50,701 [5 ] tion.Cookies.CookieAuthenticationHandler -
Identity.Application was not authenticated. Failure message: Unprotect ticket
failed
INFO 2025-03-20 19:02:50,702 [5 ] tion.Cookies.CookieAuthenticationHandler -
Identity.Application was not authenticated. Failure message: Unprotect ticket
failed
INFO 2025-03-20 19:02:50,702 [5 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint '/signalr-chat'
INFO 2025-03-20 19:02:50,704 [5 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 GET https://stg.parcelat.com/signalr?id=I46y-F3ZsVXfR-
Ro2UyFvQ - -
INFO 2025-03-20 19:02:50,704 [5 ] tion.Cookies.CookieAuthenticationHandler -
Identity.Application was not authenticated. Failure message: Unprotect ticket
failed
INFO 2025-03-20 19:02:50,705 [5 ] tion.Cookies.CookieAuthenticationHandler -
Identity.Application was not authenticated. Failure message: Unprotect ticket
failed
INFO 2025-03-20 19:02:50,705 [5 ] tion.Cookies.CookieAuthenticationHandler -
Identity.Application was not authenticated. Failure message: Unprotect ticket
failed
INFO 2025-03-20 19:02:50,705 [5 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint '/signalr'
INFO 2025-03-20 19:02:51,151 [62 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 GET https://10.0.50.50:443/health - -
INFO 2025-03-20 19:02:51,153 [62 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint 'Health checks'
INFO 2025-03-20 19:02:51,154 [62 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:02:51,154 [5 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:02:51,155 [5 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint 'Health checks'
INFO 2025-03-20 19:02:51,155 [65 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 GET https://10.0.50.50:443/health - - - 200 -
application/json 3.6140ms
INFO 2025-03-20 19:02:51,203 [65 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'HealthChecksDb' using provider
'Microsoft.EntityFrameworkCore.InMemory' with options: StoreName=HealthChecksUI
INFO 2025-03-20 19:02:51,203 [65 ] .HttpClient.health-checks.LogicalHandler -
Start processing HTTP request GET https://stg.parcelat.com/health
INFO 2025-03-20 19:02:51,203 [65 ] p.HttpClient.health-checks.ClientHandler -
Sending HTTP request GET https://stg.parcelat.com/health
INFO 2025-03-20 19:02:51,205 [65 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 GET https://stg.parcelat.com/health - -
INFO 2025-03-20 19:02:51,206 [65 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint 'Health checks'
INFO 2025-03-20 19:02:51,207 [65 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:02:51,207 [5 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:02:51,208 [62 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint 'Health checks'
INFO 2025-03-20 19:02:51,208 [5 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 GET https://stg.parcelat.com/health - - - 200 -
application/json 2.9774ms
INFO 2025-03-20 19:02:51,208 [69 ] p.HttpClient.health-checks.ClientHandler -
Received HTTP response headers after 5.3462ms - 200
INFO 2025-03-20 19:02:51,208 [69 ] .HttpClient.health-checks.LogicalHandler -
End processing HTTP request after 5.3907ms - 200
INFO 2025-03-20 19:02:51,209 [69 ] Microsoft.EntityFrameworkCore.Update -
Saved 4 entities to in-memory store.
INFO 2025-03-20 19:02:51,216 [5 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 POST https://stg.parcelat.com/signalr-chat?
id=GCumBymbcyBlUas2Zbbsxw text/plain;charset=UTF-8 32
INFO 2025-03-20 19:02:51,217 [5 ] tion.Cookies.CookieAuthenticationHandler -
Identity.Application was not authenticated. Failure message: Unprotect ticket
failed
INFO 2025-03-20 19:02:51,217 [5 ] tCore.Cors.Infrastructure.CorsMiddleware - No
CORS policy found for the specified request.
INFO 2025-03-20 19:02:51,217 [5 ] tion.Cookies.CookieAuthenticationHandler -
Identity.Application was not authenticated. Failure message: Unprotect ticket
failed
INFO 2025-03-20 19:02:51,217 [5 ] tion.Cookies.CookieAuthenticationHandler -
Identity.Application was not authenticated. Failure message: Unprotect ticket
failed
INFO 2025-03-20 19:02:51,217 [62 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 POST https://stg.parcelat.com/signalr?id=I46y-F3ZsVXfR-
Ro2UyFvQ text/plain;charset=UTF-8 32
INFO 2025-03-20 19:02:51,217 [5 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint '/signalr-chat'
INFO 2025-03-20 19:02:51,217 [5 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint '/signalr-chat'
INFO 2025-03-20 19:02:51,217 [62 ] tion.Cookies.CookieAuthenticationHandler -
Identity.Application was not authenticated. Failure message: Unprotect ticket
failed
INFO 2025-03-20 19:02:51,218 [62 ] tCore.Cors.Infrastructure.CorsMiddleware - No
CORS policy found for the specified request.
INFO 2025-03-20 19:02:51,218 [62 ] tion.Cookies.CookieAuthenticationHandler -
Identity.Application was not authenticated. Failure message: Unprotect ticket
failed
INFO 2025-03-20 19:02:51,218 [62 ] tion.Cookies.CookieAuthenticationHandler -
Identity.Application was not authenticated. Failure message: Unprotect ticket
failed
INFO 2025-03-20 19:02:51,218 [62 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint '/signalr'
INFO 2025-03-20 19:02:51,218 [62 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint '/signalr'
INFO 2025-03-20 19:02:51,218 [62 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 POST https://stg.parcelat.com/signalr-chat?
id=GCumBymbcyBlUas2Zbbsxw text/plain;charset=UTF-8 32 - 200 - text/plain 1.9067ms
DEBUG 2025-03-20 19:02:51,218 [62 ] Abp.AspNetCore.SignalR.Hubs.AbpCommonHub - A
client is connected:
{"ConnectionId":"MpI3tdULZYIBm41q2TBNcQ","IpAddress":"103.103.174.14","TenantId":nu
ll,"UserId":null,"ConnectTime":"2025-03-20T19:02:51.2187242+03:00","Properties":{}}
INFO 2025-03-20 19:02:51,218 [62 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 POST https://stg.parcelat.com/signalr?id=I46y-F3ZsVXfR-
Ro2UyFvQ text/plain;charset=UTF-8 32 - 200 - text/plain 1.1574ms
DEBUG 2025-03-20 19:02:51,219 [5 ] EnterpriseBase.Web.Chat.SignalR.ChatHub - A
client is connected:
{"ConnectionId":"hXcjNoRmtnscYaBMxkv91g","IpAddress":"103.103.174.14","TenantId":nu
ll,"UserId":null,"ConnectTime":"2025-03-20T19:02:51.2197943+03:00","Properties":{}}
INFO 2025-03-20 19:02:51,427 [5 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 GET https://10.0.50.50:443/health - -
INFO 2025-03-20 19:02:51,428 [5 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint 'Health checks'
INFO 2025-03-20 19:02:51,429 [5 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:02:51,429 [63 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:02:51,430 [5 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint 'Health checks'
INFO 2025-03-20 19:02:51,430 [63 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 GET https://10.0.50.50:443/health - - - 200 -
application/json 3.2307ms
INFO 2025-03-20 19:02:51,596 [63 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 GET https://10.0.50.50:443/health - -
INFO 2025-03-20 19:02:51,597 [63 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint 'Health checks'
INFO 2025-03-20 19:02:51,598 [65 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:02:51,598 [5 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:02:51,600 [65 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint 'Health checks'
INFO 2025-03-20 19:02:51,600 [5 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 GET https://10.0.50.50:443/health - - - 200 -
application/json 3.5231ms
INFO 2025-03-20 19:02:51,909 [5 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 GET https://10.0.50.50:443/health - -
INFO 2025-03-20 19:02:51,910 [5 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint 'Health checks'
INFO 2025-03-20 19:02:51,911 [65 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:02:51,911 [5 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:02:51,913 [5 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint 'Health checks'
INFO 2025-03-20 19:02:51,913 [65 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 GET https://10.0.50.50:443/health - - - 200 -
application/json 3.5301ms
INFO 2025-03-20 19:02:52,249 [65 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 GET https://10.0.50.50:443/health - -
INFO 2025-03-20 19:02:52,250 [65 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint 'Health checks'
INFO 2025-03-20 19:02:52,251 [65 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:02:52,251 [5 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:02:52,252 [65 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint 'Health checks'
INFO 2025-03-20 19:02:52,252 [5 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 GET https://10.0.50.50:443/health - - - 200 -
application/json 3.2489ms
INFO 2025-03-20 19:02:52,280 [5 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 GET https://10.0.50.50:443/health - -
INFO 2025-03-20 19:02:52,281 [5 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint 'Health checks'
INFO 2025-03-20 19:02:52,282 [5 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:02:52,282 [65 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:02:52,283 [5 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint 'Health checks'
INFO 2025-03-20 19:02:52,283 [65 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 GET https://10.0.50.50:443/health - - - 200 -
application/json 3.0519ms
INFO 2025-03-20 19:02:53,275 [5 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 GET https://10.0.50.50:443/health - -
INFO 2025-03-20 19:02:53,276 [5 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint 'Health checks'
INFO 2025-03-20 19:02:53,276 [5 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:02:53,277 [65 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:02:53,278 [5 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint 'Health checks'
INFO 2025-03-20 19:02:53,278 [62 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 GET https://10.0.50.50:443/health - - - 200 -
application/json 3.4250ms
INFO 2025-03-20 19:02:54,269 [63 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 GET https://10.0.50.50:443/health - -
INFO 2025-03-20 19:02:54,270 [63 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint 'Health checks'
INFO 2025-03-20 19:02:54,271 [63 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:02:54,271 [5 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:02:54,273 [5 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint 'Health checks'
INFO 2025-03-20 19:02:54,273 [63 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 GET https://10.0.50.50:443/health - - - 200 -
application/json 3.4241ms
INFO 2025-03-20 19:02:54,549 [5 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 GET https://10.0.50.50:443/health - -
INFO 2025-03-20 19:02:54,550 [5 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint 'Health checks'
INFO 2025-03-20 19:02:54,551 [5 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:02:54,551 [63 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:02:54,552 [5 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint 'Health checks'
INFO 2025-03-20 19:02:54,552 [63 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 GET https://10.0.50.50:443/health - - - 200 -
application/json 3.2946ms
INFO 2025-03-20 19:02:54,568 [63 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 GET https://10.0.50.50:443/health - -
INFO 2025-03-20 19:02:54,569 [63 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint 'Health checks'
INFO 2025-03-20 19:02:54,570 [63 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:02:54,570 [5 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:02:54,571 [63 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint 'Health checks'
INFO 2025-03-20 19:02:54,571 [5 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 GET https://10.0.50.50:443/health - - - 200 -
application/json 3.1564ms
INFO 2025-03-20 19:02:54,589 [5 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 GET https://10.0.50.50:443/health - -
INFO 2025-03-20 19:02:54,590 [5 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint 'Health checks'
INFO 2025-03-20 19:02:54,591 [5 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:02:54,591 [63 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:02:54,592 [5 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint 'Health checks'
INFO 2025-03-20 19:02:54,592 [63 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 GET https://10.0.50.50:443/health - - - 200 -
application/json 3.2225ms
INFO 2025-03-20 19:02:54,872 [63 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 GET https://10.0.50.50:443/health - -
INFO 2025-03-20 19:02:54,873 [63 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint 'Health checks'
INFO 2025-03-20 19:02:54,874 [5 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:02:54,874 [67 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:02:54,876 [67 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint 'Health checks'
INFO 2025-03-20 19:02:54,876 [5 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 GET https://10.0.50.50:443/health - - - 200 -
application/json 3.3913ms
INFO 2025-03-20 19:02:55,932 [67 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 GET https://10.0.50.50:443/health - -
INFO 2025-03-20 19:02:55,933 [67 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint 'Health checks'
INFO 2025-03-20 19:02:55,934 [67 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:02:55,934 [5 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:02:55,936 [67 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint 'Health checks'
INFO 2025-03-20 19:02:55,936 [5 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 GET https://10.0.50.50:443/health - - - 200 -
application/json 4.0236ms
INFO 2025-03-20 19:02:56,359 [67 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 GET https://10.0.50.50:443/health - -
INFO 2025-03-20 19:02:56,360 [67 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint 'Health checks'
INFO 2025-03-20 19:02:56,361 [67 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:02:56,361 [63 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:02:56,362 [63 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint 'Health checks'
INFO 2025-03-20 19:02:56,362 [67 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 GET https://10.0.50.50:443/health - - - 200 -
application/json 3.3262ms
INFO 2025-03-20 19:02:56,762 [67 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 GET https://10.0.50.50:443/health - -
INFO 2025-03-20 19:02:56,763 [67 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint 'Health checks'
INFO 2025-03-20 19:02:56,764 [67 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:02:56,764 [63 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:02:56,765 [63 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint 'Health checks'
INFO 2025-03-20 19:02:56,765 [62 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 GET https://10.0.50.50:443/health - - - 200 -
application/json 3.3192ms
INFO 2025-03-20 19:02:56,930 [62 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 GET https://10.0.50.50:443/health - -
INFO 2025-03-20 19:02:56,931 [62 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint 'Health checks'
INFO 2025-03-20 19:02:56,932 [62 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:02:56,932 [63 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:02:56,933 [67 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint 'Health checks'
INFO 2025-03-20 19:02:56,934 [62 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 GET https://10.0.50.50:443/health - - - 200 -
application/json 3.5681ms
INFO 2025-03-20 19:02:57,088 [62 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 GET https://10.0.50.50:443/health - -
INFO 2025-03-20 19:02:57,089 [62 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint 'Health checks'
INFO 2025-03-20 19:02:57,090 [62 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:02:57,090 [67 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:02:57,092 [67 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint 'Health checks'
INFO 2025-03-20 19:02:57,092 [63 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 GET https://10.0.50.50:443/health - - - 200 -
application/json 3.2496ms
INFO 2025-03-20 19:02:57,257 [63 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 GET https://10.0.50.50:443/health - -
INFO 2025-03-20 19:02:57,258 [63 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint 'Health checks'
INFO 2025-03-20 19:02:57,259 [63 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:02:57,259 [67 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:02:57,261 [62 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint 'Health checks'
INFO 2025-03-20 19:02:57,261 [67 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 GET https://10.0.50.50:443/health - - - 200 -
application/json 3.2697ms
INFO 2025-03-20 19:02:57,706 [5 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 POST https://stg.parcelat.com/signalr-chat?
id=fyfEah_KX89eNU4vNzeRxg text/plain;charset=UTF-8 11
INFO 2025-03-20 19:02:57,707 [5 ] tion.Cookies.CookieAuthenticationHandler -
Identity.Application was not authenticated. Failure message: Unprotect ticket
failed
INFO 2025-03-20 19:02:57,707 [5 ] tCore.Cors.Infrastructure.CorsMiddleware - No
CORS policy found for the specified request.
INFO 2025-03-20 19:02:57,707 [5 ] tion.Cookies.CookieAuthenticationHandler -
Identity.Application was not authenticated. Failure message: Unprotect ticket
failed
INFO 2025-03-20 19:02:57,707 [5 ] tion.Cookies.CookieAuthenticationHandler -
Identity.Application was not authenticated. Failure message: Unprotect ticket
failed
INFO 2025-03-20 19:02:57,707 [5 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint '/signalr-chat'
INFO 2025-03-20 19:02:57,707 [5 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint '/signalr-chat'
INFO 2025-03-20 19:02:57,707 [5 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 POST https://stg.parcelat.com/signalr-chat?
id=fyfEah_KX89eNU4vNzeRxg text/plain;charset=UTF-8 11 - 200 - text/plain 1.2848ms
INFO 2025-03-20 19:02:57,716 [5 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 POST https://stg.parcelat.com/signalr?id=x9JCY-
HNxHL_oWL1shdsLw text/plain;charset=UTF-8 11
INFO 2025-03-20 19:02:57,716 [5 ] tion.Cookies.CookieAuthenticationHandler -
Identity.Application was not authenticated. Failure message: Unprotect ticket
failed
INFO 2025-03-20 19:02:57,716 [5 ] tCore.Cors.Infrastructure.CorsMiddleware - No
CORS policy found for the specified request.
INFO 2025-03-20 19:02:57,716 [5 ] tion.Cookies.CookieAuthenticationHandler -
Identity.Application was not authenticated. Failure message: Unprotect ticket
failed
INFO 2025-03-20 19:02:57,716 [5 ] tion.Cookies.CookieAuthenticationHandler -
Identity.Application was not authenticated. Failure message: Unprotect ticket
failed
INFO 2025-03-20 19:02:57,717 [5 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint '/signalr'
INFO 2025-03-20 19:02:57,717 [5 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint '/signalr'
INFO 2025-03-20 19:02:57,717 [65 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 POST https://stg.parcelat.com/signalr?id=x9JCY-
HNxHL_oWL1shdsLw text/plain;charset=UTF-8 11 - 200 - text/plain 1.0985ms
INFO 2025-03-20 19:02:58,052 [65 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 GET https://10.0.50.50:443/health - -
INFO 2025-03-20 19:02:58,053 [65 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint 'Health checks'
INFO 2025-03-20 19:02:58,054 [65 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:02:58,054 [5 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:02:58,056 [65 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint 'Health checks'
INFO 2025-03-20 19:02:58,056 [5 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 GET https://10.0.50.50:443/health - - - 200 -
application/json 3.4915ms
INFO 2025-03-20 19:02:58,283 [5 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/2 POST https://localhost/signalr-chat?id=Ok8k1VEWPUPMZ7-
v0ZfcZQ text/plain;charset=UTF-8 11
INFO 2025-03-20 19:02:58,284 [65 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/2 POST https://localhost/signalr?id=fOFo9rc1d5m2mz-TrOs4eA
text/plain;charset=UTF-8 11
INFO 2025-03-20 19:02:58,286 [5 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:02:58,286 [65 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:02:58,292 [62 ] tCore.Cors.Infrastructure.CorsMiddleware - No
CORS policy found for the specified request.
INFO 2025-03-20 19:02:58,292 [63 ] tCore.Cors.Infrastructure.CorsMiddleware - No
CORS policy found for the specified request.
INFO 2025-03-20 19:02:58,293 [63 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint '/signalr'
INFO 2025-03-20 19:02:58,293 [62 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint '/signalr-chat'
INFO 2025-03-20 19:02:58,293 [63 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint '/signalr'
INFO 2025-03-20 19:02:58,293 [62 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint '/signalr-chat'
INFO 2025-03-20 19:02:58,293 [62 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/2 POST https://localhost/signalr-chat?id=Ok8k1VEWPUPMZ7-
v0ZfcZQ text/plain;charset=UTF-8 11 - 200 - text/plain 9.6266ms
INFO 2025-03-20 19:02:58,293 [63 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/2 POST https://localhost/signalr?id=fOFo9rc1d5m2mz-TrOs4eA
text/plain;charset=UTF-8 11 - 200 - text/plain 9.5880ms
INFO 2025-03-20 19:02:59,116 [65 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 GET https://10.0.50.50:443/health - -
INFO 2025-03-20 19:02:59,117 [65 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint 'Health checks'
INFO 2025-03-20 19:02:59,118 [65 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:02:59,118 [67 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:02:59,119 [65 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint 'Health checks'
INFO 2025-03-20 19:02:59,119 [67 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 GET https://10.0.50.50:443/health - - - 200 -
application/json 3.4028ms
INFO 2025-03-20 19:02:59,394 [67 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 GET https://10.0.50.50:443/health - -
INFO 2025-03-20 19:02:59,395 [67 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint 'Health checks'
INFO 2025-03-20 19:02:59,396 [67 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:02:59,396 [65 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:02:59,398 [67 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint 'Health checks'
INFO 2025-03-20 19:02:59,398 [65 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 GET https://10.0.50.50:443/health - - - 200 -
application/json 3.3800ms
INFO 2025-03-20 19:02:59,450 [65 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 GET https://10.0.50.50:443/health - -
INFO 2025-03-20 19:02:59,451 [65 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint 'Health checks'
INFO 2025-03-20 19:02:59,452 [65 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:02:59,452 [67 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:02:59,453 [5 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint 'Health checks'
INFO 2025-03-20 19:02:59,453 [67 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 GET https://10.0.50.50:443/health - - - 200 -
application/json 3.2647ms
INFO 2025-03-20 19:02:59,632 [67 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 GET https://10.0.50.50:443/health - -
INFO 2025-03-20 19:02:59,633 [67 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint 'Health checks'
INFO 2025-03-20 19:02:59,633 [5 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:02:59,633 [62 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:02:59,635 [62 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint 'Health checks'
INFO 2025-03-20 19:02:59,635 [5 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 GET https://10.0.50.50:443/health - - - 200 -
application/json 3.3234ms
INFO 2025-03-20 19:03:00,303 [5 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 GET https://10.0.50.50:443/health - -
INFO 2025-03-20 19:03:00,304 [5 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint 'Health checks'
INFO 2025-03-20 19:03:00,305 [5 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:03:00,306 [62 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:03:00,307 [62 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint 'Health checks'
INFO 2025-03-20 19:03:00,307 [62 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 GET https://10.0.50.50:443/health - - - 200 -
application/json 4.5922ms
INFO 2025-03-20 19:03:00,447 [5 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 GET https://10.0.50.50:443/health - -
INFO 2025-03-20 19:03:00,448 [5 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint 'Health checks'
INFO 2025-03-20 19:03:00,449 [5 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:03:00,449 [62 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:03:00,451 [63 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint 'Health checks'
INFO 2025-03-20 19:03:00,451 [62 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 GET https://10.0.50.50:443/health - - - 200 -
application/json 3.4084ms
INFO 2025-03-20 19:03:01,219 [62 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'HealthChecksDb' using provider
'Microsoft.EntityFrameworkCore.InMemory' with options: StoreName=HealthChecksUI
INFO 2025-03-20 19:03:01,219 [62 ] .HttpClient.health-checks.LogicalHandler -
Start processing HTTP request GET https://stg.parcelat.com/health
INFO 2025-03-20 19:03:01,219 [62 ] p.HttpClient.health-checks.ClientHandler -
Sending HTTP request GET https://stg.parcelat.com/health
INFO 2025-03-20 19:03:01,221 [62 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 GET https://stg.parcelat.com/health - -
INFO 2025-03-20 19:03:01,222 [62 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint 'Health checks'
INFO 2025-03-20 19:03:01,223 [62 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:03:01,223 [63 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:03:01,224 [63 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint 'Health checks'
INFO 2025-03-20 19:03:01,224 [62 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 GET https://stg.parcelat.com/health - - - 200 -
application/json 3.1745ms
INFO 2025-03-20 19:03:01,225 [74 ] p.HttpClient.health-checks.ClientHandler -
Received HTTP response headers after 5.6284ms - 200
INFO 2025-03-20 19:03:01,225 [74 ] .HttpClient.health-checks.LogicalHandler -
End processing HTTP request after 5.6906ms - 200
INFO 2025-03-20 19:03:01,225 [74 ] Microsoft.EntityFrameworkCore.Update -
Saved 4 entities to in-memory store.
INFO 2025-03-20 19:03:01,290 [62 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 GET https://10.0.50.50:443/health - -
INFO 2025-03-20 19:03:01,291 [62 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint 'Health checks'
INFO 2025-03-20 19:03:01,292 [62 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:03:01,292 [63 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:03:01,293 [62 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint 'Health checks'
INFO 2025-03-20 19:03:01,293 [63 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 GET https://10.0.50.50:443/health - - - 200 -
application/json 3.4405ms
INFO 2025-03-20 19:03:01,317 [63 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 GET https://10.0.50.50:443/health - -
INFO 2025-03-20 19:03:01,318 [63 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint 'Health checks'
INFO 2025-03-20 19:03:01,319 [63 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:03:01,319 [62 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:03:01,322 [65 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint 'Health checks'
INFO 2025-03-20 19:03:01,323 [62 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 GET https://10.0.50.50:443/health - - - 200 -
application/json 5.6111ms
INFO 2025-03-20 19:03:01,656 [62 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 GET https://10.0.50.50:443/health - -
INFO 2025-03-20 19:03:01,658 [62 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint 'Health checks'
INFO 2025-03-20 19:03:01,659 [65 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:03:01,659 [62 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:03:01,661 [65 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint 'Health checks'
INFO 2025-03-20 19:03:01,661 [62 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 GET https://10.0.50.50:443/health - - - 200 -
application/json 5.0833ms
INFO 2025-03-20 19:03:02,349 [62 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 GET https://10.0.50.50:443/health - -
INFO 2025-03-20 19:03:02,350 [62 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint 'Health checks'
INFO 2025-03-20 19:03:02,351 [62 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:03:02,353 [5 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:03:02,353 [5 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint 'Health checks'
INFO 2025-03-20 19:03:02,354 [5 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 GET https://10.0.50.50:443/health - - - 200 -
application/json 4.1828ms
INFO 2025-03-20 19:03:02,507 [63 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 GET https://10.0.50.50:443/health - -
INFO 2025-03-20 19:03:02,508 [63 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint 'Health checks'
INFO 2025-03-20 19:03:02,509 [62 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:03:02,509 [5 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:03:02,511 [5 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint 'Health checks'
INFO 2025-03-20 19:03:02,511 [62 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 GET https://10.0.50.50:443/health - - - 200 -
application/json 3.7150ms
INFO 2025-03-20 19:03:02,581 [62 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 GET https://10.0.50.50:443/health - -
INFO 2025-03-20 19:03:02,582 [62 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint 'Health checks'
INFO 2025-03-20 19:03:02,583 [5 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:03:02,583 [62 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:03:02,584 [5 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint 'Health checks'
INFO 2025-03-20 19:03:02,585 [62 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 GET https://10.0.50.50:443/health - - - 200 -
application/json 3.4891ms
INFO 2025-03-20 19:03:04,145 [5 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 GET https://10.0.50.50:443/health - -
INFO 2025-03-20 19:03:04,146 [5 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint 'Health checks'
INFO 2025-03-20 19:03:04,147 [5 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:03:04,147 [62 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:03:04,149 [5 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint 'Health checks'
INFO 2025-03-20 19:03:04,149 [62 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 GET https://10.0.50.50:443/health - - - 200 -
application/json 3.2550ms
INFO 2025-03-20 19:03:04,169 [62 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 GET https://10.0.50.50:443/health - -
INFO 2025-03-20 19:03:04,170 [62 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint 'Health checks'
INFO 2025-03-20 19:03:04,171 [62 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:03:04,171 [5 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:03:04,172 [5 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint 'Health checks'
INFO 2025-03-20 19:03:04,172 [62 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 GET https://10.0.50.50:443/health - - - 200 -
application/json 3.2114ms
INFO 2025-03-20 19:03:04,555 [5 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 GET https://10.0.50.50:443/health - -
INFO 2025-03-20 19:03:04,556 [5 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint 'Health checks'
INFO 2025-03-20 19:03:04,557 [5 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:03:04,557 [62 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:03:04,558 [5 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint 'Health checks'
INFO 2025-03-20 19:03:04,558 [62 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 GET https://10.0.50.50:443/health - - - 200 -
application/json 3.2064ms
INFO 2025-03-20 19:03:04,706 [62 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 GET https://10.0.50.50:443/health - -
INFO 2025-03-20 19:03:04,707 [62 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint 'Health checks'
INFO 2025-03-20 19:03:04,708 [62 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:03:04,708 [5 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:03:04,709 [62 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint 'Health checks'
INFO 2025-03-20 19:03:04,710 [5 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 GET https://10.0.50.50:443/health - - - 200 -
application/json 3.1866ms
INFO 2025-03-20 19:03:05,071 [5 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 GET https://10.0.50.50:443/health - -
INFO 2025-03-20 19:03:05,072 [5 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint 'Health checks'
INFO 2025-03-20 19:03:05,073 [5 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:03:05,073 [62 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:03:05,074 [5 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint 'Health checks'
INFO 2025-03-20 19:03:05,075 [62 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 GET https://10.0.50.50:443/health - - - 200 -
application/json 3.2879ms
INFO 2025-03-20 19:03:05,842 [67 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 GET https://10.0.50.50:443/health - -
INFO 2025-03-20 19:03:05,843 [67 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint 'Health checks'
INFO 2025-03-20 19:03:05,844 [67 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:03:05,844 [62 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:03:05,846 [67 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint 'Health checks'
INFO 2025-03-20 19:03:05,846 [62 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 GET https://10.0.50.50:443/health - - - 200 -
application/json 3.2444ms
INFO 2025-03-20 19:03:05,876 [62 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 GET https://10.0.50.50:443/health - -
INFO 2025-03-20 19:03:05,877 [62 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint 'Health checks'
INFO 2025-03-20 19:03:05,878 [62 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:03:05,878 [67 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:03:05,879 [67 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint 'Health checks'
INFO 2025-03-20 19:03:05,880 [62 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 GET https://10.0.50.50:443/health - - - 200 -
application/json 3.2495ms
INFO 2025-03-20 19:03:06,378 [65 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 GET https://10.0.50.50:443/health - -
INFO 2025-03-20 19:03:06,379 [65 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint 'Health checks'
INFO 2025-03-20 19:03:06,380 [65 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:03:06,380 [5 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:03:06,381 [65 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint 'Health checks'
INFO 2025-03-20 19:03:06,382 [5 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 GET https://10.0.50.50:443/health - - - 200 -
application/json 3.2904ms
INFO 2025-03-20 19:03:06,767 [5 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 POST https://stg.parcelat.com/signalr-chat?
id=GCumBymbcyBlUas2Zbbsxw text/plain;charset=UTF-8 11
INFO 2025-03-20 19:03:06,767 [5 ] tion.Cookies.CookieAuthenticationHandler -
Identity.Application was not authenticated. Failure message: Unprotect ticket
failed
INFO 2025-03-20 19:03:06,768 [5 ] tCore.Cors.Infrastructure.CorsMiddleware - No
CORS policy found for the specified request.
INFO 2025-03-20 19:03:06,768 [5 ] tion.Cookies.CookieAuthenticationHandler -
Identity.Application was not authenticated. Failure message: Unprotect ticket
failed
INFO 2025-03-20 19:03:06,768 [5 ] tion.Cookies.CookieAuthenticationHandler -
Identity.Application was not authenticated. Failure message: Unprotect ticket
failed
INFO 2025-03-20 19:03:06,768 [5 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint '/signalr-chat'
INFO 2025-03-20 19:03:06,768 [5 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint '/signalr-chat'
INFO 2025-03-20 19:03:06,768 [67 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 POST https://stg.parcelat.com/signalr-chat?
id=GCumBymbcyBlUas2Zbbsxw text/plain;charset=UTF-8 11 - 200 - text/plain 1.2487ms
INFO 2025-03-20 19:03:06,813 [67 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 GET https://10.0.50.50:443/health - -
INFO 2025-03-20 19:03:06,814 [67 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint 'Health checks'
INFO 2025-03-20 19:03:06,815 [67 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:03:06,815 [5 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:03:06,816 [67 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint 'Health checks'
INFO 2025-03-20 19:03:06,816 [5 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 GET https://10.0.50.50:443/health - - - 200 -
application/json 3.2424ms
INFO 2025-03-20 19:03:06,827 [5 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 POST https://stg.parcelat.com/signalr?id=I46y-F3ZsVXfR-
Ro2UyFvQ text/plain;charset=UTF-8 11
INFO 2025-03-20 19:03:06,827 [5 ] tion.Cookies.CookieAuthenticationHandler -
Identity.Application was not authenticated. Failure message: Unprotect ticket
failed
INFO 2025-03-20 19:03:06,827 [5 ] tCore.Cors.Infrastructure.CorsMiddleware - No
CORS policy found for the specified request.
INFO 2025-03-20 19:03:06,827 [5 ] tion.Cookies.CookieAuthenticationHandler -
Identity.Application was not authenticated. Failure message: Unprotect ticket
failed
INFO 2025-03-20 19:03:06,827 [5 ] tion.Cookies.CookieAuthenticationHandler -
Identity.Application was not authenticated. Failure message: Unprotect ticket
failed
INFO 2025-03-20 19:03:06,827 [5 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint '/signalr'
INFO 2025-03-20 19:03:06,828 [5 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint '/signalr'
INFO 2025-03-20 19:03:06,828 [67 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 POST https://stg.parcelat.com/signalr?id=I46y-F3ZsVXfR-
Ro2UyFvQ text/plain;charset=UTF-8 11 - 200 - text/plain 1.0779ms
INFO 2025-03-20 19:03:07,390 [67 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 GET https://10.0.50.50:443/health - -
INFO 2025-03-20 19:03:07,391 [67 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint 'Health checks'
INFO 2025-03-20 19:03:07,392 [67 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:03:07,392 [65 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:03:07,394 [65 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint 'Health checks'
INFO 2025-03-20 19:03:07,394 [67 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 GET https://10.0.50.50:443/health - - - 200 -
application/json 3.3746ms
INFO 2025-03-20 19:03:07,408 [67 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 GET https://10.0.50.50:443/health - -
INFO 2025-03-20 19:03:07,408 [67 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint 'Health checks'
INFO 2025-03-20 19:03:07,409 [67 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:03:07,409 [65 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:03:07,411 [5 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint 'Health checks'
INFO 2025-03-20 19:03:07,411 [65 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 GET https://10.0.50.50:443/health - - - 200 -
application/json 3.5893ms
INFO 2025-03-20 19:03:07,796 [65 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 GET https://10.0.50.50:443/health - -
INFO 2025-03-20 19:03:07,797 [65 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint 'Health checks'
INFO 2025-03-20 19:03:07,798 [65 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:03:07,798 [5 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:03:07,799 [5 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint 'Health checks'
INFO 2025-03-20 19:03:07,800 [62 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 GET https://10.0.50.50:443/health - - - 200 -
application/json 3.6237ms
INFO 2025-03-20 19:03:08,845 [63 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 GET https://10.0.50.50:443/health - -
INFO 2025-03-20 19:03:08,846 [63 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint 'Health checks'
INFO 2025-03-20 19:03:08,847 [63 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:03:08,847 [67 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:03:08,849 [63 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint 'Health checks'
INFO 2025-03-20 19:03:08,849 [67 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 GET https://10.0.50.50:443/health - - - 200 -
application/json 3.2353ms
INFO 2025-03-20 19:03:09,011 [67 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 GET https://10.0.50.50:443/health - -
INFO 2025-03-20 19:03:09,012 [67 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint 'Health checks'
INFO 2025-03-20 19:03:09,013 [67 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:03:09,013 [63 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:03:09,014 [67 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint 'Health checks'
INFO 2025-03-20 19:03:09,015 [63 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 GET https://10.0.50.50:443/health - - - 200 -
application/json 3.1470ms
INFO 2025-03-20 19:03:09,427 [65 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 GET https://10.0.50.50:443/health - -
INFO 2025-03-20 19:03:09,428 [65 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint 'Health checks'
INFO 2025-03-20 19:03:09,429 [65 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:03:09,429 [62 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:03:09,434 [62 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint 'Health checks'
INFO 2025-03-20 19:03:09,435 [63 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 GET https://10.0.50.50:443/health - - - 200 -
application/json 7.5396ms
INFO 2025-03-20 19:03:09,965 [63 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 GET https://10.0.50.50:443/health - -
INFO 2025-03-20 19:03:09,966 [63 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint 'Health checks'
INFO 2025-03-20 19:03:09,967 [63 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:03:09,967 [62 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:03:09,968 [63 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint 'Health checks'
INFO 2025-03-20 19:03:09,969 [62 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 GET https://10.0.50.50:443/health - - - 200 -
application/json 3.3143ms
INFO 2025-03-20 19:03:10,368 [62 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 GET https://10.0.50.50:443/health - -
INFO 2025-03-20 19:03:10,368 [62 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint 'Health checks'
INFO 2025-03-20 19:03:10,369 [62 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:03:10,369 [63 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:03:10,371 [62 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint 'Health checks'
INFO 2025-03-20 19:03:10,371 [63 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 GET https://10.0.50.50:443/health - - - 200 -
application/json 3.2541ms
INFO 2025-03-20 19:03:10,566 [63 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 GET https://10.0.50.50:443/health - -
INFO 2025-03-20 19:03:10,567 [63 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint 'Health checks'
INFO 2025-03-20 19:03:10,568 [63 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:03:10,568 [62 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:03:10,569 [62 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint 'Health checks'
INFO 2025-03-20 19:03:10,569 [5 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 GET https://10.0.50.50:443/health - - - 200 -
application/json 3.3607ms
INFO 2025-03-20 19:03:11,226 [65 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'HealthChecksDb' using provider
'Microsoft.EntityFrameworkCore.InMemory' with options: StoreName=HealthChecksUI
INFO 2025-03-20 19:03:11,226 [65 ] .HttpClient.health-checks.LogicalHandler -
Start processing HTTP request GET https://stg.parcelat.com/health
INFO 2025-03-20 19:03:11,226 [65 ] p.HttpClient.health-checks.ClientHandler -
Sending HTTP request GET https://stg.parcelat.com/health
INFO 2025-03-20 19:03:11,228 [65 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 GET https://stg.parcelat.com/health - -
INFO 2025-03-20 19:03:11,229 [65 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint 'Health checks'
INFO 2025-03-20 19:03:11,230 [62 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:03:11,230 [65 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:03:11,231 [62 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint 'Health checks'
INFO 2025-03-20 19:03:11,231 [65 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 GET https://stg.parcelat.com/health - - - 200 -
application/json 3.1561ms
INFO 2025-03-20 19:03:11,232 [74 ] p.HttpClient.health-checks.ClientHandler -
Received HTTP response headers after 5.6617ms - 200
INFO 2025-03-20 19:03:11,232 [74 ] .HttpClient.health-checks.LogicalHandler -
End processing HTTP request after 5.7108ms - 200
INFO 2025-03-20 19:03:11,232 [74 ] Microsoft.EntityFrameworkCore.Update -
Saved 4 entities to in-memory store.
INFO 2025-03-20 19:03:11,344 [65 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 GET https://10.0.50.50:443/health - -
INFO 2025-03-20 19:03:11,345 [65 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint 'Health checks'
INFO 2025-03-20 19:03:11,346 [65 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:03:11,347 [62 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:03:11,347 [62 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint 'Health checks'
INFO 2025-03-20 19:03:11,348 [65 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 GET https://10.0.50.50:443/health - - - 200 -
application/json 3.3335ms
INFO 2025-03-20 19:03:11,359 [65 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 GET https://10.0.50.50:443/health - -
INFO 2025-03-20 19:03:11,360 [65 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint 'Health checks'
INFO 2025-03-20 19:03:11,361 [65 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:03:11,361 [62 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:03:11,362 [65 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint 'Health checks'
INFO 2025-03-20 19:03:11,362 [62 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 GET https://10.0.50.50:443/health - - - 200 -
application/json 3.1684ms
INFO 2025-03-20 19:03:11,458 [62 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 GET https://10.0.50.50:443/health - -
INFO 2025-03-20 19:03:11,459 [62 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint 'Health checks'
INFO 2025-03-20 19:03:11,460 [62 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:03:11,460 [65 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:03:11,462 [67 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint 'Health checks'
INFO 2025-03-20 19:03:11,462 [62 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 GET https://10.0.50.50:443/health - - - 200 -
application/json 3.3698ms
INFO 2025-03-20 19:03:12,161 [62 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 GET https://10.0.50.50:443/health - -
INFO 2025-03-20 19:03:12,162 [62 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint 'Health checks'
INFO 2025-03-20 19:03:12,163 [62 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:03:12,163 [67 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:03:12,164 [62 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint 'Health checks'
INFO 2025-03-20 19:03:12,164 [67 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 GET https://10.0.50.50:443/health - - - 200 -
application/json 3.2859ms
INFO 2025-03-20 19:03:12,468 [63 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 GET https://10.0.50.50:443/health - -
INFO 2025-03-20 19:03:12,469 [63 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint 'Health checks'
INFO 2025-03-20 19:03:12,470 [63 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:03:12,470 [62 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:03:12,472 [62 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint 'Health checks'
INFO 2025-03-20 19:03:12,472 [67 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 GET https://10.0.50.50:443/health - - - 200 -
application/json 3.4673ms
INFO 2025-03-20 19:03:12,715 [67 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 GET https://10.0.50.50:443/health - -
INFO 2025-03-20 19:03:12,716 [67 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint 'Health checks'
INFO 2025-03-20 19:03:12,717 [67 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:03:12,717 [62 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:03:12,719 [67 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint 'Health checks'
INFO 2025-03-20 19:03:12,719 [62 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 GET https://10.0.50.50:443/health - - - 200 -
application/json 3.2653ms
INFO 2025-03-20 19:03:13,513 [67 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 GET https://10.0.50.50:443/health - -
INFO 2025-03-20 19:03:13,514 [67 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint 'Health checks'
INFO 2025-03-20 19:03:13,515 [62 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:03:13,516 [67 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:03:13,517 [62 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint 'Health checks'
INFO 2025-03-20 19:03:13,517 [67 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 GET https://10.0.50.50:443/health - - - 200 -
application/json 4.1729ms
INFO 2025-03-20 19:03:13,689 [62 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 GET https://10.0.50.50:443/health - -
INFO 2025-03-20 19:03:13,690 [62 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint 'Health checks'
INFO 2025-03-20 19:03:13,691 [62 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:03:13,691 [63 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:03:13,693 [63 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint 'Health checks'
INFO 2025-03-20 19:03:13,693 [62 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 GET https://10.0.50.50:443/health - - - 200 -
application/json 3.8695ms
INFO 2025-03-20 19:03:13,706 [62 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 POST https://stg.parcelat.com/signalr-chat?
id=fyfEah_KX89eNU4vNzeRxg text/plain;charset=UTF-8 11
INFO 2025-03-20 19:03:13,706 [62 ] tion.Cookies.CookieAuthenticationHandler -
Identity.Application was not authenticated. Failure message: Unprotect ticket
failed
INFO 2025-03-20 19:03:13,707 [62 ] tCore.Cors.Infrastructure.CorsMiddleware - No
CORS policy found for the specified request.
INFO 2025-03-20 19:03:13,707 [62 ] tion.Cookies.CookieAuthenticationHandler -
Identity.Application was not authenticated. Failure message: Unprotect ticket
failed
INFO 2025-03-20 19:03:13,707 [62 ] tion.Cookies.CookieAuthenticationHandler -
Identity.Application was not authenticated. Failure message: Unprotect ticket
failed
INFO 2025-03-20 19:03:13,707 [62 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint '/signalr-chat'
INFO 2025-03-20 19:03:13,707 [62 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint '/signalr-chat'
INFO 2025-03-20 19:03:13,707 [62 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 POST https://stg.parcelat.com/signalr-chat?
id=fyfEah_KX89eNU4vNzeRxg text/plain;charset=UTF-8 11 - 200 - text/plain 1.1268ms
INFO 2025-03-20 19:03:13,717 [62 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 POST https://stg.parcelat.com/signalr?id=x9JCY-
HNxHL_oWL1shdsLw text/plain;charset=UTF-8 11
INFO 2025-03-20 19:03:13,718 [62 ] tion.Cookies.CookieAuthenticationHandler -
Identity.Application was not authenticated. Failure message: Unprotect ticket
failed
INFO 2025-03-20 19:03:13,718 [62 ] tCore.Cors.Infrastructure.CorsMiddleware - No
CORS policy found for the specified request.
INFO 2025-03-20 19:03:13,718 [62 ] tion.Cookies.CookieAuthenticationHandler -
Identity.Application was not authenticated. Failure message: Unprotect ticket
failed
INFO 2025-03-20 19:03:13,718 [62 ] tion.Cookies.CookieAuthenticationHandler -
Identity.Application was not authenticated. Failure message: Unprotect ticket
failed
INFO 2025-03-20 19:03:13,718 [62 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint '/signalr'
INFO 2025-03-20 19:03:13,718 [62 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint '/signalr'
INFO 2025-03-20 19:03:13,718 [62 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 POST https://stg.parcelat.com/signalr?id=x9JCY-
HNxHL_oWL1shdsLw text/plain;charset=UTF-8 11 - 200 - text/plain 0.9054ms
INFO 2025-03-20 19:03:14,259 [62 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 GET https://10.0.50.50:443/health - -
INFO 2025-03-20 19:03:14,260 [62 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint 'Health checks'
INFO 2025-03-20 19:03:14,261 [62 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:03:14,261 [63 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:03:14,262 [62 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint 'Health checks'
INFO 2025-03-20 19:03:14,262 [63 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 GET https://10.0.50.50:443/health - - - 200 -
application/json 3.3642ms
INFO 2025-03-20 19:03:15,041 [62 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 GET https://10.0.50.50:443/health - -
INFO 2025-03-20 19:03:15,042 [62 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint 'Health checks'
INFO 2025-03-20 19:03:15,043 [63 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:03:15,043 [62 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:03:15,045 [62 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint 'Health checks'
INFO 2025-03-20 19:03:15,045 [67 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 GET https://10.0.50.50:443/health - - - 200 -
application/json 3.3780ms
INFO 2025-03-20 19:03:15,288 [67 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 GET https://10.0.50.50:443/health - -
INFO 2025-03-20 19:03:15,289 [67 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint 'Health checks'
INFO 2025-03-20 19:03:15,290 [67 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:03:15,290 [62 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:03:15,292 [62 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint 'Health checks'
INFO 2025-03-20 19:03:15,292 [67 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 GET https://10.0.50.50:443/health - - - 200 -
application/json 3.5829ms
INFO 2025-03-20 19:03:15,640 [5 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 GET https://10.0.50.50:443/health - -
INFO 2025-03-20 19:03:15,641 [5 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint 'Health checks'
INFO 2025-03-20 19:03:15,642 [5 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:03:15,643 [62 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:03:15,644 [5 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint 'Health checks'
INFO 2025-03-20 19:03:15,644 [5 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 GET https://10.0.50.50:443/health - - - 200 -
application/json 3.3413ms
INFO 2025-03-20 19:03:15,907 [5 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 GET https://10.0.50.50:443/health - -
INFO 2025-03-20 19:03:15,908 [5 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint 'Health checks'
INFO 2025-03-20 19:03:15,909 [5 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:03:15,909 [62 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:03:15,911 [62 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint 'Health checks'
INFO 2025-03-20 19:03:15,911 [5 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 GET https://10.0.50.50:443/health - - - 200 -
application/json 3.5740ms
INFO 2025-03-20 19:03:16,446 [62 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 GET https://10.0.50.50:443/health - -
INFO 2025-03-20 19:03:16,447 [62 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint 'Health checks'
INFO 2025-03-20 19:03:16,448 [62 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:03:16,448 [5 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:03:16,449 [5 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint 'Health checks'
INFO 2025-03-20 19:03:16,449 [67 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 GET https://10.0.50.50:443/health - - - 200 -
application/json 3.3064ms
INFO 2025-03-20 19:03:16,692 [67 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 GET https://10.0.50.50:443/health - -
INFO 2025-03-20 19:03:16,693 [67 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint 'Health checks'
INFO 2025-03-20 19:03:16,694 [5 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:03:16,694 [67 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:03:16,695 [67 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint 'Health checks'
INFO 2025-03-20 19:03:16,695 [5 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 GET https://10.0.50.50:443/health - - - 200 -
application/json 3.3971ms
INFO 2025-03-20 19:03:17,368 [62 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 GET https://10.0.50.50:443/health - -
INFO 2025-03-20 19:03:17,369 [62 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint 'Health checks'
INFO 2025-03-20 19:03:17,370 [62 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:03:17,370 [63 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:03:17,371 [63 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint 'Health checks'
INFO 2025-03-20 19:03:17,371 [62 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 GET https://10.0.50.50:443/health - - - 200 -
application/json 3.1626ms
INFO 2025-03-20 19:03:17,852 [62 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 GET https://10.0.50.50:443/health - -
INFO 2025-03-20 19:03:17,853 [62 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint 'Health checks'
INFO 2025-03-20 19:03:17,854 [62 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:03:17,854 [63 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:03:17,855 [62 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint 'Health checks'
INFO 2025-03-20 19:03:17,855 [63 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 GET https://10.0.50.50:443/health - - - 200 -
application/json 3.6235ms
INFO 2025-03-20 19:03:18,032 [63 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 GET https://10.0.50.50:443/health - -
INFO 2025-03-20 19:03:18,033 [63 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint 'Health checks'
INFO 2025-03-20 19:03:18,034 [63 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:03:18,034 [62 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:03:18,035 [63 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint 'Health checks'
INFO 2025-03-20 19:03:18,035 [65 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 GET https://10.0.50.50:443/health - - - 200 -
application/json 3.4175ms
INFO 2025-03-20 19:03:18,328 [65 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 GET https://10.0.50.50:443/health - -
INFO 2025-03-20 19:03:18,329 [65 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint 'Health checks'
INFO 2025-03-20 19:03:18,330 [65 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:03:18,330 [63 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:03:18,332 [65 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint 'Health checks'
INFO 2025-03-20 19:03:18,332 [63 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 GET https://10.0.50.50:443/health - - - 200 -
application/json 3.6052ms
INFO 2025-03-20 19:03:19,005 [65 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 GET https://10.0.50.50:443/health - -
INFO 2025-03-20 19:03:19,006 [65 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint 'Health checks'
INFO 2025-03-20 19:03:19,007 [65 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:03:19,007 [63 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:03:19,008 [65 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint 'Health checks'
INFO 2025-03-20 19:03:19,008 [63 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 GET https://10.0.50.50:443/health - - - 200 -
application/json 3.3336ms
INFO 2025-03-20 19:03:19,579 [63 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 GET https://10.0.50.50:443/health - -
INFO 2025-03-20 19:03:19,580 [63 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint 'Health checks'
INFO 2025-03-20 19:03:19,581 [63 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:03:19,581 [67 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:03:19,583 [63 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint 'Health checks'
INFO 2025-03-20 19:03:19,583 [67 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 GET https://10.0.50.50:443/health - - - 200 -
application/json 3.3221ms
INFO 2025-03-20 19:03:20,322 [67 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 GET https://10.0.50.50:443/health - -
INFO 2025-03-20 19:03:20,323 [67 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint 'Health checks'
INFO 2025-03-20 19:03:20,324 [63 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:03:20,324 [67 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:03:20,325 [63 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint 'Health checks'
INFO 2025-03-20 19:03:20,325 [67 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 GET https://10.0.50.50:443/health - - - 200 -
application/json 3.4343ms
INFO 2025-03-20 19:03:20,375 [67 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 GET https://10.0.50.50:443/health - -
INFO 2025-03-20 19:03:20,375 [67 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint 'Health checks'
INFO 2025-03-20 19:03:20,376 [67 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:03:20,376 [63 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:03:20,378 [67 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint 'Health checks'
INFO 2025-03-20 19:03:20,378 [63 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 GET https://10.0.50.50:443/health - - - 200 -
application/json 3.2577ms
INFO 2025-03-20 19:03:20,449 [63 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 GET https://10.0.50.50:443/health - -
INFO 2025-03-20 19:03:20,450 [63 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint 'Health checks'
INFO 2025-03-20 19:03:20,451 [65 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:03:20,451 [67 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:03:20,452 [67 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint 'Health checks'
INFO 2025-03-20 19:03:20,453 [65 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 GET https://10.0.50.50:443/health - - - 200 -
application/json 3.4020ms
INFO 2025-03-20 19:03:20,742 [65 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 GET https://10.0.50.50:443/health - -
INFO 2025-03-20 19:03:20,743 [65 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint 'Health checks'
INFO 2025-03-20 19:03:20,744 [67 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:03:20,744 [65 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:03:20,746 [65 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint 'Health checks'
INFO 2025-03-20 19:03:20,746 [67 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 GET https://10.0.50.50:443/health - - - 200 -
application/json 3.2465ms
INFO 2025-03-20 19:03:21,235 [67 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'HealthChecksDb' using provider
'Microsoft.EntityFrameworkCore.InMemory' with options: StoreName=HealthChecksUI
INFO 2025-03-20 19:03:21,236 [67 ] .HttpClient.health-checks.LogicalHandler -
Start processing HTTP request GET https://stg.parcelat.com/health
INFO 2025-03-20 19:03:21,236 [67 ] p.HttpClient.health-checks.ClientHandler -
Sending HTTP request GET https://stg.parcelat.com/health
INFO 2025-03-20 19:03:21,237 [67 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 GET https://stg.parcelat.com/health - -
INFO 2025-03-20 19:03:21,238 [67 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint 'Health checks'
INFO 2025-03-20 19:03:21,239 [67 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:03:21,239 [65 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:03:21,241 [65 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint 'Health checks'
INFO 2025-03-20 19:03:21,241 [67 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 GET https://stg.parcelat.com/health - - - 200 -
application/json 3.1350ms
INFO 2025-03-20 19:03:21,241 [74 ] p.HttpClient.health-checks.ClientHandler -
Received HTTP response headers after 5.3281ms - 200
INFO 2025-03-20 19:03:21,241 [74 ] .HttpClient.health-checks.LogicalHandler -
End processing HTTP request after 5.381ms - 200
INFO 2025-03-20 19:03:21,242 [74 ] Microsoft.EntityFrameworkCore.Update -
Saved 4 entities to in-memory store.
INFO 2025-03-20 19:03:21,435 [67 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 GET https://10.0.50.50:443/health - -
INFO 2025-03-20 19:03:21,436 [67 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint 'Health checks'
INFO 2025-03-20 19:03:21,437 [67 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:03:21,437 [65 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:03:21,438 [65 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint 'Health checks'
INFO 2025-03-20 19:03:21,438 [67 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 GET https://10.0.50.50:443/health - - - 200 -
application/json 3.2240ms
INFO 2025-03-20 19:03:21,688 [67 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 GET https://10.0.50.50:443/health - -
INFO 2025-03-20 19:03:21,689 [67 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint 'Health checks'
INFO 2025-03-20 19:03:21,690 [67 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:03:21,690 [65 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:03:21,692 [67 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint 'Health checks'
INFO 2025-03-20 19:03:21,692 [65 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 GET https://10.0.50.50:443/health - - - 200 -
application/json 3.5252ms
INFO 2025-03-20 19:03:22,096 [65 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 GET https://10.0.50.50:443/health - -
INFO 2025-03-20 19:03:22,097 [65 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint 'Health checks'
INFO 2025-03-20 19:03:22,098 [65 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:03:22,098 [67 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:03:22,099 [63 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint 'Health checks'
INFO 2025-03-20 19:03:22,099 [67 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 GET https://10.0.50.50:443/health - - - 200 -
application/json 3.4003ms
INFO 2025-03-20 19:03:22,476 [63 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 GET https://10.0.50.50:443/health - -
INFO 2025-03-20 19:03:22,477 [63 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint 'Health checks'
INFO 2025-03-20 19:03:22,477 [63 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:03:22,478 [67 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:03:22,479 [63 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint 'Health checks'
INFO 2025-03-20 19:03:22,479 [67 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 GET https://10.0.50.50:443/health - - - 200 -
application/json 3.3909ms
INFO 2025-03-20 19:03:22,871 [67 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 POST https://stg.parcelat.com/signalr-chat?
id=GCumBymbcyBlUas2Zbbsxw text/plain;charset=UTF-8 11
INFO 2025-03-20 19:03:22,872 [67 ] tion.Cookies.CookieAuthenticationHandler -
Identity.Application was not authenticated. Failure message: Unprotect ticket
failed
INFO 2025-03-20 19:03:22,872 [67 ] tCore.Cors.Infrastructure.CorsMiddleware - No
CORS policy found for the specified request.
INFO 2025-03-20 19:03:22,872 [67 ] tion.Cookies.CookieAuthenticationHandler -
Identity.Application was not authenticated. Failure message: Unprotect ticket
failed
INFO 2025-03-20 19:03:22,872 [67 ] tion.Cookies.CookieAuthenticationHandler -
Identity.Application was not authenticated. Failure message: Unprotect ticket
failed
INFO 2025-03-20 19:03:22,872 [67 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint '/signalr-chat'
INFO 2025-03-20 19:03:22,872 [67 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint '/signalr-chat'
INFO 2025-03-20 19:03:22,872 [63 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 POST https://stg.parcelat.com/signalr-chat?
id=GCumBymbcyBlUas2Zbbsxw text/plain;charset=UTF-8 11 - 200 - text/plain 1.4299ms
INFO 2025-03-20 19:03:22,877 [63 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 POST https://stg.parcelat.com/signalr?id=I46y-F3ZsVXfR-
Ro2UyFvQ text/plain;charset=UTF-8 11
INFO 2025-03-20 19:03:22,877 [63 ] tion.Cookies.CookieAuthenticationHandler -
Identity.Application was not authenticated. Failure message: Unprotect ticket
failed
INFO 2025-03-20 19:03:22,877 [63 ] tCore.Cors.Infrastructure.CorsMiddleware - No
CORS policy found for the specified request.
INFO 2025-03-20 19:03:22,877 [63 ] tion.Cookies.CookieAuthenticationHandler -
Identity.Application was not authenticated. Failure message: Unprotect ticket
failed
INFO 2025-03-20 19:03:22,878 [63 ] tion.Cookies.CookieAuthenticationHandler -
Identity.Application was not authenticated. Failure message: Unprotect ticket
failed
INFO 2025-03-20 19:03:22,878 [63 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint '/signalr'
INFO 2025-03-20 19:03:22,878 [63 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint '/signalr'
INFO 2025-03-20 19:03:22,878 [67 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 POST https://stg.parcelat.com/signalr?id=I46y-F3ZsVXfR-
Ro2UyFvQ text/plain;charset=UTF-8 11 - 200 - text/plain 1.1468ms
INFO 2025-03-20 19:03:23,282 [67 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 GET https://10.0.50.50:443/health - -
INFO 2025-03-20 19:03:23,283 [67 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint 'Health checks'
INFO 2025-03-20 19:03:23,284 [67 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:03:23,284 [63 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:03:23,285 [67 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint 'Health checks'
INFO 2025-03-20 19:03:23,285 [63 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 GET https://10.0.50.50:443/health - - - 200 -
application/json 3.3589ms
INFO 2025-03-20 19:03:23,382 [67 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 GET https://10.0.50.50:443/health - -
INFO 2025-03-20 19:03:23,383 [67 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint 'Health checks'
INFO 2025-03-20 19:03:23,384 [67 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:03:23,384 [63 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:03:23,385 [63 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint 'Health checks'
INFO 2025-03-20 19:03:23,385 [65 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 GET https://10.0.50.50:443/health - - - 200 -
application/json 3.1091ms
INFO 2025-03-20 19:03:24,212 [65 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 GET https://10.0.50.50:443/health - -
INFO 2025-03-20 19:03:24,213 [65 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint 'Health checks'
INFO 2025-03-20 19:03:24,214 [65 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:03:24,214 [63 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:03:24,215 [65 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint 'Health checks'
INFO 2025-03-20 19:03:24,215 [63 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 GET https://10.0.50.50:443/health - - - 200 -
application/json 3.4056ms
INFO 2025-03-20 19:03:24,315 [63 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 GET https://10.0.50.50:443/health - -
INFO 2025-03-20 19:03:24,316 [63 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint 'Health checks'
INFO 2025-03-20 19:03:24,317 [67 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:03:24,317 [65 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:03:24,318 [65 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint 'Health checks'
INFO 2025-03-20 19:03:24,318 [67 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 GET https://10.0.50.50:443/health - - - 200 -
application/json 3.2525ms
INFO 2025-03-20 19:03:24,847 [65 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 GET https://10.0.50.50:443/health - -
INFO 2025-03-20 19:03:24,848 [65 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint 'Health checks'
INFO 2025-03-20 19:03:24,849 [65 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:03:24,849 [67 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:03:24,856 [67 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint 'Health checks'
INFO 2025-03-20 19:03:24,856 [65 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 GET https://10.0.50.50:443/health - - - 200 -
application/json 8.8542ms
INFO 2025-03-20 19:03:25,110 [65 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 GET https://10.0.50.50:443/health - -
INFO 2025-03-20 19:03:25,111 [65 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint 'Health checks'
INFO 2025-03-20 19:03:25,112 [65 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:03:25,112 [67 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:03:25,113 [67 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint 'Health checks'
INFO 2025-03-20 19:03:25,113 [65 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 GET https://10.0.50.50:443/health - - - 200 -
application/json 3.3822ms
INFO 2025-03-20 19:03:25,219 [65 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 GET https://10.0.50.50:443/health - -
INFO 2025-03-20 19:03:25,220 [65 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint 'Health checks'
INFO 2025-03-20 19:03:25,221 [65 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:03:25,221 [67 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:03:25,222 [62 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint 'Health checks'
INFO 2025-03-20 19:03:25,222 [5 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 GET https://10.0.50.50:443/health - - - 200 -
application/json 3.1966ms
INFO 2025-03-20 19:03:25,305 [5 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 GET https://10.0.50.50:443/health - -
INFO 2025-03-20 19:03:25,306 [5 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint 'Health checks'
INFO 2025-03-20 19:03:25,307 [62 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:03:25,307 [5 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:03:25,308 [62 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint 'Health checks'
INFO 2025-03-20 19:03:25,309 [5 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 GET https://10.0.50.50:443/health - - - 200 -
application/json 3.2252ms
INFO 2025-03-20 19:03:26,297 [5 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 GET https://10.0.50.50:443/health - -
INFO 2025-03-20 19:03:26,298 [5 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint 'Health checks'
INFO 2025-03-20 19:03:26,299 [5 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:03:26,299 [62 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:03:26,300 [5 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint 'Health checks'
INFO 2025-03-20 19:03:26,300 [62 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 GET https://10.0.50.50:443/health - - - 200 -
application/json 3.3108ms
INFO 2025-03-20 19:03:26,919 [62 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 GET https://10.0.50.50:443/health - -
INFO 2025-03-20 19:03:26,920 [62 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint 'Health checks'
INFO 2025-03-20 19:03:26,921 [62 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:03:26,921 [65 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:03:26,923 [65 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint 'Health checks'
INFO 2025-03-20 19:03:26,923 [62 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 GET https://10.0.50.50:443/health - - - 200 -
application/json 3.4945ms
INFO 2025-03-20 19:03:27,143 [62 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 GET https://10.0.50.50:443/health - -
INFO 2025-03-20 19:03:27,144 [62 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint 'Health checks'
INFO 2025-03-20 19:03:27,145 [67 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:03:27,145 [65 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:03:27,147 [67 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint 'Health checks'
INFO 2025-03-20 19:03:27,147 [65 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 GET https://10.0.50.50:443/health - - - 200 -
application/json 4.2161ms
INFO 2025-03-20 19:03:27,217 [65 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 GET https://10.0.50.50:443/health - -
INFO 2025-03-20 19:03:27,218 [65 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint 'Health checks'
INFO 2025-03-20 19:03:27,219 [65 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:03:27,219 [67 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:03:27,220 [65 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint 'Health checks'
INFO 2025-03-20 19:03:27,220 [67 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 GET https://10.0.50.50:443/health - - - 200 -
application/json 3.2715ms
INFO 2025-03-20 19:03:28,216 [65 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 GET https://10.0.50.50:443/health - -
INFO 2025-03-20 19:03:28,217 [65 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint 'Health checks'
INFO 2025-03-20 19:03:28,218 [65 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:03:28,218 [67 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:03:28,220 [65 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint 'Health checks'
INFO 2025-03-20 19:03:28,220 [67 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 GET https://10.0.50.50:443/health - - - 200 -
application/json 3.2415ms
INFO 2025-03-20 19:03:28,298 [67 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 GET https://10.0.50.50:443/health - -
INFO 2025-03-20 19:03:28,300 [67 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint 'Health checks'
INFO 2025-03-20 19:03:28,301 [65 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:03:28,301 [67 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:03:28,303 [67 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint 'Health checks'
INFO 2025-03-20 19:03:28,304 [65 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 GET https://10.0.50.50:443/health - - - 200 -
application/json 5.0633ms
DEBUG 2025-03-20 19:03:28,345 [67 ] Abp.AspNetCore.SignalR.Hubs.AbpCommonHub - A
client is disconnected: Lj1c4CplTB6LavGck-jlTw
INFO 2025-03-20 19:03:28,345 [67 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint '/signalr'
INFO 2025-03-20 19:03:28,345 [67 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/2 GET https://localhost/signalr?id=fOFo9rc1d5m2mz-TrOs4eA - -
- 200 - text/event-stream 129977.4696ms
DEBUG 2025-03-20 19:03:28,347 [65 ] EnterpriseBase.Web.Chat.SignalR.ChatHub - A
client is disconnected: EKVf4busILfrJPZuYRBMWg
INFO 2025-03-20 19:03:28,347 [65 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint '/signalr-chat'
INFO 2025-03-20 19:03:28,347 [65 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/2 GET https://localhost/signalr-chat?id=Ok8k1VEWPUPMZ7-
v0ZfcZQ - - - 200 - text/event-stream 129979.8478ms
INFO 2025-03-20 19:03:28,354 [65 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/2 POST https://localhost/signalr/negotiate?negotiateVersion=1
text/plain;charset=UTF-8 0
INFO 2025-03-20 19:03:28,355 [67 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/2 POST https://localhost/signalr-chat/negotiate?
negotiateVersion=1 text/plain;charset=UTF-8 0
INFO 2025-03-20 19:03:28,357 [65 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:03:28,357 [67 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:03:28,363 [65 ] tCore.Cors.Infrastructure.CorsMiddleware - No
CORS policy found for the specified request.
INFO 2025-03-20 19:03:28,363 [67 ] tCore.Cors.Infrastructure.CorsMiddleware - No
CORS policy found for the specified request.
INFO 2025-03-20 19:03:28,364 [67 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint '/signalr-chat/negotiate'
INFO 2025-03-20 19:03:28,364 [65 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint '/signalr/negotiate'
INFO 2025-03-20 19:03:28,364 [67 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint '/signalr-chat/negotiate'
INFO 2025-03-20 19:03:28,364 [65 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint '/signalr/negotiate'
INFO 2025-03-20 19:03:28,364 [67 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/2 POST https://localhost/signalr-chat/negotiate?
negotiateVersion=1 text/plain;charset=UTF-8 0 - 200 253 application/json 9.3293ms
INFO 2025-03-20 19:03:28,364 [65 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/2 POST https://localhost/signalr/negotiate?negotiateVersion=1
text/plain;charset=UTF-8 0 - 200 253 application/json 9.9613ms
INFO 2025-03-20 19:03:28,367 [65 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/2 GET https://localhost/signalr-chat?id=uMoOdeRmPYPuCujpZl-
5pA - -
INFO 2025-03-20 19:03:28,367 [67 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/2 GET https://localhost/signalr?id=tHLRiN9SwFW31xVonYkPkA - -
INFO 2025-03-20 19:03:28,369 [65 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint '/signalr-chat'
INFO 2025-03-20 19:03:28,370 [67 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint '/signalr'
INFO 2025-03-20 19:03:28,371 [67 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/2 POST https://localhost/signalr-chat?id=uMoOdeRmPYPuCujpZl-
5pA text/plain;charset=UTF-8 32
INFO 2025-03-20 19:03:28,372 [65 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/2 POST https://localhost/signalr?id=tHLRiN9SwFW31xVonYkPkA
text/plain;charset=UTF-8 32
INFO 2025-03-20 19:03:28,373 [67 ] tCore.Cors.Infrastructure.CorsMiddleware - No
CORS policy found for the specified request.
INFO 2025-03-20 19:03:28,373 [67 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint '/signalr-chat'
INFO 2025-03-20 19:03:28,373 [67 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint '/signalr-chat'
INFO 2025-03-20 19:03:28,374 [65 ] tCore.Cors.Infrastructure.CorsMiddleware - No
CORS policy found for the specified request.
INFO 2025-03-20 19:03:28,374 [65 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint '/signalr'
INFO 2025-03-20 19:03:28,374 [65 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint '/signalr'
INFO 2025-03-20 19:03:28,374 [65 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/2 POST https://localhost/signalr-chat?id=uMoOdeRmPYPuCujpZl-
5pA text/plain;charset=UTF-8 32 - 200 - text/plain 3.0180ms
DEBUG 2025-03-20 19:03:28,374 [65 ] Abp.AspNetCore.SignalR.Hubs.AbpCommonHub - A
client is connected: {"ConnectionId":"8X-1AjMKOznv-
dLd2JSQGA","IpAddress":"::1","TenantId":null,"UserId":101,"ConnectTime":"2025-03-
20T19:03:28.374857+03:00","Properties":{}}
INFO 2025-03-20 19:03:28,374 [65 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/2 POST https://localhost/signalr?id=tHLRiN9SwFW31xVonYkPkA
text/plain;charset=UTF-8 32 - 200 - text/plain 2.5664ms
DEBUG 2025-03-20 19:03:28,375 [67 ] EnterpriseBase.Web.Chat.SignalR.ChatHub - A
client is connected:
{"ConnectionId":"U2Lnfm1YrluBrp24NcPjqg","IpAddress":"::1","TenantId":null,"UserId"
:101,"ConnectTime":"2025-03-20T19:03:28.3755146+03:00","Properties":{}}
INFO 2025-03-20 19:03:29,195 [67 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 GET https://10.0.50.50:443/health - -
INFO 2025-03-20 19:03:29,196 [67 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint 'Health checks'
INFO 2025-03-20 19:03:29,197 [65 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:03:29,197 [67 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:03:29,198 [67 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint 'Health checks'
INFO 2025-03-20 19:03:29,198 [63 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 GET https://10.0.50.50:443/health - - - 200 -
application/json 3.5109ms
INFO 2025-03-20 19:03:29,238 [63 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 GET https://10.0.50.50:443/health - -
INFO 2025-03-20 19:03:29,239 [63 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint 'Health checks'
INFO 2025-03-20 19:03:29,240 [63 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:03:29,240 [67 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:03:29,241 [63 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint 'Health checks'
INFO 2025-03-20 19:03:29,241 [67 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 GET https://10.0.50.50:443/health - - - 200 -
application/json 3.1543ms
INFO 2025-03-20 19:03:29,933 [63 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 GET https://10.0.50.50:443/health - -
INFO 2025-03-20 19:03:29,934 [63 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint 'Health checks'
INFO 2025-03-20 19:03:29,935 [63 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:03:29,936 [67 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:03:29,937 [63 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint 'Health checks'
INFO 2025-03-20 19:03:29,937 [67 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 GET https://10.0.50.50:443/health - - - 200 -
application/json 3.4173ms
INFO 2025-03-20 19:03:29,989 [67 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 GET https://10.0.50.50:443/health - -
INFO 2025-03-20 19:03:29,990 [67 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint 'Health checks'
INFO 2025-03-20 19:03:29,992 [67 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:03:29,992 [63 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:03:29,993 [67 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint 'Health checks'
INFO 2025-03-20 19:03:29,993 [63 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 GET https://10.0.50.50:443/health - - - 200 -
application/json 3.7826ms
INFO 2025-03-20 19:03:30,014 [63 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 GET https://10.0.50.50:443/health - -
INFO 2025-03-20 19:03:30,015 [63 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint 'Health checks'
INFO 2025-03-20 19:03:30,016 [63 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:03:30,017 [67 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:03:30,017 [67 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint 'Health checks'
INFO 2025-03-20 19:03:30,018 [67 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 GET https://10.0.50.50:443/health - - - 200 -
application/json 3.8536ms
INFO 2025-03-20 19:03:30,072 [63 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 GET https://10.0.50.50:443/health - -
INFO 2025-03-20 19:03:30,073 [63 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint 'Health checks'
INFO 2025-03-20 19:03:30,073 [63 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:03:30,074 [67 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:03:30,075 [67 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint 'Health checks'
INFO 2025-03-20 19:03:30,075 [5 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 GET https://10.0.50.50:443/health - - - 200 -
application/json 3.4925ms
INFO 2025-03-20 19:03:31,242 [63 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 GET https://10.0.50.50:443/health - -
INFO 2025-03-20 19:03:31,243 [63 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint 'Health checks'
INFO 2025-03-20 19:03:31,244 [63 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:03:31,244 [65 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:03:31,245 [65 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint 'Health checks'
INFO 2025-03-20 19:03:31,246 [63 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 GET https://10.0.50.50:443/health - - - 200 -
application/json 3.4500ms
INFO 2025-03-20 19:03:31,248 [63 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'HealthChecksDb' using provider
'Microsoft.EntityFrameworkCore.InMemory' with options: StoreName=HealthChecksUI
INFO 2025-03-20 19:03:31,248 [63 ] .HttpClient.health-checks.LogicalHandler -
Start processing HTTP request GET https://stg.parcelat.com/health
INFO 2025-03-20 19:03:31,248 [63 ] p.HttpClient.health-checks.ClientHandler -
Sending HTTP request GET https://stg.parcelat.com/health
INFO 2025-03-20 19:03:31,250 [63 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 GET https://stg.parcelat.com/health - -
INFO 2025-03-20 19:03:31,251 [63 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint 'Health checks'
INFO 2025-03-20 19:03:31,252 [63 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:03:31,252 [65 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:03:31,253 [65 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint 'Health checks'
INFO 2025-03-20 19:03:31,253 [63 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 GET https://stg.parcelat.com/health - - - 200 -
application/json 2.6688ms
INFO 2025-03-20 19:03:31,253 [74 ] p.HttpClient.health-checks.ClientHandler -
Received HTTP response headers after 4.9186ms - 200
INFO 2025-03-20 19:03:31,253 [74 ] .HttpClient.health-checks.LogicalHandler -
End processing HTTP request after 4.9941ms - 200
INFO 2025-03-20 19:03:31,254 [74 ] Microsoft.EntityFrameworkCore.Update -
Saved 4 entities to in-memory store.
INFO 2025-03-20 19:03:31,999 [63 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 GET https://10.0.50.50:443/health - -
INFO 2025-03-20 19:03:32,000 [63 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint 'Health checks'
INFO 2025-03-20 19:03:32,001 [63 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:03:32,001 [65 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:03:32,002 [63 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint 'Health checks'
INFO 2025-03-20 19:03:32,002 [65 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 GET https://10.0.50.50:443/health - - - 200 -
application/json 3.4113ms
INFO 2025-03-20 19:03:32,169 [65 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 GET https://10.0.50.50:443/health - -
INFO 2025-03-20 19:03:32,170 [65 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint 'Health checks'
INFO 2025-03-20 19:03:32,171 [65 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:03:32,171 [63 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:03:32,173 [65 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint 'Health checks'
INFO 2025-03-20 19:03:32,173 [63 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 GET https://10.0.50.50:443/health - - - 200 -
application/json 3.1690ms
INFO 2025-03-20 19:03:32,663 [65 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 GET https://10.0.50.50:443/health - -
INFO 2025-03-20 19:03:32,664 [65 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint 'Health checks'
INFO 2025-03-20 19:03:32,665 [65 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:03:32,665 [63 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:03:32,666 [65 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint 'Health checks'
INFO 2025-03-20 19:03:32,666 [63 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 GET https://10.0.50.50:443/health - - - 200 -
application/json 3.3498ms
INFO 2025-03-20 19:03:33,283 [63 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 GET https://10.0.50.50:443/health - -
INFO 2025-03-20 19:03:33,284 [63 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint 'Health checks'
INFO 2025-03-20 19:03:33,285 [63 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:03:33,285 [65 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:03:33,286 [65 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint 'Health checks'
INFO 2025-03-20 19:03:33,286 [62 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 GET https://10.0.50.50:443/health - - - 200 -
application/json 3.6555ms
INFO 2025-03-20 19:03:33,499 [65 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 GET https://10.0.50.50:443/health - -
INFO 2025-03-20 19:03:33,500 [65 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint 'Health checks'
INFO 2025-03-20 19:03:33,501 [65 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:03:33,501 [62 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:03:33,502 [65 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint 'Health checks'
INFO 2025-03-20 19:03:33,502 [62 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 GET https://10.0.50.50:443/health - - - 200 -
application/json 3.2205ms
INFO 2025-03-20 19:03:33,992 [62 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 GET https://10.0.50.50:443/health - -
INFO 2025-03-20 19:03:33,993 [62 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint 'Health checks'
INFO 2025-03-20 19:03:33,994 [62 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:03:33,994 [65 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:03:33,995 [62 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint 'Health checks'
INFO 2025-03-20 19:03:33,996 [65 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 GET https://10.0.50.50:443/health - - - 200 -
application/json 3.4228ms
INFO 2025-03-20 19:03:34,432 [5 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 GET https://10.0.50.50:443/health - -
INFO 2025-03-20 19:03:34,432 [5 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint 'Health checks'
INFO 2025-03-20 19:03:34,433 [5 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:03:34,433 [67 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:03:34,435 [5 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint 'Health checks'
INFO 2025-03-20 19:03:34,435 [67 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 GET https://10.0.50.50:443/health - - - 200 -
application/json 3.2938ms
INFO 2025-03-20 19:03:34,721 [67 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 GET https://10.0.50.50:443/health - -
INFO 2025-03-20 19:03:34,722 [67 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint 'Health checks'
INFO 2025-03-20 19:03:34,723 [67 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:03:34,723 [5 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:03:34,724 [67 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint 'Health checks'
INFO 2025-03-20 19:03:34,725 [5 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 GET https://10.0.50.50:443/health - - - 200 -
application/json 3.2752ms
INFO 2025-03-20 19:03:34,796 [5 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 GET https://10.0.50.50:443/health - -
INFO 2025-03-20 19:03:34,797 [5 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint 'Health checks'
INFO 2025-03-20 19:03:34,798 [67 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:03:34,798 [5 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:03:34,799 [5 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint 'Health checks'
INFO 2025-03-20 19:03:34,799 [67 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 GET https://10.0.50.50:443/health - - - 200 -
application/json 3.3494ms
INFO 2025-03-20 19:03:34,849 [67 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 GET https://10.0.50.50:443/health - -
INFO 2025-03-20 19:03:34,850 [67 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint 'Health checks'
INFO 2025-03-20 19:03:34,850 [67 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:03:34,851 [5 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:03:34,852 [67 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint 'Health checks'
INFO 2025-03-20 19:03:34,852 [5 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 GET https://10.0.50.50:443/health - - - 200 -
application/json 3.2378ms
INFO 2025-03-20 19:03:35,125 [5 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 GET https://10.0.50.50:443/health - -
INFO 2025-03-20 19:03:35,127 [5 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint 'Health checks'
INFO 2025-03-20 19:03:35,127 [5 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:03:35,128 [67 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:03:35,136 [5 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint 'Health checks'
INFO 2025-03-20 19:03:35,137 [5 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 GET https://10.0.50.50:443/health - - - 200 -
application/json 11.2120ms
INFO 2025-03-20 19:03:35,782 [65 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 GET https://10.0.50.50:443/health - -
INFO 2025-03-20 19:03:35,783 [65 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint 'Health checks'
INFO 2025-03-20 19:03:35,784 [65 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:03:35,784 [5 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:03:35,785 [65 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint 'Health checks'
INFO 2025-03-20 19:03:35,785 [5 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 GET https://10.0.50.50:443/health - - - 200 -
application/json 3.3582ms
INFO 2025-03-20 19:03:36,727 [5 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 GET https://10.0.50.50:443/health - -
INFO 2025-03-20 19:03:36,728 [5 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint 'Health checks'
INFO 2025-03-20 19:03:36,729 [5 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:03:36,729 [62 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:03:36,730 [5 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint 'Health checks'
INFO 2025-03-20 19:03:36,730 [62 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 GET https://10.0.50.50:443/health - - - 200 -
application/json 3.2125ms
INFO 2025-03-20 19:03:36,862 [62 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 GET https://10.0.50.50:443/health - -
INFO 2025-03-20 19:03:36,863 [62 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint 'Health checks'
INFO 2025-03-20 19:03:36,864 [5 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:03:36,864 [62 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:03:36,866 [62 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint 'Health checks'
INFO 2025-03-20 19:03:36,866 [5 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 GET https://10.0.50.50:443/health - - - 200 -
application/json 3.2732ms
INFO 2025-03-20 19:03:37,919 [67 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 GET https://10.0.50.50:443/health - -
INFO 2025-03-20 19:03:37,920 [67 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint 'Health checks'
INFO 2025-03-20 19:03:37,921 [67 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:03:37,921 [62 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:03:37,938 [67 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint 'Health checks'
INFO 2025-03-20 19:03:37,938 [62 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 GET https://10.0.50.50:443/health - - - 200 -
application/json 18.7751ms
INFO 2025-03-20 19:03:38,292 [62 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 GET https://10.0.50.50:443/health - -
INFO 2025-03-20 19:03:38,293 [62 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint 'Health checks'
INFO 2025-03-20 19:03:38,293 [62 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:03:38,293 [67 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:03:38,306 [67 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint 'Health checks'
INFO 2025-03-20 19:03:38,307 [62 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 GET https://10.0.50.50:443/health - - - 200 -
application/json 15.0287ms
INFO 2025-03-20 19:03:38,354 [62 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 GET https://10.0.50.50:443/health - -
INFO 2025-03-20 19:03:38,355 [62 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint 'Health checks'
INFO 2025-03-20 19:03:38,356 [62 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:03:38,356 [67 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:03:38,357 [62 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint 'Health checks'
INFO 2025-03-20 19:03:38,357 [67 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 GET https://10.0.50.50:443/health - - - 200 -
application/json 3.2491ms
INFO 2025-03-20 19:03:38,740 [67 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 POST https://stg.parcelat.com/signalr-chat?
id=fyfEah_KX89eNU4vNzeRxg text/plain;charset=UTF-8 11
INFO 2025-03-20 19:03:38,741 [67 ] tion.Cookies.CookieAuthenticationHandler -
Identity.Application was not authenticated. Failure message: Unprotect ticket
failed
INFO 2025-03-20 19:03:38,741 [67 ] tCore.Cors.Infrastructure.CorsMiddleware - No
CORS policy found for the specified request.
INFO 2025-03-20 19:03:38,741 [67 ] tion.Cookies.CookieAuthenticationHandler -
Identity.Application was not authenticated. Failure message: Unprotect ticket
failed
INFO 2025-03-20 19:03:38,741 [67 ] tion.Cookies.CookieAuthenticationHandler -
Identity.Application was not authenticated. Failure message: Unprotect ticket
failed
INFO 2025-03-20 19:03:38,741 [67 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint '/signalr-chat'
INFO 2025-03-20 19:03:38,741 [67 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint '/signalr-chat'
INFO 2025-03-20 19:03:38,742 [67 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 POST https://stg.parcelat.com/signalr-chat?
id=fyfEah_KX89eNU4vNzeRxg text/plain;charset=UTF-8 11 - 200 - text/plain 1.2672ms
INFO 2025-03-20 19:03:38,751 [67 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 POST https://stg.parcelat.com/signalr?id=x9JCY-
HNxHL_oWL1shdsLw text/plain;charset=UTF-8 11
INFO 2025-03-20 19:03:38,752 [67 ] tion.Cookies.CookieAuthenticationHandler -
Identity.Application was not authenticated. Failure message: Unprotect ticket
failed
INFO 2025-03-20 19:03:38,752 [67 ] tCore.Cors.Infrastructure.CorsMiddleware - No
CORS policy found for the specified request.
INFO 2025-03-20 19:03:38,752 [67 ] tion.Cookies.CookieAuthenticationHandler -
Identity.Application was not authenticated. Failure message: Unprotect ticket
failed
INFO 2025-03-20 19:03:38,752 [67 ] tion.Cookies.CookieAuthenticationHandler -
Identity.Application was not authenticated. Failure message: Unprotect ticket
failed
INFO 2025-03-20 19:03:38,752 [67 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint '/signalr'
INFO 2025-03-20 19:03:38,752 [67 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint '/signalr'
INFO 2025-03-20 19:03:38,752 [67 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 POST https://stg.parcelat.com/signalr?id=x9JCY-
HNxHL_oWL1shdsLw text/plain;charset=UTF-8 11 - 200 - text/plain 1.2647ms
INFO 2025-03-20 19:03:38,856 [67 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 POST https://stg.parcelat.com/signalr-chat?
id=GCumBymbcyBlUas2Zbbsxw text/plain;charset=UTF-8 11
INFO 2025-03-20 19:03:38,856 [67 ] tion.Cookies.CookieAuthenticationHandler -
Identity.Application was not authenticated. Failure message: Unprotect ticket
failed
INFO 2025-03-20 19:03:38,856 [67 ] tCore.Cors.Infrastructure.CorsMiddleware - No
CORS policy found for the specified request.
INFO 2025-03-20 19:03:38,856 [67 ] tion.Cookies.CookieAuthenticationHandler -
Identity.Application was not authenticated. Failure message: Unprotect ticket
failed
INFO 2025-03-20 19:03:38,857 [67 ] tion.Cookies.CookieAuthenticationHandler -
Identity.Application was not authenticated. Failure message: Unprotect ticket
failed
INFO 2025-03-20 19:03:38,857 [67 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint '/signalr-chat'
INFO 2025-03-20 19:03:38,857 [67 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint '/signalr-chat'
INFO 2025-03-20 19:03:38,857 [63 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 POST https://stg.parcelat.com/signalr-chat?
id=GCumBymbcyBlUas2Zbbsxw text/plain;charset=UTF-8 11 - 200 - text/plain 1.2428ms
INFO 2025-03-20 19:03:39,085 [63 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 GET https://10.0.50.50:443/health - -
INFO 2025-03-20 19:03:39,086 [63 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint 'Health checks'
INFO 2025-03-20 19:03:39,087 [63 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:03:39,087 [5 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:03:39,088 [63 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint 'Health checks'
INFO 2025-03-20 19:03:39,088 [5 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 GET https://10.0.50.50:443/health - - - 200 -
application/json 3.3140ms
INFO 2025-03-20 19:03:39,310 [5 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 GET https://10.0.50.50:443/health - -
INFO 2025-03-20 19:03:39,311 [5 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint 'Health checks'
INFO 2025-03-20 19:03:39,312 [5 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:03:39,312 [63 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:03:39,313 [62 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint 'Health checks'
INFO 2025-03-20 19:03:39,314 [63 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 GET https://10.0.50.50:443/health - - - 200 -
application/json 3.3266ms
INFO 2025-03-20 19:03:39,464 [62 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 GET https://10.0.50.50:443/health - -
INFO 2025-03-20 19:03:39,465 [62 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint 'Health checks'
INFO 2025-03-20 19:03:39,466 [62 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:03:39,466 [63 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:03:39,467 [65 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint 'Health checks'
INFO 2025-03-20 19:03:39,467 [63 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 GET https://10.0.50.50:443/health - - - 200 -
application/json 3.3872ms
INFO 2025-03-20 19:03:39,640 [63 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 GET https://10.0.50.50:443/health - -
INFO 2025-03-20 19:03:39,641 [63 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint 'Health checks'
INFO 2025-03-20 19:03:39,642 [63 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:03:39,642 [65 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:03:39,643 [63 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint 'Health checks'
INFO 2025-03-20 19:03:39,643 [65 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 GET https://10.0.50.50:443/health - - - 200 -
application/json 3.3203ms
INFO 2025-03-20 19:03:39,717 [5 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 GET https://10.0.50.50:443/health - -
INFO 2025-03-20 19:03:39,718 [5 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint 'Health checks'
INFO 2025-03-20 19:03:39,719 [67 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:03:39,732 [5 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:03:39,733 [67 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint 'Health checks'
INFO 2025-03-20 19:03:39,733 [5 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 GET https://10.0.50.50:443/health - - - 200 -
application/json 16.6904ms
INFO 2025-03-20 19:03:39,946 [5 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 GET https://10.0.50.50:443/health - -
INFO 2025-03-20 19:03:39,948 [5 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint 'Health checks'
INFO 2025-03-20 19:03:39,949 [67 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:03:39,949 [5 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:03:39,950 [67 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint 'Health checks'
INFO 2025-03-20 19:03:39,950 [5 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 GET https://10.0.50.50:443/health - - - 200 -
application/json 3.9921ms
INFO 2025-03-20 19:03:40,008 [5 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 POST https://stg.parcelat.com/signalr?id=I46y-F3ZsVXfR-
Ro2UyFvQ text/plain;charset=UTF-8 11
INFO 2025-03-20 19:03:40,008 [5 ] tion.Cookies.CookieAuthenticationHandler -
Identity.Application was not authenticated. Failure message: Unprotect ticket
failed
INFO 2025-03-20 19:03:40,009 [5 ] tCore.Cors.Infrastructure.CorsMiddleware - No
CORS policy found for the specified request.
INFO 2025-03-20 19:03:40,009 [5 ] tion.Cookies.CookieAuthenticationHandler -
Identity.Application was not authenticated. Failure message: Unprotect ticket
failed
INFO 2025-03-20 19:03:40,009 [5 ] tion.Cookies.CookieAuthenticationHandler -
Identity.Application was not authenticated. Failure message: Unprotect ticket
failed
INFO 2025-03-20 19:03:40,009 [5 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint '/signalr'
INFO 2025-03-20 19:03:40,009 [5 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint '/signalr'
INFO 2025-03-20 19:03:40,010 [63 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 POST https://stg.parcelat.com/signalr?id=I46y-F3ZsVXfR-
Ro2UyFvQ text/plain;charset=UTF-8 11 - 200 - text/plain 1.9741ms
INFO 2025-03-20 19:03:41,001 [63 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 GET https://10.0.50.50:443/health - -
INFO 2025-03-20 19:03:41,002 [63 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint 'Health checks'
INFO 2025-03-20 19:03:41,003 [63 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:03:41,003 [5 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:03:41,004 [5 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint 'Health checks'
INFO 2025-03-20 19:03:41,004 [63 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 GET https://10.0.50.50:443/health - - - 200 -
application/json 3.6067ms
INFO 2025-03-20 19:03:41,258 [5 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'HealthChecksDb' using provider
'Microsoft.EntityFrameworkCore.InMemory' with options: StoreName=HealthChecksUI
INFO 2025-03-20 19:03:41,259 [5 ] .HttpClient.health-checks.LogicalHandler -
Start processing HTTP request GET https://stg.parcelat.com/health
INFO 2025-03-20 19:03:41,259 [5 ] p.HttpClient.health-checks.ClientHandler -
Sending HTTP request GET https://stg.parcelat.com/health
INFO 2025-03-20 19:03:41,270 [5 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 GET https://stg.parcelat.com/health - -
INFO 2025-03-20 19:03:41,271 [5 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint 'Health checks'
INFO 2025-03-20 19:03:41,272 [63 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:03:41,272 [67 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:03:41,274 [63 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint 'Health checks'
INFO 2025-03-20 19:03:41,274 [5 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 GET https://stg.parcelat.com/health - - - 200 -
application/json 3.9585ms
INFO 2025-03-20 19:03:41,275 [74 ] p.HttpClient.health-checks.ClientHandler -
Received HTTP response headers after 16.0652ms - 200
INFO 2025-03-20 19:03:41,275 [74 ] .HttpClient.health-checks.LogicalHandler -
End processing HTTP request after 16.1209ms - 200
INFO 2025-03-20 19:03:41,275 [74 ] Microsoft.EntityFrameworkCore.Update -
Saved 4 entities to in-memory store.
INFO 2025-03-20 19:03:41,532 [63 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 GET https://10.0.50.50:443/health - -
INFO 2025-03-20 19:03:41,533 [63 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint 'Health checks'
INFO 2025-03-20 19:03:41,534 [5 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:03:41,534 [63 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:03:41,535 [5 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint 'Health checks'
INFO 2025-03-20 19:03:41,535 [63 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 GET https://10.0.50.50:443/health - - - 200 -
application/json 3.5202ms
INFO 2025-03-20 19:03:42,106 [67 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 GET https://10.0.50.50:443/health - -
INFO 2025-03-20 19:03:42,107 [67 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint 'Health checks'
INFO 2025-03-20 19:03:42,108 [67 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:03:42,108 [62 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:03:42,109 [67 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint 'Health checks'
INFO 2025-03-20 19:03:42,109 [62 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 GET https://10.0.50.50:443/health - - - 200 -
application/json 3.1914ms
INFO 2025-03-20 19:03:43,297 [67 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 GET https://10.0.50.50:443/health - -
INFO 2025-03-20 19:03:43,298 [67 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint 'Health checks'
INFO 2025-03-20 19:03:43,299 [67 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:03:43,299 [62 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:03:43,300 [67 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint 'Health checks'
INFO 2025-03-20 19:03:43,301 [62 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 GET https://10.0.50.50:443/health - - - 200 -
application/json 3.3465ms
INFO 2025-03-20 19:03:43,655 [63 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 GET https://10.0.50.50:443/health - -
INFO 2025-03-20 19:03:43,656 [63 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint 'Health checks'
INFO 2025-03-20 19:03:43,657 [63 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:03:43,657 [5 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:03:43,658 [63 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint 'Health checks'
INFO 2025-03-20 19:03:43,658 [5 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 GET https://10.0.50.50:443/health - - - 200 -
application/json 3.8323ms
INFO 2025-03-20 19:03:43,699 [5 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 GET https://10.0.50.50:443/health - -
INFO 2025-03-20 19:03:43,700 [5 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint 'Health checks'
INFO 2025-03-20 19:03:43,700 [5 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:03:43,700 [63 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:03:43,702 [62 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint 'Health checks'
INFO 2025-03-20 19:03:43,702 [63 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 GET https://10.0.50.50:443/health - - - 200 -
application/json 3.1735ms
INFO 2025-03-20 19:03:43,711 [63 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 GET https://10.0.50.50:443/health - -
INFO 2025-03-20 19:03:43,712 [63 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint 'Health checks'
INFO 2025-03-20 19:03:43,713 [63 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:03:43,713 [62 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:03:43,714 [63 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint 'Health checks'
INFO 2025-03-20 19:03:43,714 [62 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 GET https://10.0.50.50:443/health - - - 200 -
application/json 2.7258ms
INFO 2025-03-20 19:03:43,973 [62 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 GET https://10.0.50.50:443/health - -
INFO 2025-03-20 19:03:43,974 [62 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint 'Health checks'
INFO 2025-03-20 19:03:43,975 [62 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:03:43,975 [63 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:03:43,977 [62 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint 'Health checks'
INFO 2025-03-20 19:03:43,977 [63 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 GET https://10.0.50.50:443/health - - - 200 -
application/json 3.6884ms
INFO 2025-03-20 19:03:44,279 [63 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/2 POST https://localhost/signalr-chat?id=uMoOdeRmPYPuCujpZl-
5pA text/plain;charset=UTF-8 11
INFO 2025-03-20 19:03:44,279 [62 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/2 POST https://localhost/signalr?id=tHLRiN9SwFW31xVonYkPkA
text/plain;charset=UTF-8 11
INFO 2025-03-20 19:03:44,282 [62 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:03:44,282 [63 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:03:44,288 [5 ] tCore.Cors.Infrastructure.CorsMiddleware - No
CORS policy found for the specified request.
INFO 2025-03-20 19:03:44,288 [67 ] tCore.Cors.Infrastructure.CorsMiddleware - No
CORS policy found for the specified request.
INFO 2025-03-20 19:03:44,288 [5 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint '/signalr-chat'
INFO 2025-03-20 19:03:44,288 [67 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint '/signalr'
INFO 2025-03-20 19:03:44,288 [5 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint '/signalr-chat'
INFO 2025-03-20 19:03:44,288 [67 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint '/signalr'
INFO 2025-03-20 19:03:44,288 [5 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/2 POST https://localhost/signalr?id=tHLRiN9SwFW31xVonYkPkA
text/plain;charset=UTF-8 11 - 200 - text/plain 9.4167ms
INFO 2025-03-20 19:03:44,288 [67 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/2 POST https://localhost/signalr-chat?id=uMoOdeRmPYPuCujpZl-
5pA text/plain;charset=UTF-8 11 - 200 - text/plain 9.5421ms
INFO 2025-03-20 19:03:44,625 [67 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 GET https://10.0.50.50:443/health - -
INFO 2025-03-20 19:03:44,626 [67 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint 'Health checks'
INFO 2025-03-20 19:03:44,627 [67 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:03:44,627 [5 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:03:44,629 [5 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint 'Health checks'
INFO 2025-03-20 19:03:44,629 [67 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 GET https://10.0.50.50:443/health - - - 200 -
application/json 3.4515ms
INFO 2025-03-20 19:03:44,903 [67 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 GET https://10.0.50.50:443/health - -
INFO 2025-03-20 19:03:44,904 [67 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint 'Health checks'
INFO 2025-03-20 19:03:44,905 [67 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:03:44,905 [5 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:03:44,906 [67 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint 'Health checks'
INFO 2025-03-20 19:03:44,906 [5 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 GET https://10.0.50.50:443/health - - - 200 -
application/json 3.2944ms
INFO 2025-03-20 19:03:45,069 [5 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 GET https://10.0.50.50:443/health - -
INFO 2025-03-20 19:03:45,070 [5 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint 'Health checks'
INFO 2025-03-20 19:03:45,071 [5 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:03:45,071 [67 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:03:45,072 [5 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint 'Health checks'
INFO 2025-03-20 19:03:45,072 [67 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 GET https://10.0.50.50:443/health - - - 200 -
application/json 3.3406ms
INFO 2025-03-20 19:03:45,096 [67 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 GET https://10.0.50.50:443/health - -
INFO 2025-03-20 19:03:45,097 [67 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint 'Health checks'
INFO 2025-03-20 19:03:45,098 [67 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:03:45,098 [5 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:03:45,099 [67 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint 'Health checks'
INFO 2025-03-20 19:03:45,099 [5 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 GET https://10.0.50.50:443/health - - - 200 -
application/json 3.5128ms
INFO 2025-03-20 19:03:45,730 [67 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 GET https://10.0.50.50:443/health - -
INFO 2025-03-20 19:03:45,731 [67 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint 'Health checks'
INFO 2025-03-20 19:03:45,732 [67 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:03:45,732 [5 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:03:45,733 [67 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint 'Health checks'
INFO 2025-03-20 19:03:45,733 [5 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 GET https://10.0.50.50:443/health - - - 200 -
application/json 3.3335ms
INFO 2025-03-20 19:03:47,027 [5 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 GET https://10.0.50.50:443/health - -
INFO 2025-03-20 19:03:47,028 [5 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint 'Health checks'
INFO 2025-03-20 19:03:47,029 [63 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:03:47,029 [62 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:03:47,030 [63 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint 'Health checks'
INFO 2025-03-20 19:03:47,031 [62 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 GET https://10.0.50.50:443/health - - - 200 -
application/json 3.4052ms
INFO 2025-03-20 19:03:47,201 [62 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 GET https://10.0.50.50:443/health - -
INFO 2025-03-20 19:03:47,202 [62 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint 'Health checks'
INFO 2025-03-20 19:03:47,203 [62 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:03:47,203 [63 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:03:47,204 [62 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint 'Health checks'
INFO 2025-03-20 19:03:47,204 [63 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 GET https://10.0.50.50:443/health - - - 200 -
application/json 3.4670ms
INFO 2025-03-20 19:03:48,286 [62 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 GET https://10.0.50.50:443/health - -
INFO 2025-03-20 19:03:48,287 [62 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint 'Health checks'
INFO 2025-03-20 19:03:48,288 [62 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:03:48,288 [63 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:03:48,290 [62 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint 'Health checks'
INFO 2025-03-20 19:03:48,290 [63 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 GET https://10.0.50.50:443/health - - - 200 -
application/json 3.4376ms
INFO 2025-03-20 19:03:48,659 [63 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 GET https://10.0.50.50:443/health - -
INFO 2025-03-20 19:03:48,660 [63 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint 'Health checks'
INFO 2025-03-20 19:03:48,661 [63 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:03:48,661 [67 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:03:48,662 [67 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint 'Health checks'
INFO 2025-03-20 19:03:48,662 [5 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 GET https://10.0.50.50:443/health - - - 200 -
application/json 3.3130ms
INFO 2025-03-20 19:03:48,761 [5 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 GET https://10.0.50.50:443/health - -
INFO 2025-03-20 19:03:48,762 [5 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint 'Health checks'
INFO 2025-03-20 19:03:48,763 [62 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:03:48,763 [67 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:03:48,764 [62 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint 'Health checks'
INFO 2025-03-20 19:03:48,765 [67 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 GET https://10.0.50.50:443/health - - - 200 -
application/json 3.3562ms
INFO 2025-03-20 19:03:49,029 [67 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 GET https://10.0.50.50:443/health - -
INFO 2025-03-20 19:03:49,030 [67 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint 'Health checks'
INFO 2025-03-20 19:03:49,031 [67 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:03:49,031 [62 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:03:49,032 [62 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint 'Health checks'
INFO 2025-03-20 19:03:49,032 [67 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 GET https://10.0.50.50:443/health - - - 200 -
application/json 3.2738ms
INFO 2025-03-20 19:03:49,214 [67 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 GET https://10.0.50.50:443/health - -
INFO 2025-03-20 19:03:49,215 [67 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint 'Health checks'
INFO 2025-03-20 19:03:49,216 [67 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:03:49,216 [62 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:03:49,217 [67 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint 'Health checks'
INFO 2025-03-20 19:03:49,218 [62 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 GET https://10.0.50.50:443/health - - - 200 -
application/json 3.2654ms
INFO 2025-03-20 19:03:49,419 [63 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 GET https://10.0.50.50:443/health - -
INFO 2025-03-20 19:03:49,422 [63 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint 'Health checks'
INFO 2025-03-20 19:03:49,423 [63 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:03:49,423 [67 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:03:49,425 [67 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint 'Health checks'
INFO 2025-03-20 19:03:49,425 [63 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 GET https://10.0.50.50:443/health - - - 200 -
application/json 5.2432ms
INFO 2025-03-20 19:03:49,884 [63 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 GET https://10.0.50.50:443/health - -
INFO 2025-03-20 19:03:49,885 [63 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint 'Health checks'
INFO 2025-03-20 19:03:49,885 [63 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:03:49,885 [67 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:03:49,887 [63 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint 'Health checks'
INFO 2025-03-20 19:03:49,887 [67 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 GET https://10.0.50.50:443/health - - - 200 -
application/json 3.4007ms
INFO 2025-03-20 19:03:50,030 [67 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 GET https://10.0.50.50:443/health - -
INFO 2025-03-20 19:03:50,031 [67 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint 'Health checks'
INFO 2025-03-20 19:03:50,032 [67 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:03:50,032 [63 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:03:50,034 [62 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint 'Health checks'
INFO 2025-03-20 19:03:50,034 [63 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 GET https://10.0.50.50:443/health - - - 200 -
application/json 3.8242ms
INFO 2025-03-20 19:03:50,278 [63 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 GET https://10.0.50.50:443/health - -
INFO 2025-03-20 19:03:50,279 [63 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint 'Health checks'
INFO 2025-03-20 19:03:50,280 [63 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:03:50,280 [62 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:03:50,281 [63 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint 'Health checks'
INFO 2025-03-20 19:03:50,281 [62 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 GET https://10.0.50.50:443/health - - - 200 -
application/json 3.4687ms
INFO 2025-03-20 19:03:50,870 [5 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 GET https://10.0.50.50:443/health - -
INFO 2025-03-20 19:03:50,871 [5 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint 'Health checks'
INFO 2025-03-20 19:03:50,872 [5 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:03:50,872 [67 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:03:50,873 [5 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint 'Health checks'
INFO 2025-03-20 19:03:50,873 [67 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 GET https://10.0.50.50:443/health - - - 200 -
application/json 3.3502ms
INFO 2025-03-20 19:03:51,282 [67 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'HealthChecksDb' using provider
'Microsoft.EntityFrameworkCore.InMemory' with options: StoreName=HealthChecksUI
INFO 2025-03-20 19:03:51,282 [67 ] .HttpClient.health-checks.LogicalHandler -
Start processing HTTP request GET https://stg.parcelat.com/health
INFO 2025-03-20 19:03:51,282 [67 ] p.HttpClient.health-checks.ClientHandler -
Sending HTTP request GET https://stg.parcelat.com/health
INFO 2025-03-20 19:03:51,284 [67 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 GET https://stg.parcelat.com/health - -
INFO 2025-03-20 19:03:51,285 [67 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint 'Health checks'
INFO 2025-03-20 19:03:51,286 [67 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:03:51,286 [5 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:03:51,287 [67 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint 'Health checks'
INFO 2025-03-20 19:03:51,287 [5 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 GET https://stg.parcelat.com/health - - - 200 -
application/json 3.3261ms
INFO 2025-03-20 19:03:51,288 [74 ] p.HttpClient.health-checks.ClientHandler -
Received HTTP response headers after 6.2684ms - 200
INFO 2025-03-20 19:03:51,288 [74 ] .HttpClient.health-checks.LogicalHandler -
End processing HTTP request after 6.3282ms - 200
INFO 2025-03-20 19:03:51,289 [74 ] Microsoft.EntityFrameworkCore.Update -
Saved 4 entities to in-memory store.
INFO 2025-03-20 19:03:51,710 [67 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 GET https://10.0.50.50:443/health - -
INFO 2025-03-20 19:03:51,711 [67 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint 'Health checks'
INFO 2025-03-20 19:03:51,712 [67 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:03:51,712 [5 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:03:51,713 [67 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint 'Health checks'
INFO 2025-03-20 19:03:51,713 [5 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 GET https://10.0.50.50:443/health - - - 200 -
application/json 3.5109ms
INFO 2025-03-20 19:03:51,974 [5 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 GET https://10.0.50.50:443/health - -
INFO 2025-03-20 19:03:51,975 [5 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint 'Health checks'
INFO 2025-03-20 19:03:51,976 [5 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:03:51,976 [67 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:03:51,978 [5 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint 'Health checks'
INFO 2025-03-20 19:03:51,978 [67 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 GET https://10.0.50.50:443/health - - - 200 -
application/json 3.4845ms
INFO 2025-03-20 19:03:52,908 [5 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 GET https://10.0.50.50:443/health - -
INFO 2025-03-20 19:03:52,909 [5 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint 'Health checks'
INFO 2025-03-20 19:03:52,910 [67 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:03:52,910 [5 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:03:52,911 [67 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint 'Health checks'
INFO 2025-03-20 19:03:52,911 [5 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 GET https://10.0.50.50:443/health - - - 200 -
application/json 3.6092ms
INFO 2025-03-20 19:03:53,482 [62 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 GET https://10.0.50.50:443/health - -
INFO 2025-03-20 19:03:53,483 [62 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint 'Health checks'
INFO 2025-03-20 19:03:53,484 [62 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:03:53,484 [5 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:03:53,485 [5 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint 'Health checks'
INFO 2025-03-20 19:03:53,485 [62 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 GET https://10.0.50.50:443/health - - - 200 -
application/json 3.2187ms
INFO 2025-03-20 19:03:54,007 [62 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 GET https://10.0.50.50:443/health - -
INFO 2025-03-20 19:03:54,008 [62 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint 'Health checks'
INFO 2025-03-20 19:03:54,009 [62 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:03:54,009 [5 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:03:54,010 [62 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint 'Health checks'
INFO 2025-03-20 19:03:54,010 [5 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 GET https://10.0.50.50:443/health - - - 200 -
application/json 3.3786ms
INFO 2025-03-20 19:03:54,114 [5 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 GET https://10.0.50.50:443/health - -
INFO 2025-03-20 19:03:54,115 [5 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint 'Health checks'
INFO 2025-03-20 19:03:54,116 [5 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:03:54,116 [62 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:03:54,117 [5 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint 'Health checks'
INFO 2025-03-20 19:03:54,118 [62 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 GET https://10.0.50.50:443/health - - - 200 -
application/json 3.2934ms
INFO 2025-03-20 19:03:54,508 [67 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 GET https://10.0.50.50:443/health - -
INFO 2025-03-20 19:03:54,509 [67 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint 'Health checks'
INFO 2025-03-20 19:03:54,510 [67 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:03:54,510 [63 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:03:54,511 [67 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint 'Health checks'
INFO 2025-03-20 19:03:54,511 [63 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 GET https://10.0.50.50:443/health - - - 200 -
application/json 3.5095ms
INFO 2025-03-20 19:03:54,586 [63 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 GET https://10.0.50.50:443/health - -
INFO 2025-03-20 19:03:54,587 [63 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint 'Health checks'
INFO 2025-03-20 19:03:54,588 [63 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:03:54,589 [67 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:03:54,589 [67 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint 'Health checks'
INFO 2025-03-20 19:03:54,589 [67 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 GET https://10.0.50.50:443/health - - - 200 -
application/json 3.6689ms
INFO 2025-03-20 19:03:54,598 [67 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 GET https://10.0.50.50:443/health - -
INFO 2025-03-20 19:03:54,599 [67 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint 'Health checks'
INFO 2025-03-20 19:03:54,600 [67 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:03:54,602 [63 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:03:54,602 [63 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint 'Health checks'
INFO 2025-03-20 19:03:54,602 [63 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 GET https://10.0.50.50:443/health - - - 200 -
application/json 4.0621ms
INFO 2025-03-20 19:03:54,832 [67 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 POST https://stg.parcelat.com/signalr-chat?
id=GCumBymbcyBlUas2Zbbsxw text/plain;charset=UTF-8 11
INFO 2025-03-20 19:03:54,833 [67 ] tion.Cookies.CookieAuthenticationHandler -
Identity.Application was not authenticated. Failure message: Unprotect ticket
failed
INFO 2025-03-20 19:03:54,833 [67 ] tCore.Cors.Infrastructure.CorsMiddleware - No
CORS policy found for the specified request.
INFO 2025-03-20 19:03:54,833 [67 ] tion.Cookies.CookieAuthenticationHandler -
Identity.Application was not authenticated. Failure message: Unprotect ticket
failed
INFO 2025-03-20 19:03:54,833 [67 ] tion.Cookies.CookieAuthenticationHandler -
Identity.Application was not authenticated. Failure message: Unprotect ticket
failed
INFO 2025-03-20 19:03:54,833 [67 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint '/signalr-chat'
INFO 2025-03-20 19:03:54,833 [67 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint '/signalr-chat'
INFO 2025-03-20 19:03:54,833 [67 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 POST https://stg.parcelat.com/signalr-chat?
id=GCumBymbcyBlUas2Zbbsxw text/plain;charset=UTF-8 11 - 200 - text/plain 1.3629ms
INFO 2025-03-20 19:03:54,920 [67 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 POST https://stg.parcelat.com/signalr?id=I46y-F3ZsVXfR-
Ro2UyFvQ text/plain;charset=UTF-8 11
INFO 2025-03-20 19:03:54,921 [67 ] tion.Cookies.CookieAuthenticationHandler -
Identity.Application was not authenticated. Failure message: Unprotect ticket
failed
INFO 2025-03-20 19:03:54,921 [67 ] tCore.Cors.Infrastructure.CorsMiddleware - No
CORS policy found for the specified request.
INFO 2025-03-20 19:03:54,921 [67 ] tion.Cookies.CookieAuthenticationHandler -
Identity.Application was not authenticated. Failure message: Unprotect ticket
failed
INFO 2025-03-20 19:03:54,921 [67 ] tion.Cookies.CookieAuthenticationHandler -
Identity.Application was not authenticated. Failure message: Unprotect ticket
failed
INFO 2025-03-20 19:03:54,921 [67 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint '/signalr'
INFO 2025-03-20 19:03:54,921 [67 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint '/signalr'
INFO 2025-03-20 19:03:54,921 [67 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 POST https://stg.parcelat.com/signalr?id=I46y-F3ZsVXfR-
Ro2UyFvQ text/plain;charset=UTF-8 11 - 200 - text/plain 1.1915ms
INFO 2025-03-20 19:03:55,434 [67 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 GET https://10.0.50.50:443/health - -
INFO 2025-03-20 19:03:55,435 [67 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint 'Health checks'
INFO 2025-03-20 19:03:55,435 [67 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:03:55,436 [63 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:03:55,437 [67 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint 'Health checks'
INFO 2025-03-20 19:03:55,437 [63 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 GET https://10.0.50.50:443/health - - - 200 -
application/json 3.3067ms
INFO 2025-03-20 19:03:55,640 [63 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 GET https://10.0.50.50:443/health - -
INFO 2025-03-20 19:03:55,642 [63 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint 'Health checks'
INFO 2025-03-20 19:03:55,643 [67 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:03:55,643 [63 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:03:55,644 [67 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint 'Health checks'
INFO 2025-03-20 19:03:55,645 [63 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 GET https://10.0.50.50:443/health - - - 200 -
application/json 4.3562ms
INFO 2025-03-20 19:03:55,887 [63 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 GET https://10.0.50.50:443/health - -
INFO 2025-03-20 19:03:55,888 [63 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint 'Health checks'
INFO 2025-03-20 19:03:55,889 [63 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:03:55,890 [67 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:03:55,891 [67 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint 'Health checks'
INFO 2025-03-20 19:03:55,891 [63 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 GET https://10.0.50.50:443/health - - - 200 -
application/json 3.6096ms
INFO 2025-03-20 19:03:56,554 [63 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 GET https://10.0.50.50:443/health - -
INFO 2025-03-20 19:03:56,555 [63 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint 'Health checks'
INFO 2025-03-20 19:03:56,556 [63 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:03:56,556 [5 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:03:56,557 [5 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint 'Health checks'
INFO 2025-03-20 19:03:56,557 [67 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 GET https://10.0.50.50:443/health - - - 200 -
application/json 3.5414ms
INFO 2025-03-20 19:03:56,689 [67 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 GET https://10.0.50.50:443/health - -
INFO 2025-03-20 19:03:56,690 [67 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint 'Health checks'
INFO 2025-03-20 19:03:56,691 [67 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:03:56,691 [5 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:03:56,692 [67 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint 'Health checks'
INFO 2025-03-20 19:03:56,692 [63 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 GET https://10.0.50.50:443/health - - - 200 -
application/json 3.4804ms
INFO 2025-03-20 19:03:58,077 [63 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 GET https://10.0.50.50:443/health - -
INFO 2025-03-20 19:03:58,078 [63 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint 'Health checks'
INFO 2025-03-20 19:03:58,079 [63 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:03:58,079 [67 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:03:58,081 [63 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint 'Health checks'
INFO 2025-03-20 19:03:58,081 [67 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 GET https://10.0.50.50:443/health - - - 200 -
application/json 3.3579ms
INFO 2025-03-20 19:03:58,642 [63 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 GET https://10.0.50.50:443/health - -
INFO 2025-03-20 19:03:58,643 [63 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint 'Health checks'
INFO 2025-03-20 19:03:58,644 [63 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:03:58,644 [67 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:03:58,645 [63 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint 'Health checks'
INFO 2025-03-20 19:03:58,645 [67 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 GET https://10.0.50.50:443/health - - - 200 -
application/json 3.2324ms
INFO 2025-03-20 19:03:58,648 [67 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 GET https://10.0.50.50:443/health - -
INFO 2025-03-20 19:03:58,649 [67 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint 'Health checks'
INFO 2025-03-20 19:03:58,650 [5 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:03:58,650 [63 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:03:58,651 [5 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint 'Health checks'
INFO 2025-03-20 19:03:58,651 [63 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 GET https://10.0.50.50:443/health - - - 200 -
application/json 2.7879ms
INFO 2025-03-20 19:03:58,747 [63 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 GET https://10.0.50.50:443/health - -
INFO 2025-03-20 19:03:58,748 [63 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint 'Health checks'
INFO 2025-03-20 19:03:58,749 [63 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:03:58,749 [5 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:03:58,753 [5 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint 'Health checks'
INFO 2025-03-20 19:03:58,754 [63 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 GET https://10.0.50.50:443/health - - - 200 -
application/json 6.7014ms
INFO 2025-03-20 19:03:59,056 [63 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 GET https://10.0.50.50:443/health - -
INFO 2025-03-20 19:03:59,057 [63 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint 'Health checks'
INFO 2025-03-20 19:03:59,058 [63 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:03:59,058 [5 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:03:59,059 [63 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint 'Health checks'
INFO 2025-03-20 19:03:59,060 [5 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 GET https://10.0.50.50:443/health - - - 200 -
application/json 3.4078ms
INFO 2025-03-20 19:03:59,181 [5 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 GET https://10.0.50.50:443/health - -
INFO 2025-03-20 19:03:59,182 [5 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint 'Health checks'
INFO 2025-03-20 19:03:59,183 [5 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:03:59,183 [63 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:03:59,185 [5 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint 'Health checks'
INFO 2025-03-20 19:03:59,185 [63 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 GET https://10.0.50.50:443/health - - - 200 -
application/json 3.4013ms
INFO 2025-03-20 19:03:59,208 [63 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 GET https://10.0.50.50:443/health - -
INFO 2025-03-20 19:03:59,209 [63 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint 'Health checks'
INFO 2025-03-20 19:03:59,210 [63 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:03:59,210 [5 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:03:59,211 [63 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint 'Health checks'
INFO 2025-03-20 19:03:59,211 [5 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 GET https://10.0.50.50:443/health - - - 200 -
application/json 3.1090ms
INFO 2025-03-20 19:03:59,959 [63 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 GET https://10.0.50.50:443/health - -
INFO 2025-03-20 19:03:59,960 [63 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint 'Health checks'
INFO 2025-03-20 19:03:59,961 [63 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:03:59,961 [5 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:03:59,962 [63 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint 'Health checks'
INFO 2025-03-20 19:03:59,962 [67 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 GET https://10.0.50.50:443/health - - - 200 -
application/json 3.5060ms
INFO 2025-03-20 19:04:00,287 [67 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/2 POST https://localhost/signalr-chat?id=uMoOdeRmPYPuCujpZl-
5pA text/plain;charset=UTF-8 11
INFO 2025-03-20 19:04:00,287 [63 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/2 POST https://localhost/signalr?id=tHLRiN9SwFW31xVonYkPkA
text/plain;charset=UTF-8 11
INFO 2025-03-20 19:04:00,289 [63 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:04:00,289 [67 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:04:00,296 [63 ] tCore.Cors.Infrastructure.CorsMiddleware - No
CORS policy found for the specified request.
INFO 2025-03-20 19:04:00,296 [60 ] tCore.Cors.Infrastructure.CorsMiddleware - No
CORS policy found for the specified request.
INFO 2025-03-20 19:04:00,296 [63 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint '/signalr'
INFO 2025-03-20 19:04:00,296 [63 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint '/signalr'
INFO 2025-03-20 19:04:00,296 [60 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint '/signalr-chat'
INFO 2025-03-20 19:04:00,296 [60 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint '/signalr-chat'
INFO 2025-03-20 19:04:00,296 [63 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/2 POST https://localhost/signalr?id=tHLRiN9SwFW31xVonYkPkA
text/plain;charset=UTF-8 11 - 200 - text/plain 9.7550ms
INFO 2025-03-20 19:04:00,297 [63 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/2 POST https://localhost/signalr-chat?id=uMoOdeRmPYPuCujpZl-
5pA text/plain;charset=UTF-8 11 - 200 - text/plain 9.8122ms
INFO 2025-03-20 19:04:00,528 [63 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 GET https://10.0.50.50:443/health - -
INFO 2025-03-20 19:04:00,529 [63 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint 'Health checks'
INFO 2025-03-20 19:04:00,530 [63 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:04:00,530 [60 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:04:00,531 [63 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint 'Health checks'
INFO 2025-03-20 19:04:00,531 [60 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 GET https://10.0.50.50:443/health - - - 200 -
application/json 3.3965ms
INFO 2025-03-20 19:04:00,533 [60 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 GET https://10.0.50.50:443/health - -
INFO 2025-03-20 19:04:00,534 [60 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint 'Health checks'
INFO 2025-03-20 19:04:00,535 [60 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:04:00,535 [63 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:04:00,536 [63 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint 'Health checks'
INFO 2025-03-20 19:04:00,536 [60 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 GET https://10.0.50.50:443/health - - - 200 -
application/json 2.7698ms
INFO 2025-03-20 19:04:01,282 [60 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'HealthChecksDb' using provider
'Microsoft.EntityFrameworkCore.InMemory' with options: StoreName=HealthChecksUI
INFO 2025-03-20 19:04:01,282 [60 ] .HttpClient.health-checks.LogicalHandler -
Start processing HTTP request GET https://stg.parcelat.com/health
INFO 2025-03-20 19:04:01,282 [60 ] p.HttpClient.health-checks.ClientHandler -
Sending HTTP request GET https://stg.parcelat.com/health
INFO 2025-03-20 19:04:01,284 [60 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 GET https://stg.parcelat.com/health - -
INFO 2025-03-20 19:04:01,285 [60 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint 'Health checks'
INFO 2025-03-20 19:04:01,286 [60 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:04:01,286 [63 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:04:01,287 [60 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint 'Health checks'
INFO 2025-03-20 19:04:01,287 [63 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 GET https://stg.parcelat.com/health - - - 200 -
application/json 2.9801ms
INFO 2025-03-20 19:04:01,288 [74 ] p.HttpClient.health-checks.ClientHandler -
Received HTTP response headers after 5.6278ms - 200
INFO 2025-03-20 19:04:01,288 [74 ] .HttpClient.health-checks.LogicalHandler -
End processing HTTP request after 5.7154ms - 200
INFO 2025-03-20 19:04:01,289 [74 ] Microsoft.EntityFrameworkCore.Update -
Saved 4 entities to in-memory store.
INFO 2025-03-20 19:04:01,323 [63 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 GET https://10.0.50.50:443/health - -
INFO 2025-03-20 19:04:01,324 [63 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint 'Health checks'
INFO 2025-03-20 19:04:01,325 [67 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:04:01,325 [60 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:04:01,326 [67 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint 'Health checks'
INFO 2025-03-20 19:04:01,327 [60 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 GET https://10.0.50.50:443/health - - - 200 -
application/json 3.1562ms
INFO 2025-03-20 19:04:01,620 [67 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 GET https://10.0.50.50:443/health - -
INFO 2025-03-20 19:04:01,621 [67 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint 'Health checks'
INFO 2025-03-20 19:04:01,622 [67 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:04:01,622 [60 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:04:01,624 [60 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint 'Health checks'
INFO 2025-03-20 19:04:01,624 [67 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 GET https://10.0.50.50:443/health - - - 200 -
application/json 3.3125ms
INFO 2025-03-20 19:04:03,150 [67 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 GET https://10.0.50.50:443/health - -
INFO 2025-03-20 19:04:03,151 [67 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint 'Health checks'
INFO 2025-03-20 19:04:03,152 [67 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:04:03,152 [60 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:04:03,154 [67 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint 'Health checks'
INFO 2025-03-20 19:04:03,154 [60 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 GET https://10.0.50.50:443/health - - - 200 -
application/json 3.7657ms
INFO 2025-03-20 19:04:03,366 [5 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 GET https://10.0.50.50:443/health - -
INFO 2025-03-20 19:04:03,366 [60 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 GET https://10.0.50.50:443/health - -
INFO 2025-03-20 19:04:03,367 [5 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint 'Health checks'
INFO 2025-03-20 19:04:03,367 [60 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint 'Health checks'
INFO 2025-03-20 19:04:03,367 [5 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:04:03,368 [67 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:04:03,369 [60 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:04:03,369 [5 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:04:03,370 [67 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint 'Health checks'
INFO 2025-03-20 19:04:03,370 [67 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 GET https://10.0.50.50:443/health - - - 200 -
application/json 4.1359ms
INFO 2025-03-20 19:04:03,375 [5 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint 'Health checks'
INFO 2025-03-20 19:04:03,375 [60 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 GET https://10.0.50.50:443/health - - - 200 -
application/json 8.3928ms
INFO 2025-03-20 19:04:03,384 [60 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 GET https://10.0.50.50:443/health - -
INFO 2025-03-20 19:04:03,385 [60 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint 'Health checks'
INFO 2025-03-20 19:04:03,386 [60 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:04:03,386 [5 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:04:03,387 [60 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint 'Health checks'
INFO 2025-03-20 19:04:03,387 [5 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 GET https://10.0.50.50:443/health - - - 200 -
application/json 3.4854ms
INFO 2025-03-20 19:04:03,912 [5 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 GET https://10.0.50.50:443/health - -
INFO 2025-03-20 19:04:03,913 [5 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint 'Health checks'
INFO 2025-03-20 19:04:03,914 [5 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:04:03,914 [60 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:04:03,916 [60 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint 'Health checks'
INFO 2025-03-20 19:04:03,916 [5 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 GET https://10.0.50.50:443/health - - - 200 -
application/json 3.6427ms
INFO 2025-03-20 19:04:04,293 [5 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 GET https://10.0.50.50:443/health - -
INFO 2025-03-20 19:04:04,294 [5 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint 'Health checks'
INFO 2025-03-20 19:04:04,294 [5 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:04:04,295 [60 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:04:04,296 [67 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint 'Health checks'
INFO 2025-03-20 19:04:04,296 [60 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 GET https://10.0.50.50:443/health - - - 200 -
application/json 3.4294ms
INFO 2025-03-20 19:04:04,691 [67 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 GET https://10.0.50.50:443/health - -
INFO 2025-03-20 19:04:04,692 [67 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint 'Health checks'
INFO 2025-03-20 19:04:04,693 [67 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:04:04,693 [60 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:04:04,694 [67 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint 'Health checks'
INFO 2025-03-20 19:04:04,694 [60 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 GET https://10.0.50.50:443/health - - - 200 -
application/json 3.3208ms
INFO 2025-03-20 19:04:04,782 [60 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 GET https://10.0.50.50:443/health - -
INFO 2025-03-20 19:04:04,783 [60 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint 'Health checks'
INFO 2025-03-20 19:04:04,784 [5 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:04:04,784 [67 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:04:04,785 [5 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint 'Health checks'
INFO 2025-03-20 19:04:04,785 [67 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 GET https://10.0.50.50:443/health - - - 200 -
application/json 3.2863ms
INFO 2025-03-20 19:04:05,465 [5 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 GET https://10.0.50.50:443/health - -
INFO 2025-03-20 19:04:05,466 [5 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint 'Health checks'
INFO 2025-03-20 19:04:05,467 [5 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:04:05,467 [67 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:04:05,468 [5 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint 'Health checks'
INFO 2025-03-20 19:04:05,468 [67 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 GET https://10.0.50.50:443/health - - - 200 -
application/json 3.2384ms
INFO 2025-03-20 19:04:05,742 [67 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 GET https://10.0.50.50:443/health - -
INFO 2025-03-20 19:04:05,744 [67 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint 'Health checks'
INFO 2025-03-20 19:04:05,745 [67 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:04:05,745 [5 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:04:05,746 [67 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint 'Health checks'
INFO 2025-03-20 19:04:05,746 [5 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 GET https://10.0.50.50:443/health - - - 200 -
application/json 3.3774ms
INFO 2025-03-20 19:04:06,518 [5 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 GET https://10.0.50.50:443/health - -
INFO 2025-03-20 19:04:06,519 [5 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint 'Health checks'
INFO 2025-03-20 19:04:06,520 [5 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:04:06,520 [67 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:04:06,522 [63 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint 'Health checks'
INFO 2025-03-20 19:04:06,522 [67 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 GET https://10.0.50.50:443/health - - - 200 -
application/json 3.8618ms
INFO 2025-03-20 19:04:06,955 [67 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 GET https://10.0.50.50:443/health - -
INFO 2025-03-20 19:04:06,956 [67 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint 'Health checks'
INFO 2025-03-20 19:04:06,957 [67 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:04:06,957 [63 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:04:06,958 [63 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint 'Health checks'
INFO 2025-03-20 19:04:06,958 [67 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 GET https://10.0.50.50:443/health - - - 200 -
application/json 3.2260ms
INFO 2025-03-20 19:04:07,893 [63 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 GET https://10.0.50.50:443/health - -
INFO 2025-03-20 19:04:07,894 [63 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint 'Health checks'
INFO 2025-03-20 19:04:07,895 [67 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:04:07,895 [63 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:04:07,898 [63 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint 'Health checks'
INFO 2025-03-20 19:04:07,898 [63 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 GET https://10.0.50.50:443/health - - - 200 -
application/json 5.8821ms
INFO 2025-03-20 19:04:08,115 [63 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 GET https://10.0.50.50:443/health - -
INFO 2025-03-20 19:04:08,116 [63 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint 'Health checks'
INFO 2025-03-20 19:04:08,117 [63 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:04:08,117 [67 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:04:08,119 [63 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint 'Health checks'
INFO 2025-03-20 19:04:08,119 [67 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 GET https://10.0.50.50:443/health - - - 200 -
application/json 3.3594ms
INFO 2025-03-20 19:04:08,398 [60 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 GET https://10.0.50.50:443/health - -
INFO 2025-03-20 19:04:08,399 [60 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint 'Health checks'
INFO 2025-03-20 19:04:08,400 [60 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:04:08,400 [5 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:04:08,401 [60 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint 'Health checks'
INFO 2025-03-20 19:04:08,401 [5 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 GET https://10.0.50.50:443/health - - - 200 -
application/json 3.4179ms
INFO 2025-03-20 19:04:08,577 [5 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 GET https://10.0.50.50:443/health - -
INFO 2025-03-20 19:04:08,578 [5 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint 'Health checks'
INFO 2025-03-20 19:04:08,578 [5 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:04:08,579 [60 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:04:08,580 [5 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint 'Health checks'
INFO 2025-03-20 19:04:08,580 [60 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 GET https://10.0.50.50:443/health - - - 200 -
application/json 3.2254ms
INFO 2025-03-20 19:04:08,592 [60 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 GET https://10.0.50.50:443/health - -
INFO 2025-03-20 19:04:08,593 [60 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint 'Health checks'
INFO 2025-03-20 19:04:08,594 [60 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:04:08,594 [5 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:04:08,595 [5 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint 'Health checks'
INFO 2025-03-20 19:04:08,595 [60 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 GET https://10.0.50.50:443/health - - - 200 -
application/json 2.9496ms
INFO 2025-03-20 19:04:08,863 [60 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 GET https://10.0.50.50:443/health - -
INFO 2025-03-20 19:04:08,864 [60 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint 'Health checks'
INFO 2025-03-20 19:04:08,865 [60 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:04:08,865 [5 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:04:08,867 [60 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint 'Health checks'
INFO 2025-03-20 19:04:08,867 [5 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 GET https://10.0.50.50:443/health - - - 200 -
application/json 3.5349ms
DEBUG 2025-03-20 19:04:09,336 [5 ] Abp.AspNetCore.SignalR.Hubs.AbpCommonHub - A
client is disconnected: hqCmmAszSEIJIOfA6RkCrw
INFO 2025-03-20 19:04:09,336 [5 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint '/signalr'
INFO 2025-03-20 19:04:09,336 [5 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 GET https://stg.parcelat.com/signalr?id=x9JCY-
HNxHL_oWL1shdsLw - - - 200 - text/event-stream 119656.9877ms
DEBUG 2025-03-20 19:04:09,338 [60 ] EnterpriseBase.Web.Chat.SignalR.ChatHub - A
client is disconnected: XaB1NhyOgrw_0FRXp88yfw
INFO 2025-03-20 19:04:09,338 [60 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint '/signalr-chat'
INFO 2025-03-20 19:04:09,338 [60 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 GET https://stg.parcelat.com/signalr-chat?
id=fyfEah_KX89eNU4vNzeRxg - - - 200 - text/event-stream 119646.5580ms
INFO 2025-03-20 19:04:09,518 [60 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 POST https://stg.parcelat.com/signalr/negotiate?
negotiateVersion=1 text/plain;charset=UTF-8 0
INFO 2025-03-20 19:04:09,518 [60 ] tion.Cookies.CookieAuthenticationHandler -
Identity.Application was not authenticated. Failure message: Unprotect ticket
failed
INFO 2025-03-20 19:04:09,519 [60 ] tCore.Cors.Infrastructure.CorsMiddleware - No
CORS policy found for the specified request.
INFO 2025-03-20 19:04:09,519 [60 ] tion.Cookies.CookieAuthenticationHandler -
Identity.Application was not authenticated. Failure message: Unprotect ticket
failed
INFO 2025-03-20 19:04:09,519 [60 ] tion.Cookies.CookieAuthenticationHandler -
Identity.Application was not authenticated. Failure message: Unprotect ticket
failed
INFO 2025-03-20 19:04:09,519 [60 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint '/signalr/negotiate'
INFO 2025-03-20 19:04:09,519 [60 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint '/signalr/negotiate'
INFO 2025-03-20 19:04:09,519 [5 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 POST https://stg.parcelat.com/signalr/negotiate?
negotiateVersion=1 text/plain;charset=UTF-8 0 - 200 253 application/json 1.3068ms
INFO 2025-03-20 19:04:09,522 [5 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 POST https://stg.parcelat.com/signalr-chat/negotiate?
negotiateVersion=1 text/plain;charset=UTF-8 0
INFO 2025-03-20 19:04:09,523 [5 ] tion.Cookies.CookieAuthenticationHandler -
Identity.Application was not authenticated. Failure message: Unprotect ticket
failed
INFO 2025-03-20 19:04:09,523 [5 ] tCore.Cors.Infrastructure.CorsMiddleware - No
CORS policy found for the specified request.
INFO 2025-03-20 19:04:09,523 [5 ] tion.Cookies.CookieAuthenticationHandler -
Identity.Application was not authenticated. Failure message: Unprotect ticket
failed
INFO 2025-03-20 19:04:09,523 [5 ] tion.Cookies.CookieAuthenticationHandler -
Identity.Application was not authenticated. Failure message: Unprotect ticket
failed
INFO 2025-03-20 19:04:09,523 [5 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint '/signalr-chat/negotiate'
INFO 2025-03-20 19:04:09,523 [5 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint '/signalr-chat/negotiate'
INFO 2025-03-20 19:04:09,524 [60 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 POST https://stg.parcelat.com/signalr-chat/negotiate?
negotiateVersion=1 text/plain;charset=UTF-8 0 - 200 253 application/json 1.0194ms
INFO 2025-03-20 19:04:09,698 [60 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 GET https://stg.parcelat.com/signalr?
id=CRTiA3ZerHASp8ar8VFXGg - -
INFO 2025-03-20 19:04:09,698 [60 ] tion.Cookies.CookieAuthenticationHandler -
Identity.Application was not authenticated. Failure message: Unprotect ticket
failed
INFO 2025-03-20 19:04:09,699 [60 ] tion.Cookies.CookieAuthenticationHandler -
Identity.Application was not authenticated. Failure message: Unprotect ticket
failed
INFO 2025-03-20 19:04:09,699 [60 ] tion.Cookies.CookieAuthenticationHandler -
Identity.Application was not authenticated. Failure message: Unprotect ticket
failed
INFO 2025-03-20 19:04:09,699 [60 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint '/signalr'
INFO 2025-03-20 19:04:09,711 [5 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 GET https://stg.parcelat.com/signalr-chat?
id=NkQEt8ikBuERN9ew3-0eag - -
INFO 2025-03-20 19:04:09,711 [5 ] tion.Cookies.CookieAuthenticationHandler -
Identity.Application was not authenticated. Failure message: Unprotect ticket
failed
INFO 2025-03-20 19:04:09,711 [5 ] tion.Cookies.CookieAuthenticationHandler -
Identity.Application was not authenticated. Failure message: Unprotect ticket
failed
INFO 2025-03-20 19:04:09,711 [5 ] tion.Cookies.CookieAuthenticationHandler -
Identity.Application was not authenticated. Failure message: Unprotect ticket
failed
INFO 2025-03-20 19:04:09,712 [5 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint '/signalr-chat'
INFO 2025-03-20 19:04:09,812 [60 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 GET https://10.0.50.50:443/health - -
INFO 2025-03-20 19:04:09,813 [60 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint 'Health checks'
INFO 2025-03-20 19:04:09,814 [60 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:04:09,814 [5 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:04:09,816 [60 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint 'Health checks'
INFO 2025-03-20 19:04:09,817 [5 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 GET https://10.0.50.50:443/health - - - 200 -
application/json 4.7678ms
INFO 2025-03-20 19:04:09,901 [5 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 POST https://stg.parcelat.com/signalr?
id=CRTiA3ZerHASp8ar8VFXGg text/plain;charset=UTF-8 32
INFO 2025-03-20 19:04:09,901 [5 ] tion.Cookies.CookieAuthenticationHandler -
Identity.Application was not authenticated. Failure message: Unprotect ticket
failed
INFO 2025-03-20 19:04:09,902 [5 ] tCore.Cors.Infrastructure.CorsMiddleware - No
CORS policy found for the specified request.
INFO 2025-03-20 19:04:09,902 [5 ] tion.Cookies.CookieAuthenticationHandler -
Identity.Application was not authenticated. Failure message: Unprotect ticket
failed
INFO 2025-03-20 19:04:09,902 [5 ] tion.Cookies.CookieAuthenticationHandler -
Identity.Application was not authenticated. Failure message: Unprotect ticket
failed
INFO 2025-03-20 19:04:09,902 [5 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint '/signalr'
INFO 2025-03-20 19:04:09,902 [5 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint '/signalr'
INFO 2025-03-20 19:04:09,902 [5 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 POST https://stg.parcelat.com/signalr?
id=CRTiA3ZerHASp8ar8VFXGg text/plain;charset=UTF-8 32 - 200 - text/plain 1.3453ms
DEBUG 2025-03-20 19:04:09,902 [60 ] Abp.AspNetCore.SignalR.Hubs.AbpCommonHub - A
client is connected:
{"ConnectionId":"lDiH08Ux57CB7BDSxgqpLg","IpAddress":"103.103.174.14","TenantId":nu
ll,"UserId":null,"ConnectTime":"2025-03-20T19:04:09.9027057+03:00","Properties":{}}
INFO 2025-03-20 19:04:09,905 [60 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 POST https://stg.parcelat.com/signalr-chat?
id=NkQEt8ikBuERN9ew3-0eag text/plain;charset=UTF-8 32
INFO 2025-03-20 19:04:09,906 [60 ] tion.Cookies.CookieAuthenticationHandler -
Identity.Application was not authenticated. Failure message: Unprotect ticket
failed
INFO 2025-03-20 19:04:09,906 [60 ] tCore.Cors.Infrastructure.CorsMiddleware - No
CORS policy found for the specified request.
INFO 2025-03-20 19:04:09,906 [60 ] tion.Cookies.CookieAuthenticationHandler -
Identity.Application was not authenticated. Failure message: Unprotect ticket
failed
INFO 2025-03-20 19:04:09,906 [60 ] tion.Cookies.CookieAuthenticationHandler -
Identity.Application was not authenticated. Failure message: Unprotect ticket
failed
INFO 2025-03-20 19:04:09,906 [60 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint '/signalr-chat'
INFO 2025-03-20 19:04:09,906 [60 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint '/signalr-chat'
INFO 2025-03-20 19:04:09,906 [60 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 POST https://stg.parcelat.com/signalr-chat?
id=NkQEt8ikBuERN9ew3-0eag text/plain;charset=UTF-8 32 - 200 - text/plain 1.0783ms
DEBUG 2025-03-20 19:04:09,908 [5 ] EnterpriseBase.Web.Chat.SignalR.ChatHub - A
client is connected:
{"ConnectionId":"pt1PlSv7X3glYYTj0qIy5Q","IpAddress":"103.103.174.14","TenantId":nu
ll,"UserId":null,"ConnectTime":"2025-03-20T19:04:09.9085662+03:00","Properties":{}}
INFO 2025-03-20 19:04:09,933 [5 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 GET https://10.0.50.50:443/health - -
INFO 2025-03-20 19:04:09,934 [5 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint 'Health checks'
INFO 2025-03-20 19:04:09,936 [5 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:04:09,936 [60 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:04:09,937 [5 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint 'Health checks'
INFO 2025-03-20 19:04:09,937 [60 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 GET https://10.0.50.50:443/health - - - 200 -
application/json 3.5322ms
INFO 2025-03-20 19:04:10,420 [62 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 GET https://10.0.50.50:443/health - -
INFO 2025-03-20 19:04:10,421 [62 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint 'Health checks'
INFO 2025-03-20 19:04:10,423 [60 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:04:10,423 [62 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:04:10,424 [62 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint 'Health checks'
INFO 2025-03-20 19:04:10,425 [60 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 GET https://10.0.50.50:443/health - - - 200 -
application/json 4.9239ms
INFO 2025-03-20 19:04:10,848 [62 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 POST https://stg.parcelat.com/signalr-chat?
id=GCumBymbcyBlUas2Zbbsxw text/plain;charset=UTF-8 11
INFO 2025-03-20 19:04:10,848 [60 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 POST https://stg.parcelat.com/signalr?id=I46y-F3ZsVXfR-
Ro2UyFvQ text/plain;charset=UTF-8 11
INFO 2025-03-20 19:04:10,848 [62 ] tion.Cookies.CookieAuthenticationHandler -
Identity.Application was not authenticated. Failure message: Unprotect ticket
failed
INFO 2025-03-20 19:04:10,848 [60 ] tion.Cookies.CookieAuthenticationHandler -
Identity.Application was not authenticated. Failure message: Unprotect ticket
failed
INFO 2025-03-20 19:04:10,848 [60 ] tCore.Cors.Infrastructure.CorsMiddleware - No
CORS policy found for the specified request.
INFO 2025-03-20 19:04:10,848 [62 ] tCore.Cors.Infrastructure.CorsMiddleware - No
CORS policy found for the specified request.
INFO 2025-03-20 19:04:10,849 [60 ] tion.Cookies.CookieAuthenticationHandler -
Identity.Application was not authenticated. Failure message: Unprotect ticket
failed
INFO 2025-03-20 19:04:10,849 [62 ] tion.Cookies.CookieAuthenticationHandler -
Identity.Application was not authenticated. Failure message: Unprotect ticket
failed
INFO 2025-03-20 19:04:10,849 [60 ] tion.Cookies.CookieAuthenticationHandler -
Identity.Application was not authenticated. Failure message: Unprotect ticket
failed
INFO 2025-03-20 19:04:10,849 [62 ] tion.Cookies.CookieAuthenticationHandler -
Identity.Application was not authenticated. Failure message: Unprotect ticket
failed
INFO 2025-03-20 19:04:10,849 [60 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint '/signalr'
INFO 2025-03-20 19:04:10,849 [62 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint '/signalr-chat'
INFO 2025-03-20 19:04:10,849 [60 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint '/signalr'
INFO 2025-03-20 19:04:10,849 [62 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint '/signalr-chat'
INFO 2025-03-20 19:04:10,849 [60 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 POST https://stg.parcelat.com/signalr?id=I46y-F3ZsVXfR-
Ro2UyFvQ text/plain;charset=UTF-8 11 - 200 - text/plain 1.3470ms
INFO 2025-03-20 19:04:10,849 [62 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 POST https://stg.parcelat.com/signalr-chat?
id=GCumBymbcyBlUas2Zbbsxw text/plain;charset=UTF-8 11 - 200 - text/plain 1.3511ms
INFO 2025-03-20 19:04:10,897 [63 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 GET https://10.0.50.50:443/health - -
INFO 2025-03-20 19:04:10,898 [63 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint 'Health checks'
INFO 2025-03-20 19:04:10,899 [62 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:04:10,899 [63 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:04:10,900 [63 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint 'Health checks'
INFO 2025-03-20 19:04:10,900 [67 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 GET https://10.0.50.50:443/health - - - 200 -
application/json 3.3344ms
INFO 2025-03-20 19:04:11,289 [67 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'HealthChecksDb' using provider
'Microsoft.EntityFrameworkCore.InMemory' with options: StoreName=HealthChecksUI
INFO 2025-03-20 19:04:11,290 [67 ] .HttpClient.health-checks.LogicalHandler -
Start processing HTTP request GET https://stg.parcelat.com/health
INFO 2025-03-20 19:04:11,290 [67 ] p.HttpClient.health-checks.ClientHandler -
Sending HTTP request GET https://stg.parcelat.com/health
INFO 2025-03-20 19:04:11,292 [67 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 GET https://stg.parcelat.com/health - -
INFO 2025-03-20 19:04:11,292 [67 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint 'Health checks'
INFO 2025-03-20 19:04:11,293 [63 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:04:11,293 [67 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:04:11,295 [63 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint 'Health checks'
INFO 2025-03-20 19:04:11,295 [67 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 GET https://stg.parcelat.com/health - - - 200 -
application/json 3.1967ms
INFO 2025-03-20 19:04:11,296 [74 ] p.HttpClient.health-checks.ClientHandler -
Received HTTP response headers after 6.0969ms - 200
INFO 2025-03-20 19:04:11,296 [74 ] .HttpClient.health-checks.LogicalHandler -
End processing HTTP request after 6.1735ms - 200
INFO 2025-03-20 19:04:11,296 [74 ] Microsoft.EntityFrameworkCore.Update -
Saved 4 entities to in-memory store.
INFO 2025-03-20 19:04:11,692 [67 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 GET https://10.0.50.50:443/health - -
INFO 2025-03-20 19:04:11,693 [67 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint 'Health checks'
INFO 2025-03-20 19:04:11,694 [67 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:04:11,694 [63 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:04:11,695 [63 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint 'Health checks'
INFO 2025-03-20 19:04:11,695 [67 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 GET https://10.0.50.50:443/health - - - 200 -
application/json 3.2799ms
INFO 2025-03-20 19:04:12,331 [67 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 GET https://10.0.50.50:443/health - -
INFO 2025-03-20 19:04:12,332 [67 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint 'Health checks'
INFO 2025-03-20 19:04:12,333 [60 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:04:12,333 [63 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:04:12,335 [60 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint 'Health checks'
INFO 2025-03-20 19:04:12,335 [63 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 GET https://10.0.50.50:443/health - - - 200 -
application/json 3.5364ms
INFO 2025-03-20 19:04:12,710 [60 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 GET https://10.0.50.50:443/health - -
INFO 2025-03-20 19:04:12,711 [60 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint 'Health checks'
INFO 2025-03-20 19:04:12,712 [60 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:04:12,712 [63 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:04:12,713 [60 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint 'Health checks'
INFO 2025-03-20 19:04:12,713 [63 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 GET https://10.0.50.50:443/health - - - 200 -
application/json 3.5461ms
INFO 2025-03-20 19:04:12,824 [63 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 GET https://10.0.50.50:443/health - -
INFO 2025-03-20 19:04:12,825 [63 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint 'Health checks'
INFO 2025-03-20 19:04:12,826 [63 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:04:12,826 [60 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:04:12,827 [63 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint 'Health checks'
INFO 2025-03-20 19:04:12,827 [5 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 GET https://10.0.50.50:443/health - - - 200 -
application/json 3.1877ms
INFO 2025-03-20 19:04:13,307 [5 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 GET https://10.0.50.50:443/health - -
INFO 2025-03-20 19:04:13,308 [5 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint 'Health checks'
INFO 2025-03-20 19:04:13,309 [63 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:04:13,309 [5 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:04:13,319 [63 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint 'Health checks'
INFO 2025-03-20 19:04:13,319 [5 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 GET https://10.0.50.50:443/health - - - 200 -
application/json 11.9951ms
INFO 2025-03-20 19:04:13,611 [5 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 GET https://10.0.50.50:443/health - -
INFO 2025-03-20 19:04:13,612 [5 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint 'Health checks'
INFO 2025-03-20 19:04:13,613 [5 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:04:13,613 [63 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:04:13,614 [5 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint 'Health checks'
INFO 2025-03-20 19:04:13,614 [63 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 GET https://10.0.50.50:443/health - - - 200 -
application/json 3.4626ms
INFO 2025-03-20 19:04:13,904 [63 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 GET https://10.0.50.50:443/health - -
INFO 2025-03-20 19:04:13,905 [63 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint 'Health checks'
INFO 2025-03-20 19:04:13,906 [5 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:04:13,906 [63 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:04:13,908 [63 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint 'Health checks'
INFO 2025-03-20 19:04:13,908 [5 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 GET https://10.0.50.50:443/health - - - 200 -
application/json 3.3238ms
INFO 2025-03-20 19:04:13,917 [5 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 GET https://10.0.50.50:443/health - -
INFO 2025-03-20 19:04:13,918 [5 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint 'Health checks'
INFO 2025-03-20 19:04:13,919 [5 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:04:13,919 [63 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:04:13,920 [62 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint 'Health checks'
INFO 2025-03-20 19:04:13,920 [63 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 GET https://10.0.50.50:443/health - - - 200 -
application/json 2.8785ms
INFO 2025-03-20 19:04:14,823 [5 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 GET https://10.0.50.50:443/health - -
INFO 2025-03-20 19:04:14,824 [5 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint 'Health checks'
INFO 2025-03-20 19:04:14,825 [5 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:04:14,825 [60 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:04:14,826 [5 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint 'Health checks'
INFO 2025-03-20 19:04:14,827 [60 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 GET https://10.0.50.50:443/health - - - 200 -
application/json 3.2363ms
INFO 2025-03-20 19:04:15,145 [60 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 GET https://10.0.50.50:443/health - -
INFO 2025-03-20 19:04:15,146 [60 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint 'Health checks'
INFO 2025-03-20 19:04:15,147 [60 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:04:15,147 [5 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:04:15,148 [60 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint 'Health checks'
INFO 2025-03-20 19:04:15,148 [5 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 GET https://10.0.50.50:443/health - - - 200 -
application/json 3.2761ms
INFO 2025-03-20 19:04:15,794 [63 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 GET https://10.0.50.50:443/health - -
INFO 2025-03-20 19:04:15,795 [63 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint 'Health checks'
INFO 2025-03-20 19:04:15,796 [62 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:04:15,796 [63 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:04:15,797 [62 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint 'Health checks'
INFO 2025-03-20 19:04:15,797 [63 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 GET https://10.0.50.50:443/health - - - 200 -
application/json 3.4511ms
INFO 2025-03-20 19:04:15,846 [63 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 GET https://10.0.50.50:443/health - -
INFO 2025-03-20 19:04:15,847 [63 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint 'Health checks'
INFO 2025-03-20 19:04:15,848 [63 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:04:15,848 [62 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:04:15,849 [63 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint 'Health checks'
INFO 2025-03-20 19:04:15,850 [67 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 GET https://10.0.50.50:443/health - - - 200 -
application/json 3.4408ms
INFO 2025-03-20 19:04:16,283 [67 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/2 POST https://localhost/signalr-chat?id=uMoOdeRmPYPuCujpZl-
5pA text/plain;charset=UTF-8 11
INFO 2025-03-20 19:04:16,283 [63 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/2 POST https://localhost/signalr?id=tHLRiN9SwFW31xVonYkPkA
text/plain;charset=UTF-8 11
INFO 2025-03-20 19:04:16,286 [67 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:04:16,286 [63 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:04:16,293 [63 ] tCore.Cors.Infrastructure.CorsMiddleware - No
CORS policy found for the specified request.
INFO 2025-03-20 19:04:16,293 [67 ] tCore.Cors.Infrastructure.CorsMiddleware - No
CORS policy found for the specified request.
INFO 2025-03-20 19:04:16,293 [67 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint '/signalr-chat'
INFO 2025-03-20 19:04:16,293 [63 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint '/signalr'
INFO 2025-03-20 19:04:16,293 [63 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint '/signalr'
INFO 2025-03-20 19:04:16,293 [67 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint '/signalr-chat'
INFO 2025-03-20 19:04:16,294 [67 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/2 POST https://localhost/signalr-chat?id=uMoOdeRmPYPuCujpZl-
5pA text/plain;charset=UTF-8 11 - 200 - text/plain 10.3257ms
INFO 2025-03-20 19:04:16,294 [63 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/2 POST https://localhost/signalr?id=tHLRiN9SwFW31xVonYkPkA
text/plain;charset=UTF-8 11 - 200 - text/plain 10.3170ms
INFO 2025-03-20 19:04:16,888 [63 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 GET https://10.0.50.50:443/health - -
INFO 2025-03-20 19:04:16,889 [63 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint 'Health checks'
INFO 2025-03-20 19:04:16,890 [5 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:04:16,890 [62 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:04:16,892 [5 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint 'Health checks'
INFO 2025-03-20 19:04:16,892 [62 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 GET https://10.0.50.50:443/health - - - 200 -
application/json 3.2974ms
INFO 2025-03-20 19:04:17,362 [5 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 GET https://10.0.50.50:443/health - -
INFO 2025-03-20 19:04:17,363 [5 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint 'Health checks'
INFO 2025-03-20 19:04:17,364 [5 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:04:17,364 [62 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:04:17,365 [62 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint 'Health checks'
INFO 2025-03-20 19:04:17,365 [5 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 GET https://10.0.50.50:443/health - - - 200 -
application/json 3.4148ms
INFO 2025-03-20 19:04:17,551 [5 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 GET https://10.0.50.50:443/health - -
INFO 2025-03-20 19:04:17,552 [5 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint 'Health checks'
INFO 2025-03-20 19:04:17,553 [5 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:04:17,553 [62 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:04:17,554 [5 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint 'Health checks'
INFO 2025-03-20 19:04:17,555 [67 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 GET https://10.0.50.50:443/health - - - 200 -
application/json 3.3568ms
INFO 2025-03-20 19:04:18,095 [67 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 GET https://10.0.50.50:443/health - -
INFO 2025-03-20 19:04:18,096 [67 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint 'Health checks'
INFO 2025-03-20 19:04:18,097 [67 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:04:18,097 [5 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:04:18,098 [67 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint 'Health checks'
INFO 2025-03-20 19:04:18,098 [5 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 GET https://10.0.50.50:443/health - - - 200 -
application/json 3.3553ms
INFO 2025-03-20 19:04:18,131 [5 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 GET https://10.0.50.50:443/health - -
INFO 2025-03-20 19:04:18,132 [5 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint 'Health checks'
INFO 2025-03-20 19:04:18,133 [5 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:04:18,133 [67 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:04:18,134 [67 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint 'Health checks'
INFO 2025-03-20 19:04:18,134 [63 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 GET https://10.0.50.50:443/health - - - 200 -
application/json 3.2857ms
INFO 2025-03-20 19:04:18,699 [63 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 GET https://10.0.50.50:443/health - -
INFO 2025-03-20 19:04:18,700 [63 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint 'Health checks'
INFO 2025-03-20 19:04:18,701 [63 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:04:18,701 [67 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:04:18,702 [67 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint 'Health checks'
INFO 2025-03-20 19:04:18,702 [63 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 GET https://10.0.50.50:443/health - - - 200 -
application/json 3.1849ms
INFO 2025-03-20 19:04:18,933 [63 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 GET https://10.0.50.50:443/health - -
INFO 2025-03-20 19:04:18,934 [63 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint 'Health checks'
INFO 2025-03-20 19:04:18,935 [63 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:04:18,935 [67 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:04:18,936 [67 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint 'Health checks'
INFO 2025-03-20 19:04:18,936 [63 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 GET https://10.0.50.50:443/health - - - 200 -
application/json 3.4323ms
INFO 2025-03-20 19:04:19,377 [67 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 GET https://10.0.50.50:443/health - -
INFO 2025-03-20 19:04:19,378 [67 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint 'Health checks'
INFO 2025-03-20 19:04:19,379 [67 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:04:19,379 [63 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:04:19,380 [63 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint 'Health checks'
INFO 2025-03-20 19:04:19,381 [62 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 GET https://10.0.50.50:443/health - - - 200 -
application/json 3.4859ms
INFO 2025-03-20 19:04:19,621 [62 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 GET https://10.0.50.50:443/health - -
INFO 2025-03-20 19:04:19,622 [62 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint 'Health checks'
INFO 2025-03-20 19:04:19,623 [60 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:04:19,623 [63 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:04:19,624 [63 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint 'Health checks'
INFO 2025-03-20 19:04:19,625 [60 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 GET https://10.0.50.50:443/health - - - 200 -
application/json 3.3405ms
INFO 2025-03-20 19:04:20,371 [63 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 GET https://10.0.50.50:443/health - -
INFO 2025-03-20 19:04:20,372 [63 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint 'Health checks'
INFO 2025-03-20 19:04:20,373 [63 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:04:20,373 [60 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:04:20,374 [60 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint 'Health checks'
INFO 2025-03-20 19:04:20,375 [63 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 GET https://10.0.50.50:443/health - - - 200 -
application/json 3.6699ms
INFO 2025-03-20 19:04:20,394 [63 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 GET https://10.0.50.50:443/health - -
INFO 2025-03-20 19:04:20,395 [63 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint 'Health checks'
INFO 2025-03-20 19:04:20,395 [63 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:04:20,396 [60 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:04:20,397 [5 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint 'Health checks'
INFO 2025-03-20 19:04:20,397 [60 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 GET https://10.0.50.50:443/health - - - 200 -
application/json 3.0356ms
INFO 2025-03-20 19:04:20,407 [60 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 GET https://10.0.50.50:443/health - -
INFO 2025-03-20 19:04:20,408 [60 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint 'Health checks'
INFO 2025-03-20 19:04:20,409 [60 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:04:20,409 [5 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:04:20,410 [60 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint 'Health checks'
INFO 2025-03-20 19:04:20,410 [5 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 GET https://10.0.50.50:443/health - - - 200 -
application/json 2.8364ms
INFO 2025-03-20 19:04:21,298 [5 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'HealthChecksDb' using provider
'Microsoft.EntityFrameworkCore.InMemory' with options: StoreName=HealthChecksUI
INFO 2025-03-20 19:04:21,298 [5 ] .HttpClient.health-checks.LogicalHandler -
Start processing HTTP request GET https://stg.parcelat.com/health
INFO 2025-03-20 19:04:21,298 [5 ] p.HttpClient.health-checks.ClientHandler -
Sending HTTP request GET https://stg.parcelat.com/health
INFO 2025-03-20 19:04:21,300 [5 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 GET https://stg.parcelat.com/health - -
INFO 2025-03-20 19:04:21,301 [5 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint 'Health checks'
INFO 2025-03-20 19:04:21,301 [5 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:04:21,302 [60 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:04:21,303 [5 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint 'Health checks'
INFO 2025-03-20 19:04:21,303 [60 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 GET https://stg.parcelat.com/health - - - 200 -
application/json 3.2240ms
INFO 2025-03-20 19:04:21,304 [74 ] p.HttpClient.health-checks.ClientHandler -
Received HTTP response headers after 6.0296ms - 200
INFO 2025-03-20 19:04:21,304 [74 ] .HttpClient.health-checks.LogicalHandler -
End processing HTTP request after 6.0833ms - 200
INFO 2025-03-20 19:04:21,305 [74 ] Microsoft.EntityFrameworkCore.Update -
Saved 4 entities to in-memory store.
INFO 2025-03-20 19:04:21,522 [5 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 GET https://10.0.50.50:443/health - -
INFO 2025-03-20 19:04:21,523 [5 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint 'Health checks'
INFO 2025-03-20 19:04:21,524 [5 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:04:21,524 [60 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:04:21,526 [5 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint 'Health checks'
INFO 2025-03-20 19:04:21,526 [60 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 GET https://10.0.50.50:443/health - - - 200 -
application/json 3.5696ms
INFO 2025-03-20 19:04:22,118 [60 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 GET https://10.0.50.50:443/health - -
INFO 2025-03-20 19:04:22,119 [60 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint 'Health checks'
INFO 2025-03-20 19:04:22,120 [60 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:04:22,120 [5 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:04:22,121 [63 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint 'Health checks'
INFO 2025-03-20 19:04:22,122 [5 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 GET https://10.0.50.50:443/health - - - 200 -
application/json 3.4594ms
INFO 2025-03-20 19:04:22,754 [63 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 GET https://10.0.50.50:443/health - -
INFO 2025-03-20 19:04:22,755 [63 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint 'Health checks'
INFO 2025-03-20 19:04:22,756 [63 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:04:22,756 [5 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:04:22,757 [63 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint 'Health checks'
INFO 2025-03-20 19:04:22,757 [5 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 GET https://10.0.50.50:443/health - - - 200 -
application/json 3.7924ms
INFO 2025-03-20 19:04:22,892 [5 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 GET https://10.0.50.50:443/health - -
INFO 2025-03-20 19:04:22,893 [5 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint 'Health checks'
INFO 2025-03-20 19:04:22,894 [60 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:04:22,894 [63 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:04:22,895 [60 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint 'Health checks'
INFO 2025-03-20 19:04:22,895 [63 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 GET https://10.0.50.50:443/health - - - 200 -
application/json 3.5256ms
INFO 2025-03-20 19:04:22,910 [63 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 GET https://10.0.50.50:443/health - -
INFO 2025-03-20 19:04:22,911 [63 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint 'Health checks'
INFO 2025-03-20 19:04:22,912 [63 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:04:22,912 [60 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:04:22,913 [63 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint 'Health checks'
INFO 2025-03-20 19:04:22,913 [60 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 GET https://10.0.50.50:443/health - - - 200 -
application/json 3.2891ms
INFO 2025-03-20 19:04:23,248 [60 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 GET https://10.0.50.50:443/health - -
INFO 2025-03-20 19:04:23,249 [60 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint 'Health checks'
INFO 2025-03-20 19:04:23,250 [60 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:04:23,250 [63 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:04:23,354 [60 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint 'Health checks'
INFO 2025-03-20 19:04:23,355 [63 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 GET https://10.0.50.50:443/health - - - 200 -
application/json 106.5777ms
INFO 2025-03-20 19:04:24,266 [63 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 GET https://10.0.50.50:443/health - -
INFO 2025-03-20 19:04:24,267 [63 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint 'Health checks'
INFO 2025-03-20 19:04:24,268 [63 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:04:24,268 [60 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:04:24,269 [60 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint 'Health checks'
INFO 2025-03-20 19:04:24,269 [5 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 GET https://10.0.50.50:443/health - - - 200 -
application/json 3.3158ms
INFO 2025-03-20 19:04:24,404 [60 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 GET https://10.0.50.50:443/health - -
INFO 2025-03-20 19:04:24,405 [60 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint 'Health checks'
INFO 2025-03-20 19:04:24,406 [60 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:04:24,406 [5 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:04:24,407 [62 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint 'Health checks'
INFO 2025-03-20 19:04:24,407 [5 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 GET https://10.0.50.50:443/health - - - 200 -
application/json 3.1241ms
INFO 2025-03-20 19:04:24,607 [5 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 GET https://10.0.50.50:443/health - -
INFO 2025-03-20 19:04:24,608 [5 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint 'Health checks'
INFO 2025-03-20 19:04:24,609 [62 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:04:24,609 [5 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:04:24,610 [63 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint 'Health checks'
INFO 2025-03-20 19:04:24,610 [60 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 GET https://10.0.50.50:443/health - - - 200 -
application/json 3.4371ms
INFO 2025-03-20 19:04:25,069 [60 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 GET https://10.0.50.50:443/health - -
INFO 2025-03-20 19:04:25,070 [60 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint 'Health checks'
INFO 2025-03-20 19:04:25,070 [60 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:04:25,071 [63 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:04:25,072 [63 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint 'Health checks'
INFO 2025-03-20 19:04:25,072 [63 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 GET https://10.0.50.50:443/health - - - 200 -
application/json 3.6504ms
INFO 2025-03-20 19:04:25,733 [62 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 POST https://stg.parcelat.com/signalr?
id=CRTiA3ZerHASp8ar8VFXGg text/plain;charset=UTF-8 11
INFO 2025-03-20 19:04:25,733 [62 ] tion.Cookies.CookieAuthenticationHandler -
Identity.Application was not authenticated. Failure message: Unprotect ticket
failed
INFO 2025-03-20 19:04:25,733 [62 ] tCore.Cors.Infrastructure.CorsMiddleware - No
CORS policy found for the specified request.
INFO 2025-03-20 19:04:25,734 [62 ] tion.Cookies.CookieAuthenticationHandler -
Identity.Application was not authenticated. Failure message: Unprotect ticket
failed
INFO 2025-03-20 19:04:25,734 [62 ] tion.Cookies.CookieAuthenticationHandler -
Identity.Application was not authenticated. Failure message: Unprotect ticket
failed
INFO 2025-03-20 19:04:25,734 [62 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint '/signalr'
INFO 2025-03-20 19:04:25,734 [62 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint '/signalr'
INFO 2025-03-20 19:04:25,734 [62 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 POST https://stg.parcelat.com/signalr?
id=CRTiA3ZerHASp8ar8VFXGg text/plain;charset=UTF-8 11 - 200 - text/plain 1.2905ms
INFO 2025-03-20 19:04:25,743 [62 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 POST https://stg.parcelat.com/signalr-chat?
id=NkQEt8ikBuERN9ew3-0eag text/plain;charset=UTF-8 11
INFO 2025-03-20 19:04:25,743 [62 ] tion.Cookies.CookieAuthenticationHandler -
Identity.Application was not authenticated. Failure message: Unprotect ticket
failed
INFO 2025-03-20 19:04:25,744 [62 ] tCore.Cors.Infrastructure.CorsMiddleware - No
CORS policy found for the specified request.
INFO 2025-03-20 19:04:25,744 [62 ] tion.Cookies.CookieAuthenticationHandler -
Identity.Application was not authenticated. Failure message: Unprotect ticket
failed
INFO 2025-03-20 19:04:25,744 [62 ] tion.Cookies.CookieAuthenticationHandler -
Identity.Application was not authenticated. Failure message: Unprotect ticket
failed
INFO 2025-03-20 19:04:25,744 [62 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint '/signalr-chat'
INFO 2025-03-20 19:04:25,744 [62 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint '/signalr-chat'
INFO 2025-03-20 19:04:25,744 [67 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 POST https://stg.parcelat.com/signalr-chat?
id=NkQEt8ikBuERN9ew3-0eag text/plain;charset=UTF-8 11 - 200 - text/plain 1.1963ms
INFO 2025-03-20 19:04:25,787 [67 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 GET https://10.0.50.50:443/health - -
INFO 2025-03-20 19:04:25,787 [67 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint 'Health checks'
INFO 2025-03-20 19:04:25,788 [67 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:04:25,788 [62 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:04:25,790 [62 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint 'Health checks'
INFO 2025-03-20 19:04:25,790 [67 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 GET https://10.0.50.50:443/health - - - 200 -
application/json 3.1991ms
INFO 2025-03-20 19:04:25,868 [67 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 GET https://10.0.50.50:443/health - -
INFO 2025-03-20 19:04:25,869 [67 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint 'Health checks'
INFO 2025-03-20 19:04:25,870 [67 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:04:25,871 [62 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:04:25,872 [62 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint 'Health checks'
INFO 2025-03-20 19:04:25,872 [67 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 GET https://10.0.50.50:443/health - - - 200 -
application/json 3.2925ms
INFO 2025-03-20 19:04:26,877 [67 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 GET https://10.0.50.50:443/health - -
INFO 2025-03-20 19:04:26,878 [67 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint 'Health checks'
INFO 2025-03-20 19:04:26,879 [67 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:04:26,880 [62 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:04:26,881 [62 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint 'Health checks'
INFO 2025-03-20 19:04:26,881 [67 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 GET https://10.0.50.50:443/health - - - 200 -
application/json 3.5530ms
INFO 2025-03-20 19:04:27,236 [67 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 GET https://10.0.50.50:443/health - -
INFO 2025-03-20 19:04:27,237 [67 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint 'Health checks'
INFO 2025-03-20 19:04:27,238 [67 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:04:27,238 [62 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:04:27,240 [67 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint 'Health checks'
INFO 2025-03-20 19:04:27,240 [62 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 GET https://10.0.50.50:443/health - - - 200 -
application/json 3.7270ms
INFO 2025-03-20 19:04:27,698 [63 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 GET https://10.0.50.50:443/health - -
INFO 2025-03-20 19:04:27,699 [63 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint 'Health checks'
INFO 2025-03-20 19:04:27,700 [63 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:04:27,700 [67 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:04:27,701 [67 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint 'Health checks'
INFO 2025-03-20 19:04:27,701 [62 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 GET https://10.0.50.50:443/health - - - 200 -
application/json 3.3042ms
INFO 2025-03-20 19:04:28,010 [62 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 GET https://10.0.50.50:443/health - -
INFO 2025-03-20 19:04:28,010 [62 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint 'Health checks'
INFO 2025-03-20 19:04:28,011 [62 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:04:28,012 [67 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:04:28,013 [62 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint 'Health checks'
INFO 2025-03-20 19:04:28,013 [67 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 GET https://10.0.50.50:443/health - - - 200 -
application/json 3.2967ms
INFO 2025-03-20 19:04:28,050 [67 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 GET https://10.0.50.50:443/health - -
INFO 2025-03-20 19:04:28,051 [67 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint 'Health checks'
INFO 2025-03-20 19:04:28,052 [62 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:04:28,052 [67 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:04:28,053 [67 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint 'Health checks'
INFO 2025-03-20 19:04:28,053 [62 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 GET https://10.0.50.50:443/health - - - 200 -
application/json 3.0403ms
INFO 2025-03-20 19:04:28,106 [62 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 GET https://10.0.50.50:443/health - -
INFO 2025-03-20 19:04:28,107 [62 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint 'Health checks'
INFO 2025-03-20 19:04:28,108 [62 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:04:28,108 [67 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:04:28,109 [67 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint 'Health checks'
INFO 2025-03-20 19:04:28,109 [62 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 GET https://10.0.50.50:443/health - - - 200 -
application/json 3.4002ms
INFO 2025-03-20 19:04:28,836 [62 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 POST https://stg.parcelat.com/signalr-chat?
id=GCumBymbcyBlUas2Zbbsxw text/plain;charset=UTF-8 11
INFO 2025-03-20 19:04:28,837 [62 ] tion.Cookies.CookieAuthenticationHandler -
Identity.Application was not authenticated. Failure message: Unprotect ticket
failed
INFO 2025-03-20 19:04:28,837 [62 ] tCore.Cors.Infrastructure.CorsMiddleware - No
CORS policy found for the specified request.
INFO 2025-03-20 19:04:28,837 [62 ] tion.Cookies.CookieAuthenticationHandler -
Identity.Application was not authenticated. Failure message: Unprotect ticket
failed
INFO 2025-03-20 19:04:28,837 [62 ] tion.Cookies.CookieAuthenticationHandler -
Identity.Application was not authenticated. Failure message: Unprotect ticket
failed
INFO 2025-03-20 19:04:28,837 [62 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint '/signalr-chat'
INFO 2025-03-20 19:04:28,837 [62 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint '/signalr-chat'
INFO 2025-03-20 19:04:28,837 [62 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 POST https://stg.parcelat.com/signalr-chat?
id=GCumBymbcyBlUas2Zbbsxw text/plain;charset=UTF-8 11 - 200 - text/plain 1.3230ms
INFO 2025-03-20 19:04:28,889 [62 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 POST https://stg.parcelat.com/signalr?id=I46y-F3ZsVXfR-
Ro2UyFvQ text/plain;charset=UTF-8 11
INFO 2025-03-20 19:04:28,889 [62 ] tion.Cookies.CookieAuthenticationHandler -
Identity.Application was not authenticated. Failure message: Unprotect ticket
failed
INFO 2025-03-20 19:04:28,890 [62 ] tCore.Cors.Infrastructure.CorsMiddleware - No
CORS policy found for the specified request.
INFO 2025-03-20 19:04:28,890 [62 ] tion.Cookies.CookieAuthenticationHandler -
Identity.Application was not authenticated. Failure message: Unprotect ticket
failed
INFO 2025-03-20 19:04:28,890 [62 ] tion.Cookies.CookieAuthenticationHandler -
Identity.Application was not authenticated. Failure message: Unprotect ticket
failed
INFO 2025-03-20 19:04:28,890 [62 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint '/signalr'
INFO 2025-03-20 19:04:28,890 [62 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint '/signalr'
INFO 2025-03-20 19:04:28,890 [62 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 POST https://stg.parcelat.com/signalr?id=I46y-F3ZsVXfR-
Ro2UyFvQ text/plain;charset=UTF-8 11 - 200 - text/plain 1.1994ms
INFO 2025-03-20 19:04:28,944 [62 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 GET https://10.0.50.50:443/health - -
INFO 2025-03-20 19:04:28,945 [62 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint 'Health checks'
INFO 2025-03-20 19:04:28,946 [62 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:04:28,946 [5 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:04:28,948 [62 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint 'Health checks'
INFO 2025-03-20 19:04:28,948 [5 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 GET https://10.0.50.50:443/health - - - 200 -
application/json 3.3832ms
INFO 2025-03-20 19:04:29,346 [63 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 GET https://10.0.50.50:443/health - -
INFO 2025-03-20 19:04:29,347 [63 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint 'Health checks'
INFO 2025-03-20 19:04:29,348 [63 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:04:29,348 [67 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:04:29,349 [63 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint 'Health checks'
INFO 2025-03-20 19:04:29,350 [67 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 GET https://10.0.50.50:443/health - - - 200 -
application/json 3.2520ms
INFO 2025-03-20 19:04:29,418 [67 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 GET https://10.0.50.50:443/health - -
INFO 2025-03-20 19:04:29,419 [67 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint 'Health checks'
INFO 2025-03-20 19:04:29,420 [67 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:04:29,420 [63 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:04:29,422 [67 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint 'Health checks'
INFO 2025-03-20 19:04:29,422 [67 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 GET https://10.0.50.50:443/health - - - 200 -
application/json 3.5528ms
INFO 2025-03-20 19:04:29,999 [67 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 GET https://10.0.50.50:443/health - -
INFO 2025-03-20 19:04:30,000 [67 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint 'Health checks'
INFO 2025-03-20 19:04:30,000 [67 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:04:30,000 [63 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:04:30,002 [67 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint 'Health checks'
INFO 2025-03-20 19:04:30,002 [63 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 GET https://10.0.50.50:443/health - - - 200 -
application/json 3.2209ms
INFO 2025-03-20 19:04:30,630 [67 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 GET https://10.0.50.50:443/health - -
INFO 2025-03-20 19:04:30,631 [67 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint 'Health checks'
INFO 2025-03-20 19:04:30,632 [67 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:04:30,632 [63 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:04:30,633 [67 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint 'Health checks'
INFO 2025-03-20 19:04:30,633 [63 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 GET https://10.0.50.50:443/health - - - 200 -
application/json 3.2486ms
INFO 2025-03-20 19:04:31,071 [63 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 GET https://10.0.50.50:443/health - -
INFO 2025-03-20 19:04:31,072 [63 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint 'Health checks'
INFO 2025-03-20 19:04:31,073 [63 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:04:31,073 [67 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:04:31,074 [63 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint 'Health checks'
INFO 2025-03-20 19:04:31,074 [67 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 GET https://10.0.50.50:443/health - - - 200 -
application/json 3.4215ms
INFO 2025-03-20 19:04:31,317 [67 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'HealthChecksDb' using provider
'Microsoft.EntityFrameworkCore.InMemory' with options: StoreName=HealthChecksUI
INFO 2025-03-20 19:04:31,317 [67 ] .HttpClient.health-checks.LogicalHandler -
Start processing HTTP request GET https://stg.parcelat.com/health
INFO 2025-03-20 19:04:31,317 [67 ] p.HttpClient.health-checks.ClientHandler -
Sending HTTP request GET https://stg.parcelat.com/health
INFO 2025-03-20 19:04:31,319 [67 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 GET https://stg.parcelat.com/health - -
INFO 2025-03-20 19:04:31,320 [67 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint 'Health checks'
INFO 2025-03-20 19:04:31,321 [63 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:04:31,321 [67 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:04:31,322 [67 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint 'Health checks'
INFO 2025-03-20 19:04:31,322 [63 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 GET https://stg.parcelat.com/health - - - 200 -
application/json 3.1953ms
INFO 2025-03-20 19:04:31,323 [74 ] p.HttpClient.health-checks.ClientHandler -
Received HTTP response headers after 6.0628ms - 200
INFO 2025-03-20 19:04:31,323 [74 ] .HttpClient.health-checks.LogicalHandler -
End processing HTTP request after 6.1164ms - 200
INFO 2025-03-20 19:04:31,324 [74 ] Microsoft.EntityFrameworkCore.Update -
Saved 4 entities to in-memory store.
INFO 2025-03-20 19:04:31,936 [5 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 GET https://10.0.50.50:443/health - -
INFO 2025-03-20 19:04:31,937 [5 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint 'Health checks'
INFO 2025-03-20 19:04:31,938 [5 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:04:31,938 [67 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:04:31,939 [5 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint 'Health checks'
INFO 2025-03-20 19:04:31,939 [67 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 GET https://10.0.50.50:443/health - - - 200 -
application/json 3.3354ms
INFO 2025-03-20 19:04:32,281 [5 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/2 POST https://localhost/signalr?id=tHLRiN9SwFW31xVonYkPkA
text/plain;charset=UTF-8 11
INFO 2025-03-20 19:04:32,281 [67 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/2 POST https://localhost/signalr-chat?id=uMoOdeRmPYPuCujpZl-
5pA text/plain;charset=UTF-8 11
INFO 2025-03-20 19:04:32,284 [5 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:04:32,284 [67 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:04:32,290 [5 ] tCore.Cors.Infrastructure.CorsMiddleware - No
CORS policy found for the specified request.
INFO 2025-03-20 19:04:32,291 [5 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint '/signalr-chat'
INFO 2025-03-20 19:04:32,291 [5 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint '/signalr-chat'
INFO 2025-03-20 19:04:32,291 [67 ] tCore.Cors.Infrastructure.CorsMiddleware - No
CORS policy found for the specified request.
INFO 2025-03-20 19:04:32,291 [5 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/2 POST https://localhost/signalr-chat?id=uMoOdeRmPYPuCujpZl-
5pA text/plain;charset=UTF-8 11 - 200 - text/plain 9.8738ms
INFO 2025-03-20 19:04:32,291 [67 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint '/signalr'
INFO 2025-03-20 19:04:32,291 [67 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint '/signalr'
INFO 2025-03-20 19:04:32,292 [67 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/2 POST https://localhost/signalr?id=tHLRiN9SwFW31xVonYkPkA
text/plain;charset=UTF-8 11 - 200 - text/plain 10.4859ms
INFO 2025-03-20 19:04:32,334 [67 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 GET https://10.0.50.50:443/health - -
INFO 2025-03-20 19:04:32,335 [67 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint 'Health checks'
INFO 2025-03-20 19:04:32,336 [67 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:04:32,336 [5 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:04:32,337 [67 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint 'Health checks'
INFO 2025-03-20 19:04:32,338 [5 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 GET https://10.0.50.50:443/health - - - 200 -
application/json 3.2397ms
INFO 2025-03-20 19:04:32,837 [67 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 GET https://10.0.50.50:443/health - -
INFO 2025-03-20 19:04:32,838 [67 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint 'Health checks'
INFO 2025-03-20 19:04:32,839 [62 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:04:32,839 [5 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:04:32,841 [5 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint 'Health checks'
INFO 2025-03-20 19:04:32,841 [62 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 GET https://10.0.50.50:443/health - - - 200 -
application/json 3.3135ms
INFO 2025-03-20 19:04:32,873 [62 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 GET https://10.0.50.50:443/health - -
INFO 2025-03-20 19:04:32,874 [62 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint 'Health checks'
INFO 2025-03-20 19:04:32,875 [62 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:04:32,875 [5 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:04:32,876 [62 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint 'Health checks'
INFO 2025-03-20 19:04:32,876 [62 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 GET https://10.0.50.50:443/health - -
INFO 2025-03-20 19:04:32,876 [5 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 GET https://10.0.50.50:443/health - - - 200 -
application/json 3.0842ms
INFO 2025-03-20 19:04:32,877 [62 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint 'Health checks'
INFO 2025-03-20 19:04:32,878 [62 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:04:32,878 [5 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:04:32,879 [5 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint 'Health checks'
INFO 2025-03-20 19:04:32,879 [62 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 GET https://10.0.50.50:443/health - - - 200 -
application/json 2.3689ms
INFO 2025-03-20 19:04:32,968 [62 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 GET https://10.0.50.50:443/health - -
INFO 2025-03-20 19:04:32,969 [62 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint 'Health checks'
INFO 2025-03-20 19:04:32,970 [62 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:04:32,970 [5 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:04:32,972 [62 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint 'Health checks'
INFO 2025-03-20 19:04:32,972 [5 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 GET https://10.0.50.50:443/health - - - 200 -
application/json 3.3412ms
INFO 2025-03-20 19:04:33,465 [62 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 GET https://10.0.50.50:443/health - -
INFO 2025-03-20 19:04:33,466 [62 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint 'Health checks'
INFO 2025-03-20 19:04:33,467 [63 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:04:33,467 [62 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:04:33,468 [62 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint 'Health checks'
INFO 2025-03-20 19:04:33,468 [63 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 GET https://10.0.50.50:443/health - - - 200 -
application/json 3.4495ms
INFO 2025-03-20 19:04:34,160 [63 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 GET https://10.0.50.50:443/health - -
INFO 2025-03-20 19:04:34,161 [63 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint 'Health checks'
INFO 2025-03-20 19:04:34,162 [63 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:04:34,162 [62 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:04:34,163 [63 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint 'Health checks'
INFO 2025-03-20 19:04:34,163 [62 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 GET https://10.0.50.50:443/health - - - 200 -
application/json 3.4686ms
INFO 2025-03-20 19:04:34,263 [62 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 GET https://10.0.50.50:443/health - -
INFO 2025-03-20 19:04:34,264 [62 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint 'Health checks'
INFO 2025-03-20 19:04:34,265 [62 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:04:34,265 [63 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:04:34,266 [67 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint 'Health checks'
INFO 2025-03-20 19:04:34,267 [63 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 GET https://10.0.50.50:443/health - - - 200 -
application/json 3.2700ms
INFO 2025-03-20 19:04:35,326 [60 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 GET https://10.0.50.50:443/health - -
INFO 2025-03-20 19:04:35,327 [60 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint 'Health checks'
INFO 2025-03-20 19:04:35,328 [60 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:04:35,328 [67 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:04:35,329 [60 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint 'Health checks'
INFO 2025-03-20 19:04:35,329 [62 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 GET https://10.0.50.50:443/health - - - 200 -
application/json 3.3751ms
INFO 2025-03-20 19:04:36,067 [60 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 GET https://10.0.50.50:443/health - -
INFO 2025-03-20 19:04:36,068 [60 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint 'Health checks'
INFO 2025-03-20 19:04:36,069 [60 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:04:36,069 [62 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:04:36,070 [60 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint 'Health checks'
INFO 2025-03-20 19:04:36,070 [62 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 GET https://10.0.50.50:443/health - - - 200 -
application/json 3.3267ms
INFO 2025-03-20 19:04:36,097 [62 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 GET https://10.0.50.50:443/health - -
INFO 2025-03-20 19:04:36,099 [62 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint 'Health checks'
INFO 2025-03-20 19:04:36,100 [67 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:04:36,100 [60 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:04:36,101 [67 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint 'Health checks'
INFO 2025-03-20 19:04:36,101 [60 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 GET https://10.0.50.50:443/health - - - 200 -
application/json 4.8207ms
INFO 2025-03-20 19:04:37,127 [67 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 GET https://10.0.50.50:443/health - -
INFO 2025-03-20 19:04:37,128 [67 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint 'Health checks'
INFO 2025-03-20 19:04:37,129 [67 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:04:37,129 [60 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:04:37,131 [67 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint 'Health checks'
INFO 2025-03-20 19:04:37,131 [60 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 GET https://10.0.50.50:443/health - - - 200 -
application/json 3.3299ms
INFO 2025-03-20 19:04:37,526 [67 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 GET https://10.0.50.50:443/health - -
INFO 2025-03-20 19:04:37,528 [67 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint 'Health checks'
INFO 2025-03-20 19:04:37,529 [60 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:04:37,529 [67 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:04:37,531 [60 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint 'Health checks'
INFO 2025-03-20 19:04:37,531 [67 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 GET https://10.0.50.50:443/health - - - 200 -
application/json 4.3594ms
INFO 2025-03-20 19:04:37,602 [67 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 GET https://10.0.50.50:443/health - -
INFO 2025-03-20 19:04:37,603 [67 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint 'Health checks'
INFO 2025-03-20 19:04:37,604 [67 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:04:37,604 [60 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:04:37,605 [67 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint 'Health checks'
INFO 2025-03-20 19:04:37,605 [60 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 GET https://10.0.50.50:443/health - - - 200 -
application/json 3.1735ms
INFO 2025-03-20 19:04:37,909 [60 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 GET https://10.0.50.50:443/health - -
INFO 2025-03-20 19:04:37,910 [60 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint 'Health checks'
INFO 2025-03-20 19:04:37,911 [60 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:04:37,911 [67 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:04:37,913 [60 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint 'Health checks'
INFO 2025-03-20 19:04:37,913 [67 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 GET https://10.0.50.50:443/health - - - 200 -
application/json 3.4979ms
INFO 2025-03-20 19:04:38,167 [67 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 GET https://10.0.50.50:443/health - -
INFO 2025-03-20 19:04:38,168 [67 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint 'Health checks'
INFO 2025-03-20 19:04:38,169 [67 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:04:38,169 [60 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:04:38,170 [67 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint 'Health checks'
INFO 2025-03-20 19:04:38,170 [60 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 GET https://10.0.50.50:443/health - - - 200 -
application/json 3.5154ms
INFO 2025-03-20 19:04:38,296 [60 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 GET https://10.0.50.50:443/health - -
INFO 2025-03-20 19:04:38,297 [60 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint 'Health checks'
INFO 2025-03-20 19:04:38,298 [60 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:04:38,298 [67 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:04:38,300 [60 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint 'Health checks'
INFO 2025-03-20 19:04:38,300 [67 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 GET https://10.0.50.50:443/health - - - 200 -
application/json 3.5218ms
INFO 2025-03-20 19:04:38,637 [67 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 GET https://10.0.50.50:443/health - -
INFO 2025-03-20 19:04:38,638 [67 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint 'Health checks'
INFO 2025-03-20 19:04:38,639 [67 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:04:38,639 [60 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:04:38,643 [60 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint 'Health checks'
INFO 2025-03-20 19:04:38,644 [67 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 GET https://10.0.50.50:443/health - - - 200 -
application/json 6.8454ms
INFO 2025-03-20 19:04:39,467 [60 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 GET https://10.0.50.50:443/health - -
INFO 2025-03-20 19:04:39,468 [60 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint 'Health checks'
INFO 2025-03-20 19:04:39,470 [67 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:04:39,470 [60 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:04:39,471 [60 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint 'Health checks'
INFO 2025-03-20 19:04:39,471 [67 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 GET https://10.0.50.50:443/health - - - 200 -
application/json 3.3874ms
INFO 2025-03-20 19:04:39,562 [67 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 GET https://10.0.50.50:443/health - -
INFO 2025-03-20 19:04:39,563 [67 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint 'Health checks'
INFO 2025-03-20 19:04:39,564 [67 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:04:39,564 [60 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:04:39,565 [67 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint 'Health checks'
INFO 2025-03-20 19:04:39,565 [60 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 GET https://10.0.50.50:443/health - - - 200 -
application/json 3.4938ms
INFO 2025-03-20 19:04:39,830 [62 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 GET https://10.0.50.50:443/health - -
INFO 2025-03-20 19:04:39,831 [62 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint 'Health checks'
INFO 2025-03-20 19:04:39,832 [62 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:04:39,832 [5 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:04:39,833 [62 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint 'Health checks'
INFO 2025-03-20 19:04:39,833 [5 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 GET https://10.0.50.50:443/health - - - 200 -
application/json 3.2038ms
INFO 2025-03-20 19:04:41,177 [5 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 GET https://10.0.50.50:443/health - -
INFO 2025-03-20 19:04:41,178 [5 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint 'Health checks'
INFO 2025-03-20 19:04:41,179 [5 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:04:41,179 [62 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:04:41,180 [60 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint 'Health checks'
INFO 2025-03-20 19:04:41,180 [62 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 GET https://10.0.50.50:443/health - - - 200 -
application/json 3.3211ms
INFO 2025-03-20 19:04:41,321 [62 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 GET https://10.0.50.50:443/health - -
INFO 2025-03-20 19:04:41,321 [60 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'HealthChecksDb' using provider
'Microsoft.EntityFrameworkCore.InMemory' with options: StoreName=HealthChecksUI
INFO 2025-03-20 19:04:41,322 [60 ] .HttpClient.health-checks.LogicalHandler -
Start processing HTTP request GET https://stg.parcelat.com/health
INFO 2025-03-20 19:04:41,322 [60 ] p.HttpClient.health-checks.ClientHandler -
Sending HTTP request GET https://stg.parcelat.com/health
INFO 2025-03-20 19:04:41,322 [62 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint 'Health checks'
INFO 2025-03-20 19:04:41,323 [60 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:04:41,324 [63 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:04:41,324 [60 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 GET https://stg.parcelat.com/health - -
INFO 2025-03-20 19:04:41,325 [60 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint 'Health checks'
INFO 2025-03-20 19:04:41,325 [63 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint 'Health checks'
INFO 2025-03-20 19:04:41,325 [63 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 GET https://10.0.50.50:443/health - - - 200 -
application/json 3.9509ms
INFO 2025-03-20 19:04:41,325 [60 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:04:41,326 [63 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:04:41,326 [67 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint 'Health checks'
INFO 2025-03-20 19:04:41,326 [63 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 GET https://stg.parcelat.com/health - - - 200 -
application/json 2.4082ms
INFO 2025-03-20 19:04:41,327 [74 ] p.HttpClient.health-checks.ClientHandler -
Received HTTP response headers after 5.6552ms - 200
INFO 2025-03-20 19:04:41,327 [74 ] .HttpClient.health-checks.LogicalHandler -
End processing HTTP request after 5.7024ms - 200
INFO 2025-03-20 19:04:41,328 [74 ] Microsoft.EntityFrameworkCore.Update -
Saved 4 entities to in-memory store.
INFO 2025-03-20 19:04:41,714 [63 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 POST https://stg.parcelat.com/signalr-chat?
id=NkQEt8ikBuERN9ew3-0eag text/plain;charset=UTF-8 11
INFO 2025-03-20 19:04:41,714 [63 ] tion.Cookies.CookieAuthenticationHandler -
Identity.Application was not authenticated. Failure message: Unprotect ticket
failed
INFO 2025-03-20 19:04:41,714 [63 ] tCore.Cors.Infrastructure.CorsMiddleware - No
CORS policy found for the specified request.
INFO 2025-03-20 19:04:41,714 [63 ] tion.Cookies.CookieAuthenticationHandler -
Identity.Application was not authenticated. Failure message: Unprotect ticket
failed
INFO 2025-03-20 19:04:41,715 [63 ] tion.Cookies.CookieAuthenticationHandler -
Identity.Application was not authenticated. Failure message: Unprotect ticket
failed
INFO 2025-03-20 19:04:41,715 [63 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint '/signalr-chat'
INFO 2025-03-20 19:04:41,715 [63 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint '/signalr-chat'
INFO 2025-03-20 19:04:41,715 [63 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 POST https://stg.parcelat.com/signalr-chat?
id=NkQEt8ikBuERN9ew3-0eag text/plain;charset=UTF-8 11 - 200 - text/plain 1.4023ms
INFO 2025-03-20 19:04:41,726 [63 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 POST https://stg.parcelat.com/signalr?
id=CRTiA3ZerHASp8ar8VFXGg text/plain;charset=UTF-8 11
INFO 2025-03-20 19:04:41,727 [63 ] tion.Cookies.CookieAuthenticationHandler -
Identity.Application was not authenticated. Failure message: Unprotect ticket
failed
INFO 2025-03-20 19:04:41,727 [63 ] tCore.Cors.Infrastructure.CorsMiddleware - No
CORS policy found for the specified request.
INFO 2025-03-20 19:04:41,727 [63 ] tion.Cookies.CookieAuthenticationHandler -
Identity.Application was not authenticated. Failure message: Unprotect ticket
failed
INFO 2025-03-20 19:04:41,727 [63 ] tion.Cookies.CookieAuthenticationHandler -
Identity.Application was not authenticated. Failure message: Unprotect ticket
failed
INFO 2025-03-20 19:04:41,727 [63 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint '/signalr'
INFO 2025-03-20 19:04:41,727 [63 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint '/signalr'
INFO 2025-03-20 19:04:41,727 [63 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 POST https://stg.parcelat.com/signalr?
id=CRTiA3ZerHASp8ar8VFXGg text/plain;charset=UTF-8 11 - 200 - text/plain 1.2014ms
INFO 2025-03-20 19:04:42,052 [63 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 GET https://10.0.50.50:443/health - -
INFO 2025-03-20 19:04:42,053 [63 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint 'Health checks'
INFO 2025-03-20 19:04:42,054 [63 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:04:42,054 [67 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:04:42,055 [63 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint 'Health checks'
INFO 2025-03-20 19:04:42,055 [67 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 GET https://10.0.50.50:443/health - - - 200 -
application/json 3.3855ms
INFO 2025-03-20 19:04:42,088 [67 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 GET https://10.0.50.50:443/health - -
INFO 2025-03-20 19:04:42,088 [67 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint 'Health checks'
INFO 2025-03-20 19:04:42,089 [67 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:04:42,090 [63 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:04:42,091 [67 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint 'Health checks'
INFO 2025-03-20 19:04:42,091 [63 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 GET https://10.0.50.50:443/health - - - 200 -
application/json 3.1762ms
INFO 2025-03-20 19:04:42,598 [60 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 GET https://10.0.50.50:443/health - -
INFO 2025-03-20 19:04:42,599 [60 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint 'Health checks'
INFO 2025-03-20 19:04:42,600 [60 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:04:42,600 [62 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:04:42,601 [60 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint 'Health checks'
INFO 2025-03-20 19:04:42,601 [62 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 GET https://10.0.50.50:443/health - - - 200 -
application/json 3.4010ms
INFO 2025-03-20 19:04:43,099 [62 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 GET https://10.0.50.50:443/health - -
INFO 2025-03-20 19:04:43,100 [62 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint 'Health checks'
INFO 2025-03-20 19:04:43,101 [62 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:04:43,101 [60 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:04:43,103 [62 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint 'Health checks'
INFO 2025-03-20 19:04:43,103 [60 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 GET https://10.0.50.50:443/health - - - 200 -
application/json 3.4877ms
INFO 2025-03-20 19:04:43,256 [60 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 GET https://10.0.50.50:443/health - -
INFO 2025-03-20 19:04:43,257 [60 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint 'Health checks'
INFO 2025-03-20 19:04:43,258 [60 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:04:43,258 [62 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:04:43,259 [62 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint 'Health checks'
INFO 2025-03-20 19:04:43,259 [60 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 GET https://10.0.50.50:443/health - - - 200 -
application/json 3.4654ms
INFO 2025-03-20 19:04:43,352 [62 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 GET https://10.0.50.50:443/health - -
INFO 2025-03-20 19:04:43,353 [62 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint 'Health checks'
INFO 2025-03-20 19:04:43,354 [60 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:04:43,354 [62 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:04:43,355 [62 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint 'Health checks'
INFO 2025-03-20 19:04:43,356 [60 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 GET https://10.0.50.50:443/health - - - 200 -
application/json 3.3680ms
INFO 2025-03-20 19:04:43,654 [60 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 GET https://10.0.50.50:443/health - -
INFO 2025-03-20 19:04:43,655 [60 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint 'Health checks'
INFO 2025-03-20 19:04:43,656 [60 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:04:43,657 [62 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:04:43,658 [60 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint 'Health checks'
INFO 2025-03-20 19:04:43,658 [62 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 GET https://10.0.50.50:443/health - - - 200 -
application/json 3.5139ms
INFO 2025-03-20 19:04:44,095 [62 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 GET https://10.0.50.50:443/health - -
INFO 2025-03-20 19:04:44,096 [62 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint 'Health checks'
INFO 2025-03-20 19:04:44,097 [62 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:04:44,097 [60 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:04:44,098 [62 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint 'Health checks'
INFO 2025-03-20 19:04:44,098 [67 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 GET https://10.0.50.50:443/health - - - 200 -
application/json 3.2738ms
INFO 2025-03-20 19:04:44,794 [62 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 GET https://10.0.50.50:443/health - -
INFO 2025-03-20 19:04:44,795 [62 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint 'Health checks'
INFO 2025-03-20 19:04:44,796 [62 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:04:44,797 [67 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:04:44,798 [67 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint 'Health checks'
INFO 2025-03-20 19:04:44,798 [67 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 GET https://10.0.50.50:443/health - - - 200 -
application/json 4.0550ms
INFO 2025-03-20 19:04:45,078 [60 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 GET https://10.0.50.50:443/health - -
INFO 2025-03-20 19:04:45,079 [60 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint 'Health checks'
INFO 2025-03-20 19:04:45,080 [67 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:04:45,080 [60 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:04:45,082 [60 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint 'Health checks'
INFO 2025-03-20 19:04:45,082 [67 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 GET https://10.0.50.50:443/health - - - 200 -
application/json 3.6299ms
INFO 2025-03-20 19:04:45,987 [67 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 GET https://10.0.50.50:443/health - -
INFO 2025-03-20 19:04:45,988 [67 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint 'Health checks'
INFO 2025-03-20 19:04:45,989 [67 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:04:45,989 [60 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:04:45,990 [67 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint 'Health checks'
INFO 2025-03-20 19:04:45,990 [60 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 GET https://10.0.50.50:443/health - - - 200 -
application/json 3.4810ms
INFO 2025-03-20 19:04:46,393 [60 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 GET https://10.0.50.50:443/health - -
INFO 2025-03-20 19:04:46,394 [60 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint 'Health checks'
INFO 2025-03-20 19:04:46,395 [5 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:04:46,395 [67 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:04:46,396 [5 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint 'Health checks'
INFO 2025-03-20 19:04:46,397 [67 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 GET https://10.0.50.50:443/health - - - 200 -
application/json 3.3438ms
INFO 2025-03-20 19:04:46,624 [67 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 GET https://10.0.50.50:443/health - -
INFO 2025-03-20 19:04:46,625 [67 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint 'Health checks'
INFO 2025-03-20 19:04:46,626 [67 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:04:46,626 [5 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:04:46,627 [67 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint 'Health checks'
INFO 2025-03-20 19:04:46,628 [5 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 GET https://10.0.50.50:443/health - - - 200 -
application/json 3.4366ms
INFO 2025-03-20 19:04:47,311 [5 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 GET https://10.0.50.50:443/health - -
INFO 2025-03-20 19:04:47,312 [5 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint 'Health checks'
INFO 2025-03-20 19:04:47,313 [5 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:04:47,313 [67 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:04:47,314 [67 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint 'Health checks'
INFO 2025-03-20 19:04:47,314 [60 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 GET https://10.0.50.50:443/health - - - 200 -
application/json 3.5164ms
INFO 2025-03-20 19:04:47,944 [60 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 GET https://10.0.50.50:443/health - -
INFO 2025-03-20 19:04:47,945 [60 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint 'Health checks'
INFO 2025-03-20 19:04:47,946 [60 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:04:47,946 [67 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:04:47,947 [60 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint 'Health checks'
INFO 2025-03-20 19:04:47,947 [67 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 GET https://10.0.50.50:443/health - - - 200 -
application/json 3.3057ms
INFO 2025-03-20 19:04:48,066 [67 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 GET https://10.0.50.50:443/health - -
INFO 2025-03-20 19:04:48,067 [67 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint 'Health checks'
INFO 2025-03-20 19:04:48,068 [60 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:04:48,068 [67 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:04:48,070 [67 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint 'Health checks'
INFO 2025-03-20 19:04:48,070 [60 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 GET https://10.0.50.50:443/health - - - 200 -
application/json 3.6190ms
INFO 2025-03-20 19:04:48,128 [60 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 GET https://10.0.50.50:443/health - -
INFO 2025-03-20 19:04:48,129 [60 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint 'Health checks'
INFO 2025-03-20 19:04:48,130 [60 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:04:48,130 [67 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:04:48,131 [60 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint 'Health checks'
INFO 2025-03-20 19:04:48,131 [67 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 GET https://10.0.50.50:443/health - - - 200 -
application/json 3.3306ms
INFO 2025-03-20 19:04:48,283 [60 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/2 POST https://localhost/signalr?id=tHLRiN9SwFW31xVonYkPkA
text/plain;charset=UTF-8 11
INFO 2025-03-20 19:04:48,283 [67 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/2 POST https://localhost/signalr-chat?id=uMoOdeRmPYPuCujpZl-
5pA text/plain;charset=UTF-8 11
INFO 2025-03-20 19:04:48,286 [60 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:04:48,286 [67 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:04:48,292 [67 ] tCore.Cors.Infrastructure.CorsMiddleware - No
CORS policy found for the specified request.
INFO 2025-03-20 19:04:48,292 [60 ] tCore.Cors.Infrastructure.CorsMiddleware - No
CORS policy found for the specified request.
INFO 2025-03-20 19:04:48,293 [60 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint '/signalr-chat'
INFO 2025-03-20 19:04:48,293 [67 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint '/signalr'
INFO 2025-03-20 19:04:48,293 [60 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint '/signalr-chat'
INFO 2025-03-20 19:04:48,293 [67 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint '/signalr'
INFO 2025-03-20 19:04:48,293 [60 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/2 POST https://localhost/signalr?id=tHLRiN9SwFW31xVonYkPkA
text/plain;charset=UTF-8 11 - 200 - text/plain 10.0346ms
INFO 2025-03-20 19:04:48,293 [67 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/2 POST https://localhost/signalr-chat?id=uMoOdeRmPYPuCujpZl-
5pA text/plain;charset=UTF-8 11 - 200 - text/plain 10.0372ms
INFO 2025-03-20 19:04:48,296 [62 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 GET https://10.0.50.50:443/health - -
INFO 2025-03-20 19:04:48,297 [62 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint 'Health checks'
INFO 2025-03-20 19:04:48,298 [5 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:04:48,298 [60 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:04:48,299 [5 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint 'Health checks'
INFO 2025-03-20 19:04:48,300 [60 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 GET https://10.0.50.50:443/health - - - 200 -
application/json 3.0367ms
INFO 2025-03-20 19:04:48,456 [5 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 GET https://10.0.50.50:443/health - -
INFO 2025-03-20 19:04:48,457 [5 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint 'Health checks'
INFO 2025-03-20 19:04:48,458 [5 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:04:48,458 [60 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:04:48,459 [60 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint 'Health checks'
INFO 2025-03-20 19:04:48,459 [5 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 GET https://10.0.50.50:443/health - - - 200 -
application/json 3.5066ms
INFO 2025-03-20 19:04:48,915 [5 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 GET https://10.0.50.50:443/health - -
INFO 2025-03-20 19:04:48,916 [5 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint 'Health checks'
INFO 2025-03-20 19:04:48,917 [5 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:04:48,917 [60 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:04:48,918 [5 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint 'Health checks'
INFO 2025-03-20 19:04:48,918 [62 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 GET https://10.0.50.50:443/health - - - 200 -
application/json 3.2890ms
INFO 2025-03-20 19:04:49,317 [62 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 GET https://10.0.50.50:443/health - -
INFO 2025-03-20 19:04:49,317 [62 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint 'Health checks'
INFO 2025-03-20 19:04:49,318 [62 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:04:49,318 [5 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:04:49,320 [62 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint 'Health checks'
INFO 2025-03-20 19:04:49,320 [5 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 GET https://10.0.50.50:443/health - - - 200 -
application/json 3.2565ms
INFO 2025-03-20 19:04:49,617 [62 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 GET https://10.0.50.50:443/health - -
INFO 2025-03-20 19:04:49,618 [62 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint 'Health checks'
INFO 2025-03-20 19:04:49,619 [62 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:04:49,619 [5 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:04:49,620 [62 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint 'Health checks'
INFO 2025-03-20 19:04:49,620 [5 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 GET https://10.0.50.50:443/health - - - 200 -
application/json 3.3683ms
INFO 2025-03-20 19:04:50,500 [62 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 GET https://10.0.50.50:443/health - -
INFO 2025-03-20 19:04:50,501 [62 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint 'Health checks'
INFO 2025-03-20 19:04:50,502 [62 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:04:50,502 [5 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:04:50,503 [5 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint 'Health checks'
INFO 2025-03-20 19:04:50,504 [63 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 GET https://10.0.50.50:443/health - - - 200 -
application/json 3.3352ms
INFO 2025-03-20 19:04:51,329 [63 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'HealthChecksDb' using provider
'Microsoft.EntityFrameworkCore.InMemory' with options: StoreName=HealthChecksUI
INFO 2025-03-20 19:04:51,329 [63 ] .HttpClient.health-checks.LogicalHandler -
Start processing HTTP request GET https://stg.parcelat.com/health
INFO 2025-03-20 19:04:51,329 [63 ] p.HttpClient.health-checks.ClientHandler -
Sending HTTP request GET https://stg.parcelat.com/health
INFO 2025-03-20 19:04:51,331 [63 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 GET https://stg.parcelat.com/health - -
INFO 2025-03-20 19:04:51,332 [63 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint 'Health checks'
INFO 2025-03-20 19:04:51,332 [63 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:04:51,332 [5 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:04:51,334 [5 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint 'Health checks'
INFO 2025-03-20 19:04:51,334 [67 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 GET https://stg.parcelat.com/health - - - 200 -
application/json 3.1064ms
INFO 2025-03-20 19:04:51,335 [74 ] p.HttpClient.health-checks.ClientHandler -
Received HTTP response headers after 5.844ms - 200
INFO 2025-03-20 19:04:51,335 [74 ] .HttpClient.health-checks.LogicalHandler -
End processing HTTP request after 5.9042ms - 200
INFO 2025-03-20 19:04:51,335 [74 ] Microsoft.EntityFrameworkCore.Update -
Saved 4 entities to in-memory store.
INFO 2025-03-20 19:04:51,427 [67 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 GET https://10.0.50.50:443/health - -
INFO 2025-03-20 19:04:51,427 [67 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint 'Health checks'
INFO 2025-03-20 19:04:51,428 [67 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:04:51,428 [5 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:04:51,430 [67 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint 'Health checks'
INFO 2025-03-20 19:04:51,430 [5 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 GET https://10.0.50.50:443/health - - - 200 -
application/json 3.3532ms
INFO 2025-03-20 19:04:51,482 [5 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 GET https://10.0.50.50:443/health - -
INFO 2025-03-20 19:04:51,483 [5 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint 'Health checks'
INFO 2025-03-20 19:04:51,484 [60 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:04:51,484 [67 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:04:51,486 [60 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint 'Health checks'
INFO 2025-03-20 19:04:51,486 [67 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 GET https://10.0.50.50:443/health - - - 200 -
application/json 3.2566ms
INFO 2025-03-20 19:04:52,453 [60 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 GET https://10.0.50.50:443/health - -
INFO 2025-03-20 19:04:52,454 [60 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint 'Health checks'
INFO 2025-03-20 19:04:52,455 [60 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:04:52,455 [67 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:04:52,456 [60 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint 'Health checks'
INFO 2025-03-20 19:04:52,456 [67 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 GET https://10.0.50.50:443/health - - - 200 -
application/json 3.2557ms
INFO 2025-03-20 19:04:52,527 [67 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 GET https://10.0.50.50:443/health - -
INFO 2025-03-20 19:04:52,528 [67 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint 'Health checks'
INFO 2025-03-20 19:04:52,529 [67 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:04:52,530 [60 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:04:52,531 [60 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint 'Health checks'
INFO 2025-03-20 19:04:52,531 [67 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 GET https://10.0.50.50:443/health - - - 200 -
application/json 3.4521ms
INFO 2025-03-20 19:04:52,736 [67 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 GET https://10.0.50.50:443/health - -
INFO 2025-03-20 19:04:52,737 [67 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint 'Health checks'
INFO 2025-03-20 19:04:52,738 [60 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:04:52,738 [67 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:04:52,740 [67 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint 'Health checks'
INFO 2025-03-20 19:04:52,740 [60 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 GET https://10.0.50.50:443/health - - - 200 -
application/json 3.6533ms
INFO 2025-03-20 19:04:52,811 [60 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 GET https://10.0.50.50:443/health - -
INFO 2025-03-20 19:04:52,812 [60 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint 'Health checks'
INFO 2025-03-20 19:04:52,813 [60 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:04:52,813 [67 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:04:52,814 [60 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint 'Health checks'
INFO 2025-03-20 19:04:52,814 [67 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 GET https://10.0.50.50:443/health - - - 200 -
application/json 3.3398ms
INFO 2025-03-20 19:04:53,377 [60 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 GET https://10.0.50.50:443/health - -
INFO 2025-03-20 19:04:53,378 [60 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint 'Health checks'
INFO 2025-03-20 19:04:53,379 [60 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:04:53,379 [67 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:04:53,380 [60 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint 'Health checks'
INFO 2025-03-20 19:04:53,380 [67 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 GET https://10.0.50.50:443/health - - - 200 -
application/json 3.3863ms
INFO 2025-03-20 19:04:53,530 [67 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 GET https://10.0.50.50:443/health - -
INFO 2025-03-20 19:04:53,531 [67 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint 'Health checks'
INFO 2025-03-20 19:04:53,532 [67 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:04:53,532 [60 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:04:53,533 [67 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint 'Health checks'
INFO 2025-03-20 19:04:53,533 [5 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 GET https://10.0.50.50:443/health - - - 200 -
application/json 3.6686ms
INFO 2025-03-20 19:04:53,978 [5 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 GET https://10.0.50.50:443/health - -
INFO 2025-03-20 19:04:53,979 [5 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint 'Health checks'
INFO 2025-03-20 19:04:53,980 [5 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:04:53,980 [67 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:04:53,982 [67 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint 'Health checks'
INFO 2025-03-20 19:04:53,982 [60 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 GET https://10.0.50.50:443/health - - - 200 -
application/json 3.4812ms
INFO 2025-03-20 19:04:54,628 [67 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 GET https://10.0.50.50:443/health - -
INFO 2025-03-20 19:04:54,629 [67 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint 'Health checks'
INFO 2025-03-20 19:04:54,630 [63 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:04:54,630 [60 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:04:54,631 [63 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint 'Health checks'
INFO 2025-03-20 19:04:54,632 [60 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 GET https://10.0.50.50:443/health - - - 200 -
application/json 3.5412ms
INFO 2025-03-20 19:04:54,687 [60 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 GET https://10.0.50.50:443/health - -
INFO 2025-03-20 19:04:54,688 [60 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint 'Health checks'
INFO 2025-03-20 19:04:54,688 [60 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:04:54,689 [63 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:04:54,690 [60 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint 'Health checks'
INFO 2025-03-20 19:04:54,690 [63 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 GET https://10.0.50.50:443/health - - - 200 -
application/json 3.4814ms
INFO 2025-03-20 19:04:55,602 [60 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 GET https://10.0.50.50:443/health - -
INFO 2025-03-20 19:04:55,603 [60 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint 'Health checks'
INFO 2025-03-20 19:04:55,604 [60 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:04:55,604 [63 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:04:55,605 [63 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint 'Health checks'
INFO 2025-03-20 19:04:55,605 [60 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 GET https://10.0.50.50:443/health - - - 200 -
application/json 3.1436ms
INFO 2025-03-20 19:04:56,321 [60 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 GET https://10.0.50.50:443/health - -
INFO 2025-03-20 19:04:56,322 [60 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint 'Health checks'
INFO 2025-03-20 19:04:56,323 [63 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:04:56,323 [60 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:04:56,324 [60 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint 'Health checks'
INFO 2025-03-20 19:04:56,324 [63 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 GET https://10.0.50.50:443/health - - - 200 -
application/json 3.5442ms
INFO 2025-03-20 19:04:56,814 [60 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 GET https://10.0.50.50:443/health - -
INFO 2025-03-20 19:04:56,815 [60 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint 'Health checks'
INFO 2025-03-20 19:04:56,816 [60 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:04:56,816 [5 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:04:56,817 [60 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint 'Health checks'
INFO 2025-03-20 19:04:56,817 [5 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 GET https://10.0.50.50:443/health - - - 200 -
application/json 3.3083ms
INFO 2025-03-20 19:04:57,421 [60 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 GET https://10.0.50.50:443/health - -
INFO 2025-03-20 19:04:57,422 [60 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint 'Health checks'
INFO 2025-03-20 19:04:57,423 [60 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:04:57,423 [5 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:04:57,424 [60 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint 'Health checks'
INFO 2025-03-20 19:04:57,424 [5 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 GET https://10.0.50.50:443/health - - - 200 -
application/json 3.4209ms
INFO 2025-03-20 19:04:57,735 [5 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 POST https://stg.parcelat.com/signalr-chat?
id=NkQEt8ikBuERN9ew3-0eag text/plain;charset=UTF-8 11
INFO 2025-03-20 19:04:57,735 [5 ] tion.Cookies.CookieAuthenticationHandler -
Identity.Application was not authenticated. Failure message: Unprotect ticket
failed
INFO 2025-03-20 19:04:57,735 [5 ] tCore.Cors.Infrastructure.CorsMiddleware - No
CORS policy found for the specified request.
INFO 2025-03-20 19:04:57,735 [5 ] tion.Cookies.CookieAuthenticationHandler -
Identity.Application was not authenticated. Failure message: Unprotect ticket
failed
INFO 2025-03-20 19:04:57,736 [5 ] tion.Cookies.CookieAuthenticationHandler -
Identity.Application was not authenticated. Failure message: Unprotect ticket
failed
INFO 2025-03-20 19:04:57,736 [5 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint '/signalr-chat'
INFO 2025-03-20 19:04:57,736 [5 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint '/signalr-chat'
INFO 2025-03-20 19:04:57,736 [5 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 POST https://stg.parcelat.com/signalr-chat?
id=NkQEt8ikBuERN9ew3-0eag text/plain;charset=UTF-8 11 - 200 - text/plain 1.2411ms
INFO 2025-03-20 19:04:57,738 [5 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 GET https://10.0.50.50:443/health - -
INFO 2025-03-20 19:04:57,738 [5 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint 'Health checks'
INFO 2025-03-20 19:04:57,739 [5 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:04:57,739 [60 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:04:57,740 [5 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint 'Health checks'
INFO 2025-03-20 19:04:57,740 [60 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 GET https://10.0.50.50:443/health - - - 200 -
application/json 2.9857ms
INFO 2025-03-20 19:04:57,745 [60 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 POST https://stg.parcelat.com/signalr?
id=CRTiA3ZerHASp8ar8VFXGg text/plain;charset=UTF-8 11
INFO 2025-03-20 19:04:57,745 [60 ] tion.Cookies.CookieAuthenticationHandler -
Identity.Application was not authenticated. Failure message: Unprotect ticket
failed
INFO 2025-03-20 19:04:57,746 [60 ] tCore.Cors.Infrastructure.CorsMiddleware - No
CORS policy found for the specified request.
INFO 2025-03-20 19:04:57,746 [60 ] tion.Cookies.CookieAuthenticationHandler -
Identity.Application was not authenticated. Failure message: Unprotect ticket
failed
INFO 2025-03-20 19:04:57,746 [60 ] tion.Cookies.CookieAuthenticationHandler -
Identity.Application was not authenticated. Failure message: Unprotect ticket
failed
INFO 2025-03-20 19:04:57,746 [60 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint '/signalr'
INFO 2025-03-20 19:04:57,746 [60 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint '/signalr'
INFO 2025-03-20 19:04:57,746 [60 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 POST https://stg.parcelat.com/signalr?
id=CRTiA3ZerHASp8ar8VFXGg text/plain;charset=UTF-8 11 - 200 - text/plain 0.9105ms
INFO 2025-03-20 19:04:57,998 [60 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 GET https://10.0.50.50:443/health - -
INFO 2025-03-20 19:04:57,999 [60 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint 'Health checks'
INFO 2025-03-20 19:04:58,000 [60 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:04:58,000 [5 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:04:58,001 [60 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint 'Health checks'
INFO 2025-03-20 19:04:58,001 [5 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 GET https://10.0.50.50:443/health - - - 200 -
application/json 3.4052ms
INFO 2025-03-20 19:04:58,025 [5 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 GET https://10.0.50.50:443/health - -
INFO 2025-03-20 19:04:58,026 [5 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint 'Health checks'
INFO 2025-03-20 19:04:58,029 [62 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:04:58,029 [60 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:04:58,030 [62 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint 'Health checks'
INFO 2025-03-20 19:04:58,030 [60 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 GET https://10.0.50.50:443/health - - - 200 -
application/json 4.6986ms
INFO 2025-03-20 19:04:58,239 [60 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 GET https://10.0.50.50:443/health - -
INFO 2025-03-20 19:04:58,240 [60 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint 'Health checks'
INFO 2025-03-20 19:04:58,241 [60 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:04:58,241 [62 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:04:58,242 [60 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint 'Health checks'
INFO 2025-03-20 19:04:58,242 [62 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 GET https://10.0.50.50:443/health - - - 200 -
application/json 3.2559ms
INFO 2025-03-20 19:04:58,588 [60 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 GET https://10.0.50.50:443/health - -
INFO 2025-03-20 19:04:58,589 [60 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint 'Health checks'
INFO 2025-03-20 19:04:58,590 [60 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:04:58,590 [63 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:04:58,591 [67 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint 'Health checks'
INFO 2025-03-20 19:04:58,591 [63 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 GET https://10.0.50.50:443/health - - - 200 -
application/json 3.2540ms
INFO 2025-03-20 19:04:58,723 [63 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 GET https://10.0.50.50:443/health - -
INFO 2025-03-20 19:04:58,724 [63 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint 'Health checks'
INFO 2025-03-20 19:04:58,725 [63 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:04:58,725 [67 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:04:58,726 [67 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint 'Health checks'
INFO 2025-03-20 19:04:58,726 [63 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 GET https://10.0.50.50:443/health - - - 200 -
application/json 3.6681ms
INFO 2025-03-20 19:04:59,315 [63 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 GET https://10.0.50.50:443/health - -
INFO 2025-03-20 19:04:59,316 [63 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint 'Health checks'
INFO 2025-03-20 19:04:59,317 [63 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:04:59,317 [67 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:04:59,319 [63 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint 'Health checks'
INFO 2025-03-20 19:04:59,319 [67 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 GET https://10.0.50.50:443/health - - - 200 -
application/json 3.2361ms
DEBUG 2025-03-20 19:04:59,340 [67 ] Abp.AspNetCore.SignalR.Hubs.AbpCommonHub - A
client is disconnected: MpI3tdULZYIBm41q2TBNcQ
INFO 2025-03-20 19:04:59,340 [67 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint '/signalr'
INFO 2025-03-20 19:04:59,340 [67 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 GET https://stg.parcelat.com/signalr?id=I46y-F3ZsVXfR-
Ro2UyFvQ - - - 200 - text/event-stream 128636.4975ms
DEBUG 2025-03-20 19:04:59,342 [63 ] EnterpriseBase.Web.Chat.SignalR.ChatHub - A
client is disconnected: hXcjNoRmtnscYaBMxkv91g
INFO 2025-03-20 19:04:59,342 [63 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint '/signalr-chat'
INFO 2025-03-20 19:04:59,342 [63 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 GET https://stg.parcelat.com/signalr-chat?
id=GCumBymbcyBlUas2Zbbsxw - - - 200 - text/event-stream 128641.6592ms
INFO 2025-03-20 19:04:59,514 [63 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 POST https://stg.parcelat.com/signalr/negotiate?
negotiateVersion=1 text/plain;charset=UTF-8 0
INFO 2025-03-20 19:04:59,514 [63 ] tion.Cookies.CookieAuthenticationHandler -
Identity.Application was not authenticated. Failure message: Unprotect ticket
failed
INFO 2025-03-20 19:04:59,515 [63 ] tCore.Cors.Infrastructure.CorsMiddleware - No
CORS policy found for the specified request.
INFO 2025-03-20 19:04:59,515 [63 ] tion.Cookies.CookieAuthenticationHandler -
Identity.Application was not authenticated. Failure message: Unprotect ticket
failed
INFO 2025-03-20 19:04:59,515 [63 ] tion.Cookies.CookieAuthenticationHandler -
Identity.Application was not authenticated. Failure message: Unprotect ticket
failed
INFO 2025-03-20 19:04:59,515 [63 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint '/signalr/negotiate'
INFO 2025-03-20 19:04:59,515 [63 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint '/signalr/negotiate'
INFO 2025-03-20 19:04:59,515 [67 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 POST https://stg.parcelat.com/signalr/negotiate?
negotiateVersion=1 text/plain;charset=UTF-8 0 - 200 253 application/json 1.3127ms
INFO 2025-03-20 19:04:59,545 [67 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 POST https://stg.parcelat.com/signalr-chat/negotiate?
negotiateVersion=1 text/plain;charset=UTF-8 0
INFO 2025-03-20 19:04:59,545 [67 ] tion.Cookies.CookieAuthenticationHandler -
Identity.Application was not authenticated. Failure message: Unprotect ticket
failed
INFO 2025-03-20 19:04:59,546 [67 ] tCore.Cors.Infrastructure.CorsMiddleware - No
CORS policy found for the specified request.
INFO 2025-03-20 19:04:59,546 [67 ] tion.Cookies.CookieAuthenticationHandler -
Identity.Application was not authenticated. Failure message: Unprotect ticket
failed
INFO 2025-03-20 19:04:59,546 [67 ] tion.Cookies.CookieAuthenticationHandler -
Identity.Application was not authenticated. Failure message: Unprotect ticket
failed
INFO 2025-03-20 19:04:59,546 [67 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint '/signalr-chat/negotiate'
INFO 2025-03-20 19:04:59,546 [67 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint '/signalr-chat/negotiate'
INFO 2025-03-20 19:04:59,547 [67 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 POST https://stg.parcelat.com/signalr-chat/negotiate?
negotiateVersion=1 text/plain;charset=UTF-8 0 - 200 253 application/json 1.7497ms
INFO 2025-03-20 19:04:59,682 [67 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 GET https://stg.parcelat.com/signalr?
id=3N3_7iNedWMvwFnctPdrfA - -
INFO 2025-03-20 19:04:59,683 [67 ] tion.Cookies.CookieAuthenticationHandler -
Identity.Application was not authenticated. Failure message: Unprotect ticket
failed
INFO 2025-03-20 19:04:59,683 [67 ] tion.Cookies.CookieAuthenticationHandler -
Identity.Application was not authenticated. Failure message: Unprotect ticket
failed
INFO 2025-03-20 19:04:59,683 [67 ] tion.Cookies.CookieAuthenticationHandler -
Identity.Application was not authenticated. Failure message: Unprotect ticket
failed
INFO 2025-03-20 19:04:59,683 [67 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint '/signalr'
INFO 2025-03-20 19:04:59,747 [67 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 GET https://stg.parcelat.com/signalr-chat?
id=5sUTkAdkBOxAHmDUMOiQ-A - -
INFO 2025-03-20 19:04:59,747 [67 ] tion.Cookies.CookieAuthenticationHandler -
Identity.Application was not authenticated. Failure message: Unprotect ticket
failed
INFO 2025-03-20 19:04:59,747 [67 ] tion.Cookies.CookieAuthenticationHandler -
Identity.Application was not authenticated. Failure message: Unprotect ticket
failed
INFO 2025-03-20 19:04:59,747 [67 ] tion.Cookies.CookieAuthenticationHandler -
Identity.Application was not authenticated. Failure message: Unprotect ticket
failed
INFO 2025-03-20 19:04:59,748 [67 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint '/signalr-chat'
INFO 2025-03-20 19:05:00,117 [67 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 GET https://10.0.50.50:443/health - -
INFO 2025-03-20 19:05:00,118 [67 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint 'Health checks'
INFO 2025-03-20 19:05:00,119 [63 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:05:00,119 [67 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:05:00,121 [63 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint 'Health checks'
INFO 2025-03-20 19:05:00,121 [5 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 GET https://10.0.50.50:443/health - - - 200 -
application/json 3.8070ms
INFO 2025-03-20 19:05:00,394 [62 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 POST https://stg.parcelat.com/signalr?
id=3N3_7iNedWMvwFnctPdrfA text/plain;charset=UTF-8 32
INFO 2025-03-20 19:05:00,394 [62 ] tion.Cookies.CookieAuthenticationHandler -
Identity.Application was not authenticated. Failure message: Unprotect ticket
failed
INFO 2025-03-20 19:05:00,395 [62 ] tCore.Cors.Infrastructure.CorsMiddleware - No
CORS policy found for the specified request.
INFO 2025-03-20 19:05:00,395 [62 ] tion.Cookies.CookieAuthenticationHandler -
Identity.Application was not authenticated. Failure message: Unprotect ticket
failed
INFO 2025-03-20 19:05:00,395 [62 ] tion.Cookies.CookieAuthenticationHandler -
Identity.Application was not authenticated. Failure message: Unprotect ticket
failed
INFO 2025-03-20 19:05:00,395 [62 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint '/signalr'
INFO 2025-03-20 19:05:00,395 [62 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint '/signalr'
INFO 2025-03-20 19:05:00,396 [62 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 POST https://stg.parcelat.com/signalr?
id=3N3_7iNedWMvwFnctPdrfA text/plain;charset=UTF-8 32 - 200 - text/plain 1.8064ms
DEBUG 2025-03-20 19:05:00,396 [60 ] Abp.AspNetCore.SignalR.Hubs.AbpCommonHub - A
client is connected:
{"ConnectionId":"1x3e7002TecqCpXuNLkM4g","IpAddress":"103.103.174.14","TenantId":nu
ll,"UserId":null,"ConnectTime":"2025-03-20T19:05:00.3962226+03:00","Properties":{}}
INFO 2025-03-20 19:05:00,515 [60 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 GET https://10.0.50.50:443/health - -
INFO 2025-03-20 19:05:00,516 [60 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint 'Health checks'
INFO 2025-03-20 19:05:00,517 [60 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:05:00,517 [62 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:05:00,518 [60 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint 'Health checks'
INFO 2025-03-20 19:05:00,518 [62 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 GET https://10.0.50.50:443/health - - - 200 -
application/json 3.3605ms
INFO 2025-03-20 19:05:00,603 [62 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 POST https://stg.parcelat.com/signalr-chat?
id=5sUTkAdkBOxAHmDUMOiQ-A text/plain;charset=UTF-8 32
INFO 2025-03-20 19:05:00,603 [62 ] tion.Cookies.CookieAuthenticationHandler -
Identity.Application was not authenticated. Failure message: Unprotect ticket
failed
INFO 2025-03-20 19:05:00,604 [62 ] tCore.Cors.Infrastructure.CorsMiddleware - No
CORS policy found for the specified request.
INFO 2025-03-20 19:05:00,604 [62 ] tion.Cookies.CookieAuthenticationHandler -
Identity.Application was not authenticated. Failure message: Unprotect ticket
failed
INFO 2025-03-20 19:05:00,604 [62 ] tion.Cookies.CookieAuthenticationHandler -
Identity.Application was not authenticated. Failure message: Unprotect ticket
failed
INFO 2025-03-20 19:05:00,604 [62 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint '/signalr-chat'
INFO 2025-03-20 19:05:00,604 [62 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint '/signalr-chat'
INFO 2025-03-20 19:05:00,604 [62 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 POST https://stg.parcelat.com/signalr-chat?
id=5sUTkAdkBOxAHmDUMOiQ-A text/plain;charset=UTF-8 32 - 200 - text/plain 1.3278ms
DEBUG 2025-03-20 19:05:00,606 [60 ] EnterpriseBase.Web.Chat.SignalR.ChatHub - A
client is connected: {"ConnectionId":"2gLIO9R-
mq9OFCNk4XsdBA","IpAddress":"103.103.174.14","TenantId":null,"UserId":null,"Connect
Time":"2025-03-20T19:05:00.6066639+03:00","Properties":{}}
INFO 2025-03-20 19:05:01,344 [60 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'HealthChecksDb' using provider
'Microsoft.EntityFrameworkCore.InMemory' with options: StoreName=HealthChecksUI
INFO 2025-03-20 19:05:01,344 [60 ] .HttpClient.health-checks.LogicalHandler -
Start processing HTTP request GET https://stg.parcelat.com/health
INFO 2025-03-20 19:05:01,344 [60 ] p.HttpClient.health-checks.ClientHandler -
Sending HTTP request GET https://stg.parcelat.com/health
INFO 2025-03-20 19:05:01,346 [60 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 GET https://stg.parcelat.com/health - -
INFO 2025-03-20 19:05:01,347 [60 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint 'Health checks'
INFO 2025-03-20 19:05:01,348 [5 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:05:01,348 [60 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:05:01,349 [5 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint 'Health checks'
INFO 2025-03-20 19:05:01,349 [60 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 GET https://stg.parcelat.com/health - - - 200 -
application/json 3.3702ms
INFO 2025-03-20 19:05:01,350 [74 ] p.HttpClient.health-checks.ClientHandler -
Received HTTP response headers after 6.1639ms - 200
INFO 2025-03-20 19:05:01,350 [74 ] .HttpClient.health-checks.LogicalHandler -
End processing HTTP request after 6.2159ms - 200
INFO 2025-03-20 19:05:01,351 [74 ] Microsoft.EntityFrameworkCore.Update -
Saved 4 entities to in-memory store.
INFO 2025-03-20 19:05:01,608 [60 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 GET https://10.0.50.50:443/health - -
INFO 2025-03-20 19:05:01,609 [60 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint 'Health checks'
INFO 2025-03-20 19:05:01,610 [60 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:05:01,610 [5 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:05:01,611 [60 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint 'Health checks'
INFO 2025-03-20 19:05:01,611 [5 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 GET https://10.0.50.50:443/health - - - 200 -
application/json 3.4135ms
INFO 2025-03-20 19:05:01,688 [5 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 GET https://10.0.50.50:443/health - -
INFO 2025-03-20 19:05:01,689 [5 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint 'Health checks'
INFO 2025-03-20 19:05:01,690 [5 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:05:01,690 [60 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:05:01,692 [5 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint 'Health checks'
INFO 2025-03-20 19:05:01,692 [60 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 GET https://10.0.50.50:443/health - - - 200 -
application/json 3.4759ms
INFO 2025-03-20 19:05:02,739 [60 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 GET https://10.0.50.50:443/health - -
INFO 2025-03-20 19:05:02,740 [60 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint 'Health checks'
INFO 2025-03-20 19:05:02,741 [60 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:05:02,741 [5 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:05:02,743 [5 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint 'Health checks'
INFO 2025-03-20 19:05:02,743 [63 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 GET https://10.0.50.50:443/health - - - 200 -
application/json 3.3669ms
INFO 2025-03-20 19:05:02,791 [63 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 GET https://10.0.50.50:443/health - -
INFO 2025-03-20 19:05:02,792 [63 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint 'Health checks'
INFO 2025-03-20 19:05:02,793 [63 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:05:02,793 [5 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:05:02,794 [63 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint 'Health checks'
INFO 2025-03-20 19:05:02,794 [62 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 GET https://10.0.50.50:443/health - - - 200 -
application/json 3.3382ms
INFO 2025-03-20 19:05:02,810 [62 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 GET https://10.0.50.50:443/health - -
INFO 2025-03-20 19:05:02,811 [62 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint 'Health checks'
INFO 2025-03-20 19:05:02,812 [62 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:05:02,812 [63 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:05:02,813 [62 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint 'Health checks'
INFO 2025-03-20 19:05:02,813 [70 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 GET https://10.0.50.50:443/health - - - 200 -
application/json 3.4609ms
INFO 2025-03-20 19:05:03,127 [70 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 GET https://10.0.50.50:443/health - -
INFO 2025-03-20 19:05:03,128 [70 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint 'Health checks'
INFO 2025-03-20 19:05:03,129 [62 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:05:03,129 [70 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:05:03,131 [70 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint 'Health checks'
INFO 2025-03-20 19:05:03,131 [62 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 GET https://10.0.50.50:443/health - - - 200 -
application/json 3.5480ms
INFO 2025-03-20 19:05:03,313 [62 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 GET https://10.0.50.50:443/health - -
INFO 2025-03-20 19:05:03,314 [62 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint 'Health checks'
INFO 2025-03-20 19:05:03,315 [62 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:05:03,315 [70 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:05:03,316 [5 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint 'Health checks'
INFO 2025-03-20 19:05:03,317 [70 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 GET https://10.0.50.50:443/health - - - 200 -
application/json 3.1555ms
INFO 2025-03-20 19:05:03,364 [5 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 GET https://10.0.50.50:443/health - -
INFO 2025-03-20 19:05:03,365 [5 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint 'Health checks'
INFO 2025-03-20 19:05:03,366 [70 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:05:03,366 [5 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:05:03,368 [5 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint 'Health checks'
INFO 2025-03-20 19:05:03,368 [70 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 GET https://10.0.50.50:443/health - - - 200 -
application/json 3.3840ms
INFO 2025-03-20 19:05:03,884 [70 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 GET https://10.0.50.50:443/health - -
INFO 2025-03-20 19:05:03,885 [70 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint 'Health checks'
INFO 2025-03-20 19:05:03,886 [5 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:05:03,886 [70 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:05:03,888 [70 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint 'Health checks'
INFO 2025-03-20 19:05:03,888 [5 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 GET https://10.0.50.50:443/health - - - 200 -
application/json 3.5524ms
INFO 2025-03-20 19:05:04,024 [5 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 GET https://10.0.50.50:443/health - -
INFO 2025-03-20 19:05:04,025 [5 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint 'Health checks'
INFO 2025-03-20 19:05:04,026 [70 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:05:04,027 [60 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:05:04,028 [70 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint 'Health checks'
INFO 2025-03-20 19:05:04,028 [60 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 GET https://10.0.50.50:443/health - - - 200 -
application/json 4.2034ms
INFO 2025-03-20 19:05:04,698 [60 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 GET https://10.0.50.50:443/health - -
INFO 2025-03-20 19:05:04,699 [60 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint 'Health checks'
INFO 2025-03-20 19:05:04,700 [60 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:05:04,700 [70 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:05:04,701 [60 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint 'Health checks'
INFO 2025-03-20 19:05:04,701 [70 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 GET https://10.0.50.50:443/health - - - 200 -
application/json 3.3075ms
INFO 2025-03-20 19:05:05,023 [70 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 GET https://10.0.50.50:443/health - -
INFO 2025-03-20 19:05:05,024 [70 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint 'Health checks'
INFO 2025-03-20 19:05:05,025 [60 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:05:05,025 [70 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:05:05,026 [70 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint 'Health checks'
INFO 2025-03-20 19:05:05,026 [60 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 GET https://10.0.50.50:443/health - - - 200 -
application/json 3.5179ms
INFO 2025-03-20 19:05:06,348 [60 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 GET https://10.0.50.50:443/health - -
INFO 2025-03-20 19:05:06,349 [60 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint 'Health checks'
INFO 2025-03-20 19:05:06,350 [60 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:05:06,352 [60 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:05:06,352 [60 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint 'Health checks'
INFO 2025-03-20 19:05:06,352 [60 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 GET https://10.0.50.50:443/health - - - 200 -
application/json 3.8355ms
INFO 2025-03-20 19:05:06,711 [60 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 GET https://10.0.50.50:443/health - -
INFO 2025-03-20 19:05:06,712 [60 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint 'Health checks'
INFO 2025-03-20 19:05:06,713 [60 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:05:06,713 [63 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:05:06,714 [63 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint 'Health checks'
INFO 2025-03-20 19:05:06,714 [5 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 GET https://10.0.50.50:443/health - - - 200 -
application/json 3.2755ms
INFO 2025-03-20 19:05:07,504 [63 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 GET https://10.0.50.50:443/health - -
INFO 2025-03-20 19:05:07,505 [63 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint 'Health checks'
INFO 2025-03-20 19:05:07,506 [63 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:05:07,506 [5 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:05:07,507 [5 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint 'Health checks'
INFO 2025-03-20 19:05:07,507 [63 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 GET https://10.0.50.50:443/health - - - 200 -
application/json 3.2972ms
INFO 2025-03-20 19:05:07,821 [63 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 GET https://10.0.50.50:443/health - -
INFO 2025-03-20 19:05:07,822 [63 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint 'Health checks'
INFO 2025-03-20 19:05:07,823 [63 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:05:07,823 [5 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:05:07,825 [63 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint 'Health checks'
INFO 2025-03-20 19:05:07,825 [5 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 GET https://10.0.50.50:443/health - - - 200 -
application/json 3.4079ms
INFO 2025-03-20 19:05:07,990 [5 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 GET https://10.0.50.50:443/health - -
INFO 2025-03-20 19:05:07,991 [5 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint 'Health checks'
INFO 2025-03-20 19:05:07,992 [5 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:05:07,992 [63 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:05:07,993 [5 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint 'Health checks'
INFO 2025-03-20 19:05:07,993 [63 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 GET https://10.0.50.50:443/health - - - 200 -
application/json 3.7514ms
INFO 2025-03-20 19:05:08,076 [63 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 GET https://10.0.50.50:443/health - -
INFO 2025-03-20 19:05:08,077 [63 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint 'Health checks'
INFO 2025-03-20 19:05:08,078 [63 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:05:08,078 [5 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:05:08,079 [63 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint 'Health checks'
INFO 2025-03-20 19:05:08,079 [62 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 GET https://10.0.50.50:443/health - - - 200 -
application/json 3.5552ms
INFO 2025-03-20 19:05:08,685 [62 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 GET https://10.0.50.50:443/health - -
INFO 2025-03-20 19:05:08,686 [62 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint 'Health checks'
INFO 2025-03-20 19:05:08,687 [62 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:05:08,687 [63 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:05:08,688 [62 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint 'Health checks'
INFO 2025-03-20 19:05:08,688 [63 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 GET https://10.0.50.50:443/health - - - 200 -
application/json 3.3290ms
INFO 2025-03-20 19:05:08,782 [63 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 GET https://10.0.50.50:443/health - -
INFO 2025-03-20 19:05:08,783 [63 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint 'Health checks'
INFO 2025-03-20 19:05:08,784 [63 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:05:08,784 [62 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:05:08,785 [62 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint 'Health checks'
INFO 2025-03-20 19:05:08,785 [63 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 GET https://10.0.50.50:443/health - - - 200 -
application/json 3.5213ms
INFO 2025-03-20 19:05:08,900 [63 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 GET https://10.0.50.50:443/health - -
INFO 2025-03-20 19:05:08,901 [63 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint 'Health checks'
INFO 2025-03-20 19:05:08,902 [63 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:05:08,902 [62 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:05:08,903 [62 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint 'Health checks'
INFO 2025-03-20 19:05:08,903 [60 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 GET https://10.0.50.50:443/health - - - 200 -
application/json 3.4058ms
INFO 2025-03-20 19:05:09,261 [67 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 GET https://10.0.50.50:443/health - -
INFO 2025-03-20 19:05:09,262 [67 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint 'Health checks'
INFO 2025-03-20 19:05:09,263 [67 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:05:09,263 [5 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:05:09,265 [5 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint 'Health checks'
INFO 2025-03-20 19:05:09,265 [67 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 GET https://10.0.50.50:443/health - - - 200 -
application/json 3.6132ms
INFO 2025-03-20 19:05:09,367 [5 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 GET https://10.0.50.50:443/health - -
INFO 2025-03-20 19:05:09,368 [5 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint 'Health checks'
INFO 2025-03-20 19:05:09,369 [5 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:05:09,369 [67 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:05:09,370 [5 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint 'Health checks'
INFO 2025-03-20 19:05:09,370 [67 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 GET https://10.0.50.50:443/health - - - 200 -
application/json 3.2522ms
INFO 2025-03-20 19:05:09,760 [67 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 GET https://10.0.50.50:443/health - -
INFO 2025-03-20 19:05:09,761 [67 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint 'Health checks'
INFO 2025-03-20 19:05:09,762 [67 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:05:09,762 [5 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:05:09,764 [5 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint 'Health checks'
INFO 2025-03-20 19:05:09,764 [67 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 GET https://10.0.50.50:443/health - - - 200 -
application/json 3.4163ms
INFO 2025-03-20 19:05:11,352 [5 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'HealthChecksDb' using provider
'Microsoft.EntityFrameworkCore.InMemory' with options: StoreName=HealthChecksUI
INFO 2025-03-20 19:05:11,352 [5 ] .HttpClient.health-checks.LogicalHandler -
Start processing HTTP request GET https://stg.parcelat.com/health
INFO 2025-03-20 19:05:11,352 [5 ] p.HttpClient.health-checks.ClientHandler -
Sending HTTP request GET https://stg.parcelat.com/health
INFO 2025-03-20 19:05:11,354 [5 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 GET https://stg.parcelat.com/health - -
INFO 2025-03-20 19:05:11,355 [5 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint 'Health checks'
INFO 2025-03-20 19:05:11,356 [5 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:05:11,356 [67 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:05:11,357 [67 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint 'Health checks'
INFO 2025-03-20 19:05:11,357 [5 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 GET https://stg.parcelat.com/health - - - 200 -
application/json 3.3145ms
INFO 2025-03-20 19:05:11,358 [74 ] p.HttpClient.health-checks.ClientHandler -
Received HTTP response headers after 6.145ms - 200
INFO 2025-03-20 19:05:11,358 [74 ] .HttpClient.health-checks.LogicalHandler -
End processing HTTP request after 6.1944ms - 200
INFO 2025-03-20 19:05:11,359 [74 ] Microsoft.EntityFrameworkCore.Update -
Saved 4 entities to in-memory store.
INFO 2025-03-20 19:05:11,429 [5 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 GET https://10.0.50.50:443/health - -
INFO 2025-03-20 19:05:11,430 [5 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint 'Health checks'
INFO 2025-03-20 19:05:11,431 [5 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:05:11,431 [67 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:05:11,433 [67 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint 'Health checks'
INFO 2025-03-20 19:05:11,433 [67 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 GET https://10.0.50.50:443/health - - - 200 -
application/json 3.4711ms
INFO 2025-03-20 19:05:11,628 [67 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 GET https://10.0.50.50:443/health - -
INFO 2025-03-20 19:05:11,629 [67 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint 'Health checks'
INFO 2025-03-20 19:05:11,630 [67 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:05:11,630 [5 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:05:11,631 [67 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint 'Health checks'
INFO 2025-03-20 19:05:11,631 [5 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 GET https://10.0.50.50:443/health - - - 200 -
application/json 3.3087ms
INFO 2025-03-20 19:05:12,478 [67 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 GET https://10.0.50.50:443/health - -
INFO 2025-03-20 19:05:12,479 [67 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint 'Health checks'
INFO 2025-03-20 19:05:12,480 [67 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:05:12,481 [70 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:05:12,483 [62 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint 'Health checks'
INFO 2025-03-20 19:05:12,483 [70 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 GET https://10.0.50.50:443/health - - - 200 -
application/json 4.7086ms
INFO 2025-03-20 19:05:12,669 [70 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 GET https://10.0.50.50:443/health - -
INFO 2025-03-20 19:05:12,670 [70 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint 'Health checks'
INFO 2025-03-20 19:05:12,671 [70 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:05:12,671 [62 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:05:12,672 [70 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint 'Health checks'
INFO 2025-03-20 19:05:12,672 [62 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 GET https://10.0.50.50:443/health - - - 200 -
application/json 3.2299ms
INFO 2025-03-20 19:05:12,982 [62 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 GET https://10.0.50.50:443/health - -
INFO 2025-03-20 19:05:12,983 [62 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint 'Health checks'
INFO 2025-03-20 19:05:12,984 [62 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:05:12,984 [70 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:05:12,985 [62 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint 'Health checks'
INFO 2025-03-20 19:05:12,985 [70 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 GET https://10.0.50.50:443/health - - - 200 -
application/json 3.4932ms
INFO 2025-03-20 19:05:13,341 [62 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 GET https://10.0.50.50:443/health - -
INFO 2025-03-20 19:05:13,343 [62 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint 'Health checks'
INFO 2025-03-20 19:05:13,344 [62 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:05:13,344 [70 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:05:13,345 [62 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint 'Health checks'
INFO 2025-03-20 19:05:13,345 [70 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 GET https://10.0.50.50:443/health - - - 200 -
application/json 4.0394ms
INFO 2025-03-20 19:05:13,737 [70 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 POST https://stg.parcelat.com/signalr?
id=CRTiA3ZerHASp8ar8VFXGg text/plain;charset=UTF-8 11
INFO 2025-03-20 19:05:13,737 [70 ] tion.Cookies.CookieAuthenticationHandler -
Identity.Application was not authenticated. Failure message: Unprotect ticket
failed
INFO 2025-03-20 19:05:13,738 [70 ] tCore.Cors.Infrastructure.CorsMiddleware - No
CORS policy found for the specified request.
INFO 2025-03-20 19:05:13,738 [70 ] tion.Cookies.CookieAuthenticationHandler -
Identity.Application was not authenticated. Failure message: Unprotect ticket
failed
INFO 2025-03-20 19:05:13,738 [70 ] tion.Cookies.CookieAuthenticationHandler -
Identity.Application was not authenticated. Failure message: Unprotect ticket
failed
INFO 2025-03-20 19:05:13,738 [70 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint '/signalr'
INFO 2025-03-20 19:05:13,738 [70 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint '/signalr'
INFO 2025-03-20 19:05:13,738 [70 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 POST https://stg.parcelat.com/signalr?
id=CRTiA3ZerHASp8ar8VFXGg text/plain;charset=UTF-8 11 - 200 - text/plain 1.2786ms
INFO 2025-03-20 19:05:13,765 [70 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 GET https://10.0.50.50:443/health - -
INFO 2025-03-20 19:05:13,765 [70 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint 'Health checks'
INFO 2025-03-20 19:05:13,766 [5 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:05:13,766 [62 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:05:13,768 [5 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint 'Health checks'
INFO 2025-03-20 19:05:13,768 [62 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 GET https://10.0.50.50:443/health - - - 200 -
application/json 3.3720ms
INFO 2025-03-20 19:05:13,991 [62 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 GET https://10.0.50.50:443/health - -
INFO 2025-03-20 19:05:13,993 [62 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint 'Health checks'
INFO 2025-03-20 19:05:13,993 [62 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:05:13,993 [5 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:05:13,995 [62 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint 'Health checks'
INFO 2025-03-20 19:05:13,995 [5 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 GET https://10.0.50.50:443/health - - - 200 -
application/json 3.6546ms
INFO 2025-03-20 19:05:14,127 [5 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 GET https://10.0.50.50:443/health - -
INFO 2025-03-20 19:05:14,128 [5 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint 'Health checks'
INFO 2025-03-20 19:05:14,128 [5 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:05:14,128 [62 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:05:14,130 [62 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint 'Health checks'
INFO 2025-03-20 19:05:14,130 [67 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 GET https://10.0.50.50:443/health - - - 200 -
application/json 3.2532ms
INFO 2025-03-20 19:05:14,164 [67 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 GET https://10.0.50.50:443/health - -
INFO 2025-03-20 19:05:14,165 [67 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint 'Health checks'
INFO 2025-03-20 19:05:14,166 [67 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:05:14,166 [62 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:05:14,167 [62 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint 'Health checks'
INFO 2025-03-20 19:05:14,167 [67 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 GET https://10.0.50.50:443/health - - - 200 -
application/json 3.3730ms
INFO 2025-03-20 19:05:14,261 [67 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 POST https://stg.parcelat.com/signalr-chat?
id=NkQEt8ikBuERN9ew3-0eag text/plain;charset=UTF-8 11
INFO 2025-03-20 19:05:14,261 [67 ] tion.Cookies.CookieAuthenticationHandler -
Identity.Application was not authenticated. Failure message: Unprotect ticket
failed
INFO 2025-03-20 19:05:14,261 [67 ] tCore.Cors.Infrastructure.CorsMiddleware - No
CORS policy found for the specified request.
INFO 2025-03-20 19:05:14,261 [67 ] tion.Cookies.CookieAuthenticationHandler -
Identity.Application was not authenticated. Failure message: Unprotect ticket
failed
INFO 2025-03-20 19:05:14,262 [67 ] tion.Cookies.CookieAuthenticationHandler -
Identity.Application was not authenticated. Failure message: Unprotect ticket
failed
INFO 2025-03-20 19:05:14,262 [67 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint '/signalr-chat'
INFO 2025-03-20 19:05:14,262 [67 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint '/signalr-chat'
INFO 2025-03-20 19:05:14,262 [70 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 POST https://stg.parcelat.com/signalr-chat?
id=NkQEt8ikBuERN9ew3-0eag text/plain;charset=UTF-8 11 - 200 - text/plain 1.2747ms
INFO 2025-03-20 19:05:14,630 [67 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 GET https://10.0.50.50:443/health - -
INFO 2025-03-20 19:05:14,631 [67 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint 'Health checks'
INFO 2025-03-20 19:05:14,632 [70 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:05:14,632 [67 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:05:14,634 [62 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint 'Health checks'
INFO 2025-03-20 19:05:14,634 [63 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 GET https://10.0.50.50:443/health - - - 200 -
application/json 4.0463ms
INFO 2025-03-20 19:05:15,179 [63 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 GET https://10.0.50.50:443/health - -
INFO 2025-03-20 19:05:15,180 [63 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint 'Health checks'
INFO 2025-03-20 19:05:15,181 [62 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:05:15,181 [63 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:05:15,182 [63 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint 'Health checks'
INFO 2025-03-20 19:05:15,182 [62 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 GET https://10.0.50.50:443/health - - - 200 -
application/json 3.4911ms
INFO 2025-03-20 19:05:16,388 [63 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 GET https://10.0.50.50:443/health - -
INFO 2025-03-20 19:05:16,389 [63 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint 'Health checks'
INFO 2025-03-20 19:05:16,390 [63 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:05:16,390 [62 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:05:16,391 [63 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint 'Health checks'
INFO 2025-03-20 19:05:16,391 [62 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 GET https://10.0.50.50:443/health - - - 200 -
application/json 3.5404ms
INFO 2025-03-20 19:05:16,509 [62 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 GET https://10.0.50.50:443/health - -
INFO 2025-03-20 19:05:16,510 [62 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint 'Health checks'
INFO 2025-03-20 19:05:16,511 [62 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:05:16,511 [63 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:05:16,513 [62 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint 'Health checks'
INFO 2025-03-20 19:05:16,513 [63 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 GET https://10.0.50.50:443/health - - - 200 -
application/json 3.5292ms
INFO 2025-03-20 19:05:16,874 [63 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 POST https://stg.parcelat.com/signalr?
id=3N3_7iNedWMvwFnctPdrfA text/plain;charset=UTF-8 11
INFO 2025-03-20 19:05:16,875 [63 ] tion.Cookies.CookieAuthenticationHandler -
Identity.Application was not authenticated. Failure message: Unprotect ticket
failed
INFO 2025-03-20 19:05:16,875 [63 ] tCore.Cors.Infrastructure.CorsMiddleware - No
CORS policy found for the specified request.
INFO 2025-03-20 19:05:16,875 [63 ] tion.Cookies.CookieAuthenticationHandler -
Identity.Application was not authenticated. Failure message: Unprotect ticket
failed
INFO 2025-03-20 19:05:16,875 [63 ] tion.Cookies.CookieAuthenticationHandler -
Identity.Application was not authenticated. Failure message: Unprotect ticket
failed
INFO 2025-03-20 19:05:16,876 [63 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint '/signalr'
INFO 2025-03-20 19:05:16,876 [63 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint '/signalr'
INFO 2025-03-20 19:05:16,876 [63 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 POST https://stg.parcelat.com/signalr?
id=3N3_7iNedWMvwFnctPdrfA text/plain;charset=UTF-8 11 - 200 - text/plain 1.2374ms
INFO 2025-03-20 19:05:16,893 [63 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 POST https://stg.parcelat.com/signalr-chat?
id=5sUTkAdkBOxAHmDUMOiQ-A text/plain;charset=UTF-8 11
INFO 2025-03-20 19:05:16,893 [63 ] tion.Cookies.CookieAuthenticationHandler -
Identity.Application was not authenticated. Failure message: Unprotect ticket
failed
INFO 2025-03-20 19:05:16,893 [63 ] tCore.Cors.Infrastructure.CorsMiddleware - No
CORS policy found for the specified request.
INFO 2025-03-20 19:05:16,893 [63 ] tion.Cookies.CookieAuthenticationHandler -
Identity.Application was not authenticated. Failure message: Unprotect ticket
failed
INFO 2025-03-20 19:05:16,894 [63 ] tion.Cookies.CookieAuthenticationHandler -
Identity.Application was not authenticated. Failure message: Unprotect ticket
failed
INFO 2025-03-20 19:05:16,894 [63 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint '/signalr-chat'
INFO 2025-03-20 19:05:16,894 [63 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint '/signalr-chat'
INFO 2025-03-20 19:05:16,894 [62 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 POST https://stg.parcelat.com/signalr-chat?
id=5sUTkAdkBOxAHmDUMOiQ-A text/plain;charset=UTF-8 11 - 200 - text/plain 1.1293ms
INFO 2025-03-20 19:05:17,249 [62 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 GET https://10.0.50.50:443/health - -
INFO 2025-03-20 19:05:17,250 [62 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint 'Health checks'
INFO 2025-03-20 19:05:17,251 [62 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:05:17,251 [63 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:05:17,253 [63 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint 'Health checks'
INFO 2025-03-20 19:05:17,253 [62 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 GET https://10.0.50.50:443/health - - - 200 -
application/json 3.3603ms
INFO 2025-03-20 19:05:17,499 [63 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 GET https://10.0.50.50:443/health - -
INFO 2025-03-20 19:05:17,500 [63 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint 'Health checks'
INFO 2025-03-20 19:05:17,501 [63 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:05:17,501 [62 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:05:17,502 [63 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint 'Health checks'
INFO 2025-03-20 19:05:17,503 [62 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 GET https://10.0.50.50:443/health - - - 200 -
application/json 3.4232ms
INFO 2025-03-20 19:05:17,921 [62 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 GET https://10.0.50.50:443/health - -
INFO 2025-03-20 19:05:17,922 [62 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint 'Health checks'
INFO 2025-03-20 19:05:17,923 [63 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:05:17,923 [62 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:05:17,925 [62 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint 'Health checks'
INFO 2025-03-20 19:05:17,925 [63 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 GET https://10.0.50.50:443/health - - - 200 -
application/json 3.5219ms
DEBUG 2025-03-20 19:05:18,344 [67 ] Abp.AspNetCore.SignalR.Hubs.AbpCommonHub - A
client is disconnected: 8X-1AjMKOznv-dLd2JSQGA
INFO 2025-03-20 19:05:18,344 [67 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint '/signalr'
INFO 2025-03-20 19:05:18,344 [67 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/2 GET https://localhost/signalr?id=tHLRiN9SwFW31xVonYkPkA - -
- 200 - text/event-stream 109976.7265ms
DEBUG 2025-03-20 19:05:18,346 [5 ] EnterpriseBase.Web.Chat.SignalR.ChatHub - A
client is disconnected: U2Lnfm1YrluBrp24NcPjqg
INFO 2025-03-20 19:05:18,346 [5 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint '/signalr-chat'
INFO 2025-03-20 19:05:18,346 [5 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/2 GET https://localhost/signalr-chat?id=uMoOdeRmPYPuCujpZl-
5pA - - - 200 - text/event-stream 109979.1547ms
INFO 2025-03-20 19:05:18,353 [5 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/2 POST https://localhost/signalr/negotiate?negotiateVersion=1
text/plain;charset=UTF-8 0
INFO 2025-03-20 19:05:18,354 [67 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/2 POST https://localhost/signalr-chat/negotiate?
negotiateVersion=1 text/plain;charset=UTF-8 0
INFO 2025-03-20 19:05:18,355 [5 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:05:18,356 [67 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:05:18,362 [5 ] tCore.Cors.Infrastructure.CorsMiddleware - No
CORS policy found for the specified request.
INFO 2025-03-20 19:05:18,362 [67 ] tCore.Cors.Infrastructure.CorsMiddleware - No
CORS policy found for the specified request.
INFO 2025-03-20 19:05:18,362 [5 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint '/signalr/negotiate'
INFO 2025-03-20 19:05:18,362 [67 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint '/signalr-chat/negotiate'
INFO 2025-03-20 19:05:18,363 [5 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint '/signalr/negotiate'
INFO 2025-03-20 19:05:18,363 [67 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint '/signalr-chat/negotiate'
INFO 2025-03-20 19:05:18,363 [5 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/2 POST https://localhost/signalr/negotiate?negotiateVersion=1
text/plain;charset=UTF-8 0 - 200 253 application/json 9.6402ms
INFO 2025-03-20 19:05:18,363 [67 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/2 POST https://localhost/signalr-chat/negotiate?
negotiateVersion=1 text/plain;charset=UTF-8 0 - 200 253 application/json 9.1303ms
INFO 2025-03-20 19:05:18,366 [67 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/2 GET https://localhost/signalr?id=aaDuR6_vYVHvlTy-_4_Pvg - -
INFO 2025-03-20 19:05:18,367 [5 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/2 GET https://localhost/signalr-chat?
id=Zq3wwKAqiP8x7m6SLClfFA - -
INFO 2025-03-20 19:05:18,368 [67 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint '/signalr'
INFO 2025-03-20 19:05:18,369 [5 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint '/signalr-chat'
INFO 2025-03-20 19:05:18,370 [5 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/2 POST https://localhost/signalr?id=aaDuR6_vYVHvlTy-_4_Pvg
text/plain;charset=UTF-8 32
INFO 2025-03-20 19:05:18,371 [67 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/2 POST https://localhost/signalr-chat?
id=Zq3wwKAqiP8x7m6SLClfFA text/plain;charset=UTF-8 32
INFO 2025-03-20 19:05:18,372 [5 ] tCore.Cors.Infrastructure.CorsMiddleware - No
CORS policy found for the specified request.
INFO 2025-03-20 19:05:18,372 [5 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint '/signalr'
INFO 2025-03-20 19:05:18,372 [5 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint '/signalr'
DEBUG 2025-03-20 19:05:18,372 [5 ] Abp.AspNetCore.SignalR.Hubs.AbpCommonHub - A
client is connected:
{"ConnectionId":"er_tDZfpvWCYNT8utiIsRA","IpAddress":"::1","TenantId":null,"UserId"
:101,"ConnectTime":"2025-03-20T19:05:18.372932+03:00","Properties":{}}
INFO 2025-03-20 19:05:18,373 [5 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/2 POST https://localhost/signalr?id=aaDuR6_vYVHvlTy-_4_Pvg
text/plain;charset=UTF-8 32 - 200 - text/plain 2.2927ms
INFO 2025-03-20 19:05:18,374 [67 ] tCore.Cors.Infrastructure.CorsMiddleware - No
CORS policy found for the specified request.
INFO 2025-03-20 19:05:18,374 [67 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint '/signalr-chat'
INFO 2025-03-20 19:05:18,375 [67 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint '/signalr-chat'
INFO 2025-03-20 19:05:18,375 [67 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/2 POST https://localhost/signalr-chat?
id=Zq3wwKAqiP8x7m6SLClfFA text/plain;charset=UTF-8 32 - 200 - text/plain 3.3884ms
DEBUG 2025-03-20 19:05:18,377 [5 ] EnterpriseBase.Web.Chat.SignalR.ChatHub - A
client is connected:
{"ConnectionId":"nc4kWPkvOcUQwa_ZILAXOQ","IpAddress":"::1","TenantId":null,"UserId"
:101,"ConnectTime":"2025-03-20T19:05:18.3776994+03:00","Properties":{}}
INFO 2025-03-20 19:05:18,583 [5 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 GET https://10.0.50.50:443/health - -
INFO 2025-03-20 19:05:18,584 [5 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint 'Health checks'
INFO 2025-03-20 19:05:18,585 [5 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:05:18,585 [67 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:05:18,586 [5 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint 'Health checks'
INFO 2025-03-20 19:05:18,586 [67 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 GET https://10.0.50.50:443/health - - - 200 -
application/json 3.4127ms
INFO 2025-03-20 19:05:18,615 [67 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 GET https://10.0.50.50:443/health - -
INFO 2025-03-20 19:05:18,616 [67 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint 'Health checks'
INFO 2025-03-20 19:05:18,617 [67 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:05:18,618 [5 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:05:18,619 [5 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint 'Health checks'
INFO 2025-03-20 19:05:18,619 [5 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 GET https://10.0.50.50:443/health - - - 200 -
application/json 4.0169ms
INFO 2025-03-20 19:05:19,343 [67 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 GET https://10.0.50.50:443/health - -
INFO 2025-03-20 19:05:19,344 [67 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint 'Health checks'
INFO 2025-03-20 19:05:19,345 [67 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:05:19,345 [62 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:05:19,346 [62 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint 'Health checks'
INFO 2025-03-20 19:05:19,346 [67 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 GET https://10.0.50.50:443/health - - - 200 -
application/json 3.5541ms
INFO 2025-03-20 19:05:19,501 [67 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 GET https://10.0.50.50:443/health - -
INFO 2025-03-20 19:05:19,502 [67 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint 'Health checks'
INFO 2025-03-20 19:05:19,503 [67 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:05:19,503 [62 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:05:19,504 [67 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint 'Health checks'
INFO 2025-03-20 19:05:19,505 [62 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 GET https://10.0.50.50:443/health - - - 200 -
application/json 3.8249ms
INFO 2025-03-20 19:05:19,619 [62 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 GET https://10.0.50.50:443/health - -
INFO 2025-03-20 19:05:19,622 [62 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint 'Health checks'
INFO 2025-03-20 19:05:19,623 [62 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:05:19,623 [67 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:05:19,625 [62 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint 'Health checks'
INFO 2025-03-20 19:05:19,625 [63 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 GET https://10.0.50.50:443/health - - - 200 -
application/json 5.4936ms
INFO 2025-03-20 19:05:19,839 [63 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 GET https://10.0.50.50:443/health - -
INFO 2025-03-20 19:05:19,840 [63 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint 'Health checks'
INFO 2025-03-20 19:05:19,841 [62 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:05:19,841 [63 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:05:19,842 [63 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint 'Health checks'
INFO 2025-03-20 19:05:19,842 [62 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 GET https://10.0.50.50:443/health - - - 200 -
application/json 3.4335ms
INFO 2025-03-20 19:05:20,539 [63 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 GET https://10.0.50.50:443/health - -
INFO 2025-03-20 19:05:20,540 [63 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint 'Health checks'
INFO 2025-03-20 19:05:20,541 [63 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:05:20,541 [62 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:05:20,542 [63 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint 'Health checks'
INFO 2025-03-20 19:05:20,542 [70 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 GET https://10.0.50.50:443/health - - - 200 -
application/json 3.4619ms
INFO 2025-03-20 19:05:21,242 [70 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 GET https://10.0.50.50:443/health - -
INFO 2025-03-20 19:05:21,242 [70 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint 'Health checks'
INFO 2025-03-20 19:05:21,243 [70 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:05:21,243 [63 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:05:21,245 [63 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint 'Health checks'
INFO 2025-03-20 19:05:21,245 [70 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 GET https://10.0.50.50:443/health - - - 200 -
application/json 3.3639ms
INFO 2025-03-20 19:05:21,361 [62 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'HealthChecksDb' using provider
'Microsoft.EntityFrameworkCore.InMemory' with options: StoreName=HealthChecksUI
INFO 2025-03-20 19:05:21,361 [62 ] .HttpClient.health-checks.LogicalHandler -
Start processing HTTP request GET https://stg.parcelat.com/health
INFO 2025-03-20 19:05:21,361 [62 ] p.HttpClient.health-checks.ClientHandler -
Sending HTTP request GET https://stg.parcelat.com/health
INFO 2025-03-20 19:05:21,363 [62 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 GET https://stg.parcelat.com/health - -
INFO 2025-03-20 19:05:21,364 [62 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint 'Health checks'
INFO 2025-03-20 19:05:21,365 [62 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:05:21,365 [5 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:05:21,366 [62 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint 'Health checks'
INFO 2025-03-20 19:05:21,366 [5 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 GET https://stg.parcelat.com/health - - - 200 -
application/json 3.1126ms
INFO 2025-03-20 19:05:21,367 [74 ] p.HttpClient.health-checks.ClientHandler -
Received HTTP response headers after 5.7657ms - 200
INFO 2025-03-20 19:05:21,367 [74 ] .HttpClient.health-checks.LogicalHandler -
End processing HTTP request after 5.818ms - 200
INFO 2025-03-20 19:05:21,368 [74 ] Microsoft.EntityFrameworkCore.Update -
Saved 4 entities to in-memory store.
INFO 2025-03-20 19:05:21,991 [5 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 GET https://10.0.50.50:443/health - -
INFO 2025-03-20 19:05:21,992 [5 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint 'Health checks'
INFO 2025-03-20 19:05:21,993 [62 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:05:21,993 [5 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:05:21,994 [5 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint 'Health checks'
INFO 2025-03-20 19:05:21,995 [62 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 GET https://10.0.50.50:443/health - - - 200 -
application/json 3.7819ms
INFO 2025-03-20 19:05:22,124 [62 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 GET https://10.0.50.50:443/health - -
INFO 2025-03-20 19:05:22,125 [62 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint 'Health checks'
INFO 2025-03-20 19:05:22,126 [62 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:05:22,126 [5 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:05:22,127 [62 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint 'Health checks'
INFO 2025-03-20 19:05:22,127 [5 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 GET https://10.0.50.50:443/health - - - 200 -
application/json 3.3064ms
INFO 2025-03-20 19:05:22,563 [62 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 GET https://10.0.50.50:443/health - -
INFO 2025-03-20 19:05:22,564 [62 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint 'Health checks'
INFO 2025-03-20 19:05:22,564 [62 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:05:22,565 [5 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:05:22,566 [62 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint 'Health checks'
INFO 2025-03-20 19:05:22,566 [5 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 GET https://10.0.50.50:443/health - - - 200 -
application/json 3.3571ms
INFO 2025-03-20 19:05:23,110 [5 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 GET https://10.0.50.50:443/health - -
INFO 2025-03-20 19:05:23,111 [5 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint 'Health checks'
INFO 2025-03-20 19:05:23,112 [5 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:05:23,113 [62 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:05:23,114 [62 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint 'Health checks'
INFO 2025-03-20 19:05:23,114 [5 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 GET https://10.0.50.50:443/health - - - 200 -
application/json 3.5372ms
INFO 2025-03-20 19:05:23,318 [5 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 GET https://10.0.50.50:443/health - -
INFO 2025-03-20 19:05:23,319 [5 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint 'Health checks'
INFO 2025-03-20 19:05:23,320 [5 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:05:23,320 [62 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:05:23,376 [5 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 GET https://10.0.50.50:443/health - -
INFO 2025-03-20 19:05:23,377 [5 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint 'Health checks'
INFO 2025-03-20 19:05:23,378 [5 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:05:23,378 [63 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:05:23,379 [5 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint 'Health checks'
INFO 2025-03-20 19:05:23,379 [63 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 GET https://10.0.50.50:443/health - - - 200 -
application/json 3.2135ms
INFO 2025-03-20 19:05:23,401 [62 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint 'Health checks'
INFO 2025-03-20 19:05:23,401 [63 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 GET https://10.0.50.50:443/health - - - 200 -
application/json 83.1366ms
INFO 2025-03-20 19:05:24,753 [63 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 GET https://10.0.50.50:443/health - -
INFO 2025-03-20 19:05:24,754 [63 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint 'Health checks'
INFO 2025-03-20 19:05:24,755 [63 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:05:24,756 [5 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:05:24,757 [63 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint 'Health checks'
INFO 2025-03-20 19:05:24,757 [63 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 GET https://10.0.50.50:443/health - - - 200 -
application/json 3.9946ms
INFO 2025-03-20 19:05:24,801 [5 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 GET https://10.0.50.50:443/health - -
INFO 2025-03-20 19:05:24,802 [5 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint 'Health checks'
INFO 2025-03-20 19:05:24,803 [5 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:05:24,803 [63 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:05:24,805 [5 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint 'Health checks'
INFO 2025-03-20 19:05:24,805 [63 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 GET https://10.0.50.50:443/health - - - 200 -
application/json 3.2096ms
INFO 2025-03-20 19:05:24,892 [63 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 GET https://10.0.50.50:443/health - -
INFO 2025-03-20 19:05:24,893 [63 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint 'Health checks'
INFO 2025-03-20 19:05:24,894 [67 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:05:24,894 [5 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:05:24,896 [67 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint 'Health checks'
INFO 2025-03-20 19:05:24,896 [5 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 GET https://10.0.50.50:443/health - - - 200 -
application/json 3.3192ms
INFO 2025-03-20 19:05:24,905 [5 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 GET https://10.0.50.50:443/health - -
INFO 2025-03-20 19:05:24,906 [5 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint 'Health checks'
INFO 2025-03-20 19:05:24,907 [5 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:05:24,907 [67 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:05:24,908 [5 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint 'Health checks'
INFO 2025-03-20 19:05:24,908 [67 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 GET https://10.0.50.50:443/health - - - 200 -
application/json 2.9870ms
INFO 2025-03-20 19:05:25,580 [5 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 GET https://10.0.50.50:443/health - -
INFO 2025-03-20 19:05:25,581 [5 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint 'Health checks'
INFO 2025-03-20 19:05:25,582 [5 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:05:25,582 [67 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:05:25,583 [67 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint 'Health checks'
INFO 2025-03-20 19:05:25,583 [5 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 GET https://10.0.50.50:443/health - - - 200 -
application/json 3.3254ms
INFO 2025-03-20 19:05:26,022 [5 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 GET https://10.0.50.50:443/health - -
INFO 2025-03-20 19:05:26,023 [5 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint 'Health checks'
INFO 2025-03-20 19:05:26,025 [67 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:05:26,025 [5 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:05:26,026 [67 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint 'Health checks'
INFO 2025-03-20 19:05:26,026 [5 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 GET https://10.0.50.50:443/health - - - 200 -
application/json 4.0108ms
INFO 2025-03-20 19:05:26,967 [5 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 GET https://10.0.50.50:443/health - -
INFO 2025-03-20 19:05:26,967 [5 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint 'Health checks'
INFO 2025-03-20 19:05:26,968 [5 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:05:26,968 [67 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:05:26,970 [5 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint 'Health checks'
INFO 2025-03-20 19:05:26,970 [63 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 GET https://10.0.50.50:443/health - - - 200 -
application/json 3.2023ms
INFO 2025-03-20 19:05:26,970 [5 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 GET https://10.0.50.50:443/health - -
INFO 2025-03-20 19:05:26,971 [5 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint 'Health checks'
INFO 2025-03-20 19:05:26,971 [5 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:05:26,971 [63 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:05:26,972 [5 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint 'Health checks'
INFO 2025-03-20 19:05:26,972 [63 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 GET https://10.0.50.50:443/health - - - 200 -
application/json 2.7500ms
INFO 2025-03-20 19:05:27,856 [70 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 GET https://10.0.50.50:443/health - -
INFO 2025-03-20 19:05:27,857 [70 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint 'Health checks'
INFO 2025-03-20 19:05:27,858 [70 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:05:27,858 [63 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:05:27,859 [70 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint 'Health checks'
INFO 2025-03-20 19:05:27,859 [63 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 GET https://10.0.50.50:443/health - - - 200 -
application/json 3.4563ms
INFO 2025-03-20 19:05:27,905 [63 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 GET https://10.0.50.50:443/health - -
INFO 2025-03-20 19:05:27,906 [63 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint 'Health checks'
INFO 2025-03-20 19:05:27,907 [63 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:05:27,907 [70 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:05:27,908 [70 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint 'Health checks'
INFO 2025-03-20 19:05:27,908 [63 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 GET https://10.0.50.50:443/health - - - 200 -
application/json 3.1603ms
INFO 2025-03-20 19:05:28,218 [63 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 GET https://10.0.50.50:443/health - -
INFO 2025-03-20 19:05:28,219 [63 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint 'Health checks'
INFO 2025-03-20 19:05:28,220 [5 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:05:28,220 [70 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:05:28,221 [5 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint 'Health checks'
INFO 2025-03-20 19:05:28,221 [70 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 GET https://10.0.50.50:443/health - - - 200 -
application/json 3.3622ms
INFO 2025-03-20 19:05:28,585 [70 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 GET https://10.0.50.50:443/health - -
INFO 2025-03-20 19:05:28,586 [70 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint 'Health checks'
INFO 2025-03-20 19:05:28,587 [70 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:05:28,587 [5 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:05:28,588 [70 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint 'Health checks'
INFO 2025-03-20 19:05:28,589 [5 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 GET https://10.0.50.50:443/health - - - 200 -
application/json 3.5609ms
INFO 2025-03-20 19:05:29,317 [5 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 GET https://10.0.50.50:443/health - -
INFO 2025-03-20 19:05:29,318 [5 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint 'Health checks'
INFO 2025-03-20 19:05:29,319 [5 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:05:29,319 [70 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:05:29,321 [5 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint 'Health checks'
INFO 2025-03-20 19:05:29,321 [70 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 GET https://10.0.50.50:443/health - - - 200 -
application/json 3.9209ms
INFO 2025-03-20 19:05:29,486 [5 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 GET https://10.0.50.50:443/health - -
INFO 2025-03-20 19:05:29,487 [5 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint 'Health checks'
INFO 2025-03-20 19:05:29,488 [5 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:05:29,488 [70 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:05:29,490 [5 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint 'Health checks'
INFO 2025-03-20 19:05:29,490 [70 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 GET https://10.0.50.50:443/health - - - 200 -
application/json 3.3601ms
INFO 2025-03-20 19:05:29,493 [70 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 GET https://10.0.50.50:443/health - -
INFO 2025-03-20 19:05:29,493 [70 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint 'Health checks'
INFO 2025-03-20 19:05:29,494 [70 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:05:29,494 [5 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:05:29,495 [70 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint 'Health checks'
INFO 2025-03-20 19:05:29,496 [5 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 GET https://10.0.50.50:443/health - - - 200 -
application/json 2.9764ms
INFO 2025-03-20 19:05:29,971 [5 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 GET https://10.0.50.50:443/health - -
INFO 2025-03-20 19:05:29,972 [5 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint 'Health checks'
INFO 2025-03-20 19:05:29,973 [5 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:05:29,973 [70 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:05:29,974 [5 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint 'Health checks'
INFO 2025-03-20 19:05:29,974 [70 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 GET https://10.0.50.50:443/health - - - 200 -
application/json 3.3130ms
INFO 2025-03-20 19:05:30,502 [70 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 GET https://10.0.50.50:443/health - -
INFO 2025-03-20 19:05:30,503 [70 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint 'Health checks'
INFO 2025-03-20 19:05:30,504 [70 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:05:30,504 [5 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:05:30,505 [70 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint 'Health checks'
INFO 2025-03-20 19:05:30,505 [5 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 GET https://10.0.50.50:443/health - - - 200 -
application/json 3.3201ms
INFO 2025-03-20 19:05:31,227 [5 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 GET https://10.0.50.50:443/health - -
INFO 2025-03-20 19:05:31,228 [5 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint 'Health checks'
INFO 2025-03-20 19:05:31,229 [5 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:05:31,229 [70 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:05:31,230 [5 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint 'Health checks'
INFO 2025-03-20 19:05:31,230 [70 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 GET https://10.0.50.50:443/health - - - 200 -
application/json 3.4007ms
INFO 2025-03-20 19:05:31,370 [70 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'HealthChecksDb' using provider
'Microsoft.EntityFrameworkCore.InMemory' with options: StoreName=HealthChecksUI
INFO 2025-03-20 19:05:31,371 [70 ] .HttpClient.health-checks.LogicalHandler -
Start processing HTTP request GET https://stg.parcelat.com/health
INFO 2025-03-20 19:05:31,371 [70 ] p.HttpClient.health-checks.ClientHandler -
Sending HTTP request GET https://stg.parcelat.com/health
INFO 2025-03-20 19:05:31,434 [70 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 GET https://stg.parcelat.com/health - -
INFO 2025-03-20 19:05:31,435 [70 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint 'Health checks'
INFO 2025-03-20 19:05:31,436 [70 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:05:31,436 [5 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:05:31,438 [70 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint 'Health checks'
INFO 2025-03-20 19:05:31,438 [5 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 GET https://stg.parcelat.com/health - - - 200 -
application/json 3.3814ms
INFO 2025-03-20 19:05:31,439 [74 ] p.HttpClient.health-checks.ClientHandler -
Received HTTP response headers after 67.9979ms - 200
INFO 2025-03-20 19:05:31,439 [74 ] .HttpClient.health-checks.LogicalHandler -
End processing HTTP request after 68.0683ms - 200
INFO 2025-03-20 19:05:31,439 [74 ] Microsoft.EntityFrameworkCore.Update -
Saved 4 entities to in-memory store.
INFO 2025-03-20 19:05:31,958 [5 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 GET https://10.0.50.50:443/health - -
INFO 2025-03-20 19:05:31,959 [5 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint 'Health checks'
INFO 2025-03-20 19:05:31,960 [5 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:05:31,961 [70 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:05:31,962 [5 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint 'Health checks'
INFO 2025-03-20 19:05:31,962 [70 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 GET https://10.0.50.50:443/health - - - 200 -
application/json 3.9074ms
INFO 2025-03-20 19:05:32,364 [70 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 GET https://10.0.50.50:443/health - -
INFO 2025-03-20 19:05:32,365 [70 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint 'Health checks'
INFO 2025-03-20 19:05:32,366 [67 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:05:32,366 [5 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:05:32,367 [67 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint 'Health checks'
INFO 2025-03-20 19:05:32,367 [5 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 GET https://10.0.50.50:443/health - - - 200 -
application/json 3.2695ms
INFO 2025-03-20 19:05:32,392 [5 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 GET https://10.0.50.50:443/health - -
INFO 2025-03-20 19:05:32,393 [5 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint 'Health checks'
INFO 2025-03-20 19:05:32,394 [5 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:05:32,394 [67 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:05:32,395 [67 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint 'Health checks'
INFO 2025-03-20 19:05:32,395 [5 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 GET https://10.0.50.50:443/health - - - 200 -
application/json 2.9614ms
INFO 2025-03-20 19:05:32,828 [5 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 POST https://stg.parcelat.com/signalr?
id=3N3_7iNedWMvwFnctPdrfA text/plain;charset=UTF-8 11
INFO 2025-03-20 19:05:32,829 [5 ] tion.Cookies.CookieAuthenticationHandler -
Identity.Application was not authenticated. Failure message: Unprotect ticket
failed
INFO 2025-03-20 19:05:32,829 [5 ] tCore.Cors.Infrastructure.CorsMiddleware - No
CORS policy found for the specified request.
INFO 2025-03-20 19:05:32,830 [5 ] tion.Cookies.CookieAuthenticationHandler -
Identity.Application was not authenticated. Failure message: Unprotect ticket
failed
INFO 2025-03-20 19:05:32,830 [5 ] tion.Cookies.CookieAuthenticationHandler -
Identity.Application was not authenticated. Failure message: Unprotect ticket
failed
INFO 2025-03-20 19:05:32,830 [5 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint '/signalr'
INFO 2025-03-20 19:05:32,830 [5 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint '/signalr'
INFO 2025-03-20 19:05:32,830 [5 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 POST https://stg.parcelat.com/signalr?
id=3N3_7iNedWMvwFnctPdrfA text/plain;charset=UTF-8 11 - 200 - text/plain 1.3704ms
INFO 2025-03-20 19:05:32,837 [5 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 POST https://stg.parcelat.com/signalr-chat?
id=5sUTkAdkBOxAHmDUMOiQ-A text/plain;charset=UTF-8 11
INFO 2025-03-20 19:05:32,838 [5 ] tion.Cookies.CookieAuthenticationHandler -
Identity.Application was not authenticated. Failure message: Unprotect ticket
failed
INFO 2025-03-20 19:05:32,838 [5 ] tCore.Cors.Infrastructure.CorsMiddleware - No
CORS policy found for the specified request.
INFO 2025-03-20 19:05:32,838 [5 ] tion.Cookies.CookieAuthenticationHandler -
Identity.Application was not authenticated. Failure message: Unprotect ticket
failed
INFO 2025-03-20 19:05:32,838 [5 ] tion.Cookies.CookieAuthenticationHandler -
Identity.Application was not authenticated. Failure message: Unprotect ticket
failed
INFO 2025-03-20 19:05:32,838 [5 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint '/signalr-chat'
INFO 2025-03-20 19:05:32,838 [5 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint '/signalr-chat'
INFO 2025-03-20 19:05:32,838 [67 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 POST https://stg.parcelat.com/signalr-chat?
id=5sUTkAdkBOxAHmDUMOiQ-A text/plain;charset=UTF-8 11 - 200 - text/plain 0.9349ms
INFO 2025-03-20 19:05:32,925 [67 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 GET https://10.0.50.50:443/health - -
INFO 2025-03-20 19:05:32,926 [67 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint 'Health checks'
INFO 2025-03-20 19:05:32,927 [67 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:05:32,927 [5 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:05:32,929 [67 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint 'Health checks'
INFO 2025-03-20 19:05:32,929 [67 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 GET https://10.0.50.50:443/health - - - 200 -
application/json 3.2993ms
INFO 2025-03-20 19:05:33,537 [67 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 GET https://10.0.50.50:443/health - -
INFO 2025-03-20 19:05:33,538 [67 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint 'Health checks'
INFO 2025-03-20 19:05:33,539 [67 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:05:33,539 [63 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:05:33,540 [67 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint 'Health checks'
INFO 2025-03-20 19:05:33,540 [63 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 GET https://10.0.50.50:443/health - - - 200 -
application/json 3.5593ms
INFO 2025-03-20 19:05:33,953 [63 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 GET https://10.0.50.50:443/health - -
INFO 2025-03-20 19:05:33,955 [63 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint 'Health checks'
INFO 2025-03-20 19:05:33,956 [63 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:05:33,957 [67 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:05:33,957 [67 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint 'Health checks'
INFO 2025-03-20 19:05:33,957 [67 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 GET https://10.0.50.50:443/health - - - 200 -
application/json 3.9708ms
INFO 2025-03-20 19:05:34,088 [63 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 GET https://10.0.50.50:443/health - -
INFO 2025-03-20 19:05:34,089 [63 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint 'Health checks'
INFO 2025-03-20 19:05:34,090 [63 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:05:34,090 [67 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:05:34,091 [63 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint 'Health checks'
INFO 2025-03-20 19:05:34,091 [67 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 GET https://10.0.50.50:443/health - - - 200 -
application/json 3.4059ms
INFO 2025-03-20 19:05:34,152 [67 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 GET https://10.0.50.50:443/health - -
INFO 2025-03-20 19:05:34,153 [67 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint 'Health checks'
INFO 2025-03-20 19:05:34,154 [67 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:05:34,154 [63 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:05:34,155 [67 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint 'Health checks'
INFO 2025-03-20 19:05:34,155 [63 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 GET https://10.0.50.50:443/health - - - 200 -
application/json 3.1932ms
INFO 2025-03-20 19:05:34,280 [67 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/2 POST https://localhost/signalr-chat?
id=Zq3wwKAqiP8x7m6SLClfFA text/plain;charset=UTF-8 11
INFO 2025-03-20 19:05:34,280 [63 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/2 POST https://localhost/signalr?id=aaDuR6_vYVHvlTy-_4_Pvg
text/plain;charset=UTF-8 11
INFO 2025-03-20 19:05:34,282 [67 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:05:34,282 [63 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:05:34,289 [70 ] tCore.Cors.Infrastructure.CorsMiddleware - No
CORS policy found for the specified request.
INFO 2025-03-20 19:05:34,289 [62 ] tCore.Cors.Infrastructure.CorsMiddleware - No
CORS policy found for the specified request.
INFO 2025-03-20 19:05:34,289 [70 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint '/signalr'
INFO 2025-03-20 19:05:34,289 [62 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint '/signalr-chat'
INFO 2025-03-20 19:05:34,289 [70 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint '/signalr'
INFO 2025-03-20 19:05:34,289 [62 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint '/signalr-chat'
INFO 2025-03-20 19:05:34,290 [62 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/2 POST https://localhost/signalr-chat?
id=Zq3wwKAqiP8x7m6SLClfFA text/plain;charset=UTF-8 11 - 200 - text/plain 9.8808ms
INFO 2025-03-20 19:05:34,290 [70 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/2 POST https://localhost/signalr?id=aaDuR6_vYVHvlTy-_4_Pvg
text/plain;charset=UTF-8 11 - 200 - text/plain 9.8832ms
INFO 2025-03-20 19:05:34,405 [63 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 GET https://10.0.50.50:443/health - -
INFO 2025-03-20 19:05:34,406 [63 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint 'Health checks'
INFO 2025-03-20 19:05:34,407 [63 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:05:34,407 [5 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:05:34,408 [63 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint 'Health checks'
INFO 2025-03-20 19:05:34,408 [5 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 GET https://10.0.50.50:443/health - - - 200 -
application/json 3.3067ms
INFO 2025-03-20 19:05:34,596 [5 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 GET https://10.0.50.50:443/health - -
INFO 2025-03-20 19:05:34,597 [5 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint 'Health checks'
INFO 2025-03-20 19:05:34,598 [5 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:05:34,598 [63 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:05:34,599 [5 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint 'Health checks'
INFO 2025-03-20 19:05:34,600 [63 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 GET https://10.0.50.50:443/health - - - 200 -
application/json 3.4715ms
INFO 2025-03-20 19:05:35,226 [63 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 GET https://10.0.50.50:443/health - -
INFO 2025-03-20 19:05:35,227 [63 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint 'Health checks'
INFO 2025-03-20 19:05:35,228 [63 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:05:35,228 [5 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:05:35,229 [63 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint 'Health checks'
INFO 2025-03-20 19:05:35,229 [5 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 GET https://10.0.50.50:443/health - - - 200 -
application/json 3.2509ms
INFO 2025-03-20 19:05:35,795 [63 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 GET https://10.0.50.50:443/health - -
INFO 2025-03-20 19:05:35,796 [63 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint 'Health checks'
INFO 2025-03-20 19:05:35,797 [63 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:05:35,797 [5 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:05:35,798 [63 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint 'Health checks'
INFO 2025-03-20 19:05:35,799 [5 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 GET https://10.0.50.50:443/health - - - 200 -
application/json 3.3145ms
INFO 2025-03-20 19:05:36,574 [63 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 GET https://10.0.50.50:443/health - -
INFO 2025-03-20 19:05:36,575 [63 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint 'Health checks'
INFO 2025-03-20 19:05:36,576 [63 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:05:36,576 [5 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:05:36,577 [5 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint 'Health checks'
INFO 2025-03-20 19:05:36,577 [67 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 GET https://10.0.50.50:443/health - - - 200 -
application/json 3.5036ms
INFO 2025-03-20 19:05:36,928 [67 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 GET https://10.0.50.50:443/health - -
INFO 2025-03-20 19:05:36,929 [67 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint 'Health checks'
INFO 2025-03-20 19:05:36,930 [67 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:05:36,930 [5 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:05:36,931 [67 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint 'Health checks'
INFO 2025-03-20 19:05:36,931 [67 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 GET https://10.0.50.50:443/health - - - 200 -
application/json 3.2462ms
INFO 2025-03-20 19:05:37,470 [67 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 GET https://10.0.50.50:443/health - -
INFO 2025-03-20 19:05:37,471 [67 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint 'Health checks'
INFO 2025-03-20 19:05:37,472 [67 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:05:37,472 [5 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:05:37,474 [67 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint 'Health checks'
INFO 2025-03-20 19:05:37,474 [5 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 GET https://10.0.50.50:443/health - - - 200 -
application/json 3.4773ms
INFO 2025-03-20 19:05:38,017 [5 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 GET https://10.0.50.50:443/health - -
INFO 2025-03-20 19:05:38,018 [5 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint 'Health checks'
INFO 2025-03-20 19:05:38,019 [67 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:05:38,019 [62 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:05:38,021 [67 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint 'Health checks'
INFO 2025-03-20 19:05:38,021 [62 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 GET https://10.0.50.50:443/health - - - 200 -
application/json 3.4113ms
INFO 2025-03-20 19:05:38,717 [62 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 POST https://stg.parcelat.com/signalr?
id=CRTiA3ZerHASp8ar8VFXGg text/plain;charset=UTF-8 11
INFO 2025-03-20 19:05:38,717 [62 ] tion.Cookies.CookieAuthenticationHandler -
Identity.Application was not authenticated. Failure message: Unprotect ticket
failed
INFO 2025-03-20 19:05:38,717 [62 ] tCore.Cors.Infrastructure.CorsMiddleware - No
CORS policy found for the specified request.
INFO 2025-03-20 19:05:38,718 [62 ] tion.Cookies.CookieAuthenticationHandler -
Identity.Application was not authenticated. Failure message: Unprotect ticket
failed
INFO 2025-03-20 19:05:38,718 [62 ] tion.Cookies.CookieAuthenticationHandler -
Identity.Application was not authenticated. Failure message: Unprotect ticket
failed
INFO 2025-03-20 19:05:38,718 [62 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint '/signalr'
INFO 2025-03-20 19:05:38,718 [62 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint '/signalr'
INFO 2025-03-20 19:05:38,718 [62 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 POST https://stg.parcelat.com/signalr?
id=CRTiA3ZerHASp8ar8VFXGg text/plain;charset=UTF-8 11 - 200 - text/plain 1.3578ms
INFO 2025-03-20 19:05:38,728 [62 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 POST https://stg.parcelat.com/signalr-chat?
id=NkQEt8ikBuERN9ew3-0eag text/plain;charset=UTF-8 11
INFO 2025-03-20 19:05:38,728 [62 ] tion.Cookies.CookieAuthenticationHandler -
Identity.Application was not authenticated. Failure message: Unprotect ticket
failed
INFO 2025-03-20 19:05:38,729 [62 ] tCore.Cors.Infrastructure.CorsMiddleware - No
CORS policy found for the specified request.
INFO 2025-03-20 19:05:38,729 [62 ] tion.Cookies.CookieAuthenticationHandler -
Identity.Application was not authenticated. Failure message: Unprotect ticket
failed
INFO 2025-03-20 19:05:38,729 [62 ] tion.Cookies.CookieAuthenticationHandler -
Identity.Application was not authenticated. Failure message: Unprotect ticket
failed
INFO 2025-03-20 19:05:38,729 [62 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint '/signalr-chat'
INFO 2025-03-20 19:05:38,729 [62 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint '/signalr-chat'
INFO 2025-03-20 19:05:38,729 [67 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 POST https://stg.parcelat.com/signalr-chat?
id=NkQEt8ikBuERN9ew3-0eag text/plain;charset=UTF-8 11 - 200 - text/plain 1.0886ms
INFO 2025-03-20 19:05:38,953 [67 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 GET https://10.0.50.50:443/health - -
INFO 2025-03-20 19:05:38,954 [67 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint 'Health checks'
INFO 2025-03-20 19:05:38,955 [67 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:05:38,955 [62 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:05:38,957 [67 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint 'Health checks'
INFO 2025-03-20 19:05:38,957 [62 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 GET https://10.0.50.50:443/health - - - 200 -
application/json 3.5391ms
INFO 2025-03-20 19:05:38,958 [62 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 GET https://10.0.50.50:443/health - -
INFO 2025-03-20 19:05:38,958 [62 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint 'Health checks'
INFO 2025-03-20 19:05:38,959 [62 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:05:38,959 [67 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:05:38,960 [62 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint 'Health checks'
INFO 2025-03-20 19:05:38,960 [67 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 GET https://10.0.50.50:443/health - - - 200 -
application/json 2.6469ms
INFO 2025-03-20 19:05:39,352 [62 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 GET https://10.0.50.50:443/health - -
INFO 2025-03-20 19:05:39,353 [62 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint 'Health checks'
INFO 2025-03-20 19:05:39,354 [62 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:05:39,354 [67 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:05:39,355 [67 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint 'Health checks'
INFO 2025-03-20 19:05:39,356 [62 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 GET https://10.0.50.50:443/health - - - 200 -
application/json 3.2459ms
INFO 2025-03-20 19:05:39,388 [62 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 GET https://10.0.50.50:443/health - -
INFO 2025-03-20 19:05:39,389 [62 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint 'Health checks'
INFO 2025-03-20 19:05:39,390 [62 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:05:39,390 [67 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:05:39,391 [62 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint 'Health checks'
INFO 2025-03-20 19:05:39,391 [67 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 GET https://10.0.50.50:443/health - - - 200 -
application/json 3.3490ms
INFO 2025-03-20 19:05:39,746 [70 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 GET https://10.0.50.50:443/health - -
INFO 2025-03-20 19:05:39,747 [70 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint 'Health checks'
INFO 2025-03-20 19:05:39,748 [70 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:05:39,748 [62 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:05:39,750 [70 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint 'Health checks'
INFO 2025-03-20 19:05:39,750 [62 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 GET https://10.0.50.50:443/health - - - 200 -
application/json 3.4743ms
INFO 2025-03-20 19:05:39,871 [62 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 GET https://10.0.50.50:443/health - -
INFO 2025-03-20 19:05:39,872 [62 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint 'Health checks'
INFO 2025-03-20 19:05:39,873 [62 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:05:39,873 [70 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:05:39,880 [70 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint 'Health checks'
INFO 2025-03-20 19:05:39,880 [62 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 GET https://10.0.50.50:443/health - - - 200 -
application/json 9.3769ms
INFO 2025-03-20 19:05:39,889 [62 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 GET https://10.0.50.50:443/health - -
INFO 2025-03-20 19:05:39,890 [62 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint 'Health checks'
INFO 2025-03-20 19:05:39,891 [62 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:05:39,891 [70 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:05:39,904 [62 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint 'Health checks'
INFO 2025-03-20 19:05:39,904 [70 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 GET https://10.0.50.50:443/health - - - 200 -
application/json 15.1313ms
INFO 2025-03-20 19:05:41,163 [63 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 GET https://10.0.50.50:443/health - -
INFO 2025-03-20 19:05:41,165 [63 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint 'Health checks'
INFO 2025-03-20 19:05:41,166 [70 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:05:41,166 [63 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:05:41,167 [70 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint 'Health checks'
INFO 2025-03-20 19:05:41,167 [63 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 GET https://10.0.50.50:443/health - - - 200 -
application/json 4.1149ms
INFO 2025-03-20 19:05:41,448 [70 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'HealthChecksDb' using provider
'Microsoft.EntityFrameworkCore.InMemory' with options: StoreName=HealthChecksUI
INFO 2025-03-20 19:05:41,448 [70 ] .HttpClient.health-checks.LogicalHandler -
Start processing HTTP request GET https://stg.parcelat.com/health
INFO 2025-03-20 19:05:41,448 [70 ] p.HttpClient.health-checks.ClientHandler -
Sending HTTP request GET https://stg.parcelat.com/health
INFO 2025-03-20 19:05:41,457 [70 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 GET https://stg.parcelat.com/health - -
INFO 2025-03-20 19:05:41,457 [70 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint 'Health checks'
INFO 2025-03-20 19:05:41,458 [5 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:05:41,459 [63 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:05:41,461 [63 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint 'Health checks'
INFO 2025-03-20 19:05:41,461 [5 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 GET https://stg.parcelat.com/health - - - 200 -
application/json 4.1111ms
INFO 2025-03-20 19:05:41,461 [74 ] p.HttpClient.health-checks.ClientHandler -
Received HTTP response headers after 13.0981ms - 200
INFO 2025-03-20 19:05:41,461 [74 ] .HttpClient.health-checks.LogicalHandler -
End processing HTTP request after 13.1462ms - 200
INFO 2025-03-20 19:05:41,462 [74 ] Microsoft.EntityFrameworkCore.Update -
Saved 4 entities to in-memory store.
INFO 2025-03-20 19:05:41,574 [5 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 GET https://10.0.50.50:443/health - -
INFO 2025-03-20 19:05:41,575 [5 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint 'Health checks'
INFO 2025-03-20 19:05:41,575 [5 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:05:41,576 [63 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:05:41,577 [70 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint 'Health checks'
INFO 2025-03-20 19:05:41,577 [63 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 GET https://10.0.50.50:443/health - - - 200 -
application/json 3.2735ms
INFO 2025-03-20 19:05:41,660 [67 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 GET https://10.0.50.50:443/health - -
INFO 2025-03-20 19:05:41,660 [67 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint 'Health checks'
INFO 2025-03-20 19:05:41,661 [67 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:05:41,661 [62 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:05:41,662 [62 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint 'Health checks'
INFO 2025-03-20 19:05:41,663 [67 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 GET https://10.0.50.50:443/health - - - 200 -
application/json 3.0336ms
INFO 2025-03-20 19:05:42,204 [67 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 GET https://10.0.50.50:443/health - -
INFO 2025-03-20 19:05:42,205 [67 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint 'Health checks'
INFO 2025-03-20 19:05:42,206 [67 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:05:42,206 [62 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:05:42,207 [67 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint 'Health checks'
INFO 2025-03-20 19:05:42,207 [62 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 GET https://10.0.50.50:443/health - - - 200 -
application/json 3.2631ms
INFO 2025-03-20 19:05:42,566 [70 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 GET https://10.0.50.50:443/health - -
INFO 2025-03-20 19:05:42,567 [70 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint 'Health checks'
INFO 2025-03-20 19:05:42,568 [70 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:05:42,568 [62 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:05:42,569 [70 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint 'Health checks'
INFO 2025-03-20 19:05:42,569 [62 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 GET https://10.0.50.50:443/health - - - 200 -
application/json 3.3035ms
INFO 2025-03-20 19:05:43,922 [70 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 GET https://10.0.50.50:443/health - -
INFO 2025-03-20 19:05:43,923 [70 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint 'Health checks'
INFO 2025-03-20 19:05:43,924 [70 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:05:43,924 [63 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:05:43,925 [70 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint 'Health checks'
INFO 2025-03-20 19:05:43,925 [63 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 GET https://10.0.50.50:443/health - - - 200 -
application/json 3.4843ms
INFO 2025-03-20 19:05:44,259 [63 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 GET https://10.0.50.50:443/health - -
INFO 2025-03-20 19:05:44,260 [63 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint 'Health checks'
INFO 2025-03-20 19:05:44,261 [63 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:05:44,261 [70 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:05:44,262 [63 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint 'Health checks'
INFO 2025-03-20 19:05:44,262 [70 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 GET https://10.0.50.50:443/health - - - 200 -
application/json 3.2140ms
INFO 2025-03-20 19:05:44,417 [63 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 GET https://10.0.50.50:443/health - -
INFO 2025-03-20 19:05:44,418 [63 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint 'Health checks'
INFO 2025-03-20 19:05:44,419 [63 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:05:44,419 [70 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:05:44,420 [63 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint 'Health checks'
INFO 2025-03-20 19:05:44,421 [70 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 GET https://10.0.50.50:443/health - - - 200 -
application/json 3.2785ms
INFO 2025-03-20 19:05:44,853 [70 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 GET https://10.0.50.50:443/health - -
INFO 2025-03-20 19:05:44,854 [70 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint 'Health checks'
INFO 2025-03-20 19:05:44,855 [63 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:05:44,855 [70 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:05:44,856 [63 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint 'Health checks'
INFO 2025-03-20 19:05:44,856 [5 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 GET https://10.0.50.50:443/health - - - 200 -
application/json 3.3211ms
INFO 2025-03-20 19:05:44,963 [5 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 GET https://10.0.50.50:443/health - -
INFO 2025-03-20 19:05:44,964 [5 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint 'Health checks'
INFO 2025-03-20 19:05:44,965 [67 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:05:44,965 [63 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:05:44,966 [63 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint 'Health checks'
INFO 2025-03-20 19:05:44,966 [67 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 GET https://10.0.50.50:443/health - - - 200 -
application/json 3.1590ms
INFO 2025-03-20 19:05:45,145 [67 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 GET https://10.0.50.50:443/health - -
INFO 2025-03-20 19:05:45,146 [67 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint 'Health checks'
INFO 2025-03-20 19:05:45,147 [67 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:05:45,147 [63 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:05:45,148 [67 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint 'Health checks'
INFO 2025-03-20 19:05:45,148 [63 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 GET https://10.0.50.50:443/health - - - 200 -
application/json 3.3799ms
INFO 2025-03-20 19:05:45,295 [63 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 GET https://10.0.50.50:443/health - -
INFO 2025-03-20 19:05:45,296 [63 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint 'Health checks'
INFO 2025-03-20 19:05:45,297 [63 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:05:45,297 [67 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:05:45,298 [63 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint 'Health checks'
INFO 2025-03-20 19:05:45,300 [70 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 GET https://10.0.50.50:443/health - - - 200 -
application/json 3.3723ms
INFO 2025-03-20 19:05:46,108 [63 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 GET https://10.0.50.50:443/health - -
INFO 2025-03-20 19:05:46,109 [63 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint 'Health checks'
INFO 2025-03-20 19:05:46,110 [63 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:05:46,110 [70 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:05:46,111 [63 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint 'Health checks'
INFO 2025-03-20 19:05:46,111 [70 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 GET https://10.0.50.50:443/health - - - 200 -
application/json 3.4829ms
INFO 2025-03-20 19:05:46,385 [5 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 GET https://10.0.50.50:443/health - -
INFO 2025-03-20 19:05:46,386 [5 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint 'Health checks'
INFO 2025-03-20 19:05:46,388 [5 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:05:46,388 [70 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:05:46,389 [5 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint 'Health checks'
INFO 2025-03-20 19:05:46,389 [70 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 GET https://10.0.50.50:443/health - - - 200 -
application/json 3.8243ms
INFO 2025-03-20 19:05:46,502 [70 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 GET https://10.0.50.50:443/health - -
INFO 2025-03-20 19:05:46,503 [70 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint 'Health checks'
INFO 2025-03-20 19:05:46,504 [70 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:05:46,504 [5 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:05:46,505 [70 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint 'Health checks'
INFO 2025-03-20 19:05:46,505 [5 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 GET https://10.0.50.50:443/health - - - 200 -
application/json 3.3553ms
INFO 2025-03-20 19:05:47,205 [5 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 GET https://10.0.50.50:443/health - -
INFO 2025-03-20 19:05:47,206 [5 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint 'Health checks'
INFO 2025-03-20 19:05:47,207 [5 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:05:47,207 [70 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:05:47,208 [5 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint 'Health checks'
INFO 2025-03-20 19:05:47,208 [70 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 GET https://10.0.50.50:443/health - - - 200 -
application/json 3.3356ms
INFO 2025-03-20 19:05:47,666 [70 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 GET https://10.0.50.50:443/health - -
INFO 2025-03-20 19:05:47,667 [70 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint 'Health checks'
INFO 2025-03-20 19:05:47,668 [5 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:05:47,668 [70 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:05:47,669 [5 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint 'Health checks'
INFO 2025-03-20 19:05:47,669 [70 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 GET https://10.0.50.50:443/health - - - 200 -
application/json 3.4373ms
INFO 2025-03-20 19:05:48,759 [67 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 GET https://10.0.50.50:443/health - -
INFO 2025-03-20 19:05:48,760 [67 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint 'Health checks'
INFO 2025-03-20 19:05:48,761 [67 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:05:48,761 [63 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:05:48,763 [67 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint 'Health checks'
INFO 2025-03-20 19:05:48,763 [63 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 GET https://10.0.50.50:443/health - - - 200 -
application/json 3.3092ms
INFO 2025-03-20 19:05:48,794 [63 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 POST https://stg.parcelat.com/signalr?
id=3N3_7iNedWMvwFnctPdrfA text/plain;charset=UTF-8 11
INFO 2025-03-20 19:05:48,794 [63 ] tion.Cookies.CookieAuthenticationHandler -
Identity.Application was not authenticated. Failure message: Unprotect ticket
failed
INFO 2025-03-20 19:05:48,794 [63 ] tCore.Cors.Infrastructure.CorsMiddleware - No
CORS policy found for the specified request.
INFO 2025-03-20 19:05:48,795 [63 ] tion.Cookies.CookieAuthenticationHandler -
Identity.Application was not authenticated. Failure message: Unprotect ticket
failed
INFO 2025-03-20 19:05:48,795 [63 ] tion.Cookies.CookieAuthenticationHandler -
Identity.Application was not authenticated. Failure message: Unprotect ticket
failed
INFO 2025-03-20 19:05:48,795 [63 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint '/signalr'
INFO 2025-03-20 19:05:48,795 [63 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint '/signalr'
INFO 2025-03-20 19:05:48,795 [63 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 POST https://stg.parcelat.com/signalr?
id=3N3_7iNedWMvwFnctPdrfA text/plain;charset=UTF-8 11 - 200 - text/plain 1.2072ms
INFO 2025-03-20 19:05:48,834 [63 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 POST https://stg.parcelat.com/signalr-chat?
id=5sUTkAdkBOxAHmDUMOiQ-A text/plain;charset=UTF-8 11
INFO 2025-03-20 19:05:48,835 [63 ] tion.Cookies.CookieAuthenticationHandler -
Identity.Application was not authenticated. Failure message: Unprotect ticket
failed
INFO 2025-03-20 19:05:48,835 [63 ] tCore.Cors.Infrastructure.CorsMiddleware - No
CORS policy found for the specified request.
INFO 2025-03-20 19:05:48,835 [63 ] tion.Cookies.CookieAuthenticationHandler -
Identity.Application was not authenticated. Failure message: Unprotect ticket
failed
INFO 2025-03-20 19:05:48,835 [63 ] tion.Cookies.CookieAuthenticationHandler -
Identity.Application was not authenticated. Failure message: Unprotect ticket
failed
INFO 2025-03-20 19:05:48,835 [63 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint '/signalr-chat'
INFO 2025-03-20 19:05:48,835 [63 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint '/signalr-chat'
INFO 2025-03-20 19:05:48,835 [63 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 POST https://stg.parcelat.com/signalr-chat?
id=5sUTkAdkBOxAHmDUMOiQ-A text/plain;charset=UTF-8 11 - 200 - text/plain 1.1579ms
INFO 2025-03-20 19:05:48,871 [63 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 GET https://10.0.50.50:443/health - -
INFO 2025-03-20 19:05:48,872 [63 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint 'Health checks'
INFO 2025-03-20 19:05:48,873 [63 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:05:48,873 [67 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:05:48,874 [63 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint 'Health checks'
INFO 2025-03-20 19:05:48,874 [67 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 GET https://10.0.50.50:443/health - - - 200 -
application/json 3.1709ms
INFO 2025-03-20 19:05:49,546 [67 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 GET https://10.0.50.50:443/health - -
INFO 2025-03-20 19:05:49,547 [67 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint 'Health checks'
INFO 2025-03-20 19:05:49,548 [67 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:05:49,548 [62 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:05:49,550 [62 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint 'Health checks'
INFO 2025-03-20 19:05:49,550 [67 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 GET https://10.0.50.50:443/health - - - 200 -
application/json 3.2931ms
INFO 2025-03-20 19:05:49,736 [67 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 GET https://10.0.50.50:443/health - -
INFO 2025-03-20 19:05:49,737 [67 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint 'Health checks'
INFO 2025-03-20 19:05:49,738 [67 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:05:49,738 [62 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:05:49,740 [62 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint 'Health checks'
INFO 2025-03-20 19:05:49,740 [61 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 GET https://10.0.50.50:443/health - - - 200 -
application/json 3.5499ms
INFO 2025-03-20 19:05:50,233 [61 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 GET https://10.0.50.50:443/health - -
INFO 2025-03-20 19:05:50,234 [61 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint 'Health checks'
INFO 2025-03-20 19:05:50,235 [61 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:05:50,236 [62 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:05:50,237 [62 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint 'Health checks'
INFO 2025-03-20 19:05:50,237 [70 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 GET https://10.0.50.50:443/health - - - 200 -
application/json 3.3617ms
INFO 2025-03-20 19:05:50,286 [70 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/2 POST https://localhost/signalr?id=aaDuR6_vYVHvlTy-_4_Pvg
text/plain;charset=UTF-8 11
INFO 2025-03-20 19:05:50,286 [62 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/2 POST https://localhost/signalr-chat?
id=Zq3wwKAqiP8x7m6SLClfFA text/plain;charset=UTF-8 11
INFO 2025-03-20 19:05:50,289 [62 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:05:50,290 [70 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:05:50,296 [70 ] tCore.Cors.Infrastructure.CorsMiddleware - No
CORS policy found for the specified request.
INFO 2025-03-20 19:05:50,296 [62 ] tCore.Cors.Infrastructure.CorsMiddleware - No
CORS policy found for the specified request.
INFO 2025-03-20 19:05:50,297 [70 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint '/signalr-chat'
INFO 2025-03-20 19:05:50,297 [70 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint '/signalr-chat'
INFO 2025-03-20 19:05:50,297 [62 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint '/signalr'
INFO 2025-03-20 19:05:50,297 [62 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint '/signalr'
INFO 2025-03-20 19:05:50,297 [70 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/2 POST https://localhost/signalr-chat?
id=Zq3wwKAqiP8x7m6SLClfFA text/plain;charset=UTF-8 11 - 200 - text/plain 10.7403ms
INFO 2025-03-20 19:05:50,297 [70 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/2 POST https://localhost/signalr?id=aaDuR6_vYVHvlTy-_4_Pvg
text/plain;charset=UTF-8 11 - 200 - text/plain 10.9901ms
INFO 2025-03-20 19:05:50,313 [70 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 GET https://10.0.50.50:443/health - -
INFO 2025-03-20 19:05:50,314 [70 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint 'Health checks'
INFO 2025-03-20 19:05:50,315 [70 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:05:50,315 [62 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:05:50,316 [70 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint 'Health checks'
INFO 2025-03-20 19:05:50,316 [62 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 GET https://10.0.50.50:443/health - - - 200 -
application/json 3.2379ms
INFO 2025-03-20 19:05:50,392 [70 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 GET https://10.0.50.50:443/health - -
INFO 2025-03-20 19:05:50,394 [70 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint 'Health checks'
INFO 2025-03-20 19:05:50,395 [62 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:05:50,411 [70 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:05:50,413 [61 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint 'Health checks'
INFO 2025-03-20 19:05:50,413 [5 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 GET https://10.0.50.50:443/health - - - 200 -
application/json 20.7997ms
INFO 2025-03-20 19:05:51,243 [5 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 GET https://10.0.50.50:443/health - -
INFO 2025-03-20 19:05:51,244 [5 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint 'Health checks'
INFO 2025-03-20 19:05:51,245 [5 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:05:51,245 [61 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:05:51,246 [5 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint 'Health checks'
INFO 2025-03-20 19:05:51,246 [61 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 GET https://10.0.50.50:443/health - - - 200 -
application/json 3.2431ms
INFO 2025-03-20 19:05:51,385 [61 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 GET https://10.0.50.50:443/health - -
INFO 2025-03-20 19:05:51,386 [61 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint 'Health checks'
INFO 2025-03-20 19:05:51,387 [61 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:05:51,387 [63 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:05:51,389 [63 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint 'Health checks'
INFO 2025-03-20 19:05:51,389 [63 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 GET https://10.0.50.50:443/health - - - 200 -
application/json 3.5217ms
INFO 2025-03-20 19:05:51,455 [63 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'HealthChecksDb' using provider
'Microsoft.EntityFrameworkCore.InMemory' with options: StoreName=HealthChecksUI
INFO 2025-03-20 19:05:51,455 [63 ] .HttpClient.health-checks.LogicalHandler -
Start processing HTTP request GET https://stg.parcelat.com/health
INFO 2025-03-20 19:05:51,455 [63 ] p.HttpClient.health-checks.ClientHandler -
Sending HTTP request GET https://stg.parcelat.com/health
INFO 2025-03-20 19:05:51,457 [63 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 GET https://stg.parcelat.com/health - -
INFO 2025-03-20 19:05:51,458 [63 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint 'Health checks'
INFO 2025-03-20 19:05:51,459 [61 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:05:51,459 [62 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:05:51,460 [61 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint 'Health checks'
INFO 2025-03-20 19:05:51,460 [62 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 GET https://stg.parcelat.com/health - - - 200 -
application/json 3.1226ms
INFO 2025-03-20 19:05:51,461 [74 ] p.HttpClient.health-checks.ClientHandler -
Received HTTP response headers after 5.4365ms - 200
INFO 2025-03-20 19:05:51,461 [74 ] .HttpClient.health-checks.LogicalHandler -
End processing HTTP request after 5.4847ms - 200
INFO 2025-03-20 19:05:51,461 [74 ] Microsoft.EntityFrameworkCore.Update -
Saved 4 entities to in-memory store.
INFO 2025-03-20 19:05:51,802 [62 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 GET https://10.0.50.50:443/health - -
INFO 2025-03-20 19:05:51,803 [62 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint 'Health checks'
INFO 2025-03-20 19:05:51,804 [62 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:05:51,804 [61 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:05:51,806 [62 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint 'Health checks'
INFO 2025-03-20 19:05:51,806 [61 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 GET https://10.0.50.50:443/health - - - 200 -
application/json 3.3966ms
INFO 2025-03-20 19:05:51,933 [61 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 GET https://10.0.50.50:443/health - -
INFO 2025-03-20 19:05:51,934 [61 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint 'Health checks'
INFO 2025-03-20 19:05:51,935 [61 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:05:51,935 [62 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:05:51,936 [61 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint 'Health checks'
INFO 2025-03-20 19:05:51,937 [62 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 GET https://10.0.50.50:443/health - - - 200 -
application/json 3.3326ms
INFO 2025-03-20 19:05:52,201 [62 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 GET https://10.0.50.50:443/health - -
INFO 2025-03-20 19:05:52,202 [62 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint 'Health checks'
INFO 2025-03-20 19:05:52,202 [62 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:05:52,203 [61 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:05:52,204 [62 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint 'Health checks'
INFO 2025-03-20 19:05:52,204 [61 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 GET https://10.0.50.50:443/health - - - 200 -
application/json 3.2777ms
INFO 2025-03-20 19:05:53,461 [63 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 GET https://10.0.50.50:443/health - -
INFO 2025-03-20 19:05:53,462 [63 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint 'Health checks'
INFO 2025-03-20 19:05:53,463 [63 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:05:53,464 [61 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:05:53,465 [63 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint 'Health checks'
INFO 2025-03-20 19:05:53,465 [61 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 GET https://10.0.50.50:443/health - - - 200 -
application/json 3.5787ms
INFO 2025-03-20 19:05:54,061 [61 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 GET https://10.0.50.50:443/health - -
INFO 2025-03-20 19:05:54,062 [61 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint 'Health checks'
INFO 2025-03-20 19:05:54,063 [61 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:05:54,063 [63 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:05:54,065 [61 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint 'Health checks'
INFO 2025-03-20 19:05:54,065 [63 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 GET https://10.0.50.50:443/health - - - 200 -
application/json 3.3318ms
INFO 2025-03-20 19:05:54,599 [61 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 GET https://10.0.50.50:443/health - -
INFO 2025-03-20 19:05:54,600 [61 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint 'Health checks'
INFO 2025-03-20 19:05:54,601 [61 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:05:54,601 [63 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:05:54,602 [63 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint 'Health checks'
INFO 2025-03-20 19:05:54,603 [61 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 GET https://10.0.50.50:443/health - - - 200 -
application/json 3.4773ms
INFO 2025-03-20 19:05:54,868 [61 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 GET https://10.0.50.50:443/health - -
INFO 2025-03-20 19:05:54,869 [61 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint 'Health checks'
INFO 2025-03-20 19:05:54,870 [61 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:05:54,870 [63 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:05:54,872 [5 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint 'Health checks'
INFO 2025-03-20 19:05:54,872 [63 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 GET https://10.0.50.50:443/health - - - 200 -
application/json 3.3500ms
INFO 2025-03-20 19:05:54,989 [63 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 GET https://10.0.50.50:443/health - -
INFO 2025-03-20 19:05:54,990 [63 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint 'Health checks'
INFO 2025-03-20 19:05:54,991 [62 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:05:54,991 [5 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:05:54,992 [62 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint 'Health checks'
INFO 2025-03-20 19:05:54,992 [61 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 GET https://10.0.50.50:443/health - - - 200 -
application/json 3.3626ms
INFO 2025-03-20 19:05:55,188 [61 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 GET https://10.0.50.50:443/health - -
INFO 2025-03-20 19:05:55,189 [61 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint 'Health checks'
INFO 2025-03-20 19:05:55,190 [62 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:05:55,190 [61 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:05:55,192 [62 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint 'Health checks'
INFO 2025-03-20 19:05:55,192 [61 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 GET https://10.0.50.50:443/health - - - 200 -
application/json 3.4976ms
INFO 2025-03-20 19:05:55,215 [61 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 GET https://10.0.50.50:443/health - -
INFO 2025-03-20 19:05:55,216 [61 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint 'Health checks'
INFO 2025-03-20 19:05:55,217 [61 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:05:55,217 [62 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:05:55,218 [61 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint 'Health checks'
INFO 2025-03-20 19:05:55,219 [62 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 GET https://10.0.50.50:443/health - - - 200 -
application/json 3.5120ms
INFO 2025-03-20 19:05:56,355 [61 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 GET https://10.0.50.50:443/health - -
INFO 2025-03-20 19:05:56,355 [62 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 GET https://10.0.50.50:443/health - -
INFO 2025-03-20 19:05:56,356 [61 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint 'Health checks'
INFO 2025-03-20 19:05:56,356 [62 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint 'Health checks'
INFO 2025-03-20 19:05:56,357 [61 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:05:56,357 [62 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:05:56,357 [5 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:05:56,358 [67 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:05:56,359 [67 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint 'Health checks'
INFO 2025-03-20 19:05:56,359 [61 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 GET https://10.0.50.50:443/health - - - 200 -
application/json 3.7839ms
INFO 2025-03-20 19:05:56,370 [61 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint 'Health checks'
INFO 2025-03-20 19:05:56,370 [67 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 GET https://10.0.50.50:443/health - - - 200 -
application/json 15.5659ms
INFO 2025-03-20 19:05:56,721 [67 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 GET https://10.0.50.50:443/health - -
INFO 2025-03-20 19:05:56,722 [67 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint 'Health checks'
INFO 2025-03-20 19:05:56,723 [67 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:05:56,723 [61 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:05:56,725 [67 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint 'Health checks'
INFO 2025-03-20 19:05:56,725 [61 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 GET https://10.0.50.50:443/health - - - 200 -
application/json 3.4446ms
INFO 2025-03-20 19:05:57,058 [61 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 GET https://10.0.50.50:443/health - -
INFO 2025-03-20 19:05:57,059 [61 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint 'Health checks'
INFO 2025-03-20 19:05:57,060 [61 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:05:57,060 [67 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:05:57,062 [61 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint 'Health checks'
INFO 2025-03-20 19:05:57,062 [67 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 GET https://10.0.50.50:443/health - - - 200 -
application/json 3.3945ms
INFO 2025-03-20 19:05:57,250 [67 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 GET https://10.0.50.50:443/health - -
INFO 2025-03-20 19:05:57,251 [67 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint 'Health checks'
INFO 2025-03-20 19:05:57,252 [67 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:05:57,252 [61 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:05:57,253 [67 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint 'Health checks'
INFO 2025-03-20 19:05:57,253 [62 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 GET https://10.0.50.50:443/health - - - 200 -
application/json 3.4602ms
INFO 2025-03-20 19:05:58,388 [61 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 GET https://10.0.50.50:443/health - -
INFO 2025-03-20 19:05:58,389 [61 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint 'Health checks'
INFO 2025-03-20 19:05:58,390 [61 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:05:58,390 [62 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:05:58,391 [62 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint 'Health checks'
INFO 2025-03-20 19:05:58,391 [61 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 GET https://10.0.50.50:443/health - - - 200 -
application/json 3.3338ms
INFO 2025-03-20 19:05:58,605 [61 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 GET https://10.0.50.50:443/health - -
INFO 2025-03-20 19:05:58,606 [61 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint 'Health checks'
INFO 2025-03-20 19:05:58,607 [61 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:05:58,607 [62 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:05:58,609 [61 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint 'Health checks'
INFO 2025-03-20 19:05:58,609 [62 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 GET https://10.0.50.50:443/health - - - 200 -
application/json 3.8062ms
INFO 2025-03-20 19:05:59,846 [61 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 GET https://10.0.50.50:443/health - -
INFO 2025-03-20 19:05:59,847 [61 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint 'Health checks'
INFO 2025-03-20 19:05:59,848 [61 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:05:59,848 [62 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:05:59,849 [61 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint 'Health checks'
INFO 2025-03-20 19:05:59,849 [62 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 GET https://10.0.50.50:443/health - - - 200 -
application/json 3.3874ms
INFO 2025-03-20 19:05:59,883 [62 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 GET https://10.0.50.50:443/health - -
INFO 2025-03-20 19:05:59,884 [62 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint 'Health checks'
INFO 2025-03-20 19:05:59,885 [62 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:05:59,885 [61 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:05:59,886 [62 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint 'Health checks'
INFO 2025-03-20 19:05:59,887 [61 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 GET https://10.0.50.50:443/health - - - 200 -
application/json 3.3236ms
INFO 2025-03-20 19:05:59,936 [61 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 GET https://10.0.50.50:443/health - -
INFO 2025-03-20 19:05:59,937 [61 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint 'Health checks'
INFO 2025-03-20 19:05:59,938 [61 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:05:59,938 [62 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:05:59,939 [61 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint 'Health checks'
INFO 2025-03-20 19:05:59,939 [62 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 GET https://10.0.50.50:443/health - - - 200 -
application/json 3.5310ms
INFO 2025-03-20 19:06:00,131 [62 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 GET https://10.0.50.50:443/health - -
INFO 2025-03-20 19:06:00,132 [62 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint 'Health checks'
INFO 2025-03-20 19:06:00,133 [62 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:06:00,133 [61 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:06:00,134 [62 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint 'Health checks'
INFO 2025-03-20 19:06:00,134 [67 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 GET https://10.0.50.50:443/health - - - 200 -
application/json 3.2388ms
INFO 2025-03-20 19:06:00,449 [67 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 GET https://10.0.50.50:443/health - -
INFO 2025-03-20 19:06:00,450 [67 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint 'Health checks'
INFO 2025-03-20 19:06:00,451 [67 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:06:00,451 [62 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:06:00,452 [67 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint 'Health checks'
INFO 2025-03-20 19:06:00,452 [62 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 GET https://10.0.50.50:443/health - - - 200 -
application/json 3.2681ms
INFO 2025-03-20 19:06:00,859 [62 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 GET https://10.0.50.50:443/health - -
INFO 2025-03-20 19:06:00,860 [62 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint 'Health checks'
INFO 2025-03-20 19:06:00,861 [62 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:06:00,861 [67 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:06:00,862 [63 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint 'Health checks'
INFO 2025-03-20 19:06:00,862 [5 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 GET https://10.0.50.50:443/health - - - 200 -
application/json 3.3322ms
INFO 2025-03-20 19:06:01,468 [5 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 GET https://10.0.50.50:443/health - -
INFO 2025-03-20 19:06:01,469 [5 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint 'Health checks'
INFO 2025-03-20 19:06:01,470 [5 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:06:01,470 [63 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:06:01,471 [63 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint 'Health checks'
INFO 2025-03-20 19:06:01,471 [63 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 GET https://10.0.50.50:443/health - - - 200 -
application/json 3.5209ms
INFO 2025-03-20 19:06:01,471 [5 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'HealthChecksDb' using provider
'Microsoft.EntityFrameworkCore.InMemory' with options: StoreName=HealthChecksUI
INFO 2025-03-20 19:06:01,472 [5 ] .HttpClient.health-checks.LogicalHandler -
Start processing HTTP request GET https://stg.parcelat.com/health
INFO 2025-03-20 19:06:01,472 [5 ] p.HttpClient.health-checks.ClientHandler -
Sending HTTP request GET https://stg.parcelat.com/health
INFO 2025-03-20 19:06:01,473 [5 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 GET https://stg.parcelat.com/health - -
INFO 2025-03-20 19:06:01,474 [5 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint 'Health checks'
INFO 2025-03-20 19:06:01,475 [5 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:06:01,475 [63 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:06:01,476 [63 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint 'Health checks'
INFO 2025-03-20 19:06:01,476 [67 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 GET https://stg.parcelat.com/health - - - 200 -
application/json 2.8491ms
INFO 2025-03-20 19:06:01,477 [74 ] p.HttpClient.health-checks.ClientHandler -
Received HTTP response headers after 4.985ms - 200
INFO 2025-03-20 19:06:01,477 [74 ] .HttpClient.health-checks.LogicalHandler -
End processing HTTP request after 5.1003ms - 200
INFO 2025-03-20 19:06:01,477 [74 ] Microsoft.EntityFrameworkCore.Update -
Saved 4 entities to in-memory store.
INFO 2025-03-20 19:06:01,714 [67 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 GET https://10.0.50.50:443/health - -
INFO 2025-03-20 19:06:01,715 [67 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint 'Health checks'
INFO 2025-03-20 19:06:01,716 [67 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:06:01,716 [63 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:06:01,717 [5 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint 'Health checks'
INFO 2025-03-20 19:06:01,717 [63 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 GET https://10.0.50.50:443/health - - - 200 -
application/json 3.3643ms
INFO 2025-03-20 19:06:02,368 [5 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 GET https://10.0.50.50:443/health - -
INFO 2025-03-20 19:06:02,369 [5 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint 'Health checks'
INFO 2025-03-20 19:06:02,370 [63 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:06:02,370 [5 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:06:02,371 [63 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint 'Health checks'
INFO 2025-03-20 19:06:02,371 [5 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 GET https://10.0.50.50:443/health - - - 200 -
application/json 3.4485ms
INFO 2025-03-20 19:06:02,475 [5 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 GET https://10.0.50.50:443/health - -
INFO 2025-03-20 19:06:02,476 [5 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint 'Health checks'
INFO 2025-03-20 19:06:02,477 [5 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:06:02,477 [63 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:06:02,478 [5 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint 'Health checks'
INFO 2025-03-20 19:06:02,478 [63 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 GET https://10.0.50.50:443/health - - - 200 -
application/json 3.2758ms
INFO 2025-03-20 19:06:03,442 [63 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 GET https://10.0.50.50:443/health - -
INFO 2025-03-20 19:06:03,443 [63 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint 'Health checks'
INFO 2025-03-20 19:06:03,444 [63 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:06:03,444 [5 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:06:03,445 [5 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint 'Health checks'
INFO 2025-03-20 19:06:03,445 [62 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 GET https://10.0.50.50:443/health - - - 200 -
application/json 3.2890ms
INFO 2025-03-20 19:06:03,772 [62 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 GET https://10.0.50.50:443/health - -
INFO 2025-03-20 19:06:03,774 [62 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint 'Health checks'
INFO 2025-03-20 19:06:03,775 [5 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:06:03,775 [62 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:06:03,776 [5 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint 'Health checks'
INFO 2025-03-20 19:06:03,776 [62 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 GET https://10.0.50.50:443/health - - - 200 -
application/json 3.7580ms
INFO 2025-03-20 19:06:04,545 [62 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 GET https://10.0.50.50:443/health - -
INFO 2025-03-20 19:06:04,546 [62 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint 'Health checks'
INFO 2025-03-20 19:06:04,547 [62 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:06:04,547 [5 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:06:04,548 [5 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint 'Health checks'
INFO 2025-03-20 19:06:04,548 [62 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 GET https://10.0.50.50:443/health - - - 200 -
application/json 3.4505ms
INFO 2025-03-20 19:06:04,776 [62 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 POST https://stg.parcelat.com/signalr?
id=3N3_7iNedWMvwFnctPdrfA text/plain;charset=UTF-8 11
INFO 2025-03-20 19:06:04,777 [62 ] tion.Cookies.CookieAuthenticationHandler -
Identity.Application was not authenticated. Failure message: Unprotect ticket
failed
INFO 2025-03-20 19:06:04,777 [62 ] tCore.Cors.Infrastructure.CorsMiddleware - No
CORS policy found for the specified request.
INFO 2025-03-20 19:06:04,777 [62 ] tion.Cookies.CookieAuthenticationHandler -
Identity.Application was not authenticated. Failure message: Unprotect ticket
failed
INFO 2025-03-20 19:06:04,777 [62 ] tion.Cookies.CookieAuthenticationHandler -
Identity.Application was not authenticated. Failure message: Unprotect ticket
failed
INFO 2025-03-20 19:06:04,777 [62 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint '/signalr'
INFO 2025-03-20 19:06:04,777 [62 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint '/signalr'
INFO 2025-03-20 19:06:04,777 [62 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 POST https://stg.parcelat.com/signalr?
id=3N3_7iNedWMvwFnctPdrfA text/plain;charset=UTF-8 11 - 200 - text/plain 1.2239ms
INFO 2025-03-20 19:06:04,788 [62 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 POST https://stg.parcelat.com/signalr-chat?
id=5sUTkAdkBOxAHmDUMOiQ-A text/plain;charset=UTF-8 11
INFO 2025-03-20 19:06:04,789 [62 ] tion.Cookies.CookieAuthenticationHandler -
Identity.Application was not authenticated. Failure message: Unprotect ticket
failed
INFO 2025-03-20 19:06:04,789 [62 ] tCore.Cors.Infrastructure.CorsMiddleware - No
CORS policy found for the specified request.
INFO 2025-03-20 19:06:04,789 [62 ] tion.Cookies.CookieAuthenticationHandler -
Identity.Application was not authenticated. Failure message: Unprotect ticket
failed
INFO 2025-03-20 19:06:04,789 [62 ] tion.Cookies.CookieAuthenticationHandler -
Identity.Application was not authenticated. Failure message: Unprotect ticket
failed
INFO 2025-03-20 19:06:04,789 [62 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint '/signalr-chat'
INFO 2025-03-20 19:06:04,789 [62 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint '/signalr-chat'
INFO 2025-03-20 19:06:04,789 [62 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 POST https://stg.parcelat.com/signalr-chat?
id=5sUTkAdkBOxAHmDUMOiQ-A text/plain;charset=UTF-8 11 - 200 - text/plain 1.0859ms
INFO 2025-03-20 19:06:05,061 [62 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 GET https://10.0.50.50:443/health - -
INFO 2025-03-20 19:06:05,062 [62 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint 'Health checks'
INFO 2025-03-20 19:06:05,063 [5 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:06:05,063 [62 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:06:05,064 [5 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint 'Health checks'
INFO 2025-03-20 19:06:05,064 [62 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 GET https://10.0.50.50:443/health - - - 200 -
application/json 3.4771ms
INFO 2025-03-20 19:06:05,296 [62 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 GET https://10.0.50.50:443/health - -
INFO 2025-03-20 19:06:05,297 [62 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint 'Health checks'
INFO 2025-03-20 19:06:05,298 [62 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:06:05,298 [5 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:06:05,299 [62 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint 'Health checks'
INFO 2025-03-20 19:06:05,299 [5 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 GET https://10.0.50.50:443/health - - - 200 -
application/json 3.3292ms
INFO 2025-03-20 19:06:05,310 [5 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 GET https://10.0.50.50:443/health - -
INFO 2025-03-20 19:06:05,311 [5 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint 'Health checks'
INFO 2025-03-20 19:06:05,312 [5 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:06:05,312 [62 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:06:05,313 [5 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint 'Health checks'
INFO 2025-03-20 19:06:05,313 [62 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 GET https://10.0.50.50:443/health - - - 200 -
application/json 2.9033ms
INFO 2025-03-20 19:06:05,545 [5 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 GET https://10.0.50.50:443/health - -
INFO 2025-03-20 19:06:05,546 [5 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint 'Health checks'
INFO 2025-03-20 19:06:05,547 [5 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:06:05,547 [61 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:06:05,548 [62 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint 'Health checks'
INFO 2025-03-20 19:06:05,549 [61 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 GET https://10.0.50.50:443/health - - - 200 -
application/json 3.2691ms
INFO 2025-03-20 19:06:05,752 [61 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 GET https://10.0.50.50:443/health - -
INFO 2025-03-20 19:06:05,753 [61 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint 'Health checks'
INFO 2025-03-20 19:06:05,753 [61 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:06:05,753 [62 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:06:05,755 [61 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint 'Health checks'
INFO 2025-03-20 19:06:05,755 [62 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 GET https://10.0.50.50:443/health - - - 200 -
application/json 3.1911ms
INFO 2025-03-20 19:06:06,239 [62 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 GET https://10.0.50.50:443/health - -
INFO 2025-03-20 19:06:06,240 [62 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint 'Health checks'
INFO 2025-03-20 19:06:06,241 [61 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:06:06,241 [62 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:06:06,242 [62 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint 'Health checks'
INFO 2025-03-20 19:06:06,242 [63 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 GET https://10.0.50.50:443/health - - - 200 -
application/json 3.6932ms
INFO 2025-03-20 19:06:06,283 [63 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/2 POST https://localhost/signalr?id=aaDuR6_vYVHvlTy-_4_Pvg
text/plain;charset=UTF-8 11
INFO 2025-03-20 19:06:06,283 [62 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/2 POST https://localhost/signalr-chat?
id=Zq3wwKAqiP8x7m6SLClfFA text/plain;charset=UTF-8 11
INFO 2025-03-20 19:06:06,286 [62 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:06:06,286 [63 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:06:06,292 [63 ] tCore.Cors.Infrastructure.CorsMiddleware - No
CORS policy found for the specified request.
INFO 2025-03-20 19:06:06,293 [63 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint '/signalr-chat'
INFO 2025-03-20 19:06:06,293 [63 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint '/signalr-chat'
INFO 2025-03-20 19:06:06,293 [63 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/2 POST https://localhost/signalr-chat?
id=Zq3wwKAqiP8x7m6SLClfFA text/plain;charset=UTF-8 11 - 200 - text/plain 9.9327ms
INFO 2025-03-20 19:06:06,296 [5 ] tCore.Cors.Infrastructure.CorsMiddleware - No
CORS policy found for the specified request.
INFO 2025-03-20 19:06:06,296 [5 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint '/signalr'
INFO 2025-03-20 19:06:06,296 [5 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint '/signalr'
INFO 2025-03-20 19:06:06,296 [5 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/2 POST https://localhost/signalr?id=aaDuR6_vYVHvlTy-_4_Pvg
text/plain;charset=UTF-8 11 - 200 - text/plain 13.2073ms
INFO 2025-03-20 19:06:07,012 [5 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 GET https://10.0.50.50:443/health - -
INFO 2025-03-20 19:06:07,013 [5 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint 'Health checks'
INFO 2025-03-20 19:06:07,014 [5 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:06:07,014 [62 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:06:07,016 [62 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint 'Health checks'
INFO 2025-03-20 19:06:07,016 [5 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 GET https://10.0.50.50:443/health - - - 200 -
application/json 3.2886ms
INFO 2025-03-20 19:06:07,091 [5 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 GET https://10.0.50.50:443/health - -
INFO 2025-03-20 19:06:07,092 [5 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint 'Health checks'
INFO 2025-03-20 19:06:07,093 [5 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:06:07,093 [62 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:06:07,094 [5 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint 'Health checks'
INFO 2025-03-20 19:06:07,095 [62 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 GET https://10.0.50.50:443/health - - - 200 -
application/json 3.2267ms
INFO 2025-03-20 19:06:07,532 [62 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 GET https://10.0.50.50:443/health - -
INFO 2025-03-20 19:06:07,533 [62 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint 'Health checks'
INFO 2025-03-20 19:06:07,534 [62 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:06:07,534 [5 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:06:07,535 [5 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint 'Health checks'
INFO 2025-03-20 19:06:07,535 [67 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 GET https://10.0.50.50:443/health - - - 200 -
application/json 3.1968ms
INFO 2025-03-20 19:06:08,652 [5 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 GET https://10.0.50.50:443/health - -
INFO 2025-03-20 19:06:08,653 [5 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint 'Health checks'
INFO 2025-03-20 19:06:08,654 [5 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:06:08,654 [67 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:06:08,658 [67 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint 'Health checks'
INFO 2025-03-20 19:06:08,658 [5 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 GET https://10.0.50.50:443/health - - - 200 -
application/json 5.6395ms
INFO 2025-03-20 19:06:09,112 [5 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 GET https://10.0.50.50:443/health - -
INFO 2025-03-20 19:06:09,113 [5 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint 'Health checks'
INFO 2025-03-20 19:06:09,114 [67 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:06:09,114 [5 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:06:09,116 [5 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint 'Health checks'
INFO 2025-03-20 19:06:09,116 [67 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 GET https://10.0.50.50:443/health - - - 200 -
application/json 3.8914ms
INFO 2025-03-20 19:06:09,269 [67 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 GET https://10.0.50.50:443/health - -
INFO 2025-03-20 19:06:09,270 [67 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint 'Health checks'
INFO 2025-03-20 19:06:09,271 [67 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:06:09,271 [5 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:06:09,273 [67 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint 'Health checks'
INFO 2025-03-20 19:06:09,273 [5 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 GET https://10.0.50.50:443/health - - - 200 -
application/json 3.3207ms
DEBUG 2025-03-20 19:06:09,336 [5 ] Abp.AspNetCore.SignalR.Hubs.AbpCommonHub - A
client is disconnected: lDiH08Ux57CB7BDSxgqpLg
INFO 2025-03-20 19:06:09,336 [5 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint '/signalr'
INFO 2025-03-20 19:06:09,336 [5 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 GET https://stg.parcelat.com/signalr?
id=CRTiA3ZerHASp8ar8VFXGg - - - 200 - text/event-stream 119638.5646ms
DEBUG 2025-03-20 19:06:09,339 [67 ] EnterpriseBase.Web.Chat.SignalR.ChatHub - A
client is disconnected: pt1PlSv7X3glYYTj0qIy5Q
INFO 2025-03-20 19:06:09,339 [67 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint '/signalr-chat'
INFO 2025-03-20 19:06:09,339 [5 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 GET https://stg.parcelat.com/signalr-chat?
id=NkQEt8ikBuERN9ew3-0eag - - - 200 - text/event-stream 119628.3443ms
INFO 2025-03-20 19:06:09,509 [5 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 POST https://stg.parcelat.com/signalr-chat/negotiate?
negotiateVersion=1 text/plain;charset=UTF-8 0
INFO 2025-03-20 19:06:09,510 [5 ] tion.Cookies.CookieAuthenticationHandler -
Identity.Application was not authenticated. Failure message: Unprotect ticket
failed
INFO 2025-03-20 19:06:09,510 [5 ] tCore.Cors.Infrastructure.CorsMiddleware - No
CORS policy found for the specified request.
INFO 2025-03-20 19:06:09,510 [5 ] tion.Cookies.CookieAuthenticationHandler -
Identity.Application was not authenticated. Failure message: Unprotect ticket
failed
INFO 2025-03-20 19:06:09,510 [5 ] tion.Cookies.CookieAuthenticationHandler -
Identity.Application was not authenticated. Failure message: Unprotect ticket
failed
INFO 2025-03-20 19:06:09,510 [5 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint '/signalr-chat/negotiate'
INFO 2025-03-20 19:06:09,510 [5 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint '/signalr-chat/negotiate'
INFO 2025-03-20 19:06:09,511 [67 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 POST https://stg.parcelat.com/signalr-chat/negotiate?
negotiateVersion=1 text/plain;charset=UTF-8 0 - 200 253 application/json 1.2337ms
INFO 2025-03-20 19:06:09,515 [67 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 POST https://stg.parcelat.com/signalr/negotiate?
negotiateVersion=1 text/plain;charset=UTF-8 0
INFO 2025-03-20 19:06:09,515 [67 ] tion.Cookies.CookieAuthenticationHandler -
Identity.Application was not authenticated. Failure message: Unprotect ticket
failed
INFO 2025-03-20 19:06:09,516 [67 ] tCore.Cors.Infrastructure.CorsMiddleware - No
CORS policy found for the specified request.
INFO 2025-03-20 19:06:09,516 [67 ] tion.Cookies.CookieAuthenticationHandler -
Identity.Application was not authenticated. Failure message: Unprotect ticket
failed
INFO 2025-03-20 19:06:09,516 [67 ] tion.Cookies.CookieAuthenticationHandler -
Identity.Application was not authenticated. Failure message: Unprotect ticket
failed
INFO 2025-03-20 19:06:09,516 [67 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint '/signalr/negotiate'
INFO 2025-03-20 19:06:09,516 [67 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint '/signalr/negotiate'
INFO 2025-03-20 19:06:09,516 [5 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 POST https://stg.parcelat.com/signalr/negotiate?
negotiateVersion=1 text/plain;charset=UTF-8 0 - 200 253 application/json 0.8449ms
INFO 2025-03-20 19:06:09,679 [5 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 GET https://stg.parcelat.com/signalr-chat?id=cL-
Z3uswYO69Sgmpb_dJ5w - -
INFO 2025-03-20 19:06:09,680 [5 ] tion.Cookies.CookieAuthenticationHandler -
Identity.Application was not authenticated. Failure message: Unprotect ticket
failed
INFO 2025-03-20 19:06:09,680 [5 ] tion.Cookies.CookieAuthenticationHandler -
Identity.Application was not authenticated. Failure message: Unprotect ticket
failed
INFO 2025-03-20 19:06:09,680 [5 ] tion.Cookies.CookieAuthenticationHandler -
Identity.Application was not authenticated. Failure message: Unprotect ticket
failed
INFO 2025-03-20 19:06:09,680 [5 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint '/signalr-chat'
INFO 2025-03-20 19:06:09,694 [5 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 GET https://stg.parcelat.com/signalr?
id=zcVeaZnxX7NtZqjB1V01xA - -
INFO 2025-03-20 19:06:09,694 [5 ] tion.Cookies.CookieAuthenticationHandler -
Identity.Application was not authenticated. Failure message: Unprotect ticket
failed
INFO 2025-03-20 19:06:09,694 [5 ] tion.Cookies.CookieAuthenticationHandler -
Identity.Application was not authenticated. Failure message: Unprotect ticket
failed
INFO 2025-03-20 19:06:09,694 [5 ] tion.Cookies.CookieAuthenticationHandler -
Identity.Application was not authenticated. Failure message: Unprotect ticket
failed
INFO 2025-03-20 19:06:09,695 [5 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint '/signalr'
INFO 2025-03-20 19:06:09,847 [67 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 GET https://10.0.50.50:443/health - -
INFO 2025-03-20 19:06:09,848 [67 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint 'Health checks'
INFO 2025-03-20 19:06:09,849 [67 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:06:09,849 [5 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:06:09,850 [5 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint 'Health checks'
INFO 2025-03-20 19:06:09,850 [67 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 GET https://10.0.50.50:443/health - - - 200 -
application/json 3.2459ms
INFO 2025-03-20 19:06:09,853 [67 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 POST https://stg.parcelat.com/signalr-chat?id=cL-
Z3uswYO69Sgmpb_dJ5w text/plain;charset=UTF-8 32
INFO 2025-03-20 19:06:09,854 [67 ] tion.Cookies.CookieAuthenticationHandler -
Identity.Application was not authenticated. Failure message: Unprotect ticket
failed
INFO 2025-03-20 19:06:09,854 [67 ] tCore.Cors.Infrastructure.CorsMiddleware - No
CORS policy found for the specified request.
INFO 2025-03-20 19:06:09,854 [67 ] tion.Cookies.CookieAuthenticationHandler -
Identity.Application was not authenticated. Failure message: Unprotect ticket
failed
INFO 2025-03-20 19:06:09,854 [67 ] tion.Cookies.CookieAuthenticationHandler -
Identity.Application was not authenticated. Failure message: Unprotect ticket
failed
INFO 2025-03-20 19:06:09,854 [67 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint '/signalr-chat'
INFO 2025-03-20 19:06:09,854 [67 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint '/signalr-chat'
INFO 2025-03-20 19:06:09,854 [67 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 POST https://stg.parcelat.com/signalr-chat?id=cL-
Z3uswYO69Sgmpb_dJ5w text/plain;charset=UTF-8 32 - 200 - text/plain 0.9759ms
DEBUG 2025-03-20 19:06:09,856 [5 ] EnterpriseBase.Web.Chat.SignalR.ChatHub - A
client is connected:
{"ConnectionId":"36mVbVJzGBcwAg6F9ymabg","IpAddress":"103.103.174.14","TenantId":nu
ll,"UserId":null,"ConnectTime":"2025-03-20T19:06:09.8566329+03:00","Properties":{}}
INFO 2025-03-20 19:06:09,858 [5 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 POST https://stg.parcelat.com/signalr?
id=zcVeaZnxX7NtZqjB1V01xA text/plain;charset=UTF-8 32
INFO 2025-03-20 19:06:09,858 [5 ] tion.Cookies.CookieAuthenticationHandler -
Identity.Application was not authenticated. Failure message: Unprotect ticket
failed
INFO 2025-03-20 19:06:09,858 [5 ] tCore.Cors.Infrastructure.CorsMiddleware - No
CORS policy found for the specified request.
INFO 2025-03-20 19:06:09,858 [5 ] tion.Cookies.CookieAuthenticationHandler -
Identity.Application was not authenticated. Failure message: Unprotect ticket
failed
INFO 2025-03-20 19:06:09,858 [5 ] tion.Cookies.CookieAuthenticationHandler -
Identity.Application was not authenticated. Failure message: Unprotect ticket
failed
INFO 2025-03-20 19:06:09,858 [5 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint '/signalr'
INFO 2025-03-20 19:06:09,858 [5 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint '/signalr'
INFO 2025-03-20 19:06:09,858 [5 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 POST https://stg.parcelat.com/signalr?
id=zcVeaZnxX7NtZqjB1V01xA text/plain;charset=UTF-8 32 - 200 - text/plain 0.8275ms
DEBUG 2025-03-20 19:06:09,859 [67 ] Abp.AspNetCore.SignalR.Hubs.AbpCommonHub - A
client is connected: {"ConnectionId":"v-
UJAG0r3qlpUU6OaGRqpA","IpAddress":"103.103.174.14","TenantId":null,"UserId":null,"C
onnectTime":"2025-03-20T19:06:09.8591255+03:00","Properties":{}}
INFO 2025-03-20 19:06:10,073 [67 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 GET https://10.0.50.50:443/health - -
INFO 2025-03-20 19:06:10,074 [67 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint 'Health checks'
INFO 2025-03-20 19:06:10,075 [67 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:06:10,075 [5 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:06:10,076 [67 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint 'Health checks'
INFO 2025-03-20 19:06:10,076 [5 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 GET https://10.0.50.50:443/health - - - 200 -
application/json 3.4668ms
INFO 2025-03-20 19:06:10,292 [5 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 GET https://10.0.50.50:443/health - -
INFO 2025-03-20 19:06:10,292 [5 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint 'Health checks'
INFO 2025-03-20 19:06:10,293 [5 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:06:10,293 [67 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:06:10,295 [5 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint 'Health checks'
INFO 2025-03-20 19:06:10,295 [67 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 GET https://10.0.50.50:443/health - - - 200 -
application/json 3.3494ms
INFO 2025-03-20 19:06:10,789 [67 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 GET https://10.0.50.50:443/health - -
INFO 2025-03-20 19:06:10,790 [67 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint 'Health checks'
INFO 2025-03-20 19:06:10,791 [67 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:06:10,791 [5 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:06:10,793 [67 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint 'Health checks'
INFO 2025-03-20 19:06:10,793 [5 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 GET https://10.0.50.50:443/health - - - 200 -
application/json 3.3852ms
INFO 2025-03-20 19:06:10,837 [5 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 GET https://10.0.50.50:443/health - -
INFO 2025-03-20 19:06:10,838 [5 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint 'Health checks'
INFO 2025-03-20 19:06:10,839 [5 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:06:10,839 [67 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:06:10,841 [5 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint 'Health checks'
INFO 2025-03-20 19:06:10,841 [67 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 GET https://10.0.50.50:443/health - - - 200 -
application/json 3.4955ms
INFO 2025-03-20 19:06:11,480 [5 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'HealthChecksDb' using provider
'Microsoft.EntityFrameworkCore.InMemory' with options: StoreName=HealthChecksUI
INFO 2025-03-20 19:06:11,480 [5 ] .HttpClient.health-checks.LogicalHandler -
Start processing HTTP request GET https://stg.parcelat.com/health
INFO 2025-03-20 19:06:11,481 [5 ] p.HttpClient.health-checks.ClientHandler -
Sending HTTP request GET https://stg.parcelat.com/health
INFO 2025-03-20 19:06:11,483 [5 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 GET https://stg.parcelat.com/health - -
INFO 2025-03-20 19:06:11,484 [5 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint 'Health checks'
INFO 2025-03-20 19:06:11,485 [5 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:06:11,485 [67 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:06:11,491 [5 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint 'Health checks'
INFO 2025-03-20 19:06:11,491 [67 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 GET https://stg.parcelat.com/health - - - 200 -
application/json 7.6761ms
INFO 2025-03-20 19:06:11,491 [74 ] p.HttpClient.health-checks.ClientHandler -
Received HTTP response headers after 10.5745ms - 200
INFO 2025-03-20 19:06:11,491 [74 ] .HttpClient.health-checks.LogicalHandler -
End processing HTTP request after 10.637ms - 200
INFO 2025-03-20 19:06:11,492 [74 ] Microsoft.EntityFrameworkCore.Update -
Saved 4 entities to in-memory store.
INFO 2025-03-20 19:06:11,610 [67 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 GET https://10.0.50.50:443/health - -
INFO 2025-03-20 19:06:11,611 [67 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint 'Health checks'
INFO 2025-03-20 19:06:11,612 [67 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:06:11,612 [5 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:06:11,613 [67 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint 'Health checks'
INFO 2025-03-20 19:06:11,613 [5 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 GET https://10.0.50.50:443/health - - - 200 -
application/json 3.2465ms
INFO 2025-03-20 19:06:11,789 [5 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 GET https://10.0.50.50:443/health - -
INFO 2025-03-20 19:06:11,790 [5 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint 'Health checks'
INFO 2025-03-20 19:06:11,791 [5 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:06:11,791 [67 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:06:11,792 [5 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint 'Health checks'
INFO 2025-03-20 19:06:11,792 [67 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 GET https://10.0.50.50:443/health - - - 200 -
application/json 3.2947ms
INFO 2025-03-20 19:06:12,119 [67 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 GET https://10.0.50.50:443/health - -
INFO 2025-03-20 19:06:12,121 [67 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint 'Health checks'
INFO 2025-03-20 19:06:12,121 [67 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:06:12,121 [5 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:06:12,123 [67 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint 'Health checks'
INFO 2025-03-20 19:06:12,123 [5 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 GET https://10.0.50.50:443/health - - - 200 -
application/json 3.4772ms
INFO 2025-03-20 19:06:12,131 [5 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 GET https://10.0.50.50:443/health - -
INFO 2025-03-20 19:06:12,132 [5 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint 'Health checks'
INFO 2025-03-20 19:06:12,133 [5 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:06:12,133 [67 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:06:12,134 [5 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint 'Health checks'
INFO 2025-03-20 19:06:12,134 [67 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 GET https://10.0.50.50:443/health - - - 200 -
application/json 2.7961ms
INFO 2025-03-20 19:06:13,255 [5 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 GET https://10.0.50.50:443/health - -
INFO 2025-03-20 19:06:13,256 [5 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint 'Health checks'
INFO 2025-03-20 19:06:13,257 [5 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:06:13,257 [67 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:06:13,258 [67 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint 'Health checks'
INFO 2025-03-20 19:06:13,259 [5 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 GET https://10.0.50.50:443/health - - - 200 -
application/json 3.6554ms
INFO 2025-03-20 19:06:13,880 [5 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 GET https://10.0.50.50:443/health - -
INFO 2025-03-20 19:06:13,881 [5 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint 'Health checks'
INFO 2025-03-20 19:06:13,881 [5 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:06:13,882 [67 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:06:13,883 [5 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint 'Health checks'
INFO 2025-03-20 19:06:13,883 [67 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 GET https://10.0.50.50:443/health - - - 200 -
application/json 3.3720ms
INFO 2025-03-20 19:06:14,176 [67 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 GET https://10.0.50.50:443/health - -
INFO 2025-03-20 19:06:14,177 [67 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint 'Health checks'
INFO 2025-03-20 19:06:14,178 [67 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:06:14,178 [5 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:06:14,180 [67 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint 'Health checks'
INFO 2025-03-20 19:06:14,180 [5 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 GET https://10.0.50.50:443/health - - - 200 -
application/json 3.4081ms
INFO 2025-03-20 19:06:14,915 [5 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 GET https://10.0.50.50:443/health - -
INFO 2025-03-20 19:06:14,916 [5 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint 'Health checks'
INFO 2025-03-20 19:06:14,916 [5 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:06:14,916 [67 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:06:14,918 [67 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint 'Health checks'
INFO 2025-03-20 19:06:14,918 [5 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 GET https://10.0.50.50:443/health - - - 200 -
application/json 3.3089ms
INFO 2025-03-20 19:06:14,922 [5 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 GET https://10.0.50.50:443/health - -
INFO 2025-03-20 19:06:14,923 [5 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint 'Health checks'
INFO 2025-03-20 19:06:14,923 [5 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:06:14,924 [67 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:06:14,925 [5 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint 'Health checks'
INFO 2025-03-20 19:06:14,925 [67 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 GET https://10.0.50.50:443/health - - - 200 -
application/json 2.6403ms
INFO 2025-03-20 19:06:15,412 [67 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 GET https://10.0.50.50:443/health - -
INFO 2025-03-20 19:06:15,413 [67 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint 'Health checks'
INFO 2025-03-20 19:06:15,414 [67 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:06:15,414 [5 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:06:15,416 [73 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint 'Health checks'
INFO 2025-03-20 19:06:15,416 [67 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 GET https://10.0.50.50:443/health - - - 200 -
application/json 3.4910ms
INFO 2025-03-20 19:06:15,707 [67 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 GET https://10.0.50.50:443/health - -
INFO 2025-03-20 19:06:15,708 [67 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint 'Health checks'
INFO 2025-03-20 19:06:15,709 [67 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:06:15,709 [73 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:06:15,713 [73 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint 'Health checks'
INFO 2025-03-20 19:06:15,713 [61 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 GET https://10.0.50.50:443/health - - - 200 -
application/json 6.0021ms
INFO 2025-03-20 19:06:16,304 [61 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 GET https://10.0.50.50:443/health - -
INFO 2025-03-20 19:06:16,305 [61 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint 'Health checks'
INFO 2025-03-20 19:06:16,306 [61 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:06:16,306 [73 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:06:16,307 [61 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint 'Health checks'
INFO 2025-03-20 19:06:16,308 [73 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 GET https://10.0.50.50:443/health - - - 200 -
application/json 3.6358ms
INFO 2025-03-20 19:06:16,713 [61 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 GET https://10.0.50.50:443/health - -
INFO 2025-03-20 19:06:16,714 [61 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint 'Health checks'
INFO 2025-03-20 19:06:16,715 [73 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:06:16,715 [61 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:06:16,716 [73 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint 'Health checks'
INFO 2025-03-20 19:06:16,716 [61 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 GET https://10.0.50.50:443/health - - - 200 -
application/json 3.4652ms
INFO 2025-03-20 19:06:16,907 [61 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 GET https://10.0.50.50:443/health - -
INFO 2025-03-20 19:06:16,908 [61 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint 'Health checks'
INFO 2025-03-20 19:06:16,909 [73 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:06:16,909 [61 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:06:16,910 [73 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint 'Health checks'
INFO 2025-03-20 19:06:16,910 [61 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 GET https://10.0.50.50:443/health - - - 200 -
application/json 3.2703ms
INFO 2025-03-20 19:06:16,916 [61 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 GET https://10.0.50.50:443/health - -
INFO 2025-03-20 19:06:16,917 [61 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint 'Health checks'
INFO 2025-03-20 19:06:16,918 [61 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:06:16,918 [73 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:06:16,919 [61 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint 'Health checks'
INFO 2025-03-20 19:06:16,919 [73 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 GET https://10.0.50.50:443/health - - - 200 -
application/json 2.7807ms
INFO 2025-03-20 19:06:17,473 [5 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 GET https://10.0.50.50:443/health - -
INFO 2025-03-20 19:06:17,475 [5 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint 'Health checks'
INFO 2025-03-20 19:06:17,476 [61 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:06:17,476 [5 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:06:17,477 [5 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint 'Health checks'
INFO 2025-03-20 19:06:17,477 [61 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 GET https://10.0.50.50:443/health - - - 200 -
application/json 3.6632ms
INFO 2025-03-20 19:06:18,034 [61 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 GET https://10.0.50.50:443/health - -
INFO 2025-03-20 19:06:18,035 [61 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint 'Health checks'
INFO 2025-03-20 19:06:18,035 [61 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:06:18,036 [5 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:06:18,037 [5 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint 'Health checks'
INFO 2025-03-20 19:06:18,037 [5 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 GET https://10.0.50.50:443/health - - - 200 -
application/json 3.4233ms
INFO 2025-03-20 19:06:18,747 [5 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 GET https://10.0.50.50:443/health - -
INFO 2025-03-20 19:06:18,748 [5 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint 'Health checks'
INFO 2025-03-20 19:06:18,749 [5 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:06:18,749 [61 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:06:18,750 [5 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint 'Health checks'
INFO 2025-03-20 19:06:18,750 [61 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 GET https://10.0.50.50:443/health - - - 200 -
application/json 3.2571ms
INFO 2025-03-20 19:06:19,591 [61 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 GET https://10.0.50.50:443/health - -
INFO 2025-03-20 19:06:19,592 [61 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint 'Health checks'
INFO 2025-03-20 19:06:19,593 [61 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:06:19,593 [5 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:06:19,594 [61 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint 'Health checks'
INFO 2025-03-20 19:06:19,595 [5 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 GET https://10.0.50.50:443/health - - - 200 -
application/json 3.4455ms
INFO 2025-03-20 19:06:19,752 [5 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 GET https://10.0.50.50:443/health - -
INFO 2025-03-20 19:06:19,753 [5 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint 'Health checks'
INFO 2025-03-20 19:06:19,754 [5 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:06:19,754 [61 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:06:19,755 [5 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint 'Health checks'
INFO 2025-03-20 19:06:19,756 [61 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 GET https://10.0.50.50:443/health - - - 200 -
application/json 3.5842ms
INFO 2025-03-20 19:06:20,012 [61 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 GET https://10.0.50.50:443/health - -
INFO 2025-03-20 19:06:20,013 [61 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint 'Health checks'
INFO 2025-03-20 19:06:20,014 [61 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:06:20,014 [5 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:06:20,015 [5 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint 'Health checks'
INFO 2025-03-20 19:06:20,015 [73 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 GET https://10.0.50.50:443/health - - - 200 -
application/json 3.2845ms
INFO 2025-03-20 19:06:20,602 [5 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 GET https://10.0.50.50:443/health - -
INFO 2025-03-20 19:06:20,603 [5 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint 'Health checks'
INFO 2025-03-20 19:06:20,604 [73 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:06:20,604 [5 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:06:20,606 [73 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint 'Health checks'
INFO 2025-03-20 19:06:20,606 [5 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 GET https://10.0.50.50:443/health - - - 200 -
application/json 3.3646ms
INFO 2025-03-20 19:06:20,913 [5 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 POST https://stg.parcelat.com/signalr?
id=3N3_7iNedWMvwFnctPdrfA text/plain;charset=UTF-8 11
INFO 2025-03-20 19:06:20,913 [5 ] tion.Cookies.CookieAuthenticationHandler -
Identity.Application was not authenticated. Failure message: Unprotect ticket
failed
INFO 2025-03-20 19:06:20,914 [5 ] tCore.Cors.Infrastructure.CorsMiddleware - No
CORS policy found for the specified request.
INFO 2025-03-20 19:06:20,914 [5 ] tion.Cookies.CookieAuthenticationHandler -
Identity.Application was not authenticated. Failure message: Unprotect ticket
failed
INFO 2025-03-20 19:06:20,914 [5 ] tion.Cookies.CookieAuthenticationHandler -
Identity.Application was not authenticated. Failure message: Unprotect ticket
failed
INFO 2025-03-20 19:06:20,914 [5 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint '/signalr'
INFO 2025-03-20 19:06:20,915 [5 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint '/signalr'
INFO 2025-03-20 19:06:20,915 [5 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 POST https://stg.parcelat.com/signalr?
id=3N3_7iNedWMvwFnctPdrfA text/plain;charset=UTF-8 11 - 200 - text/plain 1.9339ms
INFO 2025-03-20 19:06:20,918 [5 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 GET https://10.0.50.50:443/health - -
INFO 2025-03-20 19:06:20,919 [5 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint 'Health checks'
INFO 2025-03-20 19:06:20,920 [73 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:06:20,920 [5 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:06:20,922 [73 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint 'Health checks'
INFO 2025-03-20 19:06:20,922 [5 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 GET https://10.0.50.50:443/health - - - 200 -
application/json 3.9348ms
INFO 2025-03-20 19:06:20,928 [5 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 POST https://stg.parcelat.com/signalr-chat?
id=5sUTkAdkBOxAHmDUMOiQ-A text/plain;charset=UTF-8 11
INFO 2025-03-20 19:06:20,929 [5 ] tion.Cookies.CookieAuthenticationHandler -
Identity.Application was not authenticated. Failure message: Unprotect ticket
failed
INFO 2025-03-20 19:06:20,929 [5 ] tCore.Cors.Infrastructure.CorsMiddleware - No
CORS policy found for the specified request.
INFO 2025-03-20 19:06:20,930 [5 ] tion.Cookies.CookieAuthenticationHandler -
Identity.Application was not authenticated. Failure message: Unprotect ticket
failed
INFO 2025-03-20 19:06:20,930 [5 ] tion.Cookies.CookieAuthenticationHandler -
Identity.Application was not authenticated. Failure message: Unprotect ticket
failed
INFO 2025-03-20 19:06:20,930 [5 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint '/signalr-chat'
INFO 2025-03-20 19:06:20,930 [5 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint '/signalr-chat'
INFO 2025-03-20 19:06:20,930 [5 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 POST https://stg.parcelat.com/signalr-chat?
id=5sUTkAdkBOxAHmDUMOiQ-A text/plain;charset=UTF-8 11 - 200 - text/plain 1.5212ms
INFO 2025-03-20 19:06:21,481 [73 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'HealthChecksDb' using provider
'Microsoft.EntityFrameworkCore.InMemory' with options: StoreName=HealthChecksUI
INFO 2025-03-20 19:06:21,482 [73 ] .HttpClient.health-checks.LogicalHandler -
Start processing HTTP request GET https://stg.parcelat.com/health
INFO 2025-03-20 19:06:21,482 [73 ] p.HttpClient.health-checks.ClientHandler -
Sending HTTP request GET https://stg.parcelat.com/health
INFO 2025-03-20 19:06:21,483 [73 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 GET https://stg.parcelat.com/health - -
INFO 2025-03-20 19:06:21,484 [73 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint 'Health checks'
INFO 2025-03-20 19:06:21,485 [73 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:06:21,485 [67 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:06:21,486 [73 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint 'Health checks'
INFO 2025-03-20 19:06:21,487 [67 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 GET https://stg.parcelat.com/health - - - 200 -
application/json 3.2164ms
INFO 2025-03-20 19:06:21,487 [74 ] p.HttpClient.health-checks.ClientHandler -
Received HTTP response headers after 5.1862ms - 200
INFO 2025-03-20 19:06:21,487 [74 ] .HttpClient.health-checks.LogicalHandler -
End processing HTTP request after 5.2328ms - 200
INFO 2025-03-20 19:06:21,487 [74 ] Microsoft.EntityFrameworkCore.Update -
Saved 4 entities to in-memory store.
INFO 2025-03-20 19:06:21,605 [67 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 GET https://10.0.50.50:443/health - -
INFO 2025-03-20 19:06:21,606 [67 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint 'Health checks'
INFO 2025-03-20 19:06:21,607 [67 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:06:21,607 [73 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:06:21,609 [73 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint 'Health checks'
INFO 2025-03-20 19:06:21,609 [67 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 GET https://10.0.50.50:443/health - - - 200 -
application/json 3.3500ms
INFO 2025-03-20 19:06:21,646 [67 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 GET https://10.0.50.50:443/health - -
INFO 2025-03-20 19:06:21,647 [67 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint 'Health checks'
INFO 2025-03-20 19:06:21,648 [67 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:06:21,649 [73 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:06:21,649 [67 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint 'Health checks'
INFO 2025-03-20 19:06:21,650 [73 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 GET https://10.0.50.50:443/health - - - 200 -
application/json 3.2476ms
INFO 2025-03-20 19:06:22,275 [73 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 GET https://10.0.50.50:443/health - -
INFO 2025-03-20 19:06:22,276 [73 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint 'Health checks'
INFO 2025-03-20 19:06:22,277 [73 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:06:22,277 [67 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:06:22,278 [73 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint 'Health checks'
INFO 2025-03-20 19:06:22,278 [67 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 GET https://10.0.50.50:443/health - - - 200 -
application/json 3.3613ms
INFO 2025-03-20 19:06:22,281 [67 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/2 POST https://localhost/signalr?id=aaDuR6_vYVHvlTy-_4_Pvg
text/plain;charset=UTF-8 11
INFO 2025-03-20 19:06:22,281 [73 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/2 POST https://localhost/signalr-chat?
id=Zq3wwKAqiP8x7m6SLClfFA text/plain;charset=UTF-8 11
INFO 2025-03-20 19:06:22,283 [73 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:06:22,283 [67 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:06:22,290 [73 ] tCore.Cors.Infrastructure.CorsMiddleware - No
CORS policy found for the specified request.
INFO 2025-03-20 19:06:22,290 [67 ] tCore.Cors.Infrastructure.CorsMiddleware - No
CORS policy found for the specified request.
INFO 2025-03-20 19:06:22,290 [67 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint '/signalr'
INFO 2025-03-20 19:06:22,290 [73 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint '/signalr-chat'
INFO 2025-03-20 19:06:22,290 [67 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint '/signalr'
INFO 2025-03-20 19:06:22,290 [73 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint '/signalr-chat'
INFO 2025-03-20 19:06:22,290 [67 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/2 POST https://localhost/signalr?id=aaDuR6_vYVHvlTy-_4_Pvg
text/plain;charset=UTF-8 11 - 200 - text/plain 9.3364ms
INFO 2025-03-20 19:06:22,290 [73 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/2 POST https://localhost/signalr-chat?
id=Zq3wwKAqiP8x7m6SLClfFA text/plain;charset=UTF-8 11 - 200 - text/plain 9.3064ms
INFO 2025-03-20 19:06:22,370 [61 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 GET https://10.0.50.50:443/health - -
INFO 2025-03-20 19:06:22,371 [61 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint 'Health checks'
INFO 2025-03-20 19:06:22,372 [61 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:06:22,372 [73 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:06:22,373 [61 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint 'Health checks'
INFO 2025-03-20 19:06:22,373 [73 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 GET https://10.0.50.50:443/health - - - 200 -
application/json 3.4519ms
INFO 2025-03-20 19:06:22,786 [73 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 GET https://10.0.50.50:443/health - -
INFO 2025-03-20 19:06:22,788 [73 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint 'Health checks'
INFO 2025-03-20 19:06:22,789 [73 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:06:22,789 [61 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:06:22,790 [61 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint 'Health checks'
INFO 2025-03-20 19:06:22,790 [73 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 GET https://10.0.50.50:443/health - - - 200 -
application/json 4.0744ms
INFO 2025-03-20 19:06:23,512 [61 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 GET https://10.0.50.50:443/health - -
INFO 2025-03-20 19:06:23,513 [61 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint 'Health checks'
INFO 2025-03-20 19:06:23,514 [73 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:06:23,514 [61 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:06:23,515 [73 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint 'Health checks'
INFO 2025-03-20 19:06:23,516 [61 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 GET https://10.0.50.50:443/health - - - 200 -
application/json 3.3912ms
INFO 2025-03-20 19:06:23,972 [61 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 GET https://10.0.50.50:443/health - -
INFO 2025-03-20 19:06:23,973 [61 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint 'Health checks'
INFO 2025-03-20 19:06:23,974 [73 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:06:23,974 [61 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:06:23,976 [73 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint 'Health checks'
INFO 2025-03-20 19:06:23,976 [61 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 GET https://10.0.50.50:443/health - - - 200 -
application/json 3.4764ms
INFO 2025-03-20 19:06:24,293 [61 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 GET https://10.0.50.50:443/health - -
INFO 2025-03-20 19:06:24,294 [61 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint 'Health checks'
INFO 2025-03-20 19:06:24,295 [61 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:06:24,295 [73 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:06:24,296 [73 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint 'Health checks'
INFO 2025-03-20 19:06:24,296 [61 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 GET https://10.0.50.50:443/health - - - 200 -
application/json 3.4652ms
INFO 2025-03-20 19:06:24,777 [73 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 GET https://10.0.50.50:443/health - -
INFO 2025-03-20 19:06:24,778 [73 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint 'Health checks'
INFO 2025-03-20 19:06:24,779 [73 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:06:24,779 [61 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:06:24,780 [61 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint 'Health checks'
INFO 2025-03-20 19:06:24,781 [73 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 GET https://10.0.50.50:443/health - - - 200 -
application/json 3.6152ms
INFO 2025-03-20 19:06:25,272 [73 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 GET https://10.0.50.50:443/health - -
INFO 2025-03-20 19:06:25,273 [73 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint 'Health checks'
INFO 2025-03-20 19:06:25,273 [61 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:06:25,273 [73 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:06:25,275 [73 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint 'Health checks'
INFO 2025-03-20 19:06:25,275 [61 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 GET https://10.0.50.50:443/health - - - 200 -
application/json 3.3142ms
INFO 2025-03-20 19:06:25,524 [61 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 GET https://10.0.50.50:443/health - -
INFO 2025-03-20 19:06:25,525 [61 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint 'Health checks'
INFO 2025-03-20 19:06:25,526 [61 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:06:25,526 [73 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:06:25,527 [73 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint 'Health checks'
INFO 2025-03-20 19:06:25,528 [67 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 GET https://10.0.50.50:443/health - - - 200 -
application/json 3.5826ms
INFO 2025-03-20 19:06:25,675 [67 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 GET https://10.0.50.50:443/health - -
INFO 2025-03-20 19:06:25,676 [67 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint 'Health checks'
INFO 2025-03-20 19:06:25,677 [67 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:06:25,677 [73 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:06:25,679 [73 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint 'Health checks'
INFO 2025-03-20 19:06:25,679 [67 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 GET https://10.0.50.50:443/health - - - 200 -
application/json 3.4528ms
INFO 2025-03-20 19:06:25,698 [67 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 POST https://stg.parcelat.com/signalr-chat?id=cL-
Z3uswYO69Sgmpb_dJ5w text/plain;charset=UTF-8 11
INFO 2025-03-20 19:06:25,699 [67 ] tion.Cookies.CookieAuthenticationHandler -
Identity.Application was not authenticated. Failure message: Unprotect ticket
failed
INFO 2025-03-20 19:06:25,699 [67 ] tCore.Cors.Infrastructure.CorsMiddleware - No
CORS policy found for the specified request.
INFO 2025-03-20 19:06:25,699 [67 ] tion.Cookies.CookieAuthenticationHandler -
Identity.Application was not authenticated. Failure message: Unprotect ticket
failed
INFO 2025-03-20 19:06:25,699 [67 ] tion.Cookies.CookieAuthenticationHandler -
Identity.Application was not authenticated. Failure message: Unprotect ticket
failed
INFO 2025-03-20 19:06:25,699 [67 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint '/signalr-chat'
INFO 2025-03-20 19:06:25,699 [67 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint '/signalr-chat'
INFO 2025-03-20 19:06:25,700 [73 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 POST https://stg.parcelat.com/signalr-chat?id=cL-
Z3uswYO69Sgmpb_dJ5w text/plain;charset=UTF-8 11 - 200 - text/plain 1.1469ms
INFO 2025-03-20 19:06:25,710 [73 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 POST https://stg.parcelat.com/signalr?
id=zcVeaZnxX7NtZqjB1V01xA text/plain;charset=UTF-8 11
INFO 2025-03-20 19:06:25,710 [73 ] tion.Cookies.CookieAuthenticationHandler -
Identity.Application was not authenticated. Failure message: Unprotect ticket
failed
INFO 2025-03-20 19:06:25,710 [73 ] tCore.Cors.Infrastructure.CorsMiddleware - No
CORS policy found for the specified request.
INFO 2025-03-20 19:06:25,710 [73 ] tion.Cookies.CookieAuthenticationHandler -
Identity.Application was not authenticated. Failure message: Unprotect ticket
failed
INFO 2025-03-20 19:06:25,711 [73 ] tion.Cookies.CookieAuthenticationHandler -
Identity.Application was not authenticated. Failure message: Unprotect ticket
failed
INFO 2025-03-20 19:06:25,711 [73 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint '/signalr'
INFO 2025-03-20 19:06:25,711 [73 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint '/signalr'
INFO 2025-03-20 19:06:25,711 [67 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 POST https://stg.parcelat.com/signalr?
id=zcVeaZnxX7NtZqjB1V01xA text/plain;charset=UTF-8 11 - 200 - text/plain 1.1266ms
INFO 2025-03-20 19:06:26,278 [67 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 GET https://10.0.50.50:443/health - -
INFO 2025-03-20 19:06:26,279 [67 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint 'Health checks'
INFO 2025-03-20 19:06:26,280 [67 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:06:26,280 [73 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:06:26,281 [67 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint 'Health checks'
INFO 2025-03-20 19:06:26,281 [73 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 GET https://10.0.50.50:443/health - - - 200 -
application/json 3.3766ms
INFO 2025-03-20 19:06:26,588 [67 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 GET https://10.0.50.50:443/health - -
INFO 2025-03-20 19:06:26,589 [67 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint 'Health checks'
INFO 2025-03-20 19:06:26,590 [67 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:06:26,590 [73 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:06:26,591 [67 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint 'Health checks'
INFO 2025-03-20 19:06:26,591 [73 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 GET https://10.0.50.50:443/health - - - 200 -
application/json 3.3720ms
INFO 2025-03-20 19:06:26,886 [73 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 GET https://10.0.50.50:443/health - -
INFO 2025-03-20 19:06:26,887 [73 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint 'Health checks'
INFO 2025-03-20 19:06:26,888 [73 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:06:26,888 [67 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:06:26,889 [73 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint 'Health checks'
INFO 2025-03-20 19:06:26,889 [67 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 GET https://10.0.50.50:443/health - - - 200 -
application/json 3.4281ms
INFO 2025-03-20 19:06:27,342 [67 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 GET https://10.0.50.50:443/health - -
INFO 2025-03-20 19:06:27,343 [67 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint 'Health checks'
INFO 2025-03-20 19:06:27,344 [67 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:06:27,344 [73 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:06:27,345 [67 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint 'Health checks'
INFO 2025-03-20 19:06:27,345 [73 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 GET https://10.0.50.50:443/health - - - 200 -
application/json 3.2841ms
INFO 2025-03-20 19:06:27,489 [67 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 GET https://10.0.50.50:443/health - -
INFO 2025-03-20 19:06:27,490 [67 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint 'Health checks'
INFO 2025-03-20 19:06:27,491 [73 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:06:27,491 [67 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:06:27,492 [73 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint 'Health checks'
INFO 2025-03-20 19:06:27,492 [67 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 GET https://10.0.50.50:443/health - - - 200 -
application/json 3.4267ms
INFO 2025-03-20 19:06:28,067 [67 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 GET https://10.0.50.50:443/health - -
INFO 2025-03-20 19:06:28,068 [67 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint 'Health checks'
INFO 2025-03-20 19:06:28,069 [67 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:06:28,069 [73 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:06:28,070 [67 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint 'Health checks'
INFO 2025-03-20 19:06:28,070 [73 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 GET https://10.0.50.50:443/health - - - 200 -
application/json 3.3881ms
INFO 2025-03-20 19:06:28,880 [73 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 GET https://10.0.50.50:443/health - -
INFO 2025-03-20 19:06:28,881 [73 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint 'Health checks'
INFO 2025-03-20 19:06:28,882 [73 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:06:28,882 [67 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:06:28,884 [73 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint 'Health checks'
INFO 2025-03-20 19:06:28,884 [67 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 GET https://10.0.50.50:443/health - - - 200 -
application/json 3.8052ms
INFO 2025-03-20 19:06:29,061 [67 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 GET https://10.0.50.50:443/health - -
INFO 2025-03-20 19:06:29,062 [67 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint 'Health checks'
INFO 2025-03-20 19:06:29,063 [67 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:06:29,063 [73 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:06:29,065 [73 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint 'Health checks'
INFO 2025-03-20 19:06:29,065 [67 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 GET https://10.0.50.50:443/health - - - 200 -
application/json 3.5112ms
INFO 2025-03-20 19:06:29,840 [73 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 GET https://10.0.50.50:443/health - -
INFO 2025-03-20 19:06:29,841 [73 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint 'Health checks'
INFO 2025-03-20 19:06:29,842 [73 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:06:29,842 [67 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:06:29,844 [73 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint 'Health checks'
INFO 2025-03-20 19:06:29,844 [67 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 GET https://10.0.50.50:443/health - - - 200 -
application/json 3.4579ms
INFO 2025-03-20 19:06:30,205 [67 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 GET https://10.0.50.50:443/health - -
INFO 2025-03-20 19:06:30,205 [67 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint 'Health checks'
INFO 2025-03-20 19:06:30,206 [67 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:06:30,206 [73 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:06:30,208 [73 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint 'Health checks'
INFO 2025-03-20 19:06:30,208 [5 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 GET https://10.0.50.50:443/health - - - 200 -
application/json 3.2535ms
INFO 2025-03-20 19:06:30,707 [73 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 GET https://10.0.50.50:443/health - -
INFO 2025-03-20 19:06:30,708 [73 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint 'Health checks'
INFO 2025-03-20 19:06:30,709 [5 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:06:30,709 [73 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:06:30,718 [5 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint 'Health checks'
INFO 2025-03-20 19:06:30,718 [67 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 GET https://10.0.50.50:443/health - - - 200 -
application/json 11.2802ms
INFO 2025-03-20 19:06:30,898 [67 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 GET https://10.0.50.50:443/health - -
INFO 2025-03-20 19:06:30,899 [67 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint 'Health checks'
INFO 2025-03-20 19:06:30,900 [67 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:06:30,900 [5 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:06:30,901 [5 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint 'Health checks'
INFO 2025-03-20 19:06:30,902 [67 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 GET https://10.0.50.50:443/health - - - 200 -
application/json 3.3383ms
INFO 2025-03-20 19:06:31,338 [67 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 GET https://10.0.50.50:443/health - -
INFO 2025-03-20 19:06:31,340 [67 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint 'Health checks'
INFO 2025-03-20 19:06:31,341 [5 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:06:31,341 [67 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:06:31,344 [5 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint 'Health checks'
INFO 2025-03-20 19:06:31,344 [63 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 GET https://10.0.50.50:443/health - - - 200 -
application/json 5.6039ms
INFO 2025-03-20 19:06:31,498 [63 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'HealthChecksDb' using provider
'Microsoft.EntityFrameworkCore.InMemory' with options: StoreName=HealthChecksUI
INFO 2025-03-20 19:06:31,498 [63 ] .HttpClient.health-checks.LogicalHandler -
Start processing HTTP request GET https://stg.parcelat.com/health
INFO 2025-03-20 19:06:31,498 [63 ] p.HttpClient.health-checks.ClientHandler -
Sending HTTP request GET https://stg.parcelat.com/health
INFO 2025-03-20 19:06:31,500 [63 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 GET https://stg.parcelat.com/health - -
INFO 2025-03-20 19:06:31,501 [63 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint 'Health checks'
INFO 2025-03-20 19:06:31,502 [63 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:06:31,502 [5 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:06:31,503 [5 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint 'Health checks'
INFO 2025-03-20 19:06:31,503 [63 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 GET https://stg.parcelat.com/health - - - 200 -
application/json 3.1420ms
INFO 2025-03-20 19:06:31,504 [74 ] p.HttpClient.health-checks.ClientHandler -
Received HTTP response headers after 5.4199ms - 200
INFO 2025-03-20 19:06:31,504 [74 ] .HttpClient.health-checks.LogicalHandler -
End processing HTTP request after 5.4751ms - 200
INFO 2025-03-20 19:06:31,504 [74 ] Microsoft.EntityFrameworkCore.Update -
Saved 4 entities to in-memory store.
INFO 2025-03-20 19:06:31,674 [63 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 GET https://10.0.50.50:443/health - -
INFO 2025-03-20 19:06:31,675 [63 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint 'Health checks'
INFO 2025-03-20 19:06:31,676 [63 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:06:31,676 [5 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:06:31,677 [63 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint 'Health checks'
INFO 2025-03-20 19:06:31,677 [5 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 GET https://10.0.50.50:443/health - - - 200 -
application/json 3.6814ms
INFO 2025-03-20 19:06:31,890 [5 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 GET https://10.0.50.50:443/health - -
INFO 2025-03-20 19:06:31,891 [5 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint 'Health checks'
INFO 2025-03-20 19:06:31,892 [5 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:06:31,892 [63 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:06:31,896 [5 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint 'Health checks'
INFO 2025-03-20 19:06:31,896 [63 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 GET https://10.0.50.50:443/health - - - 200 -
application/json 5.9103ms
INFO 2025-03-20 19:06:32,278 [63 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 GET https://10.0.50.50:443/health - -
INFO 2025-03-20 19:06:32,279 [63 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint 'Health checks'
INFO 2025-03-20 19:06:32,280 [63 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:06:32,280 [5 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:06:32,281 [63 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint 'Health checks'
INFO 2025-03-20 19:06:32,282 [5 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 GET https://10.0.50.50:443/health - - - 200 -
application/json 3.4244ms
INFO 2025-03-20 19:06:32,781 [5 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 GET https://10.0.50.50:443/health - -
INFO 2025-03-20 19:06:32,782 [5 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint 'Health checks'
INFO 2025-03-20 19:06:32,783 [67 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:06:32,783 [5 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:06:32,786 [67 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint 'Health checks'
INFO 2025-03-20 19:06:32,787 [5 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 GET https://10.0.50.50:443/health - - - 200 -
application/json 5.3568ms
INFO 2025-03-20 19:06:33,325 [5 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 GET https://10.0.50.50:443/health - -
INFO 2025-03-20 19:06:33,326 [5 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint 'Health checks'
INFO 2025-03-20 19:06:33,327 [5 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:06:33,327 [67 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:06:33,328 [5 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint 'Health checks'
INFO 2025-03-20 19:06:33,328 [67 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 GET https://10.0.50.50:443/health - - - 200 -
application/json 3.3921ms
INFO 2025-03-20 19:06:34,299 [67 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 GET https://10.0.50.50:443/health - -
INFO 2025-03-20 19:06:34,300 [67 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint 'Health checks'
INFO 2025-03-20 19:06:34,301 [5 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:06:34,301 [67 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:06:34,302 [67 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint 'Health checks'
INFO 2025-03-20 19:06:34,302 [5 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 GET https://10.0.50.50:443/health - - - 200 -
application/json 3.4912ms
INFO 2025-03-20 19:06:34,349 [67 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 GET https://10.0.50.50:443/health - -
INFO 2025-03-20 19:06:34,350 [67 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint 'Health checks'
INFO 2025-03-20 19:06:34,351 [67 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:06:34,351 [5 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:06:34,352 [67 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint 'Health checks'
INFO 2025-03-20 19:06:34,352 [5 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 GET https://10.0.50.50:443/health - - - 200 -
application/json 3.2230ms
INFO 2025-03-20 19:06:35,229 [5 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 GET https://10.0.50.50:443/health - -
INFO 2025-03-20 19:06:35,230 [5 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint 'Health checks'
INFO 2025-03-20 19:06:35,230 [5 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:06:35,231 [67 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:06:35,232 [5 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint 'Health checks'
INFO 2025-03-20 19:06:35,232 [67 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 GET https://10.0.50.50:443/health - - - 200 -
application/json 3.4535ms
INFO 2025-03-20 19:06:35,279 [67 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 GET https://10.0.50.50:443/health - -
INFO 2025-03-20 19:06:35,280 [67 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint 'Health checks'
INFO 2025-03-20 19:06:35,281 [5 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:06:35,281 [67 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:06:35,283 [5 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint 'Health checks'
INFO 2025-03-20 19:06:35,283 [67 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 GET https://10.0.50.50:443/health - - - 200 -
application/json 3.5407ms
INFO 2025-03-20 19:06:35,381 [5 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 GET https://10.0.50.50:443/health - -
INFO 2025-03-20 19:06:35,382 [5 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint 'Health checks'
INFO 2025-03-20 19:06:35,382 [5 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:06:35,382 [67 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:06:35,384 [5 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint 'Health checks'
INFO 2025-03-20 19:06:35,384 [67 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 GET https://10.0.50.50:443/health - - - 200 -
application/json 3.4720ms
INFO 2025-03-20 19:06:35,439 [67 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 GET https://10.0.50.50:443/health - -
INFO 2025-03-20 19:06:35,440 [67 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint 'Health checks'
INFO 2025-03-20 19:06:35,441 [67 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:06:35,441 [5 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:06:35,442 [67 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint 'Health checks'
INFO 2025-03-20 19:06:35,442 [5 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 GET https://10.0.50.50:443/health - - - 200 -
application/json 3.2331ms
INFO 2025-03-20 19:06:36,327 [5 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 GET https://10.0.50.50:443/health - -
INFO 2025-03-20 19:06:36,328 [5 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint 'Health checks'
INFO 2025-03-20 19:06:36,329 [5 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:06:36,329 [67 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:06:36,331 [5 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint 'Health checks'
INFO 2025-03-20 19:06:36,331 [67 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 GET https://10.0.50.50:443/health - - - 200 -
application/json 3.5145ms
INFO 2025-03-20 19:06:36,657 [5 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 GET https://10.0.50.50:443/health - -
INFO 2025-03-20 19:06:36,658 [5 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint 'Health checks'
INFO 2025-03-20 19:06:36,659 [5 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:06:36,659 [67 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:06:36,661 [67 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint 'Health checks'
INFO 2025-03-20 19:06:36,661 [5 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 GET https://10.0.50.50:443/health - - - 200 -
application/json 3.4651ms
INFO 2025-03-20 19:06:36,785 [5 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 GET https://10.0.50.50:443/health - -
INFO 2025-03-20 19:06:36,786 [5 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint 'Health checks'
INFO 2025-03-20 19:06:36,787 [5 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:06:36,787 [67 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:06:36,789 [67 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint 'Health checks'
INFO 2025-03-20 19:06:36,789 [5 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 GET https://10.0.50.50:443/health - - - 200 -
application/json 3.4747ms
INFO 2025-03-20 19:06:37,374 [5 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 GET https://10.0.50.50:443/health - -
INFO 2025-03-20 19:06:37,375 [5 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint 'Health checks'
INFO 2025-03-20 19:06:37,376 [5 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:06:37,376 [67 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:06:37,378 [67 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint 'Health checks'
INFO 2025-03-20 19:06:37,378 [5 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 GET https://10.0.50.50:443/health - - - 200 -
application/json 3.8100ms
INFO 2025-03-20 19:06:38,129 [5 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 GET https://10.0.50.50:443/health - -
INFO 2025-03-20 19:06:38,130 [5 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint 'Health checks'
INFO 2025-03-20 19:06:38,131 [5 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:06:38,131 [67 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:06:38,133 [5 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint 'Health checks'
INFO 2025-03-20 19:06:38,133 [67 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 GET https://10.0.50.50:443/health - - - 200 -
application/json 3.3775ms
INFO 2025-03-20 19:06:38,283 [67 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/2 POST https://localhost/signalr?id=aaDuR6_vYVHvlTy-_4_Pvg
text/plain;charset=UTF-8 11
INFO 2025-03-20 19:06:38,283 [5 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/2 POST https://localhost/signalr-chat?
id=Zq3wwKAqiP8x7m6SLClfFA text/plain;charset=UTF-8 11
INFO 2025-03-20 19:06:38,285 [67 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:06:38,285 [5 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:06:38,292 [67 ] tCore.Cors.Infrastructure.CorsMiddleware - No
CORS policy found for the specified request.
INFO 2025-03-20 19:06:38,292 [5 ] tCore.Cors.Infrastructure.CorsMiddleware - No
CORS policy found for the specified request.
INFO 2025-03-20 19:06:38,292 [5 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint '/signalr-chat'
INFO 2025-03-20 19:06:38,292 [67 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint '/signalr'
INFO 2025-03-20 19:06:38,292 [5 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint '/signalr-chat'
INFO 2025-03-20 19:06:38,292 [67 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint '/signalr'
INFO 2025-03-20 19:06:38,292 [5 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/2 POST https://localhost/signalr-chat?
id=Zq3wwKAqiP8x7m6SLClfFA text/plain;charset=UTF-8 11 - 200 - text/plain 9.6629ms
INFO 2025-03-20 19:06:38,292 [67 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/2 POST https://localhost/signalr?id=aaDuR6_vYVHvlTy-_4_Pvg
text/plain;charset=UTF-8 11 - 200 - text/plain 9.7494ms
INFO 2025-03-20 19:06:38,472 [5 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 GET https://10.0.50.50:443/health - -
INFO 2025-03-20 19:06:38,473 [5 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint 'Health checks'
INFO 2025-03-20 19:06:38,474 [5 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:06:38,474 [67 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:06:38,475 [5 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint 'Health checks'
INFO 2025-03-20 19:06:38,475 [67 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 GET https://10.0.50.50:443/health - - - 200 -
application/json 3.3782ms
INFO 2025-03-20 19:06:39,039 [5 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 GET https://10.0.50.50:443/health - -
INFO 2025-03-20 19:06:39,040 [5 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint 'Health checks'
INFO 2025-03-20 19:06:39,041 [5 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:06:39,041 [67 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:06:39,042 [5 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint 'Health checks'
INFO 2025-03-20 19:06:39,042 [67 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 GET https://10.0.50.50:443/health - - - 200 -
application/json 3.2221ms
INFO 2025-03-20 19:06:39,369 [5 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 GET https://10.0.50.50:443/health - -
INFO 2025-03-20 19:06:39,370 [5 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint 'Health checks'
INFO 2025-03-20 19:06:39,371 [67 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:06:39,371 [5 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:06:39,373 [5 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint 'Health checks'
INFO 2025-03-20 19:06:39,373 [67 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 GET https://10.0.50.50:443/health - - - 200 -
application/json 3.3294ms
INFO 2025-03-20 19:06:40,108 [67 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 GET https://10.0.50.50:443/health - -
INFO 2025-03-20 19:06:40,109 [67 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint 'Health checks'
INFO 2025-03-20 19:06:40,110 [67 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:06:40,110 [5 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:06:40,112 [67 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint 'Health checks'
INFO 2025-03-20 19:06:40,112 [5 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 GET https://10.0.50.50:443/health - - - 200 -
application/json 3.4703ms
INFO 2025-03-20 19:06:40,129 [5 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 GET https://10.0.50.50:443/health - -
INFO 2025-03-20 19:06:40,130 [5 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint 'Health checks'
INFO 2025-03-20 19:06:40,131 [67 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:06:40,131 [5 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:06:40,132 [67 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint 'Health checks'
INFO 2025-03-20 19:06:40,132 [63 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 GET https://10.0.50.50:443/health - - - 200 -
application/json 3.4004ms
INFO 2025-03-20 19:06:40,372 [67 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 GET https://10.0.50.50:443/health - -
INFO 2025-03-20 19:06:40,373 [67 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint 'Health checks'
INFO 2025-03-20 19:06:40,374 [63 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:06:40,374 [67 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:06:40,376 [63 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint 'Health checks'
INFO 2025-03-20 19:06:40,376 [67 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 GET https://10.0.50.50:443/health - - - 200 -
application/json 3.3317ms
INFO 2025-03-20 19:06:40,583 [67 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 GET https://10.0.50.50:443/health - -
INFO 2025-03-20 19:06:40,584 [67 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint 'Health checks'
INFO 2025-03-20 19:06:40,585 [67 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:06:40,585 [63 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:06:40,587 [63 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint 'Health checks'
INFO 2025-03-20 19:06:40,587 [63 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 GET https://10.0.50.50:443/health - - - 200 -
application/json 3.7710ms
INFO 2025-03-20 19:06:41,381 [67 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 GET https://10.0.50.50:443/health - -
INFO 2025-03-20 19:06:41,382 [67 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint 'Health checks'
INFO 2025-03-20 19:06:41,383 [67 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:06:41,383 [63 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:06:41,384 [63 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint 'Health checks'
INFO 2025-03-20 19:06:41,384 [5 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 GET https://10.0.50.50:443/health - - - 200 -
application/json 3.2691ms
INFO 2025-03-20 19:06:41,511 [5 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'HealthChecksDb' using provider
'Microsoft.EntityFrameworkCore.InMemory' with options: StoreName=HealthChecksUI
INFO 2025-03-20 19:06:41,511 [5 ] .HttpClient.health-checks.LogicalHandler -
Start processing HTTP request GET https://stg.parcelat.com/health
INFO 2025-03-20 19:06:41,511 [5 ] p.HttpClient.health-checks.ClientHandler -
Sending HTTP request GET https://stg.parcelat.com/health
INFO 2025-03-20 19:06:41,513 [5 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 GET https://stg.parcelat.com/health - -
INFO 2025-03-20 19:06:41,514 [5 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint 'Health checks'
INFO 2025-03-20 19:06:41,515 [63 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:06:41,516 [67 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:06:41,517 [67 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint 'Health checks'
INFO 2025-03-20 19:06:41,517 [63 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 GET https://stg.parcelat.com/health - - - 200 -
application/json 3.9467ms
INFO 2025-03-20 19:06:41,517 [74 ] p.HttpClient.health-checks.ClientHandler -
Received HTTP response headers after 6.1943ms - 200
INFO 2025-03-20 19:06:41,517 [74 ] .HttpClient.health-checks.LogicalHandler -
End processing HTTP request after 6.2522ms - 200
INFO 2025-03-20 19:06:41,518 [74 ] Microsoft.EntityFrameworkCore.Update -
Saved 4 entities to in-memory store.
INFO 2025-03-20 19:06:41,684 [63 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 GET https://10.0.50.50:443/health - -
INFO 2025-03-20 19:06:41,685 [63 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint 'Health checks'
INFO 2025-03-20 19:06:41,686 [63 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:06:41,686 [67 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:06:41,688 [63 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint 'Health checks'
INFO 2025-03-20 19:06:41,688 [67 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 GET https://10.0.50.50:443/health - - - 200 -
application/json 3.2819ms
INFO 2025-03-20 19:06:41,707 [67 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 POST https://stg.parcelat.com/signalr?
id=zcVeaZnxX7NtZqjB1V01xA text/plain;charset=UTF-8 11
INFO 2025-03-20 19:06:41,707 [67 ] tion.Cookies.CookieAuthenticationHandler -
Identity.Application was not authenticated. Failure message: Unprotect ticket
failed
INFO 2025-03-20 19:06:41,707 [67 ] tCore.Cors.Infrastructure.CorsMiddleware - No
CORS policy found for the specified request.
INFO 2025-03-20 19:06:41,708 [67 ] tion.Cookies.CookieAuthenticationHandler -
Identity.Application was not authenticated. Failure message: Unprotect ticket
failed
INFO 2025-03-20 19:06:41,708 [67 ] tion.Cookies.CookieAuthenticationHandler -
Identity.Application was not authenticated. Failure message: Unprotect ticket
failed
INFO 2025-03-20 19:06:41,708 [67 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint '/signalr'
INFO 2025-03-20 19:06:41,708 [67 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint '/signalr'
INFO 2025-03-20 19:06:41,708 [63 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 POST https://stg.parcelat.com/signalr?
id=zcVeaZnxX7NtZqjB1V01xA text/plain;charset=UTF-8 11 - 200 - text/plain 1.2007ms
INFO 2025-03-20 19:06:41,717 [63 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 POST https://stg.parcelat.com/signalr-chat?id=cL-
Z3uswYO69Sgmpb_dJ5w text/plain;charset=UTF-8 11
INFO 2025-03-20 19:06:41,717 [63 ] tion.Cookies.CookieAuthenticationHandler -
Identity.Application was not authenticated. Failure message: Unprotect ticket
failed
INFO 2025-03-20 19:06:41,717 [63 ] tCore.Cors.Infrastructure.CorsMiddleware - No
CORS policy found for the specified request.
INFO 2025-03-20 19:06:41,717 [63 ] tion.Cookies.CookieAuthenticationHandler -
Identity.Application was not authenticated. Failure message: Unprotect ticket
failed
INFO 2025-03-20 19:06:41,718 [63 ] tion.Cookies.CookieAuthenticationHandler -
Identity.Application was not authenticated. Failure message: Unprotect ticket
failed
INFO 2025-03-20 19:06:41,718 [63 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint '/signalr-chat'
INFO 2025-03-20 19:06:41,718 [63 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint '/signalr-chat'
INFO 2025-03-20 19:06:41,718 [63 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 POST https://stg.parcelat.com/signalr-chat?id=cL-
Z3uswYO69Sgmpb_dJ5w text/plain;charset=UTF-8 11 - 200 - text/plain 1.3237ms
INFO 2025-03-20 19:06:42,003 [63 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 GET https://10.0.50.50:443/health - -
INFO 2025-03-20 19:06:42,004 [63 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint 'Health checks'
INFO 2025-03-20 19:06:42,005 [63 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:06:42,005 [67 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:06:42,006 [63 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint 'Health checks'
INFO 2025-03-20 19:06:42,006 [67 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 GET https://10.0.50.50:443/health - - - 200 -
application/json 3.3201ms
INFO 2025-03-20 19:06:42,356 [67 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 GET https://10.0.50.50:443/health - -
INFO 2025-03-20 19:06:42,357 [67 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint 'Health checks'
INFO 2025-03-20 19:06:42,358 [63 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:06:42,358 [67 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:06:42,359 [67 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint 'Health checks'
INFO 2025-03-20 19:06:42,359 [63 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 GET https://10.0.50.50:443/health - - - 200 -
application/json 3.3823ms
INFO 2025-03-20 19:06:43,479 [67 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 GET https://10.0.50.50:443/health - -
INFO 2025-03-20 19:06:43,480 [67 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint 'Health checks'
INFO 2025-03-20 19:06:43,481 [67 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:06:43,481 [63 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:06:43,482 [67 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint 'Health checks'
INFO 2025-03-20 19:06:43,482 [63 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 GET https://10.0.50.50:443/health - - - 200 -
application/json 3.3949ms
INFO 2025-03-20 19:06:43,591 [63 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 GET https://10.0.50.50:443/health - -
INFO 2025-03-20 19:06:43,592 [63 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint 'Health checks'
INFO 2025-03-20 19:06:43,593 [63 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:06:43,593 [67 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:06:43,594 [63 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint 'Health checks'
INFO 2025-03-20 19:06:43,594 [67 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 GET https://10.0.50.50:443/health - - - 200 -
application/json 3.4632ms
INFO 2025-03-20 19:06:44,339 [67 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 GET https://10.0.50.50:443/health - -
INFO 2025-03-20 19:06:44,340 [67 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint 'Health checks'
INFO 2025-03-20 19:06:44,341 [67 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:06:44,341 [63 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:06:44,342 [67 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint 'Health checks'
INFO 2025-03-20 19:06:44,342 [63 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 GET https://10.0.50.50:443/health - - - 200 -
application/json 3.3410ms
INFO 2025-03-20 19:06:44,474 [63 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 GET https://10.0.50.50:443/health - -
INFO 2025-03-20 19:06:44,475 [63 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint 'Health checks'
INFO 2025-03-20 19:06:44,476 [63 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:06:44,476 [67 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:06:44,477 [63 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint 'Health checks'
INFO 2025-03-20 19:06:44,478 [67 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 GET https://10.0.50.50:443/health - - - 200 -
application/json 3.5547ms
INFO 2025-03-20 19:06:44,902 [67 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 GET https://10.0.50.50:443/health - -
INFO 2025-03-20 19:06:44,903 [67 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint 'Health checks'
INFO 2025-03-20 19:06:44,904 [67 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:06:44,904 [63 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:06:44,905 [67 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint 'Health checks'
INFO 2025-03-20 19:06:44,905 [63 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 GET https://10.0.50.50:443/health - - - 200 -
application/json 3.2889ms
INFO 2025-03-20 19:06:45,199 [63 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 GET https://10.0.50.50:443/health - -
INFO 2025-03-20 19:06:45,200 [63 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint 'Health checks'
INFO 2025-03-20 19:06:45,201 [63 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:06:45,201 [67 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:06:45,202 [63 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint 'Health checks'
INFO 2025-03-20 19:06:45,202 [67 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 GET https://10.0.50.50:443/health - - - 200 -
application/json 3.4079ms
INFO 2025-03-20 19:06:45,405 [63 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 GET https://10.0.50.50:443/health - -
INFO 2025-03-20 19:06:45,406 [63 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint 'Health checks'
INFO 2025-03-20 19:06:45,407 [63 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:06:45,407 [67 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:06:45,409 [63 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint 'Health checks'
INFO 2025-03-20 19:06:45,409 [67 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 GET https://10.0.50.50:443/health - - - 200 -
application/json 3.3181ms
INFO 2025-03-20 19:06:45,541 [67 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 GET https://10.0.50.50:443/health - -
INFO 2025-03-20 19:06:45,542 [67 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint 'Health checks'
INFO 2025-03-20 19:06:45,543 [67 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:06:45,543 [63 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:06:45,544 [67 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint 'Health checks'
INFO 2025-03-20 19:06:45,544 [63 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 GET https://10.0.50.50:443/health - - - 200 -
application/json 3.4430ms
INFO 2025-03-20 19:06:46,245 [63 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 GET https://10.0.50.50:443/health - -
INFO 2025-03-20 19:06:46,246 [63 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint 'Health checks'
INFO 2025-03-20 19:06:46,247 [63 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:06:46,247 [67 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:06:46,248 [63 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint 'Health checks'
INFO 2025-03-20 19:06:46,248 [67 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 GET https://10.0.50.50:443/health - - - 200 -
application/json 3.3062ms
INFO 2025-03-20 19:06:46,615 [63 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 GET https://10.0.50.50:443/health - -
INFO 2025-03-20 19:06:46,616 [63 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint 'Health checks'
INFO 2025-03-20 19:06:46,617 [63 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:06:46,617 [67 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:06:46,619 [63 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint 'Health checks'
INFO 2025-03-20 19:06:46,619 [67 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 GET https://10.0.50.50:443/health - - - 200 -
application/json 3.3047ms
INFO 2025-03-20 19:06:46,917 [67 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 GET https://10.0.50.50:443/health - -
INFO 2025-03-20 19:06:46,918 [67 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint 'Health checks'
INFO 2025-03-20 19:06:46,919 [67 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:06:46,919 [63 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:06:46,920 [67 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint 'Health checks'
INFO 2025-03-20 19:06:46,920 [63 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 GET https://10.0.50.50:443/health - - - 200 -
application/json 3.2487ms
INFO 2025-03-20 19:06:47,203 [63 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 GET https://10.0.50.50:443/health - -
INFO 2025-03-20 19:06:47,204 [63 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint 'Health checks'
INFO 2025-03-20 19:06:47,205 [63 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:06:47,205 [67 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:06:47,207 [63 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint 'Health checks'
INFO 2025-03-20 19:06:47,207 [67 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 GET https://10.0.50.50:443/health - - - 200 -
application/json 3.3622ms
INFO 2025-03-20 19:06:48,033 [67 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 GET https://10.0.50.50:443/health - -
INFO 2025-03-20 19:06:48,034 [67 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint 'Health checks'
INFO 2025-03-20 19:06:48,035 [67 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:06:48,035 [63 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:06:48,037 [67 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint 'Health checks'
INFO 2025-03-20 19:06:48,037 [63 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 GET https://10.0.50.50:443/health - - - 200 -
application/json 3.3162ms
INFO 2025-03-20 19:06:48,817 [67 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 GET https://10.0.50.50:443/health - -
INFO 2025-03-20 19:06:48,818 [67 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint 'Health checks'
INFO 2025-03-20 19:06:48,819 [67 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:06:48,819 [63 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:06:48,820 [67 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint 'Health checks'
INFO 2025-03-20 19:06:48,820 [63 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 GET https://10.0.50.50:443/health - - - 200 -
application/json 3.4407ms
INFO 2025-03-20 19:06:49,065 [63 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 GET https://10.0.50.50:443/health - -
INFO 2025-03-20 19:06:49,066 [63 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint 'Health checks'
INFO 2025-03-20 19:06:49,067 [63 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:06:49,067 [67 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:06:49,068 [63 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint 'Health checks'
INFO 2025-03-20 19:06:49,068 [67 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 GET https://10.0.50.50:443/health - - - 200 -
application/json 3.5822ms
INFO 2025-03-20 19:06:49,165 [67 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 GET https://10.0.50.50:443/health - -
INFO 2025-03-20 19:06:49,166 [67 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint 'Health checks'
INFO 2025-03-20 19:06:49,167 [67 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:06:49,167 [63 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:06:49,168 [63 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint 'Health checks'
INFO 2025-03-20 19:06:49,168 [67 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 GET https://10.0.50.50:443/health - - - 200 -
application/json 3.3155ms
INFO 2025-03-20 19:06:50,029 [5 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 GET https://10.0.50.50:443/health - -
INFO 2025-03-20 19:06:50,030 [5 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint 'Health checks'
INFO 2025-03-20 19:06:50,031 [67 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:06:50,031 [5 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:06:50,032 [67 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint 'Health checks'
INFO 2025-03-20 19:06:50,033 [5 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 GET https://10.0.50.50:443/health - - - 200 -
application/json 3.4298ms
INFO 2025-03-20 19:06:50,091 [5 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 GET https://10.0.50.50:443/health - -
INFO 2025-03-20 19:06:50,092 [5 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint 'Health checks'
INFO 2025-03-20 19:06:50,093 [5 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:06:50,093 [67 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:06:50,094 [67 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint 'Health checks'
INFO 2025-03-20 19:06:50,095 [5 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 GET https://10.0.50.50:443/health - - - 200 -
application/json 3.1409ms
INFO 2025-03-20 19:06:50,399 [67 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 GET https://10.0.50.50:443/health - -
INFO 2025-03-20 19:06:50,400 [67 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint 'Health checks'
INFO 2025-03-20 19:06:50,401 [5 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:06:50,401 [67 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:06:50,403 [67 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint 'Health checks'
INFO 2025-03-20 19:06:50,403 [5 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 GET https://10.0.50.50:443/health - - - 200 -
application/json 3.3668ms
INFO 2025-03-20 19:06:50,710 [5 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 GET https://10.0.50.50:443/health - -
INFO 2025-03-20 19:06:50,712 [5 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint 'Health checks'
INFO 2025-03-20 19:06:50,713 [67 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:06:50,713 [5 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:06:50,714 [5 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint 'Health checks'
INFO 2025-03-20 19:06:50,714 [67 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 GET https://10.0.50.50:443/health - - - 200 -
application/json 3.7232ms
INFO 2025-03-20 19:06:51,107 [67 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 GET https://10.0.50.50:443/health - -
INFO 2025-03-20 19:06:51,107 [67 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint 'Health checks'
INFO 2025-03-20 19:06:51,108 [67 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:06:51,108 [5 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:06:51,110 [61 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint 'Health checks'
INFO 2025-03-20 19:06:51,110 [5 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 GET https://10.0.50.50:443/health - - - 200 -
application/json 3.1361ms
DEBUG 2025-03-20 19:06:51,343 [67 ] Abp.AspNetCore.SignalR.Hubs.AbpCommonHub - A
client is disconnected: 1x3e7002TecqCpXuNLkM4g
INFO 2025-03-20 19:06:51,343 [67 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint '/signalr'
INFO 2025-03-20 19:06:51,344 [67 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 GET https://stg.parcelat.com/signalr?
id=3N3_7iNedWMvwFnctPdrfA - - - 200 - text/event-stream 111661.0840ms
DEBUG 2025-03-20 19:06:51,345 [61 ] EnterpriseBase.Web.Chat.SignalR.ChatHub - A
client is disconnected: 2gLIO9R-mq9OFCNk4XsdBA
INFO 2025-03-20 19:06:51,345 [61 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint '/signalr-chat'
INFO 2025-03-20 19:06:51,345 [67 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 GET https://stg.parcelat.com/signalr-chat?
id=5sUTkAdkBOxAHmDUMOiQ-A - - - 200 - text/event-stream 111598.4174ms
INFO 2025-03-20 19:06:51,511 [67 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'HealthChecksDb' using provider
'Microsoft.EntityFrameworkCore.InMemory' with options: StoreName=HealthChecksUI
INFO 2025-03-20 19:06:51,511 [67 ] .HttpClient.health-checks.LogicalHandler -
Start processing HTTP request GET https://stg.parcelat.com/health
INFO 2025-03-20 19:06:51,511 [67 ] p.HttpClient.health-checks.ClientHandler -
Sending HTTP request GET https://stg.parcelat.com/health
INFO 2025-03-20 19:06:51,513 [67 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 GET https://stg.parcelat.com/health - -
INFO 2025-03-20 19:06:51,514 [67 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint 'Health checks'
INFO 2025-03-20 19:06:51,515 [67 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:06:51,515 [61 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:06:51,516 [67 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint 'Health checks'
INFO 2025-03-20 19:06:51,516 [61 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 GET https://stg.parcelat.com/health - - - 200 -
application/json 3.1757ms
INFO 2025-03-20 19:06:51,517 [74 ] p.HttpClient.health-checks.ClientHandler -
Received HTTP response headers after 5.5054ms - 200
INFO 2025-03-20 19:06:51,517 [74 ] .HttpClient.health-checks.LogicalHandler -
End processing HTTP request after 5.6133ms - 200
INFO 2025-03-20 19:06:51,517 [61 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 POST https://stg.parcelat.com/signalr-chat/negotiate?
negotiateVersion=1 text/plain;charset=UTF-8 0
INFO 2025-03-20 19:06:51,517 [74 ] Microsoft.EntityFrameworkCore.Update -
Saved 3 entities to in-memory store.
INFO 2025-03-20 19:06:51,518 [61 ] tion.Cookies.CookieAuthenticationHandler -
Identity.Application was not authenticated. Failure message: Unprotect ticket
failed
INFO 2025-03-20 19:06:51,518 [61 ] tCore.Cors.Infrastructure.CorsMiddleware - No
CORS policy found for the specified request.
INFO 2025-03-20 19:06:51,518 [61 ] tion.Cookies.CookieAuthenticationHandler -
Identity.Application was not authenticated. Failure message: Unprotect ticket
failed
INFO 2025-03-20 19:06:51,518 [61 ] tion.Cookies.CookieAuthenticationHandler -
Identity.Application was not authenticated. Failure message: Unprotect ticket
failed
INFO 2025-03-20 19:06:51,519 [61 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint '/signalr-chat/negotiate'
INFO 2025-03-20 19:06:51,519 [61 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint '/signalr-chat/negotiate'
INFO 2025-03-20 19:06:51,519 [67 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 POST https://stg.parcelat.com/signalr-chat/negotiate?
negotiateVersion=1 text/plain;charset=UTF-8 0 - 200 253 application/json 1.5253ms
INFO 2025-03-20 19:06:51,525 [67 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 POST https://stg.parcelat.com/signalr/negotiate?
negotiateVersion=1 text/plain;charset=UTF-8 0
INFO 2025-03-20 19:06:51,525 [67 ] tion.Cookies.CookieAuthenticationHandler -
Identity.Application was not authenticated. Failure message: Unprotect ticket
failed
INFO 2025-03-20 19:06:51,525 [67 ] tCore.Cors.Infrastructure.CorsMiddleware - No
CORS policy found for the specified request.
INFO 2025-03-20 19:06:51,526 [67 ] tion.Cookies.CookieAuthenticationHandler -
Identity.Application was not authenticated. Failure message: Unprotect ticket
failed
INFO 2025-03-20 19:06:51,526 [67 ] tion.Cookies.CookieAuthenticationHandler -
Identity.Application was not authenticated. Failure message: Unprotect ticket
failed
INFO 2025-03-20 19:06:51,526 [67 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint '/signalr/negotiate'
INFO 2025-03-20 19:06:51,526 [67 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint '/signalr/negotiate'
INFO 2025-03-20 19:06:51,526 [61 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 POST https://stg.parcelat.com/signalr/negotiate?
negotiateVersion=1 text/plain;charset=UTF-8 0 - 200 253 application/json 1.1641ms
INFO 2025-03-20 19:06:51,696 [61 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 GET https://stg.parcelat.com/signalr-chat?
id=QvJKPGVionPW2NWz76o1jw - -
INFO 2025-03-20 19:06:51,697 [61 ] tion.Cookies.CookieAuthenticationHandler -
Identity.Application was not authenticated. Failure message: Unprotect ticket
failed
INFO 2025-03-20 19:06:51,697 [61 ] tion.Cookies.CookieAuthenticationHandler -
Identity.Application was not authenticated. Failure message: Unprotect ticket
failed
INFO 2025-03-20 19:06:51,697 [61 ] tion.Cookies.CookieAuthenticationHandler -
Identity.Application was not authenticated. Failure message: Unprotect ticket
failed
INFO 2025-03-20 19:06:51,697 [61 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint '/signalr-chat'
INFO 2025-03-20 19:06:51,703 [67 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 GET https://stg.parcelat.com/signalr?id=Qq5rLsLcBZr-
n1yjGsj3EA - -
INFO 2025-03-20 19:06:51,703 [67 ] tion.Cookies.CookieAuthenticationHandler -
Identity.Application was not authenticated. Failure message: Unprotect ticket
failed
INFO 2025-03-20 19:06:51,704 [67 ] tion.Cookies.CookieAuthenticationHandler -
Identity.Application was not authenticated. Failure message: Unprotect ticket
failed
INFO 2025-03-20 19:06:51,704 [67 ] tion.Cookies.CookieAuthenticationHandler -
Identity.Application was not authenticated. Failure message: Unprotect ticket
failed
INFO 2025-03-20 19:06:51,704 [67 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint '/signalr'
INFO 2025-03-20 19:06:51,979 [61 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 GET https://10.0.50.50:443/health - -
INFO 2025-03-20 19:06:51,980 [61 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint 'Health checks'
INFO 2025-03-20 19:06:51,981 [61 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:06:51,981 [67 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:06:51,982 [5 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint 'Health checks'
INFO 2025-03-20 19:06:51,982 [67 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 GET https://10.0.50.50:443/health - - - 200 -
application/json 3.2060ms
INFO 2025-03-20 19:06:52,139 [67 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 GET https://10.0.50.50:443/health - -
INFO 2025-03-20 19:06:52,140 [67 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint 'Health checks'
INFO 2025-03-20 19:06:52,141 [5 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:06:52,141 [67 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:06:52,142 [5 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint 'Health checks'
INFO 2025-03-20 19:06:52,143 [67 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 GET https://10.0.50.50:443/health - - - 200 -
application/json 3.4048ms
INFO 2025-03-20 19:06:52,174 [67 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 GET https://10.0.50.50:443/health - -
INFO 2025-03-20 19:06:52,175 [67 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint 'Health checks'
INFO 2025-03-20 19:06:52,176 [5 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:06:52,176 [67 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:06:52,177 [5 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint 'Health checks'
INFO 2025-03-20 19:06:52,177 [67 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 GET https://10.0.50.50:443/health - - - 200 -
application/json 3.4217ms
INFO 2025-03-20 19:06:52,224 [67 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 POST https://stg.parcelat.com/signalr-chat?
id=QvJKPGVionPW2NWz76o1jw text/plain;charset=UTF-8 32
INFO 2025-03-20 19:06:52,225 [67 ] tion.Cookies.CookieAuthenticationHandler -
Identity.Application was not authenticated. Failure message: Unprotect ticket
failed
INFO 2025-03-20 19:06:52,225 [67 ] tCore.Cors.Infrastructure.CorsMiddleware - No
CORS policy found for the specified request.
INFO 2025-03-20 19:06:52,225 [67 ] tion.Cookies.CookieAuthenticationHandler -
Identity.Application was not authenticated. Failure message: Unprotect ticket
failed
INFO 2025-03-20 19:06:52,225 [67 ] tion.Cookies.CookieAuthenticationHandler -
Identity.Application was not authenticated. Failure message: Unprotect ticket
failed
INFO 2025-03-20 19:06:52,225 [67 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint '/signalr-chat'
INFO 2025-03-20 19:06:52,225 [67 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint '/signalr-chat'
INFO 2025-03-20 19:06:52,226 [67 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 POST https://stg.parcelat.com/signalr-chat?
id=QvJKPGVionPW2NWz76o1jw text/plain;charset=UTF-8 32 - 200 - text/plain 1.2558ms
DEBUG 2025-03-20 19:06:52,227 [5 ] EnterpriseBase.Web.Chat.SignalR.ChatHub - A
client is connected:
{"ConnectionId":"rMAUmfVFSgBYDcS39ingTg","IpAddress":"103.103.174.14","TenantId":nu
ll,"UserId":null,"ConnectTime":"2025-03-20T19:06:52.2278795+03:00","Properties":{}}
INFO 2025-03-20 19:06:52,258 [5 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 POST https://stg.parcelat.com/signalr?id=Qq5rLsLcBZr-
n1yjGsj3EA text/plain;charset=UTF-8 32
INFO 2025-03-20 19:06:52,258 [5 ] tion.Cookies.CookieAuthenticationHandler -
Identity.Application was not authenticated. Failure message: Unprotect ticket
failed
INFO 2025-03-20 19:06:52,259 [5 ] tCore.Cors.Infrastructure.CorsMiddleware - No
CORS policy found for the specified request.
INFO 2025-03-20 19:06:52,259 [5 ] tion.Cookies.CookieAuthenticationHandler -
Identity.Application was not authenticated. Failure message: Unprotect ticket
failed
INFO 2025-03-20 19:06:52,259 [5 ] tion.Cookies.CookieAuthenticationHandler -
Identity.Application was not authenticated. Failure message: Unprotect ticket
failed
INFO 2025-03-20 19:06:52,259 [5 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint '/signalr'
INFO 2025-03-20 19:06:52,259 [5 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint '/signalr'
INFO 2025-03-20 19:06:52,259 [5 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 POST https://stg.parcelat.com/signalr?id=Qq5rLsLcBZr-
n1yjGsj3EA text/plain;charset=UTF-8 32 - 200 - text/plain 1.2934ms
DEBUG 2025-03-20 19:06:52,259 [67 ] Abp.AspNetCore.SignalR.Hubs.AbpCommonHub - A
client is connected:
{"ConnectionId":"fnqETUhNZ27i9BzSr0TwJg","IpAddress":"103.103.174.14","TenantId":nu
ll,"UserId":null,"ConnectTime":"2025-03-20T19:06:52.2596955+03:00","Properties":{}}
INFO 2025-03-20 19:06:52,610 [5 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 GET https://10.0.50.50:443/health - -
INFO 2025-03-20 19:06:52,611 [5 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint 'Health checks'
INFO 2025-03-20 19:06:52,611 [5 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:06:52,611 [63 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:06:52,613 [5 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint 'Health checks'
INFO 2025-03-20 19:06:52,613 [63 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 GET https://10.0.50.50:443/health - - - 200 -
application/json 3.3569ms
INFO 2025-03-20 19:06:53,785 [5 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 GET https://10.0.50.50:443/health - -
INFO 2025-03-20 19:06:53,786 [5 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint 'Health checks'
INFO 2025-03-20 19:06:53,787 [5 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:06:53,787 [63 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:06:53,788 [63 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint 'Health checks'
INFO 2025-03-20 19:06:53,788 [67 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 GET https://10.0.50.50:443/health - - - 200 -
application/json 3.2210ms
INFO 2025-03-20 19:06:54,077 [67 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 GET https://10.0.50.50:443/health - -
INFO 2025-03-20 19:06:54,078 [67 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint 'Health checks'
INFO 2025-03-20 19:06:54,079 [67 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:06:54,079 [63 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:06:54,081 [67 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint 'Health checks'
INFO 2025-03-20 19:06:54,081 [63 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 GET https://10.0.50.50:443/health - - - 200 -
application/json 3.4457ms
INFO 2025-03-20 19:06:54,126 [63 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 GET https://10.0.50.50:443/health - -
INFO 2025-03-20 19:06:54,127 [63 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint 'Health checks'
INFO 2025-03-20 19:06:54,128 [63 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:06:54,128 [67 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:06:54,130 [63 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint 'Health checks'
INFO 2025-03-20 19:06:54,130 [67 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 GET https://10.0.50.50:443/health - - - 200 -
application/json 3.4070ms
INFO 2025-03-20 19:06:54,803 [63 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 GET https://10.0.50.50:443/health - -
INFO 2025-03-20 19:06:54,804 [63 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint 'Health checks'
INFO 2025-03-20 19:06:54,805 [63 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:06:54,805 [67 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:06:54,806 [67 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint 'Health checks'
INFO 2025-03-20 19:06:54,806 [63 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 GET https://10.0.50.50:443/health - - - 200 -
application/json 3.3915ms
INFO 2025-03-20 19:06:55,139 [63 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 GET https://10.0.50.50:443/health - -
INFO 2025-03-20 19:06:55,140 [63 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint 'Health checks'
INFO 2025-03-20 19:06:55,141 [63 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:06:55,141 [67 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:06:55,143 [63 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint 'Health checks'
INFO 2025-03-20 19:06:55,143 [67 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 GET https://10.0.50.50:443/health - - - 200 -
application/json 3.5963ms
INFO 2025-03-20 19:06:55,295 [67 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 GET https://10.0.50.50:443/health - -
INFO 2025-03-20 19:06:55,296 [67 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint 'Health checks'
INFO 2025-03-20 19:06:55,297 [67 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:06:55,297 [63 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:06:55,298 [63 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint 'Health checks'
INFO 2025-03-20 19:06:55,298 [61 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 GET https://10.0.50.50:443/health - - - 200 -
application/json 3.3843ms
INFO 2025-03-20 19:06:55,685 [63 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 GET https://10.0.50.50:443/health - -
INFO 2025-03-20 19:06:55,686 [63 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint 'Health checks'
INFO 2025-03-20 19:06:55,687 [61 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:06:55,687 [63 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:06:55,688 [61 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint 'Health checks'
INFO 2025-03-20 19:06:55,689 [63 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 GET https://10.0.50.50:443/health - - - 200 -
application/json 4.0571ms
INFO 2025-03-20 19:06:56,028 [63 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 GET https://10.0.50.50:443/health - -
INFO 2025-03-20 19:06:56,029 [63 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint 'Health checks'
INFO 2025-03-20 19:06:56,030 [63 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:06:56,030 [61 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:06:56,032 [61 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint 'Health checks'
INFO 2025-03-20 19:06:56,032 [63 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 GET https://10.0.50.50:443/health - - - 200 -
application/json 3.2919ms
INFO 2025-03-20 19:06:56,614 [63 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 GET https://10.0.50.50:443/health - -
INFO 2025-03-20 19:06:56,615 [63 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint 'Health checks'
INFO 2025-03-20 19:06:56,616 [61 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:06:56,616 [63 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:06:56,617 [61 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint 'Health checks'
INFO 2025-03-20 19:06:56,617 [67 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 GET https://10.0.50.50:443/health - - - 200 -
application/json 3.2965ms
INFO 2025-03-20 19:06:56,879 [67 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 GET https://10.0.50.50:443/health - -
INFO 2025-03-20 19:06:56,880 [67 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint 'Health checks'
INFO 2025-03-20 19:06:56,881 [67 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:06:56,881 [61 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:06:56,883 [67 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint 'Health checks'
INFO 2025-03-20 19:06:56,883 [63 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 GET https://10.0.50.50:443/health - - - 200 -
application/json 3.7041ms
INFO 2025-03-20 19:06:57,023 [63 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 GET https://10.0.50.50:443/health - -
INFO 2025-03-20 19:06:57,024 [63 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint 'Health checks'
INFO 2025-03-20 19:06:57,025 [63 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:06:57,025 [67 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:06:57,026 [63 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint 'Health checks'
INFO 2025-03-20 19:06:57,027 [67 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 GET https://10.0.50.50:443/health - - - 200 -
application/json 3.2740ms
INFO 2025-03-20 19:06:57,657 [63 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 GET https://10.0.50.50:443/health - -
INFO 2025-03-20 19:06:57,658 [63 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint 'Health checks'
INFO 2025-03-20 19:06:57,659 [63 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:06:57,659 [67 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:06:57,660 [63 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint 'Health checks'
INFO 2025-03-20 19:06:57,660 [67 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 GET https://10.0.50.50:443/health - - - 200 -
application/json 3.3520ms
INFO 2025-03-20 19:06:57,708 [67 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 POST https://stg.parcelat.com/signalr?
id=zcVeaZnxX7NtZqjB1V01xA text/plain;charset=UTF-8 11
INFO 2025-03-20 19:06:57,709 [67 ] tion.Cookies.CookieAuthenticationHandler -
Identity.Application was not authenticated. Failure message: Unprotect ticket
failed
INFO 2025-03-20 19:06:57,709 [67 ] tCore.Cors.Infrastructure.CorsMiddleware - No
CORS policy found for the specified request.
INFO 2025-03-20 19:06:57,709 [67 ] tion.Cookies.CookieAuthenticationHandler -
Identity.Application was not authenticated. Failure message: Unprotect ticket
failed
INFO 2025-03-20 19:06:57,709 [67 ] tion.Cookies.CookieAuthenticationHandler -
Identity.Application was not authenticated. Failure message: Unprotect ticket
failed
INFO 2025-03-20 19:06:57,709 [67 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint '/signalr'
INFO 2025-03-20 19:06:57,709 [67 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint '/signalr'
INFO 2025-03-20 19:06:57,709 [63 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 POST https://stg.parcelat.com/signalr?
id=zcVeaZnxX7NtZqjB1V01xA text/plain;charset=UTF-8 11 - 200 - text/plain 1.2424ms
INFO 2025-03-20 19:06:57,719 [63 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 POST https://stg.parcelat.com/signalr-chat?id=cL-
Z3uswYO69Sgmpb_dJ5w text/plain;charset=UTF-8 11
INFO 2025-03-20 19:06:57,719 [63 ] tion.Cookies.CookieAuthenticationHandler -
Identity.Application was not authenticated. Failure message: Unprotect ticket
failed
INFO 2025-03-20 19:06:57,720 [63 ] tCore.Cors.Infrastructure.CorsMiddleware - No
CORS policy found for the specified request.
INFO 2025-03-20 19:06:57,720 [63 ] tion.Cookies.CookieAuthenticationHandler -
Identity.Application was not authenticated. Failure message: Unprotect ticket
failed
INFO 2025-03-20 19:06:57,720 [63 ] tion.Cookies.CookieAuthenticationHandler -
Identity.Application was not authenticated. Failure message: Unprotect ticket
failed
INFO 2025-03-20 19:06:57,720 [63 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint '/signalr-chat'
INFO 2025-03-20 19:06:57,720 [63 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint '/signalr-chat'
INFO 2025-03-20 19:06:57,720 [63 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 POST https://stg.parcelat.com/signalr-chat?id=cL-
Z3uswYO69Sgmpb_dJ5w text/plain;charset=UTF-8 11 - 200 - text/plain 1.1391ms
INFO 2025-03-20 19:06:58,283 [63 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/2 POST https://localhost/signalr?id=aaDuR6_vYVHvlTy-_4_Pvg
text/plain;charset=UTF-8 11
INFO 2025-03-20 19:06:58,283 [67 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/2 POST https://localhost/signalr-chat?
id=Zq3wwKAqiP8x7m6SLClfFA text/plain;charset=UTF-8 11
INFO 2025-03-20 19:06:58,287 [63 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:06:58,288 [67 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:06:58,294 [67 ] tCore.Cors.Infrastructure.CorsMiddleware - No
CORS policy found for the specified request.
INFO 2025-03-20 19:06:58,294 [67 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint '/signalr-chat'
INFO 2025-03-20 19:06:58,294 [67 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint '/signalr-chat'
INFO 2025-03-20 19:06:58,295 [67 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/2 POST https://localhost/signalr-chat?
id=Zq3wwKAqiP8x7m6SLClfFA text/plain;charset=UTF-8 11 - 200 - text/plain 11.8857ms
INFO 2025-03-20 19:06:58,295 [63 ] tCore.Cors.Infrastructure.CorsMiddleware - No
CORS policy found for the specified request.
INFO 2025-03-20 19:06:58,295 [63 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint '/signalr'
INFO 2025-03-20 19:06:58,295 [63 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint '/signalr'
INFO 2025-03-20 19:06:58,296 [63 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/2 POST https://localhost/signalr?id=aaDuR6_vYVHvlTy-_4_Pvg
text/plain;charset=UTF-8 11 - 200 - text/plain 12.8338ms
INFO 2025-03-20 19:06:58,933 [63 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 GET https://10.0.50.50:443/health - -
INFO 2025-03-20 19:06:58,934 [63 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint 'Health checks'
INFO 2025-03-20 19:06:58,935 [63 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:06:58,935 [67 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:06:58,936 [63 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint 'Health checks'
INFO 2025-03-20 19:06:58,936 [67 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 GET https://10.0.50.50:443/health - - - 200 -
application/json 3.4029ms
INFO 2025-03-20 19:06:59,175 [67 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 GET https://10.0.50.50:443/health - -
INFO 2025-03-20 19:06:59,176 [67 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint 'Health checks'
INFO 2025-03-20 19:06:59,176 [67 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:06:59,176 [63 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:06:59,178 [67 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint 'Health checks'
INFO 2025-03-20 19:06:59,178 [63 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 GET https://10.0.50.50:443/health - - - 200 -
application/json 3.2611ms
INFO 2025-03-20 19:06:59,191 [63 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 GET https://10.0.50.50:443/health - -
INFO 2025-03-20 19:06:59,192 [63 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint 'Health checks'
INFO 2025-03-20 19:06:59,193 [63 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:06:59,193 [67 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:06:59,194 [67 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint 'Health checks'
INFO 2025-03-20 19:06:59,194 [63 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 GET https://10.0.50.50:443/health - - - 200 -
application/json 3.0984ms
INFO 2025-03-20 19:06:59,832 [63 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 GET https://10.0.50.50:443/health - -
INFO 2025-03-20 19:06:59,833 [63 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint 'Health checks'
INFO 2025-03-20 19:06:59,834 [63 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:06:59,834 [67 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:06:59,841 [67 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint 'Health checks'
INFO 2025-03-20 19:06:59,841 [5 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 GET https://10.0.50.50:443/health - - - 200 -
application/json 9.0717ms
INFO 2025-03-20 19:07:00,348 [67 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 GET https://10.0.50.50:443/health - -
INFO 2025-03-20 19:07:00,349 [67 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint 'Health checks'
INFO 2025-03-20 19:07:00,350 [67 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:07:00,350 [5 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:07:00,351 [67 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint 'Health checks'
INFO 2025-03-20 19:07:00,351 [62 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 GET https://10.0.50.50:443/health - - - 200 -
application/json 3.2669ms
INFO 2025-03-20 19:07:00,351 [62 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 GET https://10.0.50.50:443/health - -
INFO 2025-03-20 19:07:00,352 [62 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint 'Health checks'
INFO 2025-03-20 19:07:00,353 [62 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:07:00,353 [67 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:07:00,354 [5 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint 'Health checks'
INFO 2025-03-20 19:07:00,354 [67 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 GET https://10.0.50.50:443/health - - - 200 -
application/json 2.5902ms
INFO 2025-03-20 19:07:00,934 [67 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 GET https://10.0.50.50:443/health - -
INFO 2025-03-20 19:07:00,935 [67 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint 'Health checks'
INFO 2025-03-20 19:07:00,936 [67 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:07:00,936 [5 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:07:00,938 [5 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint 'Health checks'
INFO 2025-03-20 19:07:00,938 [67 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 GET https://10.0.50.50:443/health - - - 200 -
application/json 3.3941ms
INFO 2025-03-20 19:07:01,326 [67 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 GET https://10.0.50.50:443/health - -
INFO 2025-03-20 19:07:01,327 [67 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint 'Health checks'
INFO 2025-03-20 19:07:01,328 [67 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:07:01,328 [5 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:07:01,329 [67 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint 'Health checks'
INFO 2025-03-20 19:07:01,330 [5 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 GET https://10.0.50.50:443/health - - - 200 -
application/json 3.4842ms
INFO 2025-03-20 19:07:01,492 [5 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 GET https://10.0.50.50:443/health - -
INFO 2025-03-20 19:07:01,493 [5 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint 'Health checks'
INFO 2025-03-20 19:07:01,494 [5 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:07:01,494 [67 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:07:01,495 [63 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint 'Health checks'
INFO 2025-03-20 19:07:01,495 [67 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 GET https://10.0.50.50:443/health - - - 200 -
application/json 3.3688ms
INFO 2025-03-20 19:07:01,533 [67 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'HealthChecksDb' using provider
'Microsoft.EntityFrameworkCore.InMemory' with options: StoreName=HealthChecksUI
INFO 2025-03-20 19:07:01,533 [67 ] .HttpClient.health-checks.LogicalHandler -
Start processing HTTP request GET https://stg.parcelat.com/health
INFO 2025-03-20 19:07:01,533 [67 ] p.HttpClient.health-checks.ClientHandler -
Sending HTTP request GET https://stg.parcelat.com/health
INFO 2025-03-20 19:07:01,535 [67 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 GET https://stg.parcelat.com/health - -
INFO 2025-03-20 19:07:01,536 [67 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint 'Health checks'
INFO 2025-03-20 19:07:01,537 [67 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:07:01,537 [63 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:07:01,541 [63 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint 'Health checks'
INFO 2025-03-20 19:07:01,541 [67 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 GET https://stg.parcelat.com/health - - - 200 -
application/json 6.0659ms
INFO 2025-03-20 19:07:01,542 [74 ] p.HttpClient.health-checks.ClientHandler -
Received HTTP response headers after 8.2759ms - 200
INFO 2025-03-20 19:07:01,542 [74 ] .HttpClient.health-checks.LogicalHandler -
End processing HTTP request after 8.3308ms - 200
INFO 2025-03-20 19:07:01,542 [74 ] Microsoft.EntityFrameworkCore.Update -
Saved 4 entities to in-memory store.
INFO 2025-03-20 19:07:01,908 [67 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 GET https://10.0.50.50:443/health - -
INFO 2025-03-20 19:07:01,909 [67 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint 'Health checks'
INFO 2025-03-20 19:07:01,910 [67 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:07:01,910 [63 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:07:01,911 [67 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint 'Health checks'
INFO 2025-03-20 19:07:01,911 [63 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 GET https://10.0.50.50:443/health - - - 200 -
application/json 3.2786ms
INFO 2025-03-20 19:07:02,094 [63 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 GET https://10.0.50.50:443/health - -
INFO 2025-03-20 19:07:02,095 [63 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint 'Health checks'
INFO 2025-03-20 19:07:02,096 [63 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:07:02,096 [67 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:07:02,098 [63 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint 'Health checks'
INFO 2025-03-20 19:07:02,098 [67 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 GET https://10.0.50.50:443/health - - - 200 -
application/json 3.7358ms
INFO 2025-03-20 19:07:03,066 [67 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 GET https://10.0.50.50:443/health - -
INFO 2025-03-20 19:07:03,067 [67 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint 'Health checks'
INFO 2025-03-20 19:07:03,068 [67 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:07:03,068 [63 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:07:03,069 [67 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint 'Health checks'
INFO 2025-03-20 19:07:03,069 [63 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 GET https://10.0.50.50:443/health - - - 200 -
application/json 3.2298ms
INFO 2025-03-20 19:07:03,668 [67 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 GET https://10.0.50.50:443/health - -
INFO 2025-03-20 19:07:03,669 [67 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint 'Health checks'
INFO 2025-03-20 19:07:03,670 [67 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:07:03,670 [63 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:07:03,671 [73 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint 'Health checks'
INFO 2025-03-20 19:07:03,671 [63 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 GET https://10.0.50.50:443/health - - - 200 -
application/json 3.1788ms
INFO 2025-03-20 19:07:04,269 [63 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 GET https://10.0.50.50:443/health - -
INFO 2025-03-20 19:07:04,270 [63 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint 'Health checks'
INFO 2025-03-20 19:07:04,271 [63 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:07:04,271 [73 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:07:04,272 [63 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint 'Health checks'
INFO 2025-03-20 19:07:04,272 [73 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 GET https://10.0.50.50:443/health - - - 200 -
application/json 3.4284ms
INFO 2025-03-20 19:07:04,289 [73 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 GET https://10.0.50.50:443/health - -
INFO 2025-03-20 19:07:04,290 [73 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint 'Health checks'
INFO 2025-03-20 19:07:04,291 [73 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:07:04,291 [63 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:07:04,292 [63 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint 'Health checks'
INFO 2025-03-20 19:07:04,292 [73 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 GET https://10.0.50.50:443/health - - - 200 -
application/json 3.3300ms
INFO 2025-03-20 19:07:04,645 [63 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 GET https://10.0.50.50:443/health - -
INFO 2025-03-20 19:07:04,646 [63 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint 'Health checks'
INFO 2025-03-20 19:07:04,647 [73 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:07:04,647 [63 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:07:04,649 [63 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint 'Health checks'
INFO 2025-03-20 19:07:04,649 [67 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 GET https://10.0.50.50:443/health - - - 200 -
application/json 4.1098ms
INFO 2025-03-20 19:07:05,003 [67 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 GET https://10.0.50.50:443/health - -
INFO 2025-03-20 19:07:05,004 [67 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint 'Health checks'
INFO 2025-03-20 19:07:05,004 [67 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:07:05,004 [63 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:07:05,006 [67 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint 'Health checks'
INFO 2025-03-20 19:07:05,006 [63 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 GET https://10.0.50.50:443/health - - - 200 -
application/json 3.2838ms
INFO 2025-03-20 19:07:05,455 [63 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 GET https://10.0.50.50:443/health - -
INFO 2025-03-20 19:07:05,456 [63 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint 'Health checks'
INFO 2025-03-20 19:07:05,457 [63 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:07:05,457 [67 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:07:05,458 [63 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint 'Health checks'
INFO 2025-03-20 19:07:05,458 [67 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 GET https://10.0.50.50:443/health - - - 200 -
application/json 3.4972ms
INFO 2025-03-20 19:07:05,904 [67 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 GET https://10.0.50.50:443/health - -
INFO 2025-03-20 19:07:05,905 [67 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint 'Health checks'
INFO 2025-03-20 19:07:05,906 [67 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:07:05,906 [63 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:07:05,907 [63 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint 'Health checks'
INFO 2025-03-20 19:07:05,908 [67 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 GET https://10.0.50.50:443/health - - - 200 -
application/json 3.3121ms
INFO 2025-03-20 19:07:06,159 [67 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 GET https://10.0.50.50:443/health - -
INFO 2025-03-20 19:07:06,160 [67 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint 'Health checks'
INFO 2025-03-20 19:07:06,161 [67 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:07:06,161 [63 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:07:06,169 [63 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint 'Health checks'
INFO 2025-03-20 19:07:06,169 [67 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 GET https://10.0.50.50:443/health - - - 200 -
application/json 10.7125ms
INFO 2025-03-20 19:07:06,675 [67 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 GET https://10.0.50.50:443/health - -
INFO 2025-03-20 19:07:06,676 [67 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint 'Health checks'
INFO 2025-03-20 19:07:06,677 [67 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:07:06,677 [61 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:07:06,678 [63 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint 'Health checks'
INFO 2025-03-20 19:07:06,678 [61 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 GET https://10.0.50.50:443/health - - - 200 -
application/json 3.2184ms
INFO 2025-03-20 19:07:06,769 [61 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 GET https://10.0.50.50:443/health - -
INFO 2025-03-20 19:07:06,770 [61 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint 'Health checks'
INFO 2025-03-20 19:07:06,771 [61 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:07:06,771 [63 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:07:06,773 [61 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint 'Health checks'
INFO 2025-03-20 19:07:06,773 [63 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 GET https://10.0.50.50:443/health - - - 200 -
application/json 3.2600ms
INFO 2025-03-20 19:07:06,910 [63 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 GET https://10.0.50.50:443/health - -
INFO 2025-03-20 19:07:06,911 [63 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint 'Health checks'
INFO 2025-03-20 19:07:06,912 [63 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:07:06,912 [61 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:07:06,913 [61 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint 'Health checks'
INFO 2025-03-20 19:07:06,913 [62 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 GET https://10.0.50.50:443/health - - - 200 -
application/json 3.3605ms
INFO 2025-03-20 19:07:07,811 [61 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 POST https://stg.parcelat.com/signalr-chat?
id=QvJKPGVionPW2NWz76o1jw text/plain;charset=UTF-8 11
INFO 2025-03-20 19:07:07,812 [61 ] tion.Cookies.CookieAuthenticationHandler -
Identity.Application was not authenticated. Failure message: Unprotect ticket
failed
INFO 2025-03-20 19:07:07,812 [61 ] tCore.Cors.Infrastructure.CorsMiddleware - No
CORS policy found for the specified request.
INFO 2025-03-20 19:07:07,812 [61 ] tion.Cookies.CookieAuthenticationHandler -
Identity.Application was not authenticated. Failure message: Unprotect ticket
failed
INFO 2025-03-20 19:07:07,812 [61 ] tion.Cookies.CookieAuthenticationHandler -
Identity.Application was not authenticated. Failure message: Unprotect ticket
failed
INFO 2025-03-20 19:07:07,812 [61 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint '/signalr-chat'
INFO 2025-03-20 19:07:07,812 [61 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint '/signalr-chat'
INFO 2025-03-20 19:07:07,812 [61 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 POST https://stg.parcelat.com/signalr-chat?
id=QvJKPGVionPW2NWz76o1jw text/plain;charset=UTF-8 11 - 200 - text/plain 1.2824ms
INFO 2025-03-20 19:07:07,831 [61 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 POST https://stg.parcelat.com/signalr?id=Qq5rLsLcBZr-
n1yjGsj3EA text/plain;charset=UTF-8 11
INFO 2025-03-20 19:07:07,831 [61 ] tion.Cookies.CookieAuthenticationHandler -
Identity.Application was not authenticated. Failure message: Unprotect ticket
failed
INFO 2025-03-20 19:07:07,831 [61 ] tCore.Cors.Infrastructure.CorsMiddleware - No
CORS policy found for the specified request.
INFO 2025-03-20 19:07:07,831 [61 ] tion.Cookies.CookieAuthenticationHandler -
Identity.Application was not authenticated. Failure message: Unprotect ticket
failed
INFO 2025-03-20 19:07:07,832 [61 ] tion.Cookies.CookieAuthenticationHandler -
Identity.Application was not authenticated. Failure message: Unprotect ticket
failed
INFO 2025-03-20 19:07:07,832 [61 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint '/signalr'
INFO 2025-03-20 19:07:07,832 [61 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint '/signalr'
INFO 2025-03-20 19:07:07,832 [62 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 POST https://stg.parcelat.com/signalr?id=Qq5rLsLcBZr-
n1yjGsj3EA text/plain;charset=UTF-8 11 - 200 - text/plain 1.1552ms
INFO 2025-03-20 19:07:08,495 [61 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 GET https://10.0.50.50:443/health - -
INFO 2025-03-20 19:07:08,496 [61 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint 'Health checks'
INFO 2025-03-20 19:07:08,497 [61 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:07:08,497 [62 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:07:08,498 [61 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint 'Health checks'
INFO 2025-03-20 19:07:08,499 [61 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 GET https://10.0.50.50:443/health - - - 200 -
application/json 3.3596ms
INFO 2025-03-20 19:07:08,770 [61 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 GET https://10.0.50.50:443/health - -
INFO 2025-03-20 19:07:08,771 [61 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint 'Health checks'
INFO 2025-03-20 19:07:08,771 [61 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:07:08,771 [62 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:07:08,773 [61 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint 'Health checks'
INFO 2025-03-20 19:07:08,773 [62 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 GET https://10.0.50.50:443/health - - - 200 -
application/json 3.3801ms
INFO 2025-03-20 19:07:09,167 [61 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 GET https://10.0.50.50:443/health - -
INFO 2025-03-20 19:07:09,168 [61 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint 'Health checks'
INFO 2025-03-20 19:07:09,169 [62 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:07:09,169 [61 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:07:09,170 [62 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint 'Health checks'
INFO 2025-03-20 19:07:09,170 [67 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 GET https://10.0.50.50:443/health - - - 200 -
application/json 3.4919ms
INFO 2025-03-20 19:07:09,247 [67 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 GET https://10.0.50.50:443/health - -
INFO 2025-03-20 19:07:09,248 [67 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint 'Health checks'
INFO 2025-03-20 19:07:09,249 [67 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:07:09,249 [62 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:07:09,251 [61 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint 'Health checks'
INFO 2025-03-20 19:07:09,251 [61 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 GET https://10.0.50.50:443/health - - - 200 -
application/json 3.6900ms
INFO 2025-03-20 19:07:09,728 [63 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 GET https://10.0.50.50:443/health - -
INFO 2025-03-20 19:07:09,729 [63 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint 'Health checks'
INFO 2025-03-20 19:07:09,730 [63 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:07:09,730 [61 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:07:09,745 [61 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint 'Health checks'
INFO 2025-03-20 19:07:09,745 [63 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 GET https://10.0.50.50:443/health - - - 200 -
application/json 17.2003ms
INFO 2025-03-20 19:07:09,887 [63 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 POST https://stg.parcelat.com/signalr-chat?
id=K2q8678V7b454hCgJe7qeg text/plain;charset=UTF-8 11
INFO 2025-03-20 19:07:09,890 [61 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 POST https://stg.parcelat.com/hangfire/stats
application/x-www-form-urlencoded;+charset=UTF-8 392
INFO 2025-03-20 19:07:09,890 [63 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:07:09,892 [5 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 POST https://stg.parcelat.com/signalr/negotiate?
negotiateVersion=1 text/plain;charset=UTF-8 0
INFO 2025-03-20 19:07:09,893 [61 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:07:09,895 [61 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 POST https://stg.parcelat.com/signalr-chat/negotiate?
negotiateVersion=1 text/plain;charset=UTF-8 0
INFO 2025-03-20 19:07:09,896 [5 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:07:09,897 [61 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:07:09,899 [5 ] tCore.Cors.Infrastructure.CorsMiddleware - No
CORS policy found for the specified request.
INFO 2025-03-20 19:07:09,900 [5 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:07:09,901 [62 ] tCore.Cors.Infrastructure.CorsMiddleware - No
CORS policy found for the specified request.
INFO 2025-03-20 19:07:09,901 [5 ] tCore.Cors.Infrastructure.CorsMiddleware - No
CORS policy found for the specified request.
INFO 2025-03-20 19:07:09,902 [62 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint '/signalr-chat'
INFO 2025-03-20 19:07:09,902 [62 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint '/signalr-chat'
INFO 2025-03-20 19:07:09,902 [5 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 POST https://stg.parcelat.com/signalr-chat?
id=K2q8678V7b454hCgJe7qeg text/plain;charset=UTF-8 11 - 404 - text/plain 15.6628ms
INFO 2025-03-20 19:07:09,903 [5 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint '/signalr/negotiate'
INFO 2025-03-20 19:07:09,903 [5 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint '/signalr/negotiate'
INFO 2025-03-20 19:07:09,903 [5 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 POST https://stg.parcelat.com/signalr/negotiate?
negotiateVersion=1 text/plain;charset=UTF-8 0 - 200 253 application/json 10.8139ms
INFO 2025-03-20 19:07:09,904 [62 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 POST https://stg.parcelat.com/hangfire/stats
application/x-www-form-urlencoded;+charset=UTF-8 392 - 200 - application/json
14.3273ms
INFO 2025-03-20 19:07:09,913 [5 ] tCore.Cors.Infrastructure.CorsMiddleware - No
CORS policy found for the specified request.
INFO 2025-03-20 19:07:09,913 [5 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint '/signalr-chat/negotiate'
INFO 2025-03-20 19:07:09,913 [5 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint '/signalr-chat/negotiate'
INFO 2025-03-20 19:07:09,914 [63 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 POST https://stg.parcelat.com/signalr-chat/negotiate?
negotiateVersion=1 text/plain;charset=UTF-8 0 - 200 253 application/json 18.5562ms
INFO 2025-03-20 19:07:10,085 [63 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 GET https://stg.parcelat.com/signalr?id=oUj-
UD7rgS_YpCVcD55rGg - -
INFO 2025-03-20 19:07:10,090 [63 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:07:10,090 [5 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 POST https://stg.parcelat.com/signalr-chat?
id=AYET4jNIdZyoG3gpTm2u2A text/plain;charset=UTF-8 11
INFO 2025-03-20 19:07:10,091 [5 ] tion.Cookies.CookieAuthenticationHandler -
Identity.Application was not authenticated. Failure message: Unprotect ticket
failed
INFO 2025-03-20 19:07:10,091 [63 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 POST https://stg.parcelat.com/signalr?
id=9Ws2Jv_Yim4ISk9PRv9zLA text/plain;charset=UTF-8 11
INFO 2025-03-20 19:07:10,091 [5 ] tCore.Cors.Infrastructure.CorsMiddleware - No
CORS policy found for the specified request.
INFO 2025-03-20 19:07:10,091 [5 ] tion.Cookies.CookieAuthenticationHandler -
Identity.Application was not authenticated. Failure message: Unprotect ticket
failed
INFO 2025-03-20 19:07:10,091 [5 ] tion.Cookies.CookieAuthenticationHandler -
Identity.Application was not authenticated. Failure message: Unprotect ticket
failed
INFO 2025-03-20 19:07:10,091 [5 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint '/signalr-chat'
INFO 2025-03-20 19:07:10,091 [5 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint '/signalr-chat'
INFO 2025-03-20 19:07:10,091 [5 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 POST https://stg.parcelat.com/signalr-chat/negotiate?
negotiateVersion=1 text/plain;charset=UTF-8 0
INFO 2025-03-20 19:07:10,091 [63 ] tion.Cookies.CookieAuthenticationHandler -
Identity.Application was not authenticated. Failure message: Unprotect ticket
failed
INFO 2025-03-20 19:07:10,091 [5 ] tion.Cookies.CookieAuthenticationHandler -
Identity.Application was not authenticated. Failure message: Unprotect ticket
failed
INFO 2025-03-20 19:07:10,092 [63 ] tCore.Cors.Infrastructure.CorsMiddleware - No
CORS policy found for the specified request.
INFO 2025-03-20 19:07:10,092 [63 ] tion.Cookies.CookieAuthenticationHandler -
Identity.Application was not authenticated. Failure message: Unprotect ticket
failed
INFO 2025-03-20 19:07:10,092 [5 ] tCore.Cors.Infrastructure.CorsMiddleware - No
CORS policy found for the specified request.
INFO 2025-03-20 19:07:10,092 [5 ] tion.Cookies.CookieAuthenticationHandler -
Identity.Application was not authenticated. Failure message: Unprotect ticket
failed
INFO 2025-03-20 19:07:10,092 [63 ] tion.Cookies.CookieAuthenticationHandler -
Identity.Application was not authenticated. Failure message: Unprotect ticket
failed
INFO 2025-03-20 19:07:10,092 [63 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint '/signalr'
INFO 2025-03-20 19:07:10,092 [5 ] tion.Cookies.CookieAuthenticationHandler -
Identity.Application was not authenticated. Failure message: Unprotect ticket
failed
INFO 2025-03-20 19:07:10,092 [63 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint '/signalr'
INFO 2025-03-20 19:07:10,092 [5 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint '/signalr-chat/negotiate'
INFO 2025-03-20 19:07:10,092 [5 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint '/signalr-chat/negotiate'
INFO 2025-03-20 19:07:10,092 [5 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 POST https://stg.parcelat.com/signalr-chat?
id=AYET4jNIdZyoG3gpTm2u2A text/plain;charset=UTF-8 11 - 404 - text/plain 1.7930ms
INFO 2025-03-20 19:07:10,092 [5 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 POST https://stg.parcelat.com/signalr?
id=9Ws2Jv_Yim4ISk9PRv9zLA text/plain;charset=UTF-8 11 - 404 - text/plain 1.2831ms
INFO 2025-03-20 19:07:10,092 [5 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 POST https://stg.parcelat.com/signalr-chat/negotiate?
negotiateVersion=1 text/plain;charset=UTF-8 0 - 200 253 application/json 0.9194ms
INFO 2025-03-20 19:07:10,093 [5 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 POST https://stg.parcelat.com/signalr/negotiate?
negotiateVersion=1 text/plain;charset=UTF-8 0
INFO 2025-03-20 19:07:10,093 [5 ] tion.Cookies.CookieAuthenticationHandler -
Identity.Application was not authenticated. Failure message: Unprotect ticket
failed
INFO 2025-03-20 19:07:10,094 [5 ] tCore.Cors.Infrastructure.CorsMiddleware - No
CORS policy found for the specified request.
INFO 2025-03-20 19:07:10,094 [5 ] tion.Cookies.CookieAuthenticationHandler -
Identity.Application was not authenticated. Failure message: Unprotect ticket
failed
INFO 2025-03-20 19:07:10,094 [5 ] tion.Cookies.CookieAuthenticationHandler -
Identity.Application was not authenticated. Failure message: Unprotect ticket
failed
INFO 2025-03-20 19:07:10,094 [5 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint '/signalr/negotiate'
INFO 2025-03-20 19:07:10,094 [5 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint '/signalr/negotiate'
INFO 2025-03-20 19:07:10,094 [63 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 POST https://stg.parcelat.com/signalr/negotiate?
negotiateVersion=1 text/plain;charset=UTF-8 0 - 200 253 application/json 0.9416ms
INFO 2025-03-20 19:07:10,097 [5 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint '/signalr'
INFO 2025-03-20 19:07:10,108 [63 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 GET https://stg.parcelat.com/signalr-chat?
id=_p6cwu2XCYvurT9jDWrPVQ - -
INFO 2025-03-20 19:07:10,110 [63 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:07:10,115 [63 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint '/signalr-chat'
INFO 2025-03-20 19:07:10,212 [5 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 GET https://10.0.50.50:443/health - -
INFO 2025-03-20 19:07:10,213 [5 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint 'Health checks'
INFO 2025-03-20 19:07:10,214 [5 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:07:10,214 [63 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:07:10,215 [5 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint 'Health checks'
INFO 2025-03-20 19:07:10,215 [63 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 GET https://10.0.50.50:443/health - - - 200 -
application/json 3.2282ms
INFO 2025-03-20 19:07:10,290 [5 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint '/signalr'
INFO 2025-03-20 19:07:10,290 [5 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 GET https://stg.parcelat.com/signalr?id=oUj-
UD7rgS_YpCVcD55rGg - - - 200 - text/event-stream 204.7826ms
INFO 2025-03-20 19:07:10,293 [5 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 GET https://stg.parcelat.com/signalr?
id=KyldvXNhQQwjnPOgi5LQMw - -
INFO 2025-03-20 19:07:10,293 [63 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 GET https://stg.parcelat.com/signalr-chat?id=9FT-
7Y9svSKJND_S9sYK2A - -
INFO 2025-03-20 19:07:10,293 [5 ] tion.Cookies.CookieAuthenticationHandler -
Identity.Application was not authenticated. Failure message: Unprotect ticket
failed
INFO 2025-03-20 19:07:10,293 [63 ] tion.Cookies.CookieAuthenticationHandler -
Identity.Application was not authenticated. Failure message: Unprotect ticket
failed
INFO 2025-03-20 19:07:10,294 [63 ] tion.Cookies.CookieAuthenticationHandler -
Identity.Application was not authenticated. Failure message: Unprotect ticket
failed
INFO 2025-03-20 19:07:10,294 [63 ] tion.Cookies.CookieAuthenticationHandler -
Identity.Application was not authenticated. Failure message: Unprotect ticket
failed
INFO 2025-03-20 19:07:10,294 [5 ] tion.Cookies.CookieAuthenticationHandler -
Identity.Application was not authenticated. Failure message: Unprotect ticket
failed
INFO 2025-03-20 19:07:10,294 [63 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint '/signalr-chat'
INFO 2025-03-20 19:07:10,294 [5 ] tion.Cookies.CookieAuthenticationHandler -
Identity.Application was not authenticated. Failure message: Unprotect ticket
failed
INFO 2025-03-20 19:07:10,294 [5 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint '/signalr'
INFO 2025-03-20 19:07:10,313 [63 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 POST https://stg.parcelat.com/signalr-chat?
id=_p6cwu2XCYvurT9jDWrPVQ text/plain;charset=UTF-8 32
INFO 2025-03-20 19:07:10,315 [63 ] tCore.Cors.Infrastructure.CorsMiddleware - No
CORS policy found for the specified request.
INFO 2025-03-20 19:07:10,315 [63 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint '/signalr-chat'
INFO 2025-03-20 19:07:10,315 [63 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint '/signalr-chat'
INFO 2025-03-20 19:07:10,316 [63 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 POST https://stg.parcelat.com/signalr-chat?
id=_p6cwu2XCYvurT9jDWrPVQ text/plain;charset=UTF-8 32 - 200 - text/plain 2.3592ms
INFO 2025-03-20 19:07:10,316 [63 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint '/signalr'
INFO 2025-03-20 19:07:10,316 [63 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 GET https://stg.parcelat.com/signalr?
id=KyldvXNhQQwjnPOgi5LQMw - - - 200 - text/event-stream 23.5372ms
INFO 2025-03-20 19:07:10,316 [63 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint '/signalr-chat'
INFO 2025-03-20 19:07:10,317 [63 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 GET https://stg.parcelat.com/signalr-chat?id=9FT-
7Y9svSKJND_S9sYK2A - - - 200 - text/event-stream 23.4749ms
DEBUG 2025-03-20 19:07:10,317 [5 ] EnterpriseBase.Web.Chat.SignalR.ChatHub - A
client is connected:
{"ConnectionId":"C5qZsigkxHzXuAfIlhjlFA","IpAddress":"82.167.78.149","TenantId":nul
l,"UserId":18,"ConnectTime":"2025-03-20T19:07:10.3178355+03:00","Properties":{}}
INFO 2025-03-20 19:07:10,652 [63 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 GET https://10.0.50.50:443/health - -
INFO 2025-03-20 19:07:10,653 [63 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint 'Health checks'
INFO 2025-03-20 19:07:10,654 [63 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:07:10,654 [5 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:07:10,655 [63 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint 'Health checks'
INFO 2025-03-20 19:07:10,656 [5 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 GET https://10.0.50.50:443/health - - - 200 -
application/json 3.3834ms
INFO 2025-03-20 19:07:10,682 [5 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 GET https://10.0.50.50:443/health - -
INFO 2025-03-20 19:07:10,683 [5 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint 'Health checks'
INFO 2025-03-20 19:07:10,684 [5 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:07:10,684 [63 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:07:10,685 [5 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint 'Health checks'
INFO 2025-03-20 19:07:10,685 [63 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 GET https://10.0.50.50:443/health - - - 200 -
application/json 3.1528ms
INFO 2025-03-20 19:07:10,957 [63 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 GET https://10.0.50.50:443/health - -
INFO 2025-03-20 19:07:10,958 [63 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint 'Health checks'
INFO 2025-03-20 19:07:10,959 [63 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:07:10,959 [5 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:07:10,960 [63 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint 'Health checks'
INFO 2025-03-20 19:07:10,960 [5 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 GET https://10.0.50.50:443/health - - - 200 -
application/json 3.2250ms
INFO 2025-03-20 19:07:11,301 [5 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 GET https://10.0.50.50:443/health - -
INFO 2025-03-20 19:07:11,302 [5 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint 'Health checks'
INFO 2025-03-20 19:07:11,303 [5 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:07:11,303 [63 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:07:11,305 [5 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint 'Health checks'
INFO 2025-03-20 19:07:11,305 [63 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 GET https://10.0.50.50:443/health - - - 200 -
application/json 3.4783ms
INFO 2025-03-20 19:07:11,544 [5 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'HealthChecksDb' using provider
'Microsoft.EntityFrameworkCore.InMemory' with options: StoreName=HealthChecksUI
INFO 2025-03-20 19:07:11,544 [5 ] .HttpClient.health-checks.LogicalHandler -
Start processing HTTP request GET https://stg.parcelat.com/health
INFO 2025-03-20 19:07:11,544 [5 ] p.HttpClient.health-checks.ClientHandler -
Sending HTTP request GET https://stg.parcelat.com/health
INFO 2025-03-20 19:07:11,546 [5 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 GET https://stg.parcelat.com/health - -
INFO 2025-03-20 19:07:11,547 [5 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint 'Health checks'
INFO 2025-03-20 19:07:11,548 [5 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:07:11,548 [63 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:07:11,550 [5 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint 'Health checks'
INFO 2025-03-20 19:07:11,550 [63 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 GET https://stg.parcelat.com/health - - - 200 -
application/json 4.0496ms
INFO 2025-03-20 19:07:11,551 [74 ] p.HttpClient.health-checks.ClientHandler -
Received HTTP response headers after 6.4061ms - 200
INFO 2025-03-20 19:07:11,551 [74 ] .HttpClient.health-checks.LogicalHandler -
End processing HTTP request after 6.4628ms - 200
INFO 2025-03-20 19:07:11,551 [74 ] Microsoft.EntityFrameworkCore.Update -
Saved 4 entities to in-memory store.
INFO 2025-03-20 19:07:12,158 [63 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 GET https://10.0.50.50:443/health - -
INFO 2025-03-20 19:07:12,159 [63 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint 'Health checks'
INFO 2025-03-20 19:07:12,160 [5 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:07:12,160 [63 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:07:12,161 [5 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint 'Health checks'
INFO 2025-03-20 19:07:12,162 [67 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 GET https://10.0.50.50:443/health - - - 200 -
application/json 3.4190ms
INFO 2025-03-20 19:07:12,333 [67 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 GET https://10.0.50.50:443/health - -
INFO 2025-03-20 19:07:12,334 [67 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint 'Health checks'
INFO 2025-03-20 19:07:12,335 [5 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:07:12,335 [67 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:07:12,336 [67 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint 'Health checks'
INFO 2025-03-20 19:07:12,336 [63 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 GET https://10.0.50.50:443/health - - - 200 -
application/json 3.4480ms
INFO 2025-03-20 19:07:13,259 [67 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 POST https://stg.parcelat.com/hangfire/stats
application/x-www-form-urlencoded;+charset=UTF-8 392
INFO 2025-03-20 19:07:13,261 [67 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:07:13,267 [63 ] tCore.Cors.Infrastructure.CorsMiddleware - No
CORS policy found for the specified request.
INFO 2025-03-20 19:07:13,272 [5 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 POST https://stg.parcelat.com/hangfire/stats
application/x-www-form-urlencoded;+charset=UTF-8 392 - 200 - application/json
13.3442ms
INFO 2025-03-20 19:07:13,312 [5 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 GET https://10.0.50.50:443/health - -
INFO 2025-03-20 19:07:13,313 [5 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint 'Health checks'
INFO 2025-03-20 19:07:13,314 [5 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:07:13,314 [63 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:07:13,315 [63 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint 'Health checks'
INFO 2025-03-20 19:07:13,316 [67 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 GET https://10.0.50.50:443/health - - - 200 -
application/json 3.3865ms
INFO 2025-03-20 19:07:13,604 [67 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 GET https://10.0.50.50:443/health - -
INFO 2025-03-20 19:07:13,605 [67 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint 'Health checks'
INFO 2025-03-20 19:07:13,606 [67 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:07:13,606 [5 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:07:13,608 [67 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint 'Health checks'
INFO 2025-03-20 19:07:13,608 [5 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 GET https://10.0.50.50:443/health - - - 200 -
application/json 3.5315ms
INFO 2025-03-20 19:07:13,696 [5 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 POST https://stg.parcelat.com/signalr?
id=zcVeaZnxX7NtZqjB1V01xA text/plain;charset=UTF-8 11
INFO 2025-03-20 19:07:13,697 [5 ] tion.Cookies.CookieAuthenticationHandler -
Identity.Application was not authenticated. Failure message: Unprotect ticket
failed
INFO 2025-03-20 19:07:13,697 [5 ] tCore.Cors.Infrastructure.CorsMiddleware - No
CORS policy found for the specified request.
INFO 2025-03-20 19:07:13,697 [5 ] tion.Cookies.CookieAuthenticationHandler -
Identity.Application was not authenticated. Failure message: Unprotect ticket
failed
INFO 2025-03-20 19:07:13,697 [5 ] tion.Cookies.CookieAuthenticationHandler -
Identity.Application was not authenticated. Failure message: Unprotect ticket
failed
INFO 2025-03-20 19:07:13,697 [5 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint '/signalr'
INFO 2025-03-20 19:07:13,697 [5 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint '/signalr'
INFO 2025-03-20 19:07:13,698 [5 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 POST https://stg.parcelat.com/signalr?
id=zcVeaZnxX7NtZqjB1V01xA text/plain;charset=UTF-8 11 - 200 - text/plain 1.2757ms
INFO 2025-03-20 19:07:13,706 [5 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 POST https://stg.parcelat.com/signalr-chat?id=cL-
Z3uswYO69Sgmpb_dJ5w text/plain;charset=UTF-8 11
INFO 2025-03-20 19:07:13,706 [5 ] tion.Cookies.CookieAuthenticationHandler -
Identity.Application was not authenticated. Failure message: Unprotect ticket
failed
INFO 2025-03-20 19:07:13,706 [5 ] tCore.Cors.Infrastructure.CorsMiddleware - No
CORS policy found for the specified request.
INFO 2025-03-20 19:07:13,706 [5 ] tion.Cookies.CookieAuthenticationHandler -
Identity.Application was not authenticated. Failure message: Unprotect ticket
failed
INFO 2025-03-20 19:07:13,706 [5 ] tion.Cookies.CookieAuthenticationHandler -
Identity.Application was not authenticated. Failure message: Unprotect ticket
failed
INFO 2025-03-20 19:07:13,706 [5 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint '/signalr-chat'
INFO 2025-03-20 19:07:13,707 [5 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint '/signalr-chat'
INFO 2025-03-20 19:07:13,707 [67 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 POST https://stg.parcelat.com/signalr-chat?id=cL-
Z3uswYO69Sgmpb_dJ5w text/plain;charset=UTF-8 11 - 200 - text/plain 1.0171ms
INFO 2025-03-20 19:07:14,047 [67 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 GET https://10.0.50.50:443/health - -
INFO 2025-03-20 19:07:14,048 [67 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint 'Health checks'
INFO 2025-03-20 19:07:14,049 [67 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:07:14,049 [5 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:07:14,050 [67 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint 'Health checks'
INFO 2025-03-20 19:07:14,051 [5 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 GET https://10.0.50.50:443/health - - - 200 -
application/json 3.4802ms
INFO 2025-03-20 19:07:14,127 [5 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 GET https://10.0.50.50:443/health - -
INFO 2025-03-20 19:07:14,128 [5 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint 'Health checks'
INFO 2025-03-20 19:07:14,129 [5 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:07:14,129 [67 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:07:14,130 [67 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint 'Health checks'
INFO 2025-03-20 19:07:14,131 [5 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 GET https://10.0.50.50:443/health - - - 200 -
application/json 3.5000ms
INFO 2025-03-20 19:07:14,925 [67 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 GET https://10.0.50.50:443/health - -
INFO 2025-03-20 19:07:14,926 [67 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint 'Health checks'
INFO 2025-03-20 19:07:14,926 [67 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:07:14,927 [5 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:07:14,928 [67 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint 'Health checks'
INFO 2025-03-20 19:07:14,928 [5 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 GET https://10.0.50.50:443/health - - - 200 -
application/json 3.3790ms
INFO 2025-03-20 19:07:15,121 [5 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 GET https://10.0.50.50:443/health - -
INFO 2025-03-20 19:07:15,122 [5 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint 'Health checks'
INFO 2025-03-20 19:07:15,123 [5 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:07:15,123 [67 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:07:15,124 [62 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint 'Health checks'
INFO 2025-03-20 19:07:15,124 [67 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 GET https://10.0.50.50:443/health - - - 200 -
application/json 3.2435ms
INFO 2025-03-20 19:07:15,480 [62 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 GET https://10.0.50.50:443/health - -
INFO 2025-03-20 19:07:15,481 [62 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint 'Health checks'
INFO 2025-03-20 19:07:15,482 [62 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:07:15,482 [67 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:07:15,484 [62 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint 'Health checks'
INFO 2025-03-20 19:07:15,484 [67 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 GET https://10.0.50.50:443/health - - - 200 -
application/json 3.4068ms
INFO 2025-03-20 19:07:15,551 [67 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 GET https://10.0.50.50:443/health - -
INFO 2025-03-20 19:07:15,552 [67 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint 'Health checks'
INFO 2025-03-20 19:07:15,553 [62 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:07:15,553 [67 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:07:15,555 [67 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint 'Health checks'
INFO 2025-03-20 19:07:15,555 [62 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 GET https://10.0.50.50:443/health - - - 200 -
application/json 3.5034ms
INFO 2025-03-20 19:07:15,840 [62 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 GET https://10.0.50.50:443/health - -
INFO 2025-03-20 19:07:15,841 [62 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint 'Health checks'
INFO 2025-03-20 19:07:15,842 [62 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:07:15,842 [67 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:07:15,844 [62 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint 'Health checks'
INFO 2025-03-20 19:07:15,844 [67 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 GET https://10.0.50.50:443/health - - - 200 -
application/json 3.4534ms
INFO 2025-03-20 19:07:16,090 [67 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 GET https://10.0.50.50:443/health - -
INFO 2025-03-20 19:07:16,091 [67 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint 'Health checks'
INFO 2025-03-20 19:07:16,092 [67 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:07:16,092 [62 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:07:16,093 [67 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint 'Health checks'
INFO 2025-03-20 19:07:16,093 [62 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 GET https://10.0.50.50:443/health - - - 200 -
application/json 3.3437ms
INFO 2025-03-20 19:07:16,151 [62 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 POST https://stg.parcelat.com/hangfire/stats
application/x-www-form-urlencoded;+charset=UTF-8 392
INFO 2025-03-20 19:07:16,153 [62 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:07:16,159 [61 ] tCore.Cors.Infrastructure.CorsMiddleware - No
CORS policy found for the specified request.
INFO 2025-03-20 19:07:16,161 [67 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 POST https://stg.parcelat.com/hangfire/stats
application/x-www-form-urlencoded;+charset=UTF-8 392 - 200 - application/json
10.7282ms
INFO 2025-03-20 19:07:17,100 [61 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 GET https://10.0.50.50:443/health - -
INFO 2025-03-20 19:07:17,101 [61 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint 'Health checks'
INFO 2025-03-20 19:07:17,102 [61 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:07:17,102 [67 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:07:17,103 [61 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint 'Health checks'
INFO 2025-03-20 19:07:17,103 [67 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 GET https://10.0.50.50:443/health - - - 200 -
application/json 3.4722ms
INFO 2025-03-20 19:07:17,598 [61 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 GET https://10.0.50.50:443/health - -
INFO 2025-03-20 19:07:17,599 [61 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint 'Health checks'
INFO 2025-03-20 19:07:17,600 [61 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:07:17,600 [67 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:07:17,601 [61 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint 'Health checks'
INFO 2025-03-20 19:07:17,601 [67 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 GET https://10.0.50.50:443/health - - - 200 -
application/json 3.4615ms
INFO 2025-03-20 19:07:18,488 [67 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 GET https://10.0.50.50:443/health - -
INFO 2025-03-20 19:07:18,489 [67 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint 'Health checks'
INFO 2025-03-20 19:07:18,493 [67 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:07:18,493 [61 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:07:18,494 [67 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint 'Health checks'
INFO 2025-03-20 19:07:18,495 [61 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 GET https://10.0.50.50:443/health - - - 200 -
application/json 6.3753ms
INFO 2025-03-20 19:07:18,658 [61 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 GET https://10.0.50.50:443/health - -
INFO 2025-03-20 19:07:18,659 [61 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint 'Health checks'
INFO 2025-03-20 19:07:18,660 [67 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:07:18,660 [61 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:07:18,661 [61 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint 'Health checks'
INFO 2025-03-20 19:07:18,661 [67 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 GET https://10.0.50.50:443/health - - - 200 -
application/json 3.4140ms
INFO 2025-03-20 19:07:18,746 [67 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 GET https://10.0.50.50:443/health - -
INFO 2025-03-20 19:07:18,747 [67 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint 'Health checks'
INFO 2025-03-20 19:07:18,748 [67 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:07:18,748 [61 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:07:18,749 [67 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint 'Health checks'
INFO 2025-03-20 19:07:18,750 [61 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 GET https://10.0.50.50:443/health - - - 200 -
application/json 3.3738ms
INFO 2025-03-20 19:07:19,037 [61 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 POST https://stg.parcelat.com/hangfire/stats
application/x-www-form-urlencoded;+charset=UTF-8 392
INFO 2025-03-20 19:07:19,040 [61 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:07:19,046 [67 ] tCore.Cors.Infrastructure.CorsMiddleware - No
CORS policy found for the specified request.
INFO 2025-03-20 19:07:19,048 [61 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 POST https://stg.parcelat.com/hangfire/stats
application/x-www-form-urlencoded;+charset=UTF-8 392 - 200 - application/json
10.7332ms
INFO 2025-03-20 19:07:19,543 [61 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 GET https://10.0.50.50:443/health - -
INFO 2025-03-20 19:07:19,544 [61 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint 'Health checks'
INFO 2025-03-20 19:07:19,544 [61 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:07:19,545 [67 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:07:19,546 [61 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint 'Health checks'
INFO 2025-03-20 19:07:19,546 [67 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 GET https://10.0.50.50:443/health - - - 200 -
application/json 3.4180ms
INFO 2025-03-20 19:07:19,966 [67 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 GET https://10.0.50.50:443/health - -
INFO 2025-03-20 19:07:19,967 [67 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint 'Health checks'
INFO 2025-03-20 19:07:19,968 [67 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:07:19,968 [61 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:07:19,970 [67 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint 'Health checks'
INFO 2025-03-20 19:07:19,970 [61 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 GET https://10.0.50.50:443/health - - - 200 -
application/json 3.3774ms
INFO 2025-03-20 19:07:19,986 [61 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 GET https://10.0.50.50:443/health - -
INFO 2025-03-20 19:07:19,987 [61 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint 'Health checks'
INFO 2025-03-20 19:07:19,988 [61 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:07:19,988 [67 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:07:19,989 [61 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint 'Health checks'
INFO 2025-03-20 19:07:19,989 [67 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 GET https://10.0.50.50:443/health - - - 200 -
application/json 3.1138ms
INFO 2025-03-20 19:07:20,313 [67 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 GET https://10.0.50.50:443/health - -
INFO 2025-03-20 19:07:20,314 [67 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint 'Health checks'
INFO 2025-03-20 19:07:20,315 [67 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:07:20,315 [61 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:07:20,316 [67 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint 'Health checks'
INFO 2025-03-20 19:07:20,316 [61 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 GET https://10.0.50.50:443/health - - - 200 -
application/json 3.3291ms
INFO 2025-03-20 19:07:20,440 [67 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 GET https://10.0.50.50:443/health - -
INFO 2025-03-20 19:07:20,441 [67 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint 'Health checks'
INFO 2025-03-20 19:07:20,442 [67 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:07:20,442 [61 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:07:20,443 [61 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint 'Health checks'
INFO 2025-03-20 19:07:20,444 [5 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 GET https://10.0.50.50:443/health - - - 200 -
application/json 3.4614ms
INFO 2025-03-20 19:07:20,733 [5 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 GET https://10.0.50.50:443/health - -
INFO 2025-03-20 19:07:20,733 [5 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint 'Health checks'
INFO 2025-03-20 19:07:20,734 [5 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:07:20,734 [61 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:07:20,736 [5 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint 'Health checks'
INFO 2025-03-20 19:07:20,736 [61 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 GET https://10.0.50.50:443/health - - - 200 -
application/json 3.3456ms
INFO 2025-03-20 19:07:21,046 [61 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 POST https://stg.parcelat.com/signalr/negotiate?
negotiateVersion=1 text/plain;charset=UTF-8 0
INFO 2025-03-20 19:07:21,049 [61 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:07:21,055 [61 ] tCore.Cors.Infrastructure.CorsMiddleware - No
CORS policy found for the specified request.
INFO 2025-03-20 19:07:21,056 [61 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint '/signalr/negotiate'
INFO 2025-03-20 19:07:21,056 [61 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint '/signalr/negotiate'
INFO 2025-03-20 19:07:21,056 [5 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 POST https://stg.parcelat.com/signalr/negotiate?
negotiateVersion=1 text/plain;charset=UTF-8 0 - 200 253 application/json 9.6900ms
INFO 2025-03-20 19:07:21,206 [5 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 GET https://stg.parcelat.com/signalr?id=ZMjLJkCcMEjTamD-
ZuDloA - -
INFO 2025-03-20 19:07:21,209 [5 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint '/signalr'
INFO 2025-03-20 19:07:21,225 [61 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 POST https://stg.parcelat.com/signalr?id=ZMjLJkCcMEjTamD-
ZuDloA text/plain;charset=UTF-8 32
INFO 2025-03-20 19:07:21,227 [61 ] tCore.Cors.Infrastructure.CorsMiddleware - No
CORS policy found for the specified request.
INFO 2025-03-20 19:07:21,227 [61 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint '/signalr'
INFO 2025-03-20 19:07:21,227 [61 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint '/signalr'
INFO 2025-03-20 19:07:21,227 [61 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 POST https://stg.parcelat.com/signalr?id=ZMjLJkCcMEjTamD-
ZuDloA text/plain;charset=UTF-8 32 - 200 - text/plain 2.4428ms
DEBUG 2025-03-20 19:07:21,227 [5 ] Abp.AspNetCore.SignalR.Hubs.AbpCommonHub - A
client is connected: {"ConnectionId":"KdA7fvOi4gXV-
bEt77p8NQ","IpAddress":"82.167.78.149","TenantId":null,"UserId":18,"ConnectTime":"2
025-03-20T19:07:21.2276486+03:00","Properties":{}}
INFO 2025-03-20 19:07:21,423 [61 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 GET https://10.0.50.50:443/health - -
INFO 2025-03-20 19:07:21,424 [61 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint 'Health checks'
INFO 2025-03-20 19:07:21,425 [5 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:07:21,425 [61 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:07:21,427 [5 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint 'Health checks'
INFO 2025-03-20 19:07:21,427 [61 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 GET https://10.0.50.50:443/health - - - 200 -
application/json 3.6003ms
INFO 2025-03-20 19:07:21,558 [61 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'HealthChecksDb' using provider
'Microsoft.EntityFrameworkCore.InMemory' with options: StoreName=HealthChecksUI
INFO 2025-03-20 19:07:21,558 [61 ] .HttpClient.health-checks.LogicalHandler -
Start processing HTTP request GET https://stg.parcelat.com/health
INFO 2025-03-20 19:07:21,558 [61 ] p.HttpClient.health-checks.ClientHandler -
Sending HTTP request GET https://stg.parcelat.com/health
INFO 2025-03-20 19:07:21,560 [61 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 GET https://stg.parcelat.com/health - -
INFO 2025-03-20 19:07:21,561 [61 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint 'Health checks'
INFO 2025-03-20 19:07:21,562 [61 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:07:21,562 [5 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:07:21,563 [61 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint 'Health checks'
INFO 2025-03-20 19:07:21,563 [5 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 GET https://stg.parcelat.com/health - - - 200 -
application/json 3.1508ms
INFO 2025-03-20 19:07:21,563 [74 ] p.HttpClient.health-checks.ClientHandler -
Received HTTP response headers after 5.3902ms - 200
INFO 2025-03-20 19:07:21,563 [74 ] .HttpClient.health-checks.LogicalHandler -
End processing HTTP request after 5.4395ms - 200
INFO 2025-03-20 19:07:21,564 [74 ] Microsoft.EntityFrameworkCore.Update -
Saved 4 entities to in-memory store.
INFO 2025-03-20 19:07:21,668 [5 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 GET https://10.0.50.50:443/health - -
INFO 2025-03-20 19:07:21,669 [5 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint 'Health checks'
INFO 2025-03-20 19:07:21,670 [5 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:07:21,670 [61 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:07:21,671 [5 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint 'Health checks'
INFO 2025-03-20 19:07:21,671 [61 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 GET https://10.0.50.50:443/health - - - 200 -
application/json 3.2955ms
INFO 2025-03-20 19:07:22,054 [61 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 POST https://stg.parcelat.com/hangfire/stats
application/x-www-form-urlencoded;+charset=UTF-8 392
INFO 2025-03-20 19:07:22,057 [61 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:07:22,063 [61 ] tCore.Cors.Infrastructure.CorsMiddleware - No
CORS policy found for the specified request.
INFO 2025-03-20 19:07:22,065 [5 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 POST https://stg.parcelat.com/hangfire/stats
application/x-www-form-urlencoded;+charset=UTF-8 392 - 200 - application/json
10.5364ms
INFO 2025-03-20 19:07:22,869 [61 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 GET https://10.0.50.50:443/health - -
INFO 2025-03-20 19:07:22,870 [61 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint 'Health checks'
INFO 2025-03-20 19:07:22,871 [61 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:07:22,871 [67 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:07:22,873 [67 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint 'Health checks'
INFO 2025-03-20 19:07:22,873 [61 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 GET https://10.0.50.50:443/health - - - 200 -
application/json 3.6463ms
INFO 2025-03-20 19:07:23,129 [61 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 GET https://10.0.50.50:443/health - -
INFO 2025-03-20 19:07:23,130 [61 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint 'Health checks'
INFO 2025-03-20 19:07:23,131 [61 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:07:23,131 [67 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:07:23,132 [67 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint 'Health checks'
INFO 2025-03-20 19:07:23,132 [61 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 GET https://10.0.50.50:443/health - - - 200 -
application/json 3.5312ms
INFO 2025-03-20 19:07:23,496 [67 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 GET https://10.0.50.50:443/health - -
INFO 2025-03-20 19:07:23,497 [67 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint 'Health checks'
INFO 2025-03-20 19:07:23,498 [61 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:07:23,498 [67 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:07:23,499 [61 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint 'Health checks'
INFO 2025-03-20 19:07:23,499 [67 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 GET https://10.0.50.50:443/health - - - 200 -
application/json 3.4621ms
INFO 2025-03-20 19:07:23,822 [61 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 POST https://stg.parcelat.com/signalr-chat?
id=QvJKPGVionPW2NWz76o1jw text/plain;charset=UTF-8 11
INFO 2025-03-20 19:07:23,823 [61 ] tion.Cookies.CookieAuthenticationHandler -
Identity.Application was not authenticated. Failure message: Unprotect ticket
failed
INFO 2025-03-20 19:07:23,823 [61 ] tCore.Cors.Infrastructure.CorsMiddleware - No
CORS policy found for the specified request.
INFO 2025-03-20 19:07:23,823 [61 ] tion.Cookies.CookieAuthenticationHandler -
Identity.Application was not authenticated. Failure message: Unprotect ticket
failed
INFO 2025-03-20 19:07:23,823 [61 ] tion.Cookies.CookieAuthenticationHandler -
Identity.Application was not authenticated. Failure message: Unprotect ticket
failed
INFO 2025-03-20 19:07:23,824 [61 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint '/signalr-chat'
INFO 2025-03-20 19:07:23,824 [61 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint '/signalr-chat'
INFO 2025-03-20 19:07:23,824 [61 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 POST https://stg.parcelat.com/signalr-chat?
id=QvJKPGVionPW2NWz76o1jw text/plain;charset=UTF-8 11 - 200 - text/plain 1.3069ms
INFO 2025-03-20 19:07:23,852 [61 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 POST https://stg.parcelat.com/signalr?id=Qq5rLsLcBZr-
n1yjGsj3EA text/plain;charset=UTF-8 11
INFO 2025-03-20 19:07:23,852 [61 ] tion.Cookies.CookieAuthenticationHandler -
Identity.Application was not authenticated. Failure message: Unprotect ticket
failed
INFO 2025-03-20 19:07:23,852 [61 ] tCore.Cors.Infrastructure.CorsMiddleware - No
CORS policy found for the specified request.
INFO 2025-03-20 19:07:23,853 [61 ] tion.Cookies.CookieAuthenticationHandler -
Identity.Application was not authenticated. Failure message: Unprotect ticket
failed
INFO 2025-03-20 19:07:23,853 [61 ] tion.Cookies.CookieAuthenticationHandler -
Identity.Application was not authenticated. Failure message: Unprotect ticket
failed
INFO 2025-03-20 19:07:23,853 [61 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint '/signalr'
INFO 2025-03-20 19:07:23,853 [61 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint '/signalr'
INFO 2025-03-20 19:07:23,853 [61 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 POST https://stg.parcelat.com/signalr?id=Qq5rLsLcBZr-
n1yjGsj3EA text/plain;charset=UTF-8 11 - 200 - text/plain 1.2942ms
INFO 2025-03-20 19:07:24,019 [61 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 GET https://10.0.50.50:443/health - -
INFO 2025-03-20 19:07:24,020 [61 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint 'Health checks'
INFO 2025-03-20 19:07:24,021 [61 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:07:24,021 [67 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:07:24,023 [67 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint 'Health checks'
INFO 2025-03-20 19:07:24,023 [61 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 GET https://10.0.50.50:443/health - - - 200 -
application/json 3.3284ms
INFO 2025-03-20 19:07:24,617 [67 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 GET https://10.0.50.50:443/health - -
INFO 2025-03-20 19:07:24,618 [67 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint 'Health checks'
INFO 2025-03-20 19:07:24,619 [67 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:07:24,619 [61 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:07:24,620 [67 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint 'Health checks'
INFO 2025-03-20 19:07:24,620 [61 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 GET https://10.0.50.50:443/health - - - 200 -
application/json 3.2729ms
INFO 2025-03-20 19:07:25,033 [61 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 GET https://10.0.50.50:443/health - -
INFO 2025-03-20 19:07:25,034 [61 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint 'Health checks'
INFO 2025-03-20 19:07:25,035 [67 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:07:25,035 [61 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:07:25,035 [67 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 POST https://stg.parcelat.com/hangfire/stats
application/x-www-form-urlencoded;+charset=UTF-8 392
INFO 2025-03-20 19:07:25,036 [61 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint 'Health checks'
INFO 2025-03-20 19:07:25,036 [61 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 GET https://10.0.50.50:443/health - - - 200 -
application/json 3.3631ms
INFO 2025-03-20 19:07:25,038 [67 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:07:25,043 [61 ] tCore.Cors.Infrastructure.CorsMiddleware - No
CORS policy found for the specified request.
INFO 2025-03-20 19:07:25,045 [67 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 POST https://stg.parcelat.com/hangfire/stats
application/x-www-form-urlencoded;+charset=UTF-8 392 - 200 - application/json
10.0982ms
INFO 2025-03-20 19:07:25,364 [67 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 GET https://10.0.50.50:443/health - -
INFO 2025-03-20 19:07:25,365 [67 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint 'Health checks'
INFO 2025-03-20 19:07:25,366 [61 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:07:25,366 [67 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:07:25,372 [61 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint 'Health checks'
INFO 2025-03-20 19:07:25,372 [73 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 GET https://10.0.50.50:443/health - - - 200 -
application/json 8.4039ms
INFO 2025-03-20 19:07:25,434 [73 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 GET https://10.0.50.50:443/health - -
INFO 2025-03-20 19:07:25,435 [73 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint 'Health checks'
INFO 2025-03-20 19:07:25,436 [61 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:07:25,436 [73 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:07:25,437 [61 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint 'Health checks'
INFO 2025-03-20 19:07:25,437 [63 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 GET https://10.0.50.50:443/health - - - 200 -
application/json 3.2794ms
INFO 2025-03-20 19:07:25,463 [63 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 GET https://10.0.50.50:443/health - -
INFO 2025-03-20 19:07:25,464 [63 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint 'Health checks'
INFO 2025-03-20 19:07:25,465 [63 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:07:25,465 [61 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:07:25,467 [61 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint 'Health checks'
INFO 2025-03-20 19:07:25,467 [73 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 GET https://10.0.50.50:443/health - - - 200 -
application/json 4.0636ms
INFO 2025-03-20 19:07:25,886 [73 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 GET https://10.0.50.50:443/health - -
INFO 2025-03-20 19:07:25,887 [73 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint 'Health checks'
INFO 2025-03-20 19:07:25,888 [73 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:07:25,888 [61 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:07:25,890 [73 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint 'Health checks'
INFO 2025-03-20 19:07:25,890 [61 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 GET https://10.0.50.50:443/health - - - 200 -
application/json 3.2131ms
INFO 2025-03-20 19:07:25,961 [61 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 GET https://10.0.50.50:443/health - -
INFO 2025-03-20 19:07:25,962 [61 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint 'Health checks'
INFO 2025-03-20 19:07:25,963 [61 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:07:25,963 [73 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:07:25,964 [61 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint 'Health checks'
INFO 2025-03-20 19:07:25,964 [73 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 GET https://10.0.50.50:443/health - - - 200 -
application/json 3.3901ms
INFO 2025-03-20 19:07:26,186 [73 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 POST https://stg.parcelat.com/signalr-chat?
id=_p6cwu2XCYvurT9jDWrPVQ text/plain;charset=UTF-8 11
INFO 2025-03-20 19:07:26,190 [73 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:07:26,197 [73 ] tCore.Cors.Infrastructure.CorsMiddleware - No
CORS policy found for the specified request.
INFO 2025-03-20 19:07:26,198 [73 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint '/signalr-chat'
INFO 2025-03-20 19:07:26,198 [73 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint '/signalr-chat'
INFO 2025-03-20 19:07:26,198 [73 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 POST https://stg.parcelat.com/signalr-chat?
id=_p6cwu2XCYvurT9jDWrPVQ text/plain;charset=UTF-8 11 - 200 - text/plain 11.9377ms
INFO 2025-03-20 19:07:27,059 [73 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 GET https://10.0.50.50:443/health - -
INFO 2025-03-20 19:07:27,060 [73 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint 'Health checks'
INFO 2025-03-20 19:07:27,061 [73 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:07:27,061 [61 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:07:27,062 [73 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint 'Health checks'
INFO 2025-03-20 19:07:27,062 [61 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 GET https://10.0.50.50:443/health - - - 200 -
application/json 3.4408ms
INFO 2025-03-20 19:07:27,830 [61 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 GET https://10.0.50.50:443/health - -
INFO 2025-03-20 19:07:27,831 [61 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint 'Health checks'
INFO 2025-03-20 19:07:27,831 [61 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:07:27,831 [67 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:07:27,833 [61 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint 'Health checks'
INFO 2025-03-20 19:07:27,833 [67 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 GET https://10.0.50.50:443/health - - - 200 -
application/json 3.2039ms
INFO 2025-03-20 19:07:28,045 [67 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 POST https://stg.parcelat.com/hangfire/stats
application/x-www-form-urlencoded;+charset=UTF-8 392
INFO 2025-03-20 19:07:28,048 [67 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:07:28,053 [61 ] tCore.Cors.Infrastructure.CorsMiddleware - No
CORS policy found for the specified request.
INFO 2025-03-20 19:07:28,056 [67 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 POST https://stg.parcelat.com/hangfire/stats
application/x-www-form-urlencoded;+charset=UTF-8 392 - 200 - application/json
10.3702ms
INFO 2025-03-20 19:07:28,225 [67 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 GET https://10.0.50.50:443/health - -
INFO 2025-03-20 19:07:28,226 [67 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint 'Health checks'
INFO 2025-03-20 19:07:28,227 [67 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:07:28,227 [61 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:07:28,229 [67 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint 'Health checks'
INFO 2025-03-20 19:07:28,229 [61 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 GET https://10.0.50.50:443/health - - - 200 -
application/json 3.4344ms
DEBUG 2025-03-20 19:07:28,344 [5 ] Abp.AspNetCore.SignalR.Hubs.AbpCommonHub - A
client is disconnected: er_tDZfpvWCYNT8utiIsRA
INFO 2025-03-20 19:07:28,344 [5 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint '/signalr'
INFO 2025-03-20 19:07:28,344 [5 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/2 GET https://localhost/signalr?id=aaDuR6_vYVHvlTy-_4_Pvg - -
- 200 - text/event-stream 129977.8241ms
DEBUG 2025-03-20 19:07:28,347 [67 ] EnterpriseBase.Web.Chat.SignalR.ChatHub - A
client is disconnected: nc4kWPkvOcUQwa_ZILAXOQ
INFO 2025-03-20 19:07:28,347 [67 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint '/signalr-chat'
INFO 2025-03-20 19:07:28,347 [67 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/2 GET https://localhost/signalr-chat?
id=Zq3wwKAqiP8x7m6SLClfFA - - - 200 - text/event-stream 129980.7481ms
INFO 2025-03-20 19:07:28,354 [67 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/2 POST https://localhost/signalr/negotiate?negotiateVersion=1
text/plain;charset=UTF-8 0
INFO 2025-03-20 19:07:28,355 [63 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/2 POST https://localhost/signalr-chat/negotiate?
negotiateVersion=1 text/plain;charset=UTF-8 0
INFO 2025-03-20 19:07:28,358 [67 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:07:28,359 [63 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:07:28,366 [61 ] tCore.Cors.Infrastructure.CorsMiddleware - No
CORS policy found for the specified request.
INFO 2025-03-20 19:07:28,366 [67 ] tCore.Cors.Infrastructure.CorsMiddleware - No
CORS policy found for the specified request.
INFO 2025-03-20 19:07:28,366 [67 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint '/signalr-chat/negotiate'
INFO 2025-03-20 19:07:28,366 [61 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint '/signalr/negotiate'
INFO 2025-03-20 19:07:28,366 [61 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint '/signalr/negotiate'
INFO 2025-03-20 19:07:28,366 [67 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint '/signalr-chat/negotiate'
INFO 2025-03-20 19:07:28,366 [5 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/2 POST https://localhost/signalr-chat/negotiate?
negotiateVersion=1 text/plain;charset=UTF-8 0 - 200 253 application/json 11.2912ms
INFO 2025-03-20 19:07:28,366 [61 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/2 POST https://localhost/signalr/negotiate?negotiateVersion=1
text/plain;charset=UTF-8 0 - 200 253 application/json 12.1231ms
INFO 2025-03-20 19:07:28,370 [5 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/2 GET https://localhost/signalr-chat?
id=mA8o42sfMP994EBd_vzi_w - -
INFO 2025-03-20 19:07:28,370 [61 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/2 GET https://localhost/signalr?id=nf24ouEgEtGBjKVTyCqjTQ - -
INFO 2025-03-20 19:07:28,373 [5 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint '/signalr-chat'
INFO 2025-03-20 19:07:28,373 [61 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint '/signalr'
INFO 2025-03-20 19:07:28,375 [61 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/2 POST https://localhost/signalr-chat?
id=mA8o42sfMP994EBd_vzi_w text/plain;charset=UTF-8 32
INFO 2025-03-20 19:07:28,376 [5 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/2 POST https://localhost/signalr?id=nf24ouEgEtGBjKVTyCqjTQ
text/plain;charset=UTF-8 32
INFO 2025-03-20 19:07:28,378 [61 ] tCore.Cors.Infrastructure.CorsMiddleware - No
CORS policy found for the specified request.
INFO 2025-03-20 19:07:28,378 [61 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint '/signalr-chat'
INFO 2025-03-20 19:07:28,378 [61 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint '/signalr-chat'
INFO 2025-03-20 19:07:28,379 [5 ] tCore.Cors.Infrastructure.CorsMiddleware - No
CORS policy found for the specified request.
INFO 2025-03-20 19:07:28,379 [5 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint '/signalr'
INFO 2025-03-20 19:07:28,379 [5 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint '/signalr'
INFO 2025-03-20 19:07:28,379 [5 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/2 POST https://localhost/signalr-chat?
id=mA8o42sfMP994EBd_vzi_w text/plain;charset=UTF-8 32 - 200 - text/plain 4.5927ms
DEBUG 2025-03-20 19:07:28,380 [5 ] Abp.AspNetCore.SignalR.Hubs.AbpCommonHub - A
client is connected:
{"ConnectionId":"xl_BNVlPRBHFdUD3rO_tog","IpAddress":"::1","TenantId":null,"UserId"
:101,"ConnectTime":"2025-03-20T19:07:28.3801739+03:00","Properties":{}}
INFO 2025-03-20 19:07:28,380 [5 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/2 POST https://localhost/signalr?id=nf24ouEgEtGBjKVTyCqjTQ
text/plain;charset=UTF-8 32 - 200 - text/plain 3.9420ms
DEBUG 2025-03-20 19:07:28,381 [61 ] EnterpriseBase.Web.Chat.SignalR.ChatHub - A
client is connected:
{"ConnectionId":"QE2XbBvtpb1BzvWRK4lLIA","IpAddress":"::1","TenantId":null,"UserId"
:101,"ConnectTime":"2025-03-20T19:07:28.3816806+03:00","Properties":{}}
INFO 2025-03-20 19:07:28,927 [61 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 GET https://10.0.50.50:443/health - -
INFO 2025-03-20 19:07:28,929 [61 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint 'Health checks'
INFO 2025-03-20 19:07:28,930 [5 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:07:28,930 [61 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:07:28,931 [5 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint 'Health checks'
INFO 2025-03-20 19:07:28,931 [61 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 GET https://10.0.50.50:443/health - - - 200 -
application/json 3.5015ms
INFO 2025-03-20 19:07:29,242 [61 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 GET https://10.0.50.50:443/health - -
INFO 2025-03-20 19:07:29,243 [61 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint 'Health checks'
INFO 2025-03-20 19:07:29,244 [61 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:07:29,244 [5 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:07:29,245 [5 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint 'Health checks'
INFO 2025-03-20 19:07:29,245 [73 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 GET https://10.0.50.50:443/health - - - 200 -
application/json 3.3034ms
INFO 2025-03-20 19:07:29,600 [5 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 GET https://10.0.50.50:443/health - -
INFO 2025-03-20 19:07:29,601 [5 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint 'Health checks'
INFO 2025-03-20 19:07:29,602 [73 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:07:29,602 [5 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:07:29,604 [5 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint 'Health checks'
INFO 2025-03-20 19:07:29,604 [73 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 GET https://10.0.50.50:443/health - - - 200 -
application/json 4.0068ms
INFO 2025-03-20 19:07:29,672 [73 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 GET https://10.0.50.50:443/health - -
INFO 2025-03-20 19:07:29,673 [73 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint 'Health checks'
INFO 2025-03-20 19:07:29,674 [73 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:07:29,674 [5 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:07:29,675 [5 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint 'Health checks'
INFO 2025-03-20 19:07:29,675 [73 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 GET https://10.0.50.50:443/health - - - 200 -
application/json 3.3779ms
INFO 2025-03-20 19:07:30,192 [73 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 GET https://10.0.50.50:443/health - -
INFO 2025-03-20 19:07:30,193 [73 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint 'Health checks'
INFO 2025-03-20 19:07:30,194 [73 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:07:30,194 [5 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:07:30,195 [73 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint 'Health checks'
INFO 2025-03-20 19:07:30,196 [5 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 GET https://10.0.50.50:443/health - - - 200 -
application/json 3.3820ms
INFO 2025-03-20 19:07:30,573 [5 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 GET https://10.0.50.50:443/health - -
INFO 2025-03-20 19:07:30,574 [5 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint 'Health checks'
INFO 2025-03-20 19:07:30,575 [5 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:07:30,575 [67 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:07:30,576 [5 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint 'Health checks'
INFO 2025-03-20 19:07:30,577 [67 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 GET https://10.0.50.50:443/health - - - 200 -
application/json 3.3408ms
INFO 2025-03-20 19:07:30,639 [67 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 GET https://10.0.50.50:443/health - -
INFO 2025-03-20 19:07:30,640 [67 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint 'Health checks'
INFO 2025-03-20 19:07:30,641 [67 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:07:30,641 [5 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:07:30,642 [5 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint 'Health checks'
INFO 2025-03-20 19:07:30,643 [67 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 GET https://10.0.50.50:443/health - - - 200 -
application/json 3.3871ms
INFO 2025-03-20 19:07:30,743 [67 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 GET https://10.0.50.50:443/health - -
INFO 2025-03-20 19:07:30,744 [67 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint 'Health checks'
INFO 2025-03-20 19:07:30,745 [67 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:07:30,746 [5 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:07:30,747 [5 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint 'Health checks'
INFO 2025-03-20 19:07:30,747 [5 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 GET https://10.0.50.50:443/health - - - 200 -
application/json 4.0269ms
INFO 2025-03-20 19:07:31,038 [5 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 POST https://stg.parcelat.com/hangfire/stats
application/x-www-form-urlencoded;+charset=UTF-8 392
INFO 2025-03-20 19:07:31,041 [5 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:07:31,046 [73 ] tCore.Cors.Infrastructure.CorsMiddleware - No
CORS policy found for the specified request.
INFO 2025-03-20 19:07:31,049 [5 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 POST https://stg.parcelat.com/hangfire/stats
application/x-www-form-urlencoded;+charset=UTF-8 392 - 200 - application/json
10.5064ms
INFO 2025-03-20 19:07:31,378 [5 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 GET https://10.0.50.50:443/health - -
INFO 2025-03-20 19:07:31,379 [5 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint 'Health checks'
INFO 2025-03-20 19:07:31,380 [5 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:07:31,380 [61 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:07:31,381 [5 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint 'Health checks'
INFO 2025-03-20 19:07:31,381 [61 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 GET https://10.0.50.50:443/health - - - 200 -
application/json 3.3555ms
INFO 2025-03-20 19:07:31,570 [61 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'HealthChecksDb' using provider
'Microsoft.EntityFrameworkCore.InMemory' with options: StoreName=HealthChecksUI
INFO 2025-03-20 19:07:31,571 [61 ] .HttpClient.health-checks.LogicalHandler -
Start processing HTTP request GET https://stg.parcelat.com/health
INFO 2025-03-20 19:07:31,571 [61 ] p.HttpClient.health-checks.ClientHandler -
Sending HTTP request GET https://stg.parcelat.com/health
INFO 2025-03-20 19:07:31,572 [61 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 GET https://stg.parcelat.com/health - -
INFO 2025-03-20 19:07:31,573 [61 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint 'Health checks'
INFO 2025-03-20 19:07:31,574 [61 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:07:31,574 [5 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:07:31,576 [5 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint 'Health checks'
INFO 2025-03-20 19:07:31,576 [67 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 GET https://stg.parcelat.com/health - - - 200 -
application/json 3.2331ms
INFO 2025-03-20 19:07:31,576 [74 ] p.HttpClient.health-checks.ClientHandler -
Received HTTP response headers after 5.5448ms - 200
INFO 2025-03-20 19:07:31,576 [74 ] .HttpClient.health-checks.LogicalHandler -
End processing HTTP request after 5.5994ms - 200
INFO 2025-03-20 19:07:31,577 [74 ] Microsoft.EntityFrameworkCore.Update -
Saved 4 entities to in-memory store.
INFO 2025-03-20 19:07:32,500 [5 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 GET https://10.0.50.50:443/health - -
INFO 2025-03-20 19:07:32,501 [5 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint 'Health checks'
INFO 2025-03-20 19:07:32,502 [5 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:07:32,502 [67 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:07:32,503 [5 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint 'Health checks'
INFO 2025-03-20 19:07:32,503 [62 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 GET https://10.0.50.50:443/health - - - 200 -
application/json 3.3906ms
INFO 2025-03-20 19:07:32,577 [62 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 GET https://10.0.50.50:443/health - -
INFO 2025-03-20 19:07:32,578 [62 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint 'Health checks'
INFO 2025-03-20 19:07:32,579 [62 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:07:32,579 [5 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:07:32,580 [62 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint 'Health checks'
INFO 2025-03-20 19:07:32,580 [5 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 GET https://10.0.50.50:443/health - - - 200 -
application/json 3.1419ms
INFO 2025-03-20 19:07:33,142 [5 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 GET https://10.0.50.50:443/health - -
INFO 2025-03-20 19:07:33,143 [5 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint 'Health checks'
INFO 2025-03-20 19:07:33,144 [62 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:07:33,144 [5 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:07:33,145 [5 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint 'Health checks'
INFO 2025-03-20 19:07:33,145 [62 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 GET https://10.0.50.50:443/health - - - 200 -
application/json 3.3602ms
INFO 2025-03-20 19:07:33,496 [62 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 GET https://10.0.50.50:443/health - -
INFO 2025-03-20 19:07:33,497 [62 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint 'Health checks'
INFO 2025-03-20 19:07:33,498 [62 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:07:33,498 [5 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:07:33,499 [5 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint 'Health checks'
INFO 2025-03-20 19:07:33,499 [62 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 GET https://10.0.50.50:443/health - - - 200 -
application/json 3.4755ms
INFO 2025-03-20 19:07:34,046 [62 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 POST https://stg.parcelat.com/hangfire/stats
application/x-www-form-urlencoded;+charset=UTF-8 392
INFO 2025-03-20 19:07:34,049 [62 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:07:34,055 [5 ] tCore.Cors.Infrastructure.CorsMiddleware - No
CORS policy found for the specified request.
INFO 2025-03-20 19:07:34,057 [73 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 POST https://stg.parcelat.com/hangfire/stats
application/x-www-form-urlencoded;+charset=UTF-8 392 - 200 - application/json
10.4485ms
INFO 2025-03-20 19:07:34,665 [5 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 GET https://10.0.50.50:443/health - -
INFO 2025-03-20 19:07:34,666 [5 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint 'Health checks'
INFO 2025-03-20 19:07:34,667 [5 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:07:34,667 [73 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:07:34,668 [73 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint 'Health checks'
INFO 2025-03-20 19:07:34,668 [63 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 GET https://10.0.50.50:443/health - - - 200 -
application/json 3.3247ms
INFO 2025-03-20 19:07:34,680 [63 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 GET https://10.0.50.50:443/health - -
INFO 2025-03-20 19:07:34,681 [63 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint 'Health checks'
INFO 2025-03-20 19:07:34,682 [63 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:07:34,682 [73 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:07:34,683 [63 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint 'Health checks'
INFO 2025-03-20 19:07:34,683 [73 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 GET https://10.0.50.50:443/health - - - 200 -
application/json 3.0529ms
INFO 2025-03-20 19:07:34,839 [73 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 GET https://10.0.50.50:443/health - -
INFO 2025-03-20 19:07:34,840 [73 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint 'Health checks'
INFO 2025-03-20 19:07:34,841 [73 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:07:34,842 [63 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:07:34,842 [63 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint 'Health checks'
INFO 2025-03-20 19:07:34,842 [63 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 GET https://10.0.50.50:443/health - - - 200 -
application/json 3.9318ms
INFO 2025-03-20 19:07:35,396 [5 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 GET https://10.0.50.50:443/health - -
INFO 2025-03-20 19:07:35,397 [5 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint 'Health checks'
INFO 2025-03-20 19:07:35,400 [5 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:07:35,400 [63 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:07:35,401 [5 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint 'Health checks'
INFO 2025-03-20 19:07:35,401 [63 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 GET https://10.0.50.50:443/health - - - 200 -
application/json 5.2901ms
INFO 2025-03-20 19:07:35,690 [63 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 GET https://10.0.50.50:443/health - -
INFO 2025-03-20 19:07:35,691 [63 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint 'Health checks'
INFO 2025-03-20 19:07:35,692 [63 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:07:35,692 [5 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:07:35,693 [63 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint 'Health checks'
INFO 2025-03-20 19:07:35,693 [5 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 GET https://10.0.50.50:443/health - - - 200 -
application/json 3.4101ms
INFO 2025-03-20 19:07:35,712 [5 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 GET https://10.0.50.50:443/health - -
INFO 2025-03-20 19:07:35,713 [5 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint 'Health checks'
INFO 2025-03-20 19:07:35,714 [5 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:07:35,714 [63 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:07:35,715 [63 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint 'Health checks'
INFO 2025-03-20 19:07:35,715 [5 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 GET https://10.0.50.50:443/health - - - 200 -
application/json 2.9604ms
INFO 2025-03-20 19:07:35,828 [5 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 GET https://10.0.50.50:443/health - -
INFO 2025-03-20 19:07:35,829 [5 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint 'Health checks'
INFO 2025-03-20 19:07:35,830 [5 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:07:35,830 [63 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:07:35,831 [63 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint 'Health checks'
INFO 2025-03-20 19:07:35,831 [5 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 GET https://10.0.50.50:443/health - - - 200 -
application/json 3.3423ms
INFO 2025-03-20 19:07:35,922 [5 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 GET https://10.0.50.50:443/health - -
INFO 2025-03-20 19:07:35,923 [5 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint 'Health checks'
INFO 2025-03-20 19:07:35,924 [5 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:07:35,924 [63 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:07:35,925 [34 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint 'Health checks'
INFO 2025-03-20 19:07:35,925 [73 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 GET https://10.0.50.50:443/health - - - 200 -
application/json 3.4583ms
INFO 2025-03-20 19:07:37,040 [73 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 POST https://stg.parcelat.com/hangfire/stats
application/x-www-form-urlencoded;+charset=UTF-8 392
INFO 2025-03-20 19:07:37,043 [73 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:07:37,049 [34 ] tCore.Cors.Infrastructure.CorsMiddleware - No
CORS policy found for the specified request.
INFO 2025-03-20 19:07:37,051 [73 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 POST https://stg.parcelat.com/hangfire/stats
application/x-www-form-urlencoded;+charset=UTF-8 392 - 200 - application/json
10.5723ms
INFO 2025-03-20 19:07:37,063 [73 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 POST https://stg.parcelat.com/signalr?id=ZMjLJkCcMEjTamD-
ZuDloA text/plain;charset=UTF-8 11
INFO 2025-03-20 19:07:37,066 [73 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:07:37,071 [34 ] tCore.Cors.Infrastructure.CorsMiddleware - No
CORS policy found for the specified request.
INFO 2025-03-20 19:07:37,071 [34 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint '/signalr'
INFO 2025-03-20 19:07:37,071 [34 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint '/signalr'
INFO 2025-03-20 19:07:37,071 [34 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 POST https://stg.parcelat.com/signalr?id=ZMjLJkCcMEjTamD-
ZuDloA text/plain;charset=UTF-8 11 - 200 - text/plain 8.2868ms
INFO 2025-03-20 19:07:37,249 [34 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 GET https://10.0.50.50:443/health - -
INFO 2025-03-20 19:07:37,249 [34 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint 'Health checks'
INFO 2025-03-20 19:07:37,250 [34 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:07:37,250 [73 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:07:37,252 [34 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint 'Health checks'
INFO 2025-03-20 19:07:37,252 [73 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 GET https://10.0.50.50:443/health - - - 200 -
application/json 3.3082ms
INFO 2025-03-20 19:07:37,755 [34 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 GET https://10.0.50.50:443/health - -
INFO 2025-03-20 19:07:37,756 [34 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint 'Health checks'
INFO 2025-03-20 19:07:37,757 [34 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:07:37,759 [73 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:07:37,759 [73 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint 'Health checks'
INFO 2025-03-20 19:07:37,759 [34 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 GET https://10.0.50.50:443/health - - - 200 -
application/json 4.6787ms
INFO 2025-03-20 19:07:38,038 [34 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 GET https://10.0.50.50:443/health - -
INFO 2025-03-20 19:07:38,038 [34 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint 'Health checks'
INFO 2025-03-20 19:07:38,039 [34 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:07:38,040 [73 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:07:38,041 [34 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint 'Health checks'
INFO 2025-03-20 19:07:38,041 [73 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 GET https://10.0.50.50:443/health - - - 200 -
application/json 3.3367ms
INFO 2025-03-20 19:07:38,745 [73 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 POST https://stg.parcelat.com/signalr?
id=zcVeaZnxX7NtZqjB1V01xA text/plain;charset=UTF-8 11
INFO 2025-03-20 19:07:38,746 [73 ] tion.Cookies.CookieAuthenticationHandler -
Identity.Application was not authenticated. Failure message: Unprotect ticket
failed
INFO 2025-03-20 19:07:38,747 [73 ] tCore.Cors.Infrastructure.CorsMiddleware - No
CORS policy found for the specified request.
INFO 2025-03-20 19:07:38,747 [73 ] tion.Cookies.CookieAuthenticationHandler -
Identity.Application was not authenticated. Failure message: Unprotect ticket
failed
INFO 2025-03-20 19:07:38,748 [73 ] tion.Cookies.CookieAuthenticationHandler -
Identity.Application was not authenticated. Failure message: Unprotect ticket
failed
INFO 2025-03-20 19:07:38,748 [73 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint '/signalr'
INFO 2025-03-20 19:07:38,749 [73 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint '/signalr'
INFO 2025-03-20 19:07:38,750 [73 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 POST https://stg.parcelat.com/signalr?
id=zcVeaZnxX7NtZqjB1V01xA text/plain;charset=UTF-8 11 - 200 - text/plain 4.1900ms
INFO 2025-03-20 19:07:38,760 [5 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 POST https://stg.parcelat.com/signalr-chat?id=cL-
Z3uswYO69Sgmpb_dJ5w text/plain;charset=UTF-8 11
INFO 2025-03-20 19:07:38,761 [5 ] tion.Cookies.CookieAuthenticationHandler -
Identity.Application was not authenticated. Failure message: Unprotect ticket
failed
INFO 2025-03-20 19:07:38,762 [5 ] tCore.Cors.Infrastructure.CorsMiddleware - No
CORS policy found for the specified request.
INFO 2025-03-20 19:07:38,762 [5 ] tion.Cookies.CookieAuthenticationHandler -
Identity.Application was not authenticated. Failure message: Unprotect ticket
failed
INFO 2025-03-20 19:07:38,762 [5 ] tion.Cookies.CookieAuthenticationHandler -
Identity.Application was not authenticated. Failure message: Unprotect ticket
failed
INFO 2025-03-20 19:07:38,762 [5 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint '/signalr-chat'
INFO 2025-03-20 19:07:38,762 [5 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint '/signalr-chat'
INFO 2025-03-20 19:07:38,762 [5 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 POST https://stg.parcelat.com/signalr-chat?id=cL-
Z3uswYO69Sgmpb_dJ5w text/plain;charset=UTF-8 11 - 200 - text/plain 1.8680ms
INFO 2025-03-20 19:07:38,828 [5 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 GET https://10.0.50.50:443/health - -
INFO 2025-03-20 19:07:38,832 [5 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint 'Health checks'
INFO 2025-03-20 19:07:38,836 [73 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:07:38,838 [5 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:07:38,842 [34 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint 'Health checks'
INFO 2025-03-20 19:07:38,842 [34 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 GET https://10.0.50.50:443/health - - - 200 -
application/json 13.6728ms
INFO 2025-03-20 19:07:40,442 [34 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 GET https://10.0.50.50:443/health - -
INFO 2025-03-20 19:07:40,444 [34 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint 'Health checks'
INFO 2025-03-20 19:07:40,469 [34 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:07:40,470 [34 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:07:40,471 [34 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 POST https://stg.parcelat.com/signalr-chat?
id=QvJKPGVionPW2NWz76o1jw text/plain;charset=UTF-8 11
INFO 2025-03-20 19:07:40,472 [34 ] tion.Cookies.CookieAuthenticationHandler -
Identity.Application was not authenticated. Failure message: Unprotect ticket
failed
INFO 2025-03-20 19:07:40,472 [34 ] tCore.Cors.Infrastructure.CorsMiddleware - No
CORS policy found for the specified request.
INFO 2025-03-20 19:07:40,472 [34 ] tion.Cookies.CookieAuthenticationHandler -
Identity.Application was not authenticated. Failure message: Unprotect ticket
failed
INFO 2025-03-20 19:07:40,472 [34 ] tion.Cookies.CookieAuthenticationHandler -
Identity.Application was not authenticated. Failure message: Unprotect ticket
failed
INFO 2025-03-20 19:07:40,472 [34 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint '/signalr-chat'
INFO 2025-03-20 19:07:40,472 [34 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint '/signalr-chat'
INFO 2025-03-20 19:07:40,473 [34 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 GET https://10.0.50.50:443/health - -
INFO 2025-03-20 19:07:40,474 [34 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint 'Health checks'
INFO 2025-03-20 19:07:40,474 [34 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:07:40,476 [34 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:07:40,476 [34 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 GET https://10.0.50.50:443/health - -
INFO 2025-03-20 19:07:40,477 [34 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint 'Health checks'
INFO 2025-03-20 19:07:40,478 [34 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:07:40,479 [34 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:07:40,480 [34 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 POST https://stg.parcelat.com/hangfire/stats
application/x-www-form-urlencoded;+charset=UTF-8 392
INFO 2025-03-20 19:07:40,482 [34 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:07:40,483 [34 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 POST https://stg.parcelat.com/signalr-chat?
id=QvJKPGVionPW2NWz76o1jw text/plain;charset=UTF-8 11 - 200 - text/plain 12.1473ms
INFO 2025-03-20 19:07:40,486 [34 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint 'Health checks'
INFO 2025-03-20 19:07:40,486 [34 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint 'Health checks'
INFO 2025-03-20 19:07:40,486 [34 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint 'Health checks'
INFO 2025-03-20 19:07:40,486 [34 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 GET https://10.0.50.50:443/health - - - 200 -
application/json 44.3734ms
INFO 2025-03-20 19:07:40,487 [34 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 GET https://10.0.50.50:443/health - - - 200 -
application/json 14.2975ms
INFO 2025-03-20 19:07:40,487 [34 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 GET https://10.0.50.50:443/health - - - 200 -
application/json 10.8216ms
INFO 2025-03-20 19:07:40,527 [62 ] tCore.Cors.Infrastructure.CorsMiddleware - No
CORS policy found for the specified request.
INFO 2025-03-20 19:07:40,529 [62 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 POST https://stg.parcelat.com/hangfire/stats
application/x-www-form-urlencoded;+charset=UTF-8 392 - 200 - application/json
49.7072ms
INFO 2025-03-20 19:07:40,581 [34 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 GET https://10.0.50.50:443/health - -
INFO 2025-03-20 19:07:40,582 [34 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint 'Health checks'
INFO 2025-03-20 19:07:40,583 [34 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:07:40,585 [34 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:07:40,585 [34 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 POST https://stg.parcelat.com/signalr?id=Qq5rLsLcBZr-
n1yjGsj3EA text/plain;charset=UTF-8 11
INFO 2025-03-20 19:07:40,586 [34 ] tion.Cookies.CookieAuthenticationHandler -
Identity.Application was not authenticated. Failure message: Unprotect ticket
failed
INFO 2025-03-20 19:07:40,586 [34 ] tCore.Cors.Infrastructure.CorsMiddleware - No
CORS policy found for the specified request.
INFO 2025-03-20 19:07:40,586 [34 ] tion.Cookies.CookieAuthenticationHandler -
Identity.Application was not authenticated. Failure message: Unprotect ticket
failed
INFO 2025-03-20 19:07:40,586 [34 ] tion.Cookies.CookieAuthenticationHandler -
Identity.Application was not authenticated. Failure message: Unprotect ticket
failed
INFO 2025-03-20 19:07:40,586 [34 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint '/signalr'
INFO 2025-03-20 19:07:40,586 [34 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint '/signalr'
INFO 2025-03-20 19:07:40,586 [34 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 GET https://10.0.50.50:443/health - -
INFO 2025-03-20 19:07:40,587 [34 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint 'Health checks'
INFO 2025-03-20 19:07:40,588 [34 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:07:40,592 [5 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 POST https://stg.parcelat.com/signalr?id=Qq5rLsLcBZr-
n1yjGsj3EA text/plain;charset=UTF-8 11 - 200 - text/plain 6.9826ms
INFO 2025-03-20 19:07:40,594 [5 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:07:40,595 [5 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint 'Health checks'
INFO 2025-03-20 19:07:40,595 [5 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint 'Health checks'
INFO 2025-03-20 19:07:40,595 [5 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 GET https://10.0.50.50:443/health - - - 200 -
application/json 14.4253ms
INFO 2025-03-20 19:07:40,595 [5 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 GET https://10.0.50.50:443/health - - - 200 -
application/json 8.9838ms
INFO 2025-03-20 19:07:40,617 [62 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 GET https://10.0.50.50:443/health - -
INFO 2025-03-20 19:07:40,618 [62 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint 'Health checks'
INFO 2025-03-20 19:07:40,621 [62 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:07:40,623 [5 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:07:40,623 [5 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint 'Health checks'
INFO 2025-03-20 19:07:40,623 [5 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 GET https://10.0.50.50:443/health - - - 200 -
application/json 6.7807ms
INFO 2025-03-20 19:07:41,202 [62 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 GET https://10.0.50.50:443/health - -
INFO 2025-03-20 19:07:41,203 [62 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint 'Health checks'
INFO 2025-03-20 19:07:41,204 [62 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:07:41,204 [73 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:07:41,205 [62 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint 'Health checks'
INFO 2025-03-20 19:07:41,206 [62 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 GET https://10.0.50.50:443/health - - - 200 -
application/json 3.4882ms
INFO 2025-03-20 19:07:41,306 [62 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 GET https://10.0.50.50:443/health - -
INFO 2025-03-20 19:07:41,307 [62 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint 'Health checks'
INFO 2025-03-20 19:07:41,308 [62 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:07:41,308 [73 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:07:41,310 [62 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint 'Health checks'
INFO 2025-03-20 19:07:41,310 [62 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 GET https://10.0.50.50:443/health - - - 200 -
application/json 3.5308ms
INFO 2025-03-20 19:07:41,572 [63 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'HealthChecksDb' using provider
'Microsoft.EntityFrameworkCore.InMemory' with options: StoreName=HealthChecksUI
INFO 2025-03-20 19:07:41,573 [63 ] .HttpClient.health-checks.LogicalHandler -
Start processing HTTP request GET https://stg.parcelat.com/health
INFO 2025-03-20 19:07:41,573 [63 ] p.HttpClient.health-checks.ClientHandler -
Sending HTTP request GET https://stg.parcelat.com/health
INFO 2025-03-20 19:07:41,579 [63 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 GET https://stg.parcelat.com/health - -
INFO 2025-03-20 19:07:41,580 [63 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint 'Health checks'
INFO 2025-03-20 19:07:41,581 [62 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:07:41,582 [5 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:07:41,583 [5 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint 'Health checks'
INFO 2025-03-20 19:07:41,583 [63 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 GET https://stg.parcelat.com/health - - - 200 -
application/json 4.1653ms
INFO 2025-03-20 19:07:41,584 [74 ] p.HttpClient.health-checks.ClientHandler -
Received HTTP response headers after 11.1811ms - 200
INFO 2025-03-20 19:07:41,584 [74 ] .HttpClient.health-checks.LogicalHandler -
End processing HTTP request after 11.2279ms - 200
INFO 2025-03-20 19:07:41,584 [74 ] Microsoft.EntityFrameworkCore.Update -
Saved 4 entities to in-memory store.
INFO 2025-03-20 19:07:42,050 [63 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 POST https://stg.parcelat.com/signalr-chat?
id=_p6cwu2XCYvurT9jDWrPVQ text/plain;charset=UTF-8 11
INFO 2025-03-20 19:07:42,053 [63 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:07:42,059 [5 ] tCore.Cors.Infrastructure.CorsMiddleware - No
CORS policy found for the specified request.
INFO 2025-03-20 19:07:42,060 [5 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint '/signalr-chat'
INFO 2025-03-20 19:07:42,060 [5 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint '/signalr-chat'
INFO 2025-03-20 19:07:42,060 [5 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 POST https://stg.parcelat.com/signalr-chat?
id=_p6cwu2XCYvurT9jDWrPVQ text/plain;charset=UTF-8 11 - 200 - text/plain 9.6107ms
INFO 2025-03-20 19:07:42,667 [5 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 GET https://10.0.50.50:443/health - -
INFO 2025-03-20 19:07:42,668 [5 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint 'Health checks'
INFO 2025-03-20 19:07:42,669 [5 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:07:42,669 [62 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:07:42,670 [5 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint 'Health checks'
INFO 2025-03-20 19:07:42,670 [62 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 GET https://10.0.50.50:443/health - - - 200 -
application/json 3.2264ms
INFO 2025-03-20 19:07:43,060 [62 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 GET https://10.0.50.50:443/health - -
INFO 2025-03-20 19:07:43,061 [62 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint 'Health checks'
INFO 2025-03-20 19:07:43,062 [62 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:07:43,062 [5 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:07:43,063 [62 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint 'Health checks'
INFO 2025-03-20 19:07:43,063 [5 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 GET https://10.0.50.50:443/health - - - 200 -
application/json 3.2633ms
INFO 2025-03-20 19:07:43,066 [5 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 POST https://stg.parcelat.com/hangfire/stats
application/x-www-form-urlencoded;+charset=UTF-8 392
INFO 2025-03-20 19:07:43,068 [5 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:07:43,074 [61 ] tCore.Cors.Infrastructure.CorsMiddleware - No
CORS policy found for the specified request.
INFO 2025-03-20 19:07:43,076 [61 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 POST https://stg.parcelat.com/hangfire/stats
application/x-www-form-urlencoded;+charset=UTF-8 392 - 200 - application/json
10.1185ms
INFO 2025-03-20 19:07:43,365 [73 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 GET https://10.0.50.50:443/health - -
INFO 2025-03-20 19:07:43,366 [73 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint 'Health checks'
INFO 2025-03-20 19:07:43,367 [73 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:07:43,367 [62 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:07:43,368 [73 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint 'Health checks'
INFO 2025-03-20 19:07:43,369 [62 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 GET https://10.0.50.50:443/health - - - 200 -
application/json 3.2958ms
INFO 2025-03-20 19:07:43,396 [62 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/2 POST https://localhost/signalr-chat?
id=mA8o42sfMP994EBd_vzi_w text/plain;charset=UTF-8 11
INFO 2025-03-20 19:07:43,396 [73 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/2 POST https://localhost/signalr?id=nf24ouEgEtGBjKVTyCqjTQ
text/plain;charset=UTF-8 11
INFO 2025-03-20 19:07:43,398 [73 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:07:43,398 [62 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:07:43,405 [62 ] tCore.Cors.Infrastructure.CorsMiddleware - No
CORS policy found for the specified request.
INFO 2025-03-20 19:07:43,405 [62 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint '/signalr-chat'
INFO 2025-03-20 19:07:43,405 [62 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint '/signalr-chat'
INFO 2025-03-20 19:07:43,405 [62 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/2 POST https://localhost/signalr-chat?
id=mA8o42sfMP994EBd_vzi_w text/plain;charset=UTF-8 11 - 200 - text/plain 9.3771ms
INFO 2025-03-20 19:07:43,405 [73 ] tCore.Cors.Infrastructure.CorsMiddleware - No
CORS policy found for the specified request.
INFO 2025-03-20 19:07:43,406 [73 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint '/signalr'
INFO 2025-03-20 19:07:43,406 [73 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint '/signalr'
INFO 2025-03-20 19:07:43,406 [73 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/2 POST https://localhost/signalr?id=nf24ouEgEtGBjKVTyCqjTQ
text/plain;charset=UTF-8 11 - 200 - text/plain 10.0514ms
INFO 2025-03-20 19:07:43,999 [73 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 GET https://10.0.50.50:443/health - -
INFO 2025-03-20 19:07:44,000 [73 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint 'Health checks'
INFO 2025-03-20 19:07:44,001 [73 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:07:44,001 [62 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:07:44,002 [73 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint 'Health checks'
INFO 2025-03-20 19:07:44,002 [62 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 GET https://10.0.50.50:443/health - - - 200 -
application/json 3.3042ms
INFO 2025-03-20 19:07:44,991 [62 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 GET https://10.0.50.50:443/health - -
INFO 2025-03-20 19:07:44,992 [62 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint 'Health checks'
INFO 2025-03-20 19:07:44,993 [5 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:07:44,993 [62 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:07:44,994 [5 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint 'Health checks'
INFO 2025-03-20 19:07:44,994 [62 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 GET https://10.0.50.50:443/health - - - 200 -
application/json 3.3283ms
INFO 2025-03-20 19:07:44,999 [62 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 GET https://10.0.50.50:443/health - -
INFO 2025-03-20 19:07:45,000 [62 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint 'Health checks'
INFO 2025-03-20 19:07:45,001 [62 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:07:45,001 [5 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:07:45,002 [62 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint 'Health checks'
INFO 2025-03-20 19:07:45,002 [5 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 GET https://10.0.50.50:443/health - - - 200 -
application/json 2.9971ms
INFO 2025-03-20 19:07:45,486 [62 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 GET https://10.0.50.50:443/health - -
INFO 2025-03-20 19:07:45,487 [62 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint 'Health checks'
INFO 2025-03-20 19:07:45,487 [62 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:07:45,487 [5 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:07:45,489 [5 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint 'Health checks'
INFO 2025-03-20 19:07:45,489 [61 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 GET https://10.0.50.50:443/health - - - 200 -
application/json 3.2215ms
INFO 2025-03-20 19:07:45,524 [61 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 GET https://10.0.50.50:443/health - -
INFO 2025-03-20 19:07:45,525 [61 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint 'Health checks'
INFO 2025-03-20 19:07:45,526 [61 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:07:45,526 [5 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:07:45,527 [61 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint 'Health checks'
INFO 2025-03-20 19:07:45,527 [62 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 GET https://10.0.50.50:443/health - - - 200 -
application/json 3.2021ms
INFO 2025-03-20 19:07:45,616 [62 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 GET https://10.0.50.50:443/health - -
INFO 2025-03-20 19:07:45,617 [62 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint 'Health checks'
INFO 2025-03-20 19:07:45,617 [62 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:07:45,618 [61 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:07:45,619 [62 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint 'Health checks'
INFO 2025-03-20 19:07:45,619 [61 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 GET https://10.0.50.50:443/health - - - 200 -
application/json 3.4422ms
INFO 2025-03-20 19:07:45,782 [61 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 GET https://10.0.50.50:443/health - -
INFO 2025-03-20 19:07:45,783 [61 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint 'Health checks'
INFO 2025-03-20 19:07:45,784 [61 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:07:45,784 [62 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:07:45,785 [62 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint 'Health checks'
INFO 2025-03-20 19:07:45,785 [61 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 GET https://10.0.50.50:443/health - - - 200 -
application/json 3.2960ms
INFO 2025-03-20 19:07:46,071 [61 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 POST https://stg.parcelat.com/hangfire/stats
application/x-www-form-urlencoded;+charset=UTF-8 392
INFO 2025-03-20 19:07:46,073 [61 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:07:46,079 [62 ] tCore.Cors.Infrastructure.CorsMiddleware - No
CORS policy found for the specified request.
INFO 2025-03-20 19:07:46,082 [73 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 POST https://stg.parcelat.com/hangfire/stats
application/x-www-form-urlencoded;+charset=UTF-8 392 - 200 - application/json
10.8763ms
INFO 2025-03-20 19:07:46,273 [73 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 GET https://10.0.50.50:443/health - -
INFO 2025-03-20 19:07:46,274 [73 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint 'Health checks'
INFO 2025-03-20 19:07:46,275 [73 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:07:46,275 [62 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:07:46,276 [73 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint 'Health checks'
INFO 2025-03-20 19:07:46,276 [62 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 GET https://10.0.50.50:443/health - - - 200 -
application/json 3.3744ms
INFO 2025-03-20 19:07:46,714 [73 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 GET https://10.0.50.50:443/health - -
INFO 2025-03-20 19:07:46,715 [73 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint 'Health checks'
INFO 2025-03-20 19:07:46,716 [73 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:07:46,716 [62 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:07:46,718 [62 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint 'Health checks'
INFO 2025-03-20 19:07:46,718 [73 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 GET https://10.0.50.50:443/health - - - 200 -
application/json 3.3531ms
INFO 2025-03-20 19:07:47,408 [62 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 GET https://10.0.50.50:443/health - -
INFO 2025-03-20 19:07:47,409 [62 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint 'Health checks'
INFO 2025-03-20 19:07:47,410 [62 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:07:47,410 [73 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:07:47,412 [62 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint 'Health checks'
INFO 2025-03-20 19:07:47,412 [73 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 GET https://10.0.50.50:443/health - - - 200 -
application/json 3.3716ms
INFO 2025-03-20 19:07:47,964 [73 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 GET https://10.0.50.50:443/health - -
INFO 2025-03-20 19:07:47,965 [73 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint 'Health checks'
INFO 2025-03-20 19:07:47,966 [62 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:07:47,966 [73 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:07:47,968 [73 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint 'Health checks'
INFO 2025-03-20 19:07:47,968 [62 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 GET https://10.0.50.50:443/health - - - 200 -
application/json 3.2968ms
INFO 2025-03-20 19:07:48,365 [62 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 GET https://10.0.50.50:443/health - -
INFO 2025-03-20 19:07:48,366 [62 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint 'Health checks'
INFO 2025-03-20 19:07:48,367 [62 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:07:48,367 [73 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:07:48,368 [73 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint 'Health checks'
INFO 2025-03-20 19:07:48,368 [62 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 GET https://10.0.50.50:443/health - - - 200 -
application/json 3.4310ms
INFO 2025-03-20 19:07:48,546 [62 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 GET https://10.0.50.50:443/health - -
INFO 2025-03-20 19:07:48,547 [62 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint 'Health checks'
INFO 2025-03-20 19:07:48,548 [62 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:07:48,548 [73 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:07:48,549 [62 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint 'Health checks'
INFO 2025-03-20 19:07:48,549 [73 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 GET https://10.0.50.50:443/health - - - 200 -
application/json 3.3360ms
INFO 2025-03-20 19:07:49,038 [73 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 POST https://stg.parcelat.com/hangfire/stats
application/x-www-form-urlencoded;+charset=UTF-8 392
INFO 2025-03-20 19:07:49,040 [73 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:07:49,046 [62 ] tCore.Cors.Infrastructure.CorsMiddleware - No
CORS policy found for the specified request.
INFO 2025-03-20 19:07:49,048 [67 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 POST https://stg.parcelat.com/hangfire/stats
application/x-www-form-urlencoded;+charset=UTF-8 392 - 200 - application/json
10.5317ms
INFO 2025-03-20 19:07:49,831 [67 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 GET https://10.0.50.50:443/health - -
INFO 2025-03-20 19:07:49,832 [67 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint 'Health checks'
INFO 2025-03-20 19:07:49,833 [67 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:07:49,833 [62 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:07:49,834 [62 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint 'Health checks'
INFO 2025-03-20 19:07:49,835 [5 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 GET https://10.0.50.50:443/health - - - 200 -
application/json 3.3362ms
INFO 2025-03-20 19:07:49,940 [5 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 GET https://10.0.50.50:443/health - -
INFO 2025-03-20 19:07:49,942 [5 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint 'Health checks'
INFO 2025-03-20 19:07:49,942 [5 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:07:49,943 [62 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:07:49,944 [5 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint 'Health checks'
INFO 2025-03-20 19:07:49,944 [62 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 GET https://10.0.50.50:443/health - - - 200 -
application/json 3.4192ms
INFO 2025-03-20 19:07:50,334 [62 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 GET https://10.0.50.50:443/health - -
INFO 2025-03-20 19:07:50,335 [62 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint 'Health checks'
INFO 2025-03-20 19:07:50,336 [62 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:07:50,336 [5 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:07:50,337 [62 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint 'Health checks'
INFO 2025-03-20 19:07:50,337 [5 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 GET https://10.0.50.50:443/health - - - 200 -
application/json 3.3019ms
INFO 2025-03-20 19:07:50,733 [62 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 GET https://10.0.50.50:443/health - -
INFO 2025-03-20 19:07:50,734 [62 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint 'Health checks'
INFO 2025-03-20 19:07:50,735 [62 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:07:50,735 [5 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:07:50,737 [62 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint 'Health checks'
INFO 2025-03-20 19:07:50,737 [5 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 GET https://10.0.50.50:443/health - - - 200 -
application/json 3.3876ms
INFO 2025-03-20 19:07:50,970 [5 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 GET https://10.0.50.50:443/health - -
INFO 2025-03-20 19:07:50,971 [5 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint 'Health checks'
INFO 2025-03-20 19:07:50,972 [5 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:07:50,972 [62 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:07:50,973 [5 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint 'Health checks'
INFO 2025-03-20 19:07:50,974 [62 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 GET https://10.0.50.50:443/health - - - 200 -
application/json 3.6227ms
INFO 2025-03-20 19:07:51,101 [62 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 GET https://10.0.50.50:443/health - -
INFO 2025-03-20 19:07:51,103 [62 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint 'Health checks'
INFO 2025-03-20 19:07:51,104 [5 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:07:51,104 [62 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:07:51,105 [62 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint 'Health checks'
INFO 2025-03-20 19:07:51,105 [5 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 GET https://10.0.50.50:443/health - - - 200 -
application/json 4.1716ms
INFO 2025-03-20 19:07:51,573 [5 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'HealthChecksDb' using provider
'Microsoft.EntityFrameworkCore.InMemory' with options: StoreName=HealthChecksUI
INFO 2025-03-20 19:07:51,573 [5 ] .HttpClient.health-checks.LogicalHandler -
Start processing HTTP request GET https://stg.parcelat.com/health
INFO 2025-03-20 19:07:51,573 [5 ] p.HttpClient.health-checks.ClientHandler -
Sending HTTP request GET https://stg.parcelat.com/health
INFO 2025-03-20 19:07:51,575 [5 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 GET https://stg.parcelat.com/health - -
INFO 2025-03-20 19:07:51,576 [5 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint 'Health checks'
INFO 2025-03-20 19:07:51,577 [5 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:07:51,577 [63 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:07:51,578 [5 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint 'Health checks'
INFO 2025-03-20 19:07:51,579 [63 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 GET https://stg.parcelat.com/health - - - 200 -
application/json 3.1331ms
INFO 2025-03-20 19:07:51,579 [74 ] p.HttpClient.health-checks.ClientHandler -
Received HTTP response headers after 5.5904ms - 200
INFO 2025-03-20 19:07:51,579 [74 ] .HttpClient.health-checks.LogicalHandler -
End processing HTTP request after 5.6458ms - 200
INFO 2025-03-20 19:07:51,580 [74 ] Microsoft.EntityFrameworkCore.Update -
Saved 4 entities to in-memory store.
INFO 2025-03-20 19:07:51,606 [63 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 GET https://10.0.50.50:443/health - -
INFO 2025-03-20 19:07:51,607 [63 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint 'Health checks'
INFO 2025-03-20 19:07:51,608 [63 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:07:51,608 [5 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:07:51,609 [63 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint 'Health checks'
INFO 2025-03-20 19:07:51,609 [5 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 GET https://10.0.50.50:443/health - - - 200 -
application/json 3.1563ms
INFO 2025-03-20 19:07:51,784 [5 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 GET https://10.0.50.50:443/health - -
INFO 2025-03-20 19:07:51,785 [5 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint 'Health checks'
INFO 2025-03-20 19:07:51,786 [5 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:07:51,786 [63 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:07:51,787 [5 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint 'Health checks'
INFO 2025-03-20 19:07:51,787 [63 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 GET https://10.0.50.50:443/health - - - 200 -
application/json 3.2362ms
INFO 2025-03-20 19:07:52,045 [63 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 POST https://stg.parcelat.com/hangfire/stats
application/x-www-form-urlencoded;+charset=UTF-8 392
INFO 2025-03-20 19:07:52,048 [63 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:07:52,053 [63 ] tCore.Cors.Infrastructure.CorsMiddleware - No
CORS policy found for the specified request.
INFO 2025-03-20 19:07:52,055 [5 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 POST https://stg.parcelat.com/hangfire/stats
application/x-www-form-urlencoded;+charset=UTF-8 392 - 200 - application/json
10.2835ms
INFO 2025-03-20 19:07:52,212 [5 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 GET https://10.0.50.50:443/health - -
INFO 2025-03-20 19:07:52,213 [5 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint 'Health checks'
INFO 2025-03-20 19:07:52,216 [63 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:07:52,217 [5 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:07:52,218 [5 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint 'Health checks'
INFO 2025-03-20 19:07:52,218 [63 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 GET https://10.0.50.50:443/health - - - 200 -
application/json 6.2517ms
INFO 2025-03-20 19:07:52,655 [5 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 GET https://10.0.50.50:443/health - -
INFO 2025-03-20 19:07:52,656 [5 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint 'Health checks'
INFO 2025-03-20 19:07:52,657 [5 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:07:52,658 [63 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:07:52,659 [63 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint 'Health checks'
INFO 2025-03-20 19:07:52,659 [63 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 GET https://10.0.50.50:443/health - - - 200 -
application/json 3.5873ms
INFO 2025-03-20 19:07:53,047 [63 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 POST https://stg.parcelat.com/signalr?id=ZMjLJkCcMEjTamD-
ZuDloA text/plain;charset=UTF-8 11
INFO 2025-03-20 19:07:53,050 [63 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:07:53,055 [5 ] tCore.Cors.Infrastructure.CorsMiddleware - No
CORS policy found for the specified request.
INFO 2025-03-20 19:07:53,056 [5 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint '/signalr'
INFO 2025-03-20 19:07:53,056 [5 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint '/signalr'
INFO 2025-03-20 19:07:53,056 [5 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 POST https://stg.parcelat.com/signalr?id=ZMjLJkCcMEjTamD-
ZuDloA text/plain;charset=UTF-8 11 - 200 - text/plain 8.9074ms
INFO 2025-03-20 19:07:53,312 [5 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 GET https://10.0.50.50:443/health - -
INFO 2025-03-20 19:07:53,313 [5 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint 'Health checks'
INFO 2025-03-20 19:07:53,314 [5 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:07:53,315 [62 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:07:53,316 [62 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint 'Health checks'
INFO 2025-03-20 19:07:53,316 [62 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 GET https://10.0.50.50:443/health - - - 200 -
application/json 3.8596ms
INFO 2025-03-20 19:07:53,656 [62 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 GET https://10.0.50.50:443/health - -
INFO 2025-03-20 19:07:53,657 [62 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint 'Health checks'
INFO 2025-03-20 19:07:53,658 [62 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:07:53,658 [67 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:07:53,659 [61 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint 'Health checks'
INFO 2025-03-20 19:07:53,659 [67 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 GET https://10.0.50.50:443/health - - - 200 -
application/json 3.4448ms
INFO 2025-03-20 19:07:54,914 [61 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 GET https://10.0.50.50:443/health - -
INFO 2025-03-20 19:07:54,915 [61 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint 'Health checks'
INFO 2025-03-20 19:07:54,916 [61 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:07:54,916 [67 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:07:54,917 [61 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint 'Health checks'
INFO 2025-03-20 19:07:54,917 [67 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 GET https://10.0.50.50:443/health - - - 200 -
application/json 3.3175ms
INFO 2025-03-20 19:07:55,042 [67 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 POST https://stg.parcelat.com/hangfire/stats
application/x-www-form-urlencoded;+charset=UTF-8 392
INFO 2025-03-20 19:07:55,045 [67 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:07:55,052 [61 ] tCore.Cors.Infrastructure.CorsMiddleware - No
CORS policy found for the specified request.
INFO 2025-03-20 19:07:55,054 [67 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 POST https://stg.parcelat.com/hangfire/stats
application/x-www-form-urlencoded;+charset=UTF-8 392 - 200 - application/json
11.5284ms
INFO 2025-03-20 19:07:55,117 [67 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 GET https://10.0.50.50:443/health - -
INFO 2025-03-20 19:07:55,118 [67 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint 'Health checks'
INFO 2025-03-20 19:07:55,119 [67 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:07:55,119 [61 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:07:55,120 [61 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint 'Health checks'
INFO 2025-03-20 19:07:55,120 [67 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 GET https://10.0.50.50:443/health - - - 200 -
application/json 3.4937ms
INFO 2025-03-20 19:07:55,375 [61 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 GET https://10.0.50.50:443/health - -
INFO 2025-03-20 19:07:55,376 [61 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint 'Health checks'
INFO 2025-03-20 19:07:55,377 [67 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:07:55,377 [61 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:07:55,379 [61 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint 'Health checks'
INFO 2025-03-20 19:07:55,379 [67 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 GET https://10.0.50.50:443/health - - - 200 -
application/json 3.5360ms
INFO 2025-03-20 19:07:55,764 [67 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 POST https://stg.parcelat.com/signalr-chat?
id=QvJKPGVionPW2NWz76o1jw text/plain;charset=UTF-8 11
INFO 2025-03-20 19:07:55,764 [67 ] tion.Cookies.CookieAuthenticationHandler -
Identity.Application was not authenticated. Failure message: Unprotect ticket
failed
INFO 2025-03-20 19:07:55,765 [67 ] tCore.Cors.Infrastructure.CorsMiddleware - No
CORS policy found for the specified request.
INFO 2025-03-20 19:07:55,765 [67 ] tion.Cookies.CookieAuthenticationHandler -
Identity.Application was not authenticated. Failure message: Unprotect ticket
failed
INFO 2025-03-20 19:07:55,765 [67 ] tion.Cookies.CookieAuthenticationHandler -
Identity.Application was not authenticated. Failure message: Unprotect ticket
failed
INFO 2025-03-20 19:07:55,765 [67 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint '/signalr-chat'
INFO 2025-03-20 19:07:55,765 [67 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint '/signalr-chat'
INFO 2025-03-20 19:07:55,765 [67 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 POST https://stg.parcelat.com/signalr-chat?
id=QvJKPGVionPW2NWz76o1jw text/plain;charset=UTF-8 11 - 200 - text/plain 1.3264ms
INFO 2025-03-20 19:07:55,817 [67 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 GET https://10.0.50.50:443/health - -
INFO 2025-03-20 19:07:55,818 [67 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint 'Health checks'
INFO 2025-03-20 19:07:55,819 [61 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:07:55,819 [67 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:07:55,823 [61 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint 'Health checks'
INFO 2025-03-20 19:07:55,823 [73 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 GET https://10.0.50.50:443/health - - - 200 -
application/json 6.3555ms
INFO 2025-03-20 19:07:55,840 [73 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 POST https://stg.parcelat.com/signalr?id=Qq5rLsLcBZr-
n1yjGsj3EA text/plain;charset=UTF-8 11
INFO 2025-03-20 19:07:55,840 [73 ] tion.Cookies.CookieAuthenticationHandler -
Identity.Application was not authenticated. Failure message: Unprotect ticket
failed
INFO 2025-03-20 19:07:55,841 [73 ] tCore.Cors.Infrastructure.CorsMiddleware - No
CORS policy found for the specified request.
INFO 2025-03-20 19:07:55,841 [73 ] tion.Cookies.CookieAuthenticationHandler -
Identity.Application was not authenticated. Failure message: Unprotect ticket
failed
INFO 2025-03-20 19:07:55,841 [73 ] tion.Cookies.CookieAuthenticationHandler -
Identity.Application was not authenticated. Failure message: Unprotect ticket
failed
INFO 2025-03-20 19:07:55,841 [73 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint '/signalr'
INFO 2025-03-20 19:07:55,841 [73 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint '/signalr'
INFO 2025-03-20 19:07:55,841 [73 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 POST https://stg.parcelat.com/signalr?id=Qq5rLsLcBZr-
n1yjGsj3EA text/plain;charset=UTF-8 11 - 200 - text/plain 1.2033ms
INFO 2025-03-20 19:07:55,900 [73 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 GET https://10.0.50.50:443/health - -
INFO 2025-03-20 19:07:55,902 [73 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint 'Health checks'
INFO 2025-03-20 19:07:55,905 [67 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:07:55,905 [73 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:07:55,913 [67 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint 'Health checks'
INFO 2025-03-20 19:07:55,913 [62 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 GET https://10.0.50.50:443/health - - - 200 -
application/json 13.0813ms
INFO 2025-03-20 19:07:56,105 [62 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 GET https://10.0.50.50:443/health - -
INFO 2025-03-20 19:07:56,107 [62 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint 'Health checks'
INFO 2025-03-20 19:07:56,107 [62 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:07:56,108 [67 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:07:56,109 [61 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint 'Health checks'
INFO 2025-03-20 19:07:56,109 [67 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 GET https://10.0.50.50:443/health - - - 200 -
application/json 3.7315ms
INFO 2025-03-20 19:07:56,848 [67 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 GET https://10.0.50.50:443/health - -
INFO 2025-03-20 19:07:56,849 [67 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint 'Health checks'
INFO 2025-03-20 19:07:56,850 [67 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:07:56,850 [62 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:07:56,859 [62 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint 'Health checks'
INFO 2025-03-20 19:07:56,859 [67 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 GET https://10.0.50.50:443/health - - - 200 -
application/json 10.6045ms
INFO 2025-03-20 19:07:56,909 [67 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 GET https://10.0.50.50:443/health - -
INFO 2025-03-20 19:07:56,910 [67 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint 'Health checks'
INFO 2025-03-20 19:07:56,911 [67 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:07:56,912 [62 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:07:56,915 [62 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint 'Health checks'
INFO 2025-03-20 19:07:56,915 [67 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 GET https://10.0.50.50:443/health - - - 200 -
application/json 6.1979ms
INFO 2025-03-20 19:07:57,020 [67 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 GET https://10.0.50.50:443/health - -
INFO 2025-03-20 19:07:57,021 [67 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint 'Health checks'
INFO 2025-03-20 19:07:57,023 [62 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:07:57,024 [67 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:07:57,032 [67 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint 'Health checks'
INFO 2025-03-20 19:07:57,032 [67 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 GET https://10.0.50.50:443/health - - - 200 -
application/json 11.9947ms
INFO 2025-03-20 19:07:57,401 [67 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 GET https://10.0.50.50:443/health - -
INFO 2025-03-20 19:07:57,402 [67 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint 'Health checks'
INFO 2025-03-20 19:07:57,403 [67 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:07:57,403 [62 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:07:57,404 [67 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint 'Health checks'
INFO 2025-03-20 19:07:57,404 [62 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 GET https://10.0.50.50:443/health - - - 200 -
application/json 3.4651ms
INFO 2025-03-20 19:07:58,048 [62 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 POST https://stg.parcelat.com/hangfire/stats
application/x-www-form-urlencoded;+charset=UTF-8 392
INFO 2025-03-20 19:07:58,050 [62 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:07:58,055 [62 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 POST https://stg.parcelat.com/signalr-chat?
id=_p6cwu2XCYvurT9jDWrPVQ text/plain;charset=UTF-8 11
INFO 2025-03-20 19:07:58,056 [73 ] tCore.Cors.Infrastructure.CorsMiddleware - No
CORS policy found for the specified request.
INFO 2025-03-20 19:07:58,058 [62 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:07:58,059 [73 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 POST https://stg.parcelat.com/hangfire/stats
application/x-www-form-urlencoded;+charset=UTF-8 392 - 200 - application/json
10.9904ms
INFO 2025-03-20 19:07:58,063 [73 ] tCore.Cors.Infrastructure.CorsMiddleware - No
CORS policy found for the specified request.
INFO 2025-03-20 19:07:58,064 [73 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint '/signalr-chat'
INFO 2025-03-20 19:07:58,064 [73 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint '/signalr-chat'
INFO 2025-03-20 19:07:58,064 [73 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 POST https://stg.parcelat.com/signalr-chat?
id=_p6cwu2XCYvurT9jDWrPVQ text/plain;charset=UTF-8 11 - 200 - text/plain 8.7936ms
INFO 2025-03-20 19:07:58,709 [5 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 GET https://10.0.50.50:443/health - -
INFO 2025-03-20 19:07:58,710 [5 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint 'Health checks'
INFO 2025-03-20 19:07:58,711 [5 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:07:58,711 [63 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:07:58,712 [63 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint 'Health checks'
INFO 2025-03-20 19:07:58,712 [5 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 GET https://10.0.50.50:443/health - - - 200 -
application/json 3.3622ms
INFO 2025-03-20 19:07:59,133 [5 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 GET https://10.0.50.50:443/health - -
INFO 2025-03-20 19:07:59,134 [5 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint 'Health checks'
INFO 2025-03-20 19:07:59,135 [5 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:07:59,135 [63 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:07:59,137 [63 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint 'Health checks'
INFO 2025-03-20 19:07:59,137 [5 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 GET https://10.0.50.50:443/health - - - 200 -
application/json 4.1827ms
INFO 2025-03-20 19:07:59,303 [5 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/2 POST https://localhost/signalr-chat?
id=mA8o42sfMP994EBd_vzi_w text/plain;charset=UTF-8 11
INFO 2025-03-20 19:07:59,310 [5 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:07:59,328 [61 ] tCore.Cors.Infrastructure.CorsMiddleware - No
CORS policy found for the specified request.
INFO 2025-03-20 19:07:59,328 [61 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint '/signalr-chat'
INFO 2025-03-20 19:07:59,328 [61 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint '/signalr-chat'
INFO 2025-03-20 19:07:59,329 [61 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/2 POST https://localhost/signalr-chat?
id=mA8o42sfMP994EBd_vzi_w text/plain;charset=UTF-8 11 - 200 - text/plain 25.9797ms
INFO 2025-03-20 19:07:59,329 [5 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/2 POST https://localhost/signalr?id=nf24ouEgEtGBjKVTyCqjTQ
text/plain;charset=UTF-8 11
INFO 2025-03-20 19:07:59,331 [5 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:07:59,338 [67 ] tCore.Cors.Infrastructure.CorsMiddleware - No
CORS policy found for the specified request.
INFO 2025-03-20 19:07:59,338 [67 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint '/signalr'
INFO 2025-03-20 19:07:59,338 [67 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint '/signalr'
INFO 2025-03-20 19:07:59,338 [67 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/2 POST https://localhost/signalr?id=nf24ouEgEtGBjKVTyCqjTQ
text/plain;charset=UTF-8 11 - 200 - text/plain 10.4814ms
INFO 2025-03-20 19:08:00,107 [67 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 GET https://10.0.50.50:443/health - -
INFO 2025-03-20 19:08:00,108 [67 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint 'Health checks'
INFO 2025-03-20 19:08:00,109 [67 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:08:00,109 [63 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:08:00,111 [67 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint 'Health checks'
INFO 2025-03-20 19:08:00,111 [63 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 GET https://10.0.50.50:443/health - - - 200 -
application/json 3.4548ms
INFO 2025-03-20 19:08:00,364 [63 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 GET https://10.0.50.50:443/health - -
INFO 2025-03-20 19:08:00,365 [63 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint 'Health checks'
INFO 2025-03-20 19:08:00,366 [61 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:08:00,366 [63 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:08:00,368 [63 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint 'Health checks'
INFO 2025-03-20 19:08:00,368 [61 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 GET https://10.0.50.50:443/health - - - 200 -
application/json 3.4067ms
INFO 2025-03-20 19:08:00,851 [61 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 GET https://10.0.50.50:443/health - -
INFO 2025-03-20 19:08:00,852 [61 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint 'Health checks'
INFO 2025-03-20 19:08:00,853 [61 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:08:00,854 [63 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:08:00,855 [61 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint 'Health checks'
INFO 2025-03-20 19:08:00,855 [73 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 GET https://10.0.50.50:443/health - - - 200 -
application/json 3.3429ms
INFO 2025-03-20 19:08:01,052 [73 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 POST https://stg.parcelat.com/hangfire/stats
application/x-www-form-urlencoded;+charset=UTF-8 392
INFO 2025-03-20 19:08:01,055 [73 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:08:01,060 [61 ] tCore.Cors.Infrastructure.CorsMiddleware - No
CORS policy found for the specified request.
INFO 2025-03-20 19:08:01,062 [63 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 POST https://stg.parcelat.com/hangfire/stats
application/x-www-form-urlencoded;+charset=UTF-8 392 - 200 - application/json
10.2514ms
INFO 2025-03-20 19:08:01,119 [63 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 GET https://10.0.50.50:443/health - -
INFO 2025-03-20 19:08:01,120 [63 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint 'Health checks'
INFO 2025-03-20 19:08:01,121 [63 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:08:01,121 [61 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:08:01,122 [63 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint 'Health checks'
INFO 2025-03-20 19:08:01,123 [61 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 GET https://10.0.50.50:443/health - - - 200 -
application/json 3.3476ms
INFO 2025-03-20 19:08:01,186 [61 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 GET https://10.0.50.50:443/health - -
INFO 2025-03-20 19:08:01,186 [61 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint 'Health checks'
INFO 2025-03-20 19:08:01,187 [61 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:08:01,187 [63 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:08:01,189 [63 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint 'Health checks'
INFO 2025-03-20 19:08:01,189 [61 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 GET https://10.0.50.50:443/health - - - 200 -
application/json 3.3481ms
INFO 2025-03-20 19:08:01,338 [61 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 GET https://10.0.50.50:443/health - -
INFO 2025-03-20 19:08:01,339 [61 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint 'Health checks'
INFO 2025-03-20 19:08:01,339 [61 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:08:01,340 [63 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:08:01,341 [61 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint 'Health checks'
INFO 2025-03-20 19:08:01,341 [63 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 GET https://10.0.50.50:443/health - - - 200 -
application/json 3.3351ms
INFO 2025-03-20 19:08:01,421 [61 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 GET https://10.0.50.50:443/health - -
INFO 2025-03-20 19:08:01,422 [61 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint 'Health checks'
INFO 2025-03-20 19:08:01,422 [61 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:08:01,423 [63 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:08:01,424 [63 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint 'Health checks'
INFO 2025-03-20 19:08:01,424 [63 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 GET https://10.0.50.50:443/health - - - 200 -
application/json 3.4956ms
INFO 2025-03-20 19:08:01,584 [63 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'HealthChecksDb' using provider
'Microsoft.EntityFrameworkCore.InMemory' with options: StoreName=HealthChecksUI
INFO 2025-03-20 19:08:01,584 [63 ] .HttpClient.health-checks.LogicalHandler -
Start processing HTTP request GET https://stg.parcelat.com/health
INFO 2025-03-20 19:08:01,584 [63 ] p.HttpClient.health-checks.ClientHandler -
Sending HTTP request GET https://stg.parcelat.com/health
INFO 2025-03-20 19:08:01,586 [63 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 GET https://stg.parcelat.com/health - -
INFO 2025-03-20 19:08:01,587 [63 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint 'Health checks'
INFO 2025-03-20 19:08:01,588 [5 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:08:01,588 [63 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:08:01,589 [63 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint 'Health checks'
INFO 2025-03-20 19:08:01,589 [5 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 GET https://stg.parcelat.com/health - - - 200 -
application/json 3.1400ms
INFO 2025-03-20 19:08:01,590 [74 ] p.HttpClient.health-checks.ClientHandler -
Received HTTP response headers after 5.3896ms - 200
INFO 2025-03-20 19:08:01,590 [74 ] .HttpClient.health-checks.LogicalHandler -
End processing HTTP request after 5.4338ms - 200
INFO 2025-03-20 19:08:01,590 [74 ] Microsoft.EntityFrameworkCore.Update -
Saved 4 entities to in-memory store.
INFO 2025-03-20 19:08:01,748 [5 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 GET https://10.0.50.50:443/health - -
INFO 2025-03-20 19:08:01,749 [5 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint 'Health checks'
INFO 2025-03-20 19:08:01,750 [5 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:08:01,750 [63 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:08:01,751 [5 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint 'Health checks'
INFO 2025-03-20 19:08:01,751 [62 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 GET https://10.0.50.50:443/health - - - 200 -
application/json 3.4123ms
INFO 2025-03-20 19:08:02,311 [62 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 GET https://10.0.50.50:443/health - -
INFO 2025-03-20 19:08:02,312 [62 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint 'Health checks'
INFO 2025-03-20 19:08:02,313 [5 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:08:02,313 [62 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:08:02,314 [62 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint 'Health checks'
INFO 2025-03-20 19:08:02,315 [5 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 GET https://10.0.50.50:443/health - - - 200 -
application/json 3.4828ms
INFO 2025-03-20 19:08:02,344 [5 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 GET https://10.0.50.50:443/health - -
INFO 2025-03-20 19:08:02,345 [5 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint 'Health checks'
INFO 2025-03-20 19:08:02,346 [5 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:08:02,346 [62 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:08:02,347 [62 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint 'Health checks'
INFO 2025-03-20 19:08:02,347 [5 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 GET https://10.0.50.50:443/health - - - 200 -
application/json 3.3707ms
INFO 2025-03-20 19:08:03,372 [61 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 GET https://10.0.50.50:443/health - -
INFO 2025-03-20 19:08:03,373 [61 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint 'Health checks'
INFO 2025-03-20 19:08:03,374 [61 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:08:03,374 [67 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:08:03,375 [61 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint 'Health checks'
INFO 2025-03-20 19:08:03,375 [67 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 GET https://10.0.50.50:443/health - - - 200 -
application/json 3.3497ms
INFO 2025-03-20 19:08:04,041 [67 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 POST https://stg.parcelat.com/hangfire/stats
application/x-www-form-urlencoded;+charset=UTF-8 392
INFO 2025-03-20 19:08:04,044 [67 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:08:04,049 [67 ] tCore.Cors.Infrastructure.CorsMiddleware - No
CORS policy found for the specified request.
INFO 2025-03-20 19:08:04,052 [61 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 POST https://stg.parcelat.com/hangfire/stats
application/x-www-form-urlencoded;+charset=UTF-8 392 - 200 - application/json
10.4179ms
INFO 2025-03-20 19:08:04,638 [67 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 GET https://10.0.50.50:443/health - -
INFO 2025-03-20 19:08:04,639 [67 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint 'Health checks'
INFO 2025-03-20 19:08:04,640 [67 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:08:04,640 [61 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:08:04,641 [67 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint 'Health checks'
INFO 2025-03-20 19:08:04,641 [61 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 GET https://10.0.50.50:443/health - - - 200 -
application/json 3.2354ms
INFO 2025-03-20 19:08:04,901 [61 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 GET https://10.0.50.50:443/health - -
INFO 2025-03-20 19:08:04,902 [61 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint 'Health checks'
INFO 2025-03-20 19:08:04,903 [61 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:08:04,903 [67 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:08:04,905 [61 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint 'Health checks'
INFO 2025-03-20 19:08:04,905 [67 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 GET https://10.0.50.50:443/health - - - 200 -
application/json 3.4545ms
INFO 2025-03-20 19:08:05,563 [63 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 GET https://10.0.50.50:443/health - -
INFO 2025-03-20 19:08:05,564 [63 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint 'Health checks'
INFO 2025-03-20 19:08:05,565 [63 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:08:05,566 [61 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:08:05,566 [61 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint 'Health checks'
INFO 2025-03-20 19:08:05,567 [61 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 GET https://10.0.50.50:443/health - - - 200 -
application/json 3.4908ms
INFO 2025-03-20 19:08:05,705 [61 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 GET https://10.0.50.50:443/health - -
INFO 2025-03-20 19:08:05,706 [61 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint 'Health checks'
INFO 2025-03-20 19:08:05,707 [61 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:08:05,707 [67 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:08:05,716 [67 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint 'Health checks'
INFO 2025-03-20 19:08:05,717 [61 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 GET https://10.0.50.50:443/health - - - 200 -
application/json 11.9260ms
INFO 2025-03-20 19:08:06,025 [61 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 GET https://10.0.50.50:443/health - -
INFO 2025-03-20 19:08:06,027 [61 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint 'Health checks'
INFO 2025-03-20 19:08:06,028 [61 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:08:06,028 [67 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:08:06,029 [67 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint 'Health checks'
INFO 2025-03-20 19:08:06,029 [61 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 GET https://10.0.50.50:443/health - - - 200 -
application/json 3.3276ms
INFO 2025-03-20 19:08:06,166 [61 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 GET https://10.0.50.50:443/health - -
INFO 2025-03-20 19:08:06,167 [61 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint 'Health checks'
INFO 2025-03-20 19:08:06,168 [67 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:08:06,168 [61 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:08:06,170 [61 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint 'Health checks'
INFO 2025-03-20 19:08:06,170 [67 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 GET https://10.0.50.50:443/health - - - 200 -
application/json 3.5169ms
INFO 2025-03-20 19:08:06,171 [67 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 GET https://10.0.50.50:443/health - -
INFO 2025-03-20 19:08:06,172 [67 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint 'Health checks'
INFO 2025-03-20 19:08:06,173 [61 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:08:06,173 [67 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:08:06,174 [67 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint 'Health checks'
INFO 2025-03-20 19:08:06,174 [61 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 GET https://10.0.50.50:443/health - - - 200 -
application/json 2.8334ms
INFO 2025-03-20 19:08:06,618 [61 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 GET https://10.0.50.50:443/health - -
INFO 2025-03-20 19:08:06,619 [61 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint 'Health checks'
INFO 2025-03-20 19:08:06,620 [61 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:08:06,620 [67 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:08:06,621 [61 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint 'Health checks'
INFO 2025-03-20 19:08:06,621 [67 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 GET https://10.0.50.50:443/health - - - 200 -
application/json 3.4784ms
INFO 2025-03-20 19:08:06,735 [67 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 GET https://10.0.50.50:443/health - -
INFO 2025-03-20 19:08:06,736 [67 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint 'Health checks'
INFO 2025-03-20 19:08:06,737 [67 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:08:06,737 [61 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:08:06,738 [61 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint 'Health checks'
INFO 2025-03-20 19:08:06,738 [63 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 GET https://10.0.50.50:443/health - - - 200 -
application/json 3.3003ms
INFO 2025-03-20 19:08:07,196 [63 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 POST https://stg.parcelat.com/hangfire/stats
application/x-www-form-urlencoded;+charset=UTF-8 392
INFO 2025-03-20 19:08:07,199 [63 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:08:07,205 [62 ] tCore.Cors.Infrastructure.CorsMiddleware - No
CORS policy found for the specified request.
INFO 2025-03-20 19:08:07,207 [61 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 POST https://stg.parcelat.com/hangfire/stats
application/x-www-form-urlencoded;+charset=UTF-8 392 - 200 - application/json
10.7102ms
INFO 2025-03-20 19:08:07,428 [62 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 GET https://10.0.50.50:443/health - -
INFO 2025-03-20 19:08:07,429 [62 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint 'Health checks'
INFO 2025-03-20 19:08:07,430 [62 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:08:07,430 [67 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:08:07,431 [62 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint 'Health checks'
INFO 2025-03-20 19:08:07,431 [67 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 GET https://10.0.50.50:443/health - - - 200 -
application/json 3.2932ms
INFO 2025-03-20 19:08:07,438 [67 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 GET https://10.0.50.50:443/health - -
INFO 2025-03-20 19:08:07,439 [67 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint 'Health checks'
INFO 2025-03-20 19:08:07,440 [67 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:08:07,440 [62 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:08:07,441 [67 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint 'Health checks'
INFO 2025-03-20 19:08:07,441 [62 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 GET https://10.0.50.50:443/health - - - 200 -
application/json 2.7755ms
INFO 2025-03-20 19:08:08,027 [62 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 GET https://10.0.50.50:443/health - -
INFO 2025-03-20 19:08:08,028 [62 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint 'Health checks'
INFO 2025-03-20 19:08:08,029 [62 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:08:08,029 [67 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:08:08,030 [62 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint 'Health checks'
INFO 2025-03-20 19:08:08,030 [67 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 GET https://10.0.50.50:443/health - - - 200 -
application/json 3.2284ms
INFO 2025-03-20 19:08:09,040 [63 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 POST https://stg.parcelat.com/signalr?id=ZMjLJkCcMEjTamD-
ZuDloA text/plain;charset=UTF-8 11
INFO 2025-03-20 19:08:09,042 [63 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:08:09,048 [67 ] tCore.Cors.Infrastructure.CorsMiddleware - No
CORS policy found for the specified request.
INFO 2025-03-20 19:08:09,048 [67 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint '/signalr'
INFO 2025-03-20 19:08:09,049 [67 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint '/signalr'
INFO 2025-03-20 19:08:09,049 [67 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 POST https://stg.parcelat.com/signalr?id=ZMjLJkCcMEjTamD-
ZuDloA text/plain;charset=UTF-8 11 - 200 - text/plain 9.0167ms
INFO 2025-03-20 19:08:09,155 [67 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 GET https://10.0.50.50:443/health - -
INFO 2025-03-20 19:08:09,155 [67 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint 'Health checks'
INFO 2025-03-20 19:08:09,156 [67 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:08:09,156 [73 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:08:09,158 [73 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint 'Health checks'
INFO 2025-03-20 19:08:09,158 [67 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 GET https://10.0.50.50:443/health - - - 200 -
application/json 3.2900ms
DEBUG 2025-03-20 19:08:09,338 [67 ] Abp.AspNetCore.SignalR.Hubs.AbpCommonHub - A
client is disconnected: v-UJAG0r3qlpUU6OaGRqpA
INFO 2025-03-20 19:08:09,338 [73 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint '/signalr'
INFO 2025-03-20 19:08:09,338 [73 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 GET https://stg.parcelat.com/signalr?
id=zcVeaZnxX7NtZqjB1V01xA - - - 200 - text/event-stream 119644.9196ms
DEBUG 2025-03-20 19:08:09,340 [67 ] EnterpriseBase.Web.Chat.SignalR.ChatHub - A
client is disconnected: 36mVbVJzGBcwAg6F9ymabg
INFO 2025-03-20 19:08:09,340 [67 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint '/signalr-chat'
INFO 2025-03-20 19:08:09,340 [67 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 GET https://stg.parcelat.com/signalr-chat?id=cL-
Z3uswYO69Sgmpb_dJ5w - - - 200 - text/event-stream 119661.2463ms
INFO 2025-03-20 19:08:09,512 [67 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 POST https://stg.parcelat.com/signalr/negotiate?
negotiateVersion=1 text/plain;charset=UTF-8 0
INFO 2025-03-20 19:08:09,513 [67 ] tion.Cookies.CookieAuthenticationHandler -
Identity.Application was not authenticated. Failure message: Unprotect ticket
failed
INFO 2025-03-20 19:08:09,513 [67 ] tCore.Cors.Infrastructure.CorsMiddleware - No
CORS policy found for the specified request.
INFO 2025-03-20 19:08:09,513 [67 ] tion.Cookies.CookieAuthenticationHandler -
Identity.Application was not authenticated. Failure message: Unprotect ticket
failed
INFO 2025-03-20 19:08:09,513 [67 ] tion.Cookies.CookieAuthenticationHandler -
Identity.Application was not authenticated. Failure message: Unprotect ticket
failed
INFO 2025-03-20 19:08:09,513 [67 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint '/signalr/negotiate'
INFO 2025-03-20 19:08:09,513 [67 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint '/signalr/negotiate'
INFO 2025-03-20 19:08:09,513 [61 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 POST https://stg.parcelat.com/signalr/negotiate?
negotiateVersion=1 text/plain;charset=UTF-8 0 - 200 253 application/json 1.3288ms
INFO 2025-03-20 19:08:09,518 [61 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 POST https://stg.parcelat.com/signalr-chat/negotiate?
negotiateVersion=1 text/plain;charset=UTF-8 0
INFO 2025-03-20 19:08:09,519 [61 ] tion.Cookies.CookieAuthenticationHandler -
Identity.Application was not authenticated. Failure message: Unprotect ticket
failed
INFO 2025-03-20 19:08:09,519 [61 ] tCore.Cors.Infrastructure.CorsMiddleware - No
CORS policy found for the specified request.
INFO 2025-03-20 19:08:09,519 [61 ] tion.Cookies.CookieAuthenticationHandler -
Identity.Application was not authenticated. Failure message: Unprotect ticket
failed
INFO 2025-03-20 19:08:09,519 [61 ] tion.Cookies.CookieAuthenticationHandler -
Identity.Application was not authenticated. Failure message: Unprotect ticket
failed
INFO 2025-03-20 19:08:09,519 [61 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint '/signalr-chat/negotiate'
INFO 2025-03-20 19:08:09,519 [61 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint '/signalr-chat/negotiate'
INFO 2025-03-20 19:08:09,519 [67 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 POST https://stg.parcelat.com/signalr-chat/negotiate?
negotiateVersion=1 text/plain;charset=UTF-8 0 - 200 253 application/json 0.9484ms
INFO 2025-03-20 19:08:09,682 [67 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 GET https://stg.parcelat.com/signalr?id=vug7UCMo-
a9GcTZqr5ezpw - -
INFO 2025-03-20 19:08:09,682 [67 ] tion.Cookies.CookieAuthenticationHandler -
Identity.Application was not authenticated. Failure message: Unprotect ticket
failed
INFO 2025-03-20 19:08:09,683 [67 ] tion.Cookies.CookieAuthenticationHandler -
Identity.Application was not authenticated. Failure message: Unprotect ticket
failed
INFO 2025-03-20 19:08:09,683 [67 ] tion.Cookies.CookieAuthenticationHandler -
Identity.Application was not authenticated. Failure message: Unprotect ticket
failed
INFO 2025-03-20 19:08:09,683 [67 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint '/signalr'
INFO 2025-03-20 19:08:09,694 [67 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 GET https://stg.parcelat.com/signalr-chat?
id=dSEv66xNhCnxNKhfDtVFWw - -
INFO 2025-03-20 19:08:09,694 [67 ] tion.Cookies.CookieAuthenticationHandler -
Identity.Application was not authenticated. Failure message: Unprotect ticket
failed
INFO 2025-03-20 19:08:09,695 [67 ] tion.Cookies.CookieAuthenticationHandler -
Identity.Application was not authenticated. Failure message: Unprotect ticket
failed
INFO 2025-03-20 19:08:09,695 [67 ] tion.Cookies.CookieAuthenticationHandler -
Identity.Application was not authenticated. Failure message: Unprotect ticket
failed
INFO 2025-03-20 19:08:09,695 [67 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint '/signalr-chat'
INFO 2025-03-20 19:08:09,857 [61 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 POST https://stg.parcelat.com/signalr?id=vug7UCMo-
a9GcTZqr5ezpw text/plain;charset=UTF-8 32
INFO 2025-03-20 19:08:09,858 [61 ] tion.Cookies.CookieAuthenticationHandler -
Identity.Application was not authenticated. Failure message: Unprotect ticket
failed
INFO 2025-03-20 19:08:09,858 [61 ] tCore.Cors.Infrastructure.CorsMiddleware - No
CORS policy found for the specified request.
INFO 2025-03-20 19:08:09,858 [61 ] tion.Cookies.CookieAuthenticationHandler -
Identity.Application was not authenticated. Failure message: Unprotect ticket
failed
INFO 2025-03-20 19:08:09,858 [67 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 POST https://stg.parcelat.com/signalr-chat?
id=dSEv66xNhCnxNKhfDtVFWw text/plain;charset=UTF-8 32
INFO 2025-03-20 19:08:09,858 [61 ] tion.Cookies.CookieAuthenticationHandler -
Identity.Application was not authenticated. Failure message: Unprotect ticket
failed
INFO 2025-03-20 19:08:09,858 [61 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint '/signalr'
INFO 2025-03-20 19:08:09,858 [61 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint '/signalr'
DEBUG 2025-03-20 19:08:09,859 [61 ] Abp.AspNetCore.SignalR.Hubs.AbpCommonHub - A
client is connected: {"ConnectionId":"li0h_FsBHGtnVT9O9P-
7Jg","IpAddress":"103.103.174.14","TenantId":null,"UserId":null,"ConnectTime":"2025
-03-20T19:08:09.8591608+03:00","Properties":{}}
INFO 2025-03-20 19:08:09,859 [67 ] tion.Cookies.CookieAuthenticationHandler -
Identity.Application was not authenticated. Failure message: Unprotect ticket
failed
INFO 2025-03-20 19:08:09,859 [61 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 POST https://stg.parcelat.com/signalr?id=vug7UCMo-
a9GcTZqr5ezpw text/plain;charset=UTF-8 32 - 200 - text/plain 1.4579ms
INFO 2025-03-20 19:08:09,859 [67 ] tCore.Cors.Infrastructure.CorsMiddleware - No
CORS policy found for the specified request.
INFO 2025-03-20 19:08:09,859 [67 ] tion.Cookies.CookieAuthenticationHandler -
Identity.Application was not authenticated. Failure message: Unprotect ticket
failed
INFO 2025-03-20 19:08:09,859 [67 ] tion.Cookies.CookieAuthenticationHandler -
Identity.Application was not authenticated. Failure message: Unprotect ticket
failed
INFO 2025-03-20 19:08:09,859 [67 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint '/signalr-chat'
INFO 2025-03-20 19:08:09,859 [67 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint '/signalr-chat'
INFO 2025-03-20 19:08:09,859 [67 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 POST https://stg.parcelat.com/signalr-chat?
id=dSEv66xNhCnxNKhfDtVFWw text/plain;charset=UTF-8 32 - 200 - text/plain 1.2439ms
DEBUG 2025-03-20 19:08:09,861 [61 ] EnterpriseBase.Web.Chat.SignalR.ChatHub - A
client is connected: {"ConnectionId":"DupFbN8kr-
NxFrIz8oBPPA","IpAddress":"103.103.174.14","TenantId":null,"UserId":null,"ConnectTi
me":"2025-03-20T19:08:09.861463+03:00","Properties":{}}
INFO 2025-03-20 19:08:09,889 [61 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 GET https://10.0.50.50:443/health - -
INFO 2025-03-20 19:08:09,890 [61 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint 'Health checks'
INFO 2025-03-20 19:08:09,891 [61 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:08:09,891 [67 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:08:09,892 [61 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint 'Health checks'
INFO 2025-03-20 19:08:09,892 [67 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 GET https://10.0.50.50:443/health - - - 200 -
application/json 3.2919ms
INFO 2025-03-20 19:08:10,082 [67 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 POST https://stg.parcelat.com/hangfire/stats
application/x-www-form-urlencoded;+charset=UTF-8 392
INFO 2025-03-20 19:08:10,085 [67 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:08:10,091 [67 ] tCore.Cors.Infrastructure.CorsMiddleware - No
CORS policy found for the specified request.
INFO 2025-03-20 19:08:10,093 [61 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 POST https://stg.parcelat.com/hangfire/stats
application/x-www-form-urlencoded;+charset=UTF-8 392 - 200 - application/json
11.0775ms
INFO 2025-03-20 19:08:10,508 [67 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 GET https://10.0.50.50:443/health - -
INFO 2025-03-20 19:08:10,509 [67 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint 'Health checks'
INFO 2025-03-20 19:08:10,510 [73 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:08:10,510 [67 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:08:10,511 [73 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint 'Health checks'
INFO 2025-03-20 19:08:10,511 [67 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 GET https://10.0.50.50:443/health - - - 200 -
application/json 3.5020ms
INFO 2025-03-20 19:08:10,706 [67 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 GET https://10.0.50.50:443/health - -
INFO 2025-03-20 19:08:10,706 [67 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint 'Health checks'
INFO 2025-03-20 19:08:10,707 [67 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:08:10,707 [73 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:08:10,709 [67 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint 'Health checks'
INFO 2025-03-20 19:08:10,709 [73 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 GET https://10.0.50.50:443/health - - - 200 -
application/json 3.2334ms
INFO 2025-03-20 19:08:10,824 [73 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 GET https://10.0.50.50:443/health - -
INFO 2025-03-20 19:08:10,826 [73 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint 'Health checks'
INFO 2025-03-20 19:08:10,826 [67 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:08:10,827 [73 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:08:10,828 [73 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint 'Health checks'
INFO 2025-03-20 19:08:10,828 [67 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 GET https://10.0.50.50:443/health - - - 200 -
application/json 4.6834ms
INFO 2025-03-20 19:08:10,885 [67 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 GET https://10.0.50.50:443/health - -
INFO 2025-03-20 19:08:10,886 [67 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint 'Health checks'
INFO 2025-03-20 19:08:10,887 [67 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:08:10,887 [73 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:08:10,888 [67 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint 'Health checks'
INFO 2025-03-20 19:08:10,889 [73 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 GET https://10.0.50.50:443/health - - - 200 -
application/json 3.7259ms
INFO 2025-03-20 19:08:10,921 [73 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 GET https://10.0.50.50:443/health - -
INFO 2025-03-20 19:08:10,922 [73 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint 'Health checks'
INFO 2025-03-20 19:08:10,923 [73 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:08:10,923 [67 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:08:10,924 [67 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint 'Health checks'
INFO 2025-03-20 19:08:10,924 [73 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 GET https://10.0.50.50:443/health - - - 200 -
application/json 3.2686ms
INFO 2025-03-20 19:08:11,429 [73 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 GET https://10.0.50.50:443/health - -
INFO 2025-03-20 19:08:11,430 [73 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint 'Health checks'
INFO 2025-03-20 19:08:11,431 [73 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:08:11,431 [63 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:08:11,432 [73 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint 'Health checks'
INFO 2025-03-20 19:08:11,432 [63 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 GET https://10.0.50.50:443/health - - - 200 -
application/json 3.2509ms
INFO 2025-03-20 19:08:11,595 [63 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'HealthChecksDb' using provider
'Microsoft.EntityFrameworkCore.InMemory' with options: StoreName=HealthChecksUI
INFO 2025-03-20 19:08:11,595 [63 ] .HttpClient.health-checks.LogicalHandler -
Start processing HTTP request GET https://stg.parcelat.com/health
INFO 2025-03-20 19:08:11,595 [63 ] p.HttpClient.health-checks.ClientHandler -
Sending HTTP request GET https://stg.parcelat.com/health
INFO 2025-03-20 19:08:11,597 [63 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 GET https://stg.parcelat.com/health - -
INFO 2025-03-20 19:08:11,598 [63 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint 'Health checks'
INFO 2025-03-20 19:08:11,599 [63 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:08:11,599 [73 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:08:11,600 [63 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint 'Health checks'
INFO 2025-03-20 19:08:11,601 [73 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 GET https://stg.parcelat.com/health - - - 200 -
application/json 3.2951ms
INFO 2025-03-20 19:08:11,601 [71 ] p.HttpClient.health-checks.ClientHandler -
Received HTTP response headers after 5.4499ms - 200
INFO 2025-03-20 19:08:11,601 [71 ] .HttpClient.health-checks.LogicalHandler -
End processing HTTP request after 5.5087ms - 200
INFO 2025-03-20 19:08:11,602 [71 ] Microsoft.EntityFrameworkCore.Update -
Saved 4 entities to in-memory store.
INFO 2025-03-20 19:08:11,708 [73 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 GET https://10.0.50.50:443/health - -
INFO 2025-03-20 19:08:11,709 [73 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint 'Health checks'
INFO 2025-03-20 19:08:11,710 [73 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:08:11,710 [63 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:08:11,711 [63 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint 'Health checks'
INFO 2025-03-20 19:08:11,711 [63 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 GET https://10.0.50.50:443/health - - - 200 -
application/json 3.6326ms
INFO 2025-03-20 19:08:11,763 [63 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 POST https://stg.parcelat.com/signalr-chat?
id=QvJKPGVionPW2NWz76o1jw text/plain;charset=UTF-8 11
INFO 2025-03-20 19:08:11,764 [63 ] tion.Cookies.CookieAuthenticationHandler -
Identity.Application was not authenticated. Failure message: Unprotect ticket
failed
INFO 2025-03-20 19:08:11,764 [67 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 POST https://stg.parcelat.com/signalr?id=Qq5rLsLcBZr-
n1yjGsj3EA text/plain;charset=UTF-8 11
INFO 2025-03-20 19:08:11,764 [63 ] tCore.Cors.Infrastructure.CorsMiddleware - No
CORS policy found for the specified request.
INFO 2025-03-20 19:08:11,764 [67 ] tion.Cookies.CookieAuthenticationHandler -
Identity.Application was not authenticated. Failure message: Unprotect ticket
failed
INFO 2025-03-20 19:08:11,764 [63 ] tion.Cookies.CookieAuthenticationHandler -
Identity.Application was not authenticated. Failure message: Unprotect ticket
failed
INFO 2025-03-20 19:08:11,765 [67 ] tCore.Cors.Infrastructure.CorsMiddleware - No
CORS policy found for the specified request.
INFO 2025-03-20 19:08:11,765 [67 ] tion.Cookies.CookieAuthenticationHandler -
Identity.Application was not authenticated. Failure message: Unprotect ticket
failed
INFO 2025-03-20 19:08:11,765 [63 ] tion.Cookies.CookieAuthenticationHandler -
Identity.Application was not authenticated. Failure message: Unprotect ticket
failed
INFO 2025-03-20 19:08:11,765 [63 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint '/signalr-chat'
INFO 2025-03-20 19:08:11,765 [67 ] tion.Cookies.CookieAuthenticationHandler -
Identity.Application was not authenticated. Failure message: Unprotect ticket
failed
INFO 2025-03-20 19:08:11,765 [67 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint '/signalr'
INFO 2025-03-20 19:08:11,765 [63 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint '/signalr-chat'
INFO 2025-03-20 19:08:11,765 [67 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint '/signalr'
INFO 2025-03-20 19:08:11,765 [63 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 POST https://stg.parcelat.com/signalr-chat?
id=QvJKPGVionPW2NWz76o1jw text/plain;charset=UTF-8 11 - 200 - text/plain 1.8512ms
INFO 2025-03-20 19:08:11,765 [67 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 POST https://stg.parcelat.com/signalr?id=Qq5rLsLcBZr-
n1yjGsj3EA text/plain;charset=UTF-8 11 - 200 - text/plain 1.1176ms
INFO 2025-03-20 19:08:12,248 [67 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 GET https://10.0.50.50:443/health - -
INFO 2025-03-20 19:08:12,249 [67 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint 'Health checks'
INFO 2025-03-20 19:08:12,250 [67 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:08:12,250 [63 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:08:12,251 [67 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint 'Health checks'
INFO 2025-03-20 19:08:12,251 [63 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 GET https://10.0.50.50:443/health - - - 200 -
application/json 3.4210ms
INFO 2025-03-20 19:08:12,640 [67 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 GET https://10.0.50.50:443/health - -
INFO 2025-03-20 19:08:12,641 [67 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint 'Health checks'
INFO 2025-03-20 19:08:12,642 [63 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:08:12,642 [67 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:08:12,644 [67 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint 'Health checks'
INFO 2025-03-20 19:08:12,644 [63 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 GET https://10.0.50.50:443/health - - - 200 -
application/json 3.4302ms
INFO 2025-03-20 19:08:12,694 [63 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 GET https://10.0.50.50:443/health - -
INFO 2025-03-20 19:08:12,695 [63 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint 'Health checks'
INFO 2025-03-20 19:08:12,696 [73 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:08:12,696 [67 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:08:12,697 [67 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint 'Health checks'
INFO 2025-03-20 19:08:12,697 [73 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 GET https://10.0.50.50:443/health - - - 200 -
application/json 3.4475ms
INFO 2025-03-20 19:08:13,109 [73 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 POST https://stg.parcelat.com/hangfire/stats
application/x-www-form-urlencoded;+charset=UTF-8 392
INFO 2025-03-20 19:08:13,109 [67 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 POST https://stg.parcelat.com/signalr-chat?
id=_p6cwu2XCYvurT9jDWrPVQ text/plain;charset=UTF-8 11
INFO 2025-03-20 19:08:13,111 [73 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:08:13,112 [67 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:08:13,117 [67 ] tCore.Cors.Infrastructure.CorsMiddleware - No
CORS policy found for the specified request.
INFO 2025-03-20 19:08:13,118 [67 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint '/signalr-chat'
INFO 2025-03-20 19:08:13,118 [67 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint '/signalr-chat'
INFO 2025-03-20 19:08:13,118 [67 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 POST https://stg.parcelat.com/signalr-chat?
id=_p6cwu2XCYvurT9jDWrPVQ text/plain;charset=UTF-8 11 - 200 - text/plain 8.6979ms
INFO 2025-03-20 19:08:13,118 [73 ] tCore.Cors.Infrastructure.CorsMiddleware - No
CORS policy found for the specified request.
INFO 2025-03-20 19:08:13,120 [67 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 POST https://stg.parcelat.com/hangfire/stats
application/x-www-form-urlencoded;+charset=UTF-8 392 - 200 - application/json
11.5741ms
INFO 2025-03-20 19:08:14,190 [67 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 GET https://stg.parcelat.com/PUDO/Shipments - -
INFO 2025-03-20 19:08:14,193 [67 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:08:14,199 [62 ] uthorization.DefaultAuthorizationService -
Authorization was successful.
INFO 2025-03-20 19:08:14,199 [62 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint
'EnterpriseBase.Web.Areas.PUDO.Controllers.ShipmentsController.Index
(EnterpriseBase.Web.Mvc)'
INFO 2025-03-20 19:08:14,199 [62 ] c.Infrastructure.ControllerActionInvoker -
Route matched with {area = "PUDO", action = "Index", controller = "Shipments"}.
Executing controller action with signature
System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.ActionResult] Index() on
controller EnterpriseBase.Web.Areas.PUDO.Controllers.ShipmentsController
(EnterpriseBase.Web.Mvc).
INFO 2025-03-20 19:08:14,205 [62 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:08:14,207 [73 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:08:14,211 [63 ] Core.Mvc.ViewFeatures.ViewResultExecutor -
Executing ViewResult, running view Index.
INFO 2025-03-20 19:08:14,214 [63 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:08:14,236 [63 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:08:14,243 [62 ] Core.Mvc.ViewFeatures.ViewResultExecutor -
Executed ViewResult - view Index executed in 32.2161ms.
INFO 2025-03-20 19:08:14,243 [62 ] c.Infrastructure.ControllerActionInvoker -
Executed action EnterpriseBase.Web.Areas.PUDO.Controllers.ShipmentsController.Index
(EnterpriseBase.Web.Mvc) in 43.3768ms
INFO 2025-03-20 19:08:14,243 [62 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint
'EnterpriseBase.Web.Areas.PUDO.Controllers.ShipmentsController.Index
(EnterpriseBase.Web.Mvc)'
INFO 2025-03-20 19:08:14,245 [63 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 GET https://stg.parcelat.com/PUDO/Shipments - - - 200 -
text/html;+charset=utf-8 54.3618ms
DEBUG 2025-03-20 19:08:14,291 [62 ] Abp.AspNetCore.SignalR.Hubs.AbpCommonHub - A
client is disconnected: KdA7fvOi4gXV-bEt77p8NQ
INFO 2025-03-20 19:08:14,291 [62 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint '/signalr'
INFO 2025-03-20 19:08:14,291 [62 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 GET https://stg.parcelat.com/signalr?id=ZMjLJkCcMEjTamD-
ZuDloA - - - 200 - text/event-stream 53084.6929ms
DEBUG 2025-03-20 19:08:14,293 [63 ] EnterpriseBase.Web.Chat.SignalR.ChatHub - A
client is disconnected: C5qZsigkxHzXuAfIlhjlFA
INFO 2025-03-20 19:08:14,293 [63 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint '/signalr-chat'
INFO 2025-03-20 19:08:14,293 [63 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 GET https://stg.parcelat.com/signalr-chat?
id=_p6cwu2XCYvurT9jDWrPVQ - - - 200 - text/event-stream 64185.8031ms
INFO 2025-03-20 19:08:14,312 [63 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 POST https://stg.parcelat.com/signalr/negotiate?
negotiateVersion=1 text/plain;charset=UTF-8 0
INFO 2025-03-20 19:08:14,314 [63 ] tCore.Cors.Infrastructure.CorsMiddleware - No
CORS policy found for the specified request.
INFO 2025-03-20 19:08:14,314 [63 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint '/signalr/negotiate'
INFO 2025-03-20 19:08:14,314 [63 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint '/signalr/negotiate'
INFO 2025-03-20 19:08:14,314 [63 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 POST https://stg.parcelat.com/signalr/negotiate?
negotiateVersion=1 text/plain;charset=UTF-8 0 - 200 253 application/json 2.4706ms
INFO 2025-03-20 19:08:14,315 [63 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 GET https://10.0.50.50:443/health - -
INFO 2025-03-20 19:08:14,315 [63 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint 'Health checks'
INFO 2025-03-20 19:08:14,316 [63 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:08:14,316 [62 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:08:14,317 [62 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint 'Health checks'
INFO 2025-03-20 19:08:14,318 [73 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 GET https://10.0.50.50:443/health - - - 200 -
application/json 2.9301ms
INFO 2025-03-20 19:08:14,323 [73 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 GET
https://stg.parcelat.com/view-resources/Areas/PUDO/Views/_Bundles/
vendors.bundle.min.css?v=oUNHIIIL8IztSfeq7dGz3Q_tTBBXhuRbj5S4YFAKhQY - -
INFO 2025-03-20 19:08:14,323 [73 ] NetCore.StaticFiles.StaticFileMiddleware -
The file /view-resources/Areas/PUDO/Views/_Bundles/vendors.bundle.min.css was not
modified
INFO 2025-03-20 19:08:14,323 [73 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 GET
https://stg.parcelat.com/view-resources/Areas/PUDO/Views/_Bundles/
vendors.bundle.min.css?v=oUNHIIIL8IztSfeq7dGz3Q_tTBBXhuRbj5S4YFAKhQY - - - 304 -
text/css 0.1959ms
INFO 2025-03-20 19:08:14,337 [62 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 GET
https://stg.parcelat.com/view-resources/Areas/PUDO/Views/_Bundles/app-layout-
libs.min.css?v=6lMS99ruzvDask90MqBR0tts_0mg5Aa2C3h0GbcO8Ek - -
INFO 2025-03-20 19:08:14,337 [73 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 GET
https://stg.parcelat.com/view-resources/Areas/PUDO/Views/_Bundles/common-
styles.min.css?v=ERthubRKoVK0PkNX8ldGF2lcHOaf7aB-q7BF7UEgfxs - -
INFO 2025-03-20 19:08:14,337 [62 ] NetCore.StaticFiles.StaticFileMiddleware -
The file /view-resources/Areas/PUDO/Views/_Bundles/app-layout-libs.min.css was not
modified
INFO 2025-03-20 19:08:14,337 [73 ] NetCore.StaticFiles.StaticFileMiddleware -
The file /view-resources/Areas/PUDO/Views/_Bundles/common-styles.min.css was not
modified
INFO 2025-03-20 19:08:14,337 [62 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 GET
https://stg.parcelat.com/view-resources/Areas/PUDO/Views/_Bundles/app-layout-
libs.min.css?v=6lMS99ruzvDask90MqBR0tts_0mg5Aa2C3h0GbcO8Ek - - - 304 - text/css
0.2492ms
INFO 2025-03-20 19:08:14,337 [73 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 GET
https://stg.parcelat.com/view-resources/Areas/PUDO/Views/_Bundles/common-
styles.min.css?v=ERthubRKoVK0PkNX8ldGF2lcHOaf7aB-q7BF7UEgfxs - - - 304 - text/css
0.2875ms
INFO 2025-03-20 19:08:14,343 [62 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 GET
https://stg.parcelat.com/Common/Scripts/Datatables/datatables.min.css?
v=I7tKZ4kl4GQZ4JblmZ1pZuIOyfTLKkAreXaHi_IL7dM - -
INFO 2025-03-20 19:08:14,343 [62 ] NetCore.StaticFiles.StaticFileMiddleware -
The file /Common/Scripts/Datatables/datatables.min.css was not modified
INFO 2025-03-20 19:08:14,343 [62 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 GET
https://stg.parcelat.com/Common/Scripts/Datatables/datatables.min.css?
v=I7tKZ4kl4GQZ4JblmZ1pZuIOyfTLKkAreXaHi_IL7dM - - - 304 - text/css 0.1898ms
INFO 2025-03-20 19:08:14,345 [62 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 GET
https://stg.parcelat.com/view-resources/Areas/PUDO/Views/Layout/_ChatBar.min.css?
v=F1BLkmowSOA2bgnQzKHviOyrXiw6tBy8ScXY-Wu6uqw - -
INFO 2025-03-20 19:08:14,345 [62 ] NetCore.StaticFiles.StaticFileMiddleware -
The file /view-resources/Areas/PUDO/Views/Layout/_ChatBar.min.css was not modified
INFO 2025-03-20 19:08:14,345 [62 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 GET
https://stg.parcelat.com/view-resources/Areas/PUDO/Views/Layout/_ChatBar.min.css?
v=F1BLkmowSOA2bgnQzKHviOyrXiw6tBy8ScXY-Wu6uqw - - - 304 - text/css 0.1552ms
INFO 2025-03-20 19:08:14,346 [62 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 GET
https://stg.parcelat.com/view-resources/Areas/PUDO/Views/Layout/_Layout.min.css?
v=GE9KfLDlLMBrHpv9b0xvSUR9UsDhdbh-Bkq5A4QZszw - -
INFO 2025-03-20 19:08:14,346 [62 ] NetCore.StaticFiles.StaticFileMiddleware -
The file /view-resources/Areas/PUDO/Views/Layout/_Layout.min.css was not modified
INFO 2025-03-20 19:08:14,346 [62 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 GET
https://stg.parcelat.com/view-resources/Areas/PUDO/Views/Layout/_Layout.min.css?
v=GE9KfLDlLMBrHpv9b0xvSUR9UsDhdbh-Bkq5A4QZszw - - - 304 - text/css 0.1875ms
INFO 2025-03-20 19:08:14,348 [62 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 GET https://stg.parcelat.com/Common/Styles/metronic-
customize.min.css?v=YRIJz_w7qa6Rhr70_w-ImAymcIJPICF6zvPVNABy-F8 - -
INFO 2025-03-20 19:08:14,348 [62 ] NetCore.StaticFiles.StaticFileMiddleware -
The file /Common/Styles/metronic-customize.min.css was not modified
INFO 2025-03-20 19:08:14,348 [62 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 GET https://stg.parcelat.com/Common/Styles/metronic-
customize.min.css?v=YRIJz_w7qa6Rhr70_w-ImAymcIJPICF6zvPVNABy-F8 - - - 304 -
text/css 0.1521ms
INFO 2025-03-20 19:08:14,393 [62 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 GET
https://stg.parcelat.com/Common/Styles/Themes/default/metronic-customize.min.css?
v=BzYqvakvcImYUoEvjK8TVmv9N3fTQv9F6x26OdoH5Gg - -
INFO 2025-03-20 19:08:14,393 [62 ] NetCore.StaticFiles.StaticFileMiddleware -
The file /Common/Styles/Themes/default/metronic-customize.min.css was not modified
INFO 2025-03-20 19:08:14,393 [62 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 GET
https://stg.parcelat.com/Common/Styles/Themes/default/metronic-customize.min.css?
v=BzYqvakvcImYUoEvjK8TVmv9N3fTQv9F6x26OdoH5Gg - - - 304 - text/css 0.3036ms
INFO 2025-03-20 19:08:14,395 [62 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 GET
https://stg.parcelat.com/view-resources/Areas/PUDO/Views/_Bundles/default-
scripts.bundle.min.js?v=VgzhEwuZCnFZFlpY_-X9Y57sylpdP592oZ-9X1MtmK8 - -
INFO 2025-03-20 19:08:14,395 [62 ] NetCore.StaticFiles.StaticFileMiddleware -
The file /view-resources/Areas/PUDO/Views/_Bundles/default-scripts.bundle.min.js
was not modified
INFO 2025-03-20 19:08:14,395 [62 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 GET
https://stg.parcelat.com/view-resources/Areas/PUDO/Views/_Bundles/default-
scripts.bundle.min.js?v=VgzhEwuZCnFZFlpY_-X9Y57sylpdP592oZ-9X1MtmK8 - - - 304 -
application/javascript 0.2262ms
INFO 2025-03-20 19:08:14,397 [62 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 GET
https://stg.parcelat.com/view-resources/Areas/PUDO/Views/_Bundles/app-layout-
libs.min.js?v=i61swcYJZNCNd1YjVlUMYuFd9IwlK37FSjLe3RwNCks - -
INFO 2025-03-20 19:08:14,397 [62 ] NetCore.StaticFiles.StaticFileMiddleware -
The file /view-resources/Areas/PUDO/Views/_Bundles/app-layout-libs.min.js was not
modified
INFO 2025-03-20 19:08:14,397 [62 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 GET
https://stg.parcelat.com/view-resources/Areas/PUDO/Views/_Bundles/app-layout-
libs.min.js?v=i61swcYJZNCNd1YjVlUMYuFd9IwlK37FSjLe3RwNCks - - - 304 -
application/javascript 0.1458ms
INFO 2025-03-20 19:08:14,457 [62 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 GET https://stg.parcelat.com/AbpScripts/GetScripts?
v=638780817159369884 - -
INFO 2025-03-20 19:08:14,458 [73 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 GET
https://stg.parcelat.com/view-resources/Areas/PUDO/Views/_Bundles/
signalr.bundle.min.js?v=l0CXd7W-6X1NErkYNCsStgf8ov1dyQ2PViY6qCj-mgQ - -
INFO 2025-03-20 19:08:14,458 [73 ] NetCore.StaticFiles.StaticFileMiddleware -
The file /view-resources/Areas/PUDO/Views/_Bundles/signalr.bundle.min.js was not
modified
INFO 2025-03-20 19:08:14,458 [73 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 GET
https://stg.parcelat.com/view-resources/Areas/PUDO/Views/_Bundles/
signalr.bundle.min.js?v=l0CXd7W-6X1NErkYNCsStgf8ov1dyQ2PViY6qCj-mgQ - - - 304 -
application/javascript 0.2450ms
INFO 2025-03-20 19:08:14,458 [73 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 GET
https://stg.parcelat.com/view-resources/Areas/PUDO/Views/_Bundles/common-
scripts.min.js?v=DXVr3mx51aeYaFZhzB9suNh5HoVSaeBQQpn_vKk2THE - -
INFO 2025-03-20 19:08:14,459 [73 ] NetCore.StaticFiles.StaticFileMiddleware -
The file /view-resources/Areas/PUDO/Views/_Bundles/common-scripts.min.js was not
modified
INFO 2025-03-20 19:08:14,459 [73 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 GET
https://stg.parcelat.com/view-resources/Areas/PUDO/Views/_Bundles/common-
scripts.min.js?v=DXVr3mx51aeYaFZhzB9suNh5HoVSaeBQQpn_vKk2THE - - - 304 -
application/javascript 0.1508ms
INFO 2025-03-20 19:08:14,459 [73 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 GET
https://stg.parcelat.com/view-resources/Areas/PUDO/Views/_Bundles/app-common-
scripts.min.js?v=18vLulTCRPAUKu2FGSnLeM4orv-am3N8TiinJdExWPw - -
INFO 2025-03-20 19:08:14,459 [73 ] NetCore.StaticFiles.StaticFileMiddleware -
The file /view-resources/Areas/PUDO/Views/_Bundles/app-common-scripts.min.js was
not modified
INFO 2025-03-20 19:08:14,459 [73 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 GET
https://stg.parcelat.com/view-resources/Areas/PUDO/Views/_Bundles/app-common-
scripts.min.js?v=18vLulTCRPAUKu2FGSnLeM4orv-am3N8TiinJdExWPw - - - 304 -
application/javascript 0.1014ms
INFO 2025-03-20 19:08:14,459 [73 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 GET
https://stg.parcelat.com/view-resources/Areas/PUDO/Views/Layout/_Header.min.js?
v=y10mJFxaKuBLUpqUfpDRgVzywAPKTGJUrN16BN-9rHA - -
INFO 2025-03-20 19:08:14,459 [73 ] NetCore.StaticFiles.StaticFileMiddleware -
The file /view-resources/Areas/PUDO/Views/Layout/_Header.min.js was not modified
INFO 2025-03-20 19:08:14,459 [73 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 GET
https://stg.parcelat.com/view-resources/Areas/PUDO/Views/Layout/_Header.min.js?
v=y10mJFxaKuBLUpqUfpDRgVzywAPKTGJUrN16BN-9rHA - - - 304 - application/javascript
0.1312ms
INFO 2025-03-20 19:08:14,459 [73 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 GET https://stg.parcelat.com/AbpServiceProxies/GetAll?
v=638780817159369884 - -
INFO 2025-03-20 19:08:14,460 [62 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint 'Abp.AspNetCore.Mvc.Controllers.AbpScriptsController.GetScripts
(Abp.AspNetCore)'
INFO 2025-03-20 19:08:14,460 [62 ] c.Infrastructure.ControllerActionInvoker -
Route matched with {action = "GetScripts", controller = "AbpScripts", area = ""}.
Executing controller action with signature
System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.ActionResult]
GetScripts(System.String, Boolean) on controller
Abp.AspNetCore.Mvc.Controllers.AbpScriptsController (Abp.AspNetCore).
INFO 2025-03-20 19:08:14,461 [73 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint 'Abp.AspNetCore.Mvc.Proxying.AbpServiceProxiesController.GetAll
(Abp.AspNetCore)'
INFO 2025-03-20 19:08:14,462 [73 ] c.Infrastructure.ControllerActionInvoker -
Route matched with {action = "GetAll", controller = "AbpServiceProxies", area =
""}. Executing controller action with signature
Microsoft.AspNetCore.Mvc.ContentResult
GetAll(Abp.AspNetCore.Mvc.Proxying.ApiProxyGenerationModel) on controller
Abp.AspNetCore.Mvc.Proxying.AbpServiceProxiesController (Abp.AspNetCore).
INFO 2025-03-20 19:08:14,462 [73 ] Mvc.Infrastructure.ContentResultExecutor -
Executing ContentResult with HTTP Response ContentType of application/x-javascript
INFO 2025-03-20 19:08:14,463 [73 ] c.Infrastructure.ControllerActionInvoker -
Executed action Abp.AspNetCore.Mvc.Proxying.AbpServiceProxiesController.GetAll
(Abp.AspNetCore) in 0.9766ms
INFO 2025-03-20 19:08:14,463 [73 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint 'Abp.AspNetCore.Mvc.Proxying.AbpServiceProxiesController.GetAll
(Abp.AspNetCore)'
INFO 2025-03-20 19:08:14,468 [73 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 GET https://stg.parcelat.com/AbpServiceProxies/GetAll?
v=638780817159369884 - - - 200 334707 application/x-javascript 8.3387ms
INFO 2025-03-20 19:08:14,472 [63 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 GET https://stg.parcelat.com/dist/fonts/Flaticon.woff - -
INFO 2025-03-20 19:08:14,472 [63 ] NetCore.StaticFiles.StaticFileMiddleware -
The file /dist/fonts/Flaticon.woff was not modified
INFO 2025-03-20 19:08:14,472 [63 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 GET https://stg.parcelat.com/dist/fonts/Flaticon.woff - -
- 304 - application/font-woff 0.1911ms
INFO 2025-03-20 19:08:14,473 [63 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 GET https://stg.parcelat.com/dist/fonts/Ki.woff - -
INFO 2025-03-20 19:08:14,473 [63 ] NetCore.StaticFiles.StaticFileMiddleware -
The file /dist/fonts/Ki.woff was not modified
INFO 2025-03-20 19:08:14,473 [63 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 GET https://stg.parcelat.com/dist/fonts/Ki.woff - - - 304
- application/font-woff 0.1528ms
INFO 2025-03-20 19:08:14,475 [63 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 GET https://stg.parcelat.com/dist/fonts/fa-solid-
900.woff2 - -
INFO 2025-03-20 19:08:14,476 [63 ] NetCore.StaticFiles.StaticFileMiddleware -
The file /dist/fonts/fa-solid-900.woff2 was not modified
INFO 2025-03-20 19:08:14,476 [63 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 GET https://stg.parcelat.com/dist/fonts/fa-solid-
900.woff2 - - - 304 - font/woff2 0.1690ms
INFO 2025-03-20 19:08:14,476 [67 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 GET https://stg.parcelat.com/dist/fonts/poppins-v5-
devanagari_latin-ext_latin-600.woff2 - -
INFO 2025-03-20 19:08:14,476 [67 ] NetCore.StaticFiles.StaticFileMiddleware -
The file /dist/fonts/poppins-v5-devanagari_latin-ext_latin-600.woff2 was not
modified
INFO 2025-03-20 19:08:14,476 [67 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 GET https://stg.parcelat.com/dist/fonts/poppins-v5-
devanagari_latin-ext_latin-600.woff2 - - - 304 - font/woff2 0.1646ms
INFO 2025-03-20 19:08:14,477 [62 ] Mvc.Infrastructure.ContentResultExecutor -
Executing ContentResult with HTTP Response ContentType of application/x-javascript;
charset=utf-8
INFO 2025-03-20 19:08:14,477 [62 ] c.Infrastructure.ControllerActionInvoker -
Executed action Abp.AspNetCore.Mvc.Controllers.AbpScriptsController.GetScripts
(Abp.AspNetCore) in 16.5561ms
INFO 2025-03-20 19:08:14,477 [62 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint 'Abp.AspNetCore.Mvc.Controllers.AbpScriptsController.GetScripts
(Abp.AspNetCore)'
INFO 2025-03-20 19:08:14,478 [67 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 GET https://stg.parcelat.com/AbpScripts/GetScripts?
v=638780817159369884 - - - 200 189844 application/x-javascript;+charset=utf-8
20.5366ms
INFO 2025-03-20 19:08:14,526 [67 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 GET https://stg.parcelat.com/dist/fonts/Flaticon2.woff -
-
INFO 2025-03-20 19:08:14,527 [67 ] NetCore.StaticFiles.StaticFileMiddleware -
The file /dist/fonts/Flaticon2.woff was not modified
INFO 2025-03-20 19:08:14,527 [67 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 GET https://stg.parcelat.com/dist/fonts/Flaticon2.woff -
- - 304 - application/font-woff 0.3072ms
INFO 2025-03-20 19:08:14,533 [67 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 GET https://stg.parcelat.com/dist/fonts/line-
awesome.woff2 - -
INFO 2025-03-20 19:08:14,533 [67 ] NetCore.StaticFiles.StaticFileMiddleware -
The file /dist/fonts/line-awesome.woff2 was not modified
INFO 2025-03-20 19:08:14,533 [67 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 GET https://stg.parcelat.com/dist/fonts/line-
awesome.woff2 - - - 304 - font/woff2 0.2674ms
INFO 2025-03-20 19:08:14,533 [67 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 GET https://stg.parcelat.com/dist/fonts/poppins-v5-
devanagari_latin-ext_latin-regular.woff2 - -
INFO 2025-03-20 19:08:14,533 [67 ] NetCore.StaticFiles.StaticFileMiddleware -
The file /dist/fonts/poppins-v5-devanagari_latin-ext_latin-regular.woff2 was not
modified
INFO 2025-03-20 19:08:14,533 [67 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 GET https://stg.parcelat.com/dist/fonts/poppins-v5-
devanagari_latin-ext_latin-regular.woff2 - - - 304 - font/woff2 0.1534ms
INFO 2025-03-20 19:08:14,534 [67 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 GET https://stg.parcelat.com/dist/fonts/poppins-v5-
devanagari_latin-ext_latin-500.woff2 - -
INFO 2025-03-20 19:08:14,534 [67 ] NetCore.StaticFiles.StaticFileMiddleware -
The file /dist/fonts/poppins-v5-devanagari_latin-ext_latin-500.woff2 was not
modified
INFO 2025-03-20 19:08:14,534 [67 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 GET https://stg.parcelat.com/dist/fonts/poppins-v5-
devanagari_latin-ext_latin-500.woff2 - - - 304 - font/woff2 0.1339ms
INFO 2025-03-20 19:08:14,546 [67 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 GET https://stg.parcelat.com/dist/img/famfamfam-flags.png
- -
INFO 2025-03-20 19:08:14,547 [67 ] NetCore.StaticFiles.StaticFileMiddleware -
The file /dist/img/famfamfam-flags.png was not modified
INFO 2025-03-20 19:08:14,547 [67 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 GET https://stg.parcelat.com/dist/img/famfamfam-flags.png
- - - 304 - image/png 0.2550ms
INFO 2025-03-20 19:08:14,594 [67 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 GET
https://stg.parcelat.com/view-resources/Areas/PUDO/Views/Layout/_Layout.min.js?
v=WtrJyJ06OQgKB3RSjjz4N3JEJ8QZRHutTbWCNarQcA0 - -
INFO 2025-03-20 19:08:14,595 [67 ] NetCore.StaticFiles.StaticFileMiddleware -
The file /view-resources/Areas/PUDO/Views/Layout/_Layout.min.js was not modified
INFO 2025-03-20 19:08:14,595 [67 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 GET
https://stg.parcelat.com/view-resources/Areas/PUDO/Views/Layout/_Layout.min.js?
v=WtrJyJ06OQgKB3RSjjz4N3JEJ8QZRHutTbWCNarQcA0 - - - 304 - application/javascript
0.2668ms
INFO 2025-03-20 19:08:14,595 [67 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 GET
https://stg.parcelat.com/lib/timeago/locales/jquery.timeago.en.js?v=Yd9-
8SuHvwlRELv6av6gBAP0VckRTOkOs2WmdYtTaFs - -
INFO 2025-03-20 19:08:14,595 [67 ] NetCore.StaticFiles.StaticFileMiddleware -
The file /lib/timeago/locales/jquery.timeago.en.js was not modified
INFO 2025-03-20 19:08:14,595 [67 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 GET
https://stg.parcelat.com/lib/timeago/locales/jquery.timeago.en.js?v=Yd9-
8SuHvwlRELv6av6gBAP0VckRTOkOs2WmdYtTaFs - - - 304 - application/javascript 0.1692ms
INFO 2025-03-20 19:08:14,596 [67 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 GET
https://stg.parcelat.com/lib/bootstrap-select/dist/js/i18n/defaults-en_US.js?
v=_N_bJO3pezCX_0P9FezNZE2FvOZRO1pTI27hCenHknc - -
INFO 2025-03-20 19:08:14,596 [67 ] NetCore.StaticFiles.StaticFileMiddleware -
The file /lib/bootstrap-select/dist/js/i18n/defaults-en_US.js was not modified
INFO 2025-03-20 19:08:14,596 [67 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 GET
https://stg.parcelat.com/lib/bootstrap-select/dist/js/i18n/defaults-en_US.js?
v=_N_bJO3pezCX_0P9FezNZE2FvOZRO1pTI27hCenHknc - - - 304 - application/javascript
0.1308ms
INFO 2025-03-20 19:08:14,614 [67 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 GET
https://stg.parcelat.com/view-resources/Areas/PUDO/Views/Layout/_MenuSearchBar.min.
js?v=37RiZmXhOnVkmA8dQux_1-VqiaB237AHaimHHsJ_hwA - -
INFO 2025-03-20 19:08:14,614 [67 ] NetCore.StaticFiles.StaticFileMiddleware -
The file /view-resources/Areas/PUDO/Views/Layout/_MenuSearchBar.min.js was not
modified
INFO 2025-03-20 19:08:14,614 [67 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 GET
https://stg.parcelat.com/view-resources/Areas/PUDO/Views/Layout/_MenuSearchBar.min.
js?v=37RiZmXhOnVkmA8dQux_1-VqiaB237AHaimHHsJ_hwA - - - 304 - application/javascript
0.2173ms
INFO 2025-03-20 19:08:14,614 [62 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 GET
https://stg.parcelat.com/lib/select2/dist/js/i18n/en.js?
v=LSm922kv_2cHE1c3jX5j9WVDNSjVTXXDqJWC-pqS15s - -
INFO 2025-03-20 19:08:14,614 [62 ] NetCore.StaticFiles.StaticFileMiddleware -
The file /lib/select2/dist/js/i18n/en.js was not modified
INFO 2025-03-20 19:08:14,614 [62 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 GET
https://stg.parcelat.com/lib/select2/dist/js/i18n/en.js?
v=LSm922kv_2cHE1c3jX5j9WVDNSjVTXXDqJWC-pqS15s - - - 304 - application/javascript
0.1090ms
INFO 2025-03-20 19:08:14,615 [62 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 GET
https://stg.parcelat.com/metronic/themes/default/js/settings.min.js?
v=gu2EzcaLvnO7auelyMObE7SpotScTca7FV1kDHq8sQU - -
INFO 2025-03-20 19:08:14,615 [62 ] NetCore.StaticFiles.StaticFileMiddleware -
The file /metronic/themes/default/js/settings.min.js was not modified
INFO 2025-03-20 19:08:14,615 [62 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 GET
https://stg.parcelat.com/metronic/themes/default/js/settings.min.js?
v=gu2EzcaLvnO7auelyMObE7SpotScTca7FV1kDHq8sQU - - - 304 - application/javascript
0.1196ms
INFO 2025-03-20 19:08:14,749 [62 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 GET
https://stg.parcelat.com/view-resources/Areas/PUDO/Views/Shipments/Index.min.js?
v=VfotFFUan0d5Y8cKxfIZoy8QU4N5fEBJWsdJAjErulc - -
INFO 2025-03-20 19:08:14,749 [62 ] NetCore.StaticFiles.StaticFileMiddleware -
The file /view-resources/Areas/PUDO/Views/Shipments/Index.min.js was not modified
INFO 2025-03-20 19:08:14,749 [62 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 GET
https://stg.parcelat.com/view-resources/Areas/PUDO/Views/Shipments/Index.min.js?
v=VfotFFUan0d5Y8cKxfIZoy8QU4N5fEBJWsdJAjErulc - - - 304 - application/javascript
0.3071ms
INFO 2025-03-20 19:08:14,814 [62 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 GET https://stg.parcelat.com/Profile/GetProfilePicture?
t=638780944942401410 - -
INFO 2025-03-20 19:08:14,817 [62 ] uthorization.DefaultAuthorizationService -
Authorization was successful.
INFO 2025-03-20 19:08:14,818 [62 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint
'EnterpriseBase.Web.Controllers.ProfileController.GetProfilePicture
(EnterpriseBase.Web.Mvc)'
INFO 2025-03-20 19:08:14,818 [62 ] c.Infrastructure.ControllerActionInvoker -
Route matched with {action = "GetProfilePicture", controller = "Profile", area =
""}. Executing controller action with signature
System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.FileResult]
GetProfilePicture() on controller EnterpriseBase.Web.Controllers.ProfileController
(EnterpriseBase.Web.Mvc).
INFO 2025-03-20 19:08:14,822 [62 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:08:14,824 [67 ] Infrastructure.VirtualFileResultExecutor -
Executing VirtualFileResult, sending file 'Common\Images\default-profile-
picture.png' with download name '' ...
INFO 2025-03-20 19:08:14,824 [63 ] c.Infrastructure.ControllerActionInvoker -
Executed action EnterpriseBase.Web.Controllers.ProfileController.GetProfilePicture
(EnterpriseBase.Web.Mvc) in 6.1728ms
INFO 2025-03-20 19:08:14,824 [63 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint
'EnterpriseBase.Web.Controllers.ProfileController.GetProfilePicture
(EnterpriseBase.Web.Mvc)'
INFO 2025-03-20 19:08:14,824 [63 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 GET https://stg.parcelat.com/Profile/GetProfilePicture?
t=638780944942401410 - - - 200 3449 image/png 10.0204ms
INFO 2025-03-20 19:08:14,869 [63 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 POST https://stg.parcelat.com/signalr/negotiate?
negotiateVersion=1 text/plain;charset=UTF-8 0
INFO 2025-03-20 19:08:14,870 [67 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 GET
https://stg.parcelat.com/api/services/app/Session/GetCurrentLoginInformations
application/json -
INFO 2025-03-20 19:08:14,871 [63 ] tCore.Cors.Infrastructure.CorsMiddleware - No
CORS policy found for the specified request.
INFO 2025-03-20 19:08:14,871 [63 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint '/signalr/negotiate'
INFO 2025-03-20 19:08:14,871 [63 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint '/signalr/negotiate'
INFO 2025-03-20 19:08:14,871 [63 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 POST https://stg.parcelat.com/signalr/negotiate?
negotiateVersion=1 text/plain;charset=UTF-8 0 - 200 253 application/json 2.6153ms
INFO 2025-03-20 19:08:14,872 [67 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint
'EnterpriseBase.Sessions.SessionAppService.GetCurrentLoginInformations
(EnterpriseBase.Application)'
INFO 2025-03-20 19:08:14,873 [67 ] c.Infrastructure.ControllerActionInvoker -
Route matched with {area = "app", action = "GetCurrentLoginInformations",
controller = "Session"}. Executing controller action with signature
System.Threading.Tasks.Task`1[EnterpriseBase.Sessions.Dto.GetCurrentLoginInformatio
nsOutput] GetCurrentLoginInformations() on controller
EnterpriseBase.Sessions.SessionAppService (EnterpriseBase.Application).
INFO 2025-03-20 19:08:14,875 [67 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:08:14,877 [67 ] .Mvc.Infrastructure.ObjectResultExecutor -
Executing ObjectResult, writing value of type 'Abp.Web.Models.AjaxResponse'.
INFO 2025-03-20 19:08:14,878 [67 ] c.Infrastructure.ControllerActionInvoker -
Executed action
EnterpriseBase.Sessions.SessionAppService.GetCurrentLoginInformations
(EnterpriseBase.Application) in 4.6356ms
INFO 2025-03-20 19:08:14,878 [67 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint
'EnterpriseBase.Sessions.SessionAppService.GetCurrentLoginInformations
(EnterpriseBase.Application)'
INFO 2025-03-20 19:08:14,878 [63 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 GET
https://stg.parcelat.com/api/services/app/Session/GetCurrentLoginInformations
application/json - - 200 1269 application/json;+charset=utf-8 7.3647ms
INFO 2025-03-20 19:08:14,938 [63 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 POST https://stg.parcelat.com/signalr-chat/negotiate?
negotiateVersion=1 text/plain;charset=UTF-8 0
INFO 2025-03-20 19:08:14,939 [67 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 GET
https://stg.parcelat.com/api/services/app/Notification/GetUserNotifications?
maxResultCount=3 application/json -
INFO 2025-03-20 19:08:14,940 [63 ] tCore.Cors.Infrastructure.CorsMiddleware - No
CORS policy found for the specified request.
INFO 2025-03-20 19:08:14,940 [63 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint '/signalr-chat/negotiate'
INFO 2025-03-20 19:08:14,940 [63 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint '/signalr-chat/negotiate'
INFO 2025-03-20 19:08:14,940 [63 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 POST https://stg.parcelat.com/signalr-chat/negotiate?
negotiateVersion=1 text/plain;charset=UTF-8 0 - 200 253 application/json 2.5829ms
INFO 2025-03-20 19:08:14,940 [73 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 POST https://stg.parcelat.com/signalr/negotiate?
negotiateVersion=1 text/plain;charset=UTF-8 0
INFO 2025-03-20 19:08:14,941 [67 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint
'EnterpriseBase.Notifications.NotificationAppService.GetUserNotifications
(EnterpriseBase.Application)'
INFO 2025-03-20 19:08:14,941 [67 ] c.Infrastructure.ControllerActionInvoker -
Route matched with {area = "app", action = "GetUserNotifications", controller =
"Notification"}. Executing controller action with signature
System.Threading.Tasks.Task`1[EnterpriseBase.Notifications.Dto.GetNotificationsOutp
ut]
GetUserNotifications(EnterpriseBase.Notifications.Dto.GetUserNotificationsInput) on
controller EnterpriseBase.Notifications.NotificationAppService
(EnterpriseBase.Application).
INFO 2025-03-20 19:08:14,942 [73 ] tCore.Cors.Infrastructure.CorsMiddleware - No
CORS policy found for the specified request.
INFO 2025-03-20 19:08:14,942 [73 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint '/signalr/negotiate'
INFO 2025-03-20 19:08:14,942 [73 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint '/signalr/negotiate'
INFO 2025-03-20 19:08:14,942 [73 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 POST https://stg.parcelat.com/signalr/negotiate?
negotiateVersion=1 text/plain;charset=UTF-8 0 - 200 253 application/json 2.0259ms
INFO 2025-03-20 19:08:14,943 [62 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 GET
https://stg.parcelat.com/api/services/app/UserLink/GetRecentlyUsedLinkedUsers
application/json -
INFO 2025-03-20 19:08:14,945 [62 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint
'EnterpriseBase.Authorization.Users.UserLinkAppService.GetRecentlyUsedLinkedUsers
(EnterpriseBase.Application)'
INFO 2025-03-20 19:08:14,945 [67 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:08:14,945 [62 ] c.Infrastructure.ControllerActionInvoker -
Route matched with {area = "app", action = "GetRecentlyUsedLinkedUsers", controller
= "UserLink"}. Executing controller action with signature
System.Threading.Tasks.Task`1[Abp.Application.Services.Dto.ListResultDto`1[Enterpri
seBase.Authorization.Users.Dto.LinkedUserDto]] GetRecentlyUsedLinkedUsers() on
controller EnterpriseBase.Authorization.Users.UserLinkAppService
(EnterpriseBase.Application).
INFO 2025-03-20 19:08:14,948 [62 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:08:14,948 [67 ] .Mvc.Infrastructure.ObjectResultExecutor -
Executing ObjectResult, writing value of type 'Abp.Web.Models.AjaxResponse'.
INFO 2025-03-20 19:08:14,949 [67 ] c.Infrastructure.ControllerActionInvoker -
Executed action
EnterpriseBase.Notifications.NotificationAppService.GetUserNotifications
(EnterpriseBase.Application) in 7.2039ms
INFO 2025-03-20 19:08:14,949 [67 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint
'EnterpriseBase.Notifications.NotificationAppService.GetUserNotifications
(EnterpriseBase.Application)'
INFO 2025-03-20 19:08:14,949 [67 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 GET
https://stg.parcelat.com/api/services/app/Notification/GetUserNotifications?
maxResultCount=3 application/json - - 200 1722 application/json;+charset=utf-8
10.0946ms
INFO 2025-03-20 19:08:14,950 [62 ] .Mvc.Infrastructure.ObjectResultExecutor -
Executing ObjectResult, writing value of type 'Abp.Web.Models.AjaxResponse'.
INFO 2025-03-20 19:08:14,950 [62 ] c.Infrastructure.ControllerActionInvoker -
Executed action
EnterpriseBase.Authorization.Users.UserLinkAppService.GetRecentlyUsedLinkedUsers
(EnterpriseBase.Application) in 4.7661ms
INFO 2025-03-20 19:08:14,950 [62 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint
'EnterpriseBase.Authorization.Users.UserLinkAppService.GetRecentlyUsedLinkedUsers
(EnterpriseBase.Application)'
INFO 2025-03-20 19:08:14,950 [67 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 GET
https://stg.parcelat.com/api/services/app/UserLink/GetRecentlyUsedLinkedUsers
application/json - - 200 109 application/json;+charset=utf-8 7.1018ms
INFO 2025-03-20 19:08:15,008 [67 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 GET
https://stg.parcelat.com/api/services/app/Shipments/GetAll?
filter=&aWBFilter=&statusFilter=-
1&maxPickupUntilFilter=&minPickupUntilFilter=&maxFeeFilter=&minFeeFilter=&maxTaxFil
ter=&minTaxFilter=&totalFilter=&shipmentTypeFilter=-1&sizeFilter=-
1&maxDropAttemptCountFilter=&minDropAttemptCountFilter=&externalReferenceFilter=&ex
emptPaymentFilter=-
1&mobileNoFilter=&machineNameFilter=&processingCenterDisplayNameFilter=&zoneNameFil
ter=&agentIdFilter=&skipCount=0&maxResultCount=10 application/json -
INFO 2025-03-20 19:08:15,011 [67 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:08:15,013 [62 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 POST https://stg.parcelat.com/signalr-chat/negotiate?
negotiateVersion=1 text/plain;charset=UTF-8 0
INFO 2025-03-20 19:08:15,016 [62 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:08:15,018 [67 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint 'EnterpriseBase.Devices.ShipmentsAppService.GetAll
(EnterpriseBase.Application)'
INFO 2025-03-20 19:08:15,018 [67 ] c.Infrastructure.ControllerActionInvoker -
Route matched with {area = "app", action = "GetAll", controller = "Shipments"}.
Executing controller action with signature
System.Threading.Tasks.Task`1[Abp.Application.Services.Dto.PagedResultDto`1[Enterpr
iseBase.Devices.Dtos.GetShipmentForViewDto]]
GetAll(EnterpriseBase.Devices.Dtos.GetAllShipmentsInput) on controller
EnterpriseBase.Devices.ShipmentsAppService (EnterpriseBase.Application).
INFO 2025-03-20 19:08:15,021 [62 ] tCore.Cors.Infrastructure.CorsMiddleware - No
CORS policy found for the specified request.
INFO 2025-03-20 19:08:15,021 [62 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint '/signalr-chat/negotiate'
INFO 2025-03-20 19:08:15,021 [62 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint '/signalr-chat/negotiate'
INFO 2025-03-20 19:08:15,021 [62 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 POST https://stg.parcelat.com/signalr-chat/negotiate?
negotiateVersion=1 text/plain;charset=UTF-8 0 - 200 253 application/json 8.2602ms
INFO 2025-03-20 19:08:15,024 [67 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:08:15,027 [62 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 GET https://stg.parcelat.com/signalr?
id=9vaQNPYpEeSN5xzlMKeCoA - -
INFO 2025-03-20 19:08:15,030 [62 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:08:15,031 [67 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:08:15,033 [67 ] .Mvc.Infrastructure.ObjectResultExecutor -
Executing ObjectResult, writing value of type 'Abp.Web.Models.AjaxResponse'.
INFO 2025-03-20 19:08:15,033 [67 ] c.Infrastructure.ControllerActionInvoker -
Executed action EnterpriseBase.Devices.ShipmentsAppService.GetAll
(EnterpriseBase.Application) in 15.2538ms
INFO 2025-03-20 19:08:15,033 [67 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint 'EnterpriseBase.Devices.ShipmentsAppService.GetAll
(EnterpriseBase.Application)'
INFO 2025-03-20 19:08:15,034 [62 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 GET
https://stg.parcelat.com/api/services/app/Shipments/GetAll?
filter=&aWBFilter=&statusFilter=-
1&maxPickupUntilFilter=&minPickupUntilFilter=&maxFeeFilter=&minFeeFilter=&maxTaxFil
ter=&minTaxFilter=&totalFilter=&shipmentTypeFilter=-1&sizeFilter=-
1&maxDropAttemptCountFilter=&minDropAttemptCountFilter=&externalReferenceFilter=&ex
emptPaymentFilter=-
1&mobileNoFilter=&machineNameFilter=&processingCenterDisplayNameFilter=&zoneNameFil
ter=&agentIdFilter=&skipCount=0&maxResultCount=10 application/json - - 200 4809
application/json;+charset=utf-8 25.3573ms
INFO 2025-03-20 19:08:15,035 [62 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint '/signalr'
INFO 2025-03-20 19:08:15,212 [67 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 POST https://stg.parcelat.com/signalr?
id=9vaQNPYpEeSN5xzlMKeCoA text/plain;charset=UTF-8 32
INFO 2025-03-20 19:08:15,212 [62 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 GET https://stg.parcelat.com/signalr-chat?
id=D4StPzaLQJFqqTX8JeyJRA - -
INFO 2025-03-20 19:08:15,215 [67 ] tCore.Cors.Infrastructure.CorsMiddleware - No
CORS policy found for the specified request.
INFO 2025-03-20 19:08:15,215 [67 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint '/signalr'
INFO 2025-03-20 19:08:15,215 [62 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint '/signalr-chat'
INFO 2025-03-20 19:08:15,215 [67 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint '/signalr'
INFO 2025-03-20 19:08:15,216 [61 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 POST https://stg.parcelat.com/signalr?
id=9vaQNPYpEeSN5xzlMKeCoA text/plain;charset=UTF-8 32 - 200 - text/plain 3.8569ms
DEBUG 2025-03-20 19:08:15,216 [63 ] Abp.AspNetCore.SignalR.Hubs.AbpCommonHub - A
client is connected: {"ConnectionId":"5kIx-
5_zEUmz9b0thjH3Sw","IpAddress":"82.167.78.149","TenantId":null,"UserId":18,"Connect
Time":"2025-03-20T19:08:15.2163086+03:00","Properties":{}}
INFO 2025-03-20 19:08:15,280 [63 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 POST https://stg.parcelat.com/signalr?
id=9vaQNPYpEeSN5xzlMKeCoA text/plain;charset=UTF-8 80
INFO 2025-03-20 19:08:15,281 [61 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 POST https://stg.parcelat.com/signalr-chat?
id=D4StPzaLQJFqqTX8JeyJRA text/plain;charset=UTF-8 32
INFO 2025-03-20 19:08:15,282 [63 ] tCore.Cors.Infrastructure.CorsMiddleware - No
CORS policy found for the specified request.
INFO 2025-03-20 19:08:15,283 [61 ] tCore.Cors.Infrastructure.CorsMiddleware - No
CORS policy found for the specified request.
INFO 2025-03-20 19:08:15,283 [63 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint '/signalr'
INFO 2025-03-20 19:08:15,283 [63 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint '/signalr'
INFO 2025-03-20 19:08:15,283 [61 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint '/signalr-chat'
INFO 2025-03-20 19:08:15,283 [61 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint '/signalr-chat'
DEBUG 2025-03-20 19:08:15,283 [63 ] Abp.AspNetCore.SignalR.Hubs.AbpCommonHub - A
client is registered: 5kIx-5_zEUmz9b0thjH3Sw
INFO 2025-03-20 19:08:15,283 [61 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 POST https://stg.parcelat.com/signalr?
id=9vaQNPYpEeSN5xzlMKeCoA text/plain;charset=UTF-8 80 - 200 - text/plain 2.7997ms
INFO 2025-03-20 19:08:15,283 [61 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 POST https://stg.parcelat.com/signalr-chat?
id=D4StPzaLQJFqqTX8JeyJRA text/plain;charset=UTF-8 32 - 200 - text/plain 2.6343ms
DEBUG 2025-03-20 19:08:15,285 [63 ] EnterpriseBase.Web.Chat.SignalR.ChatHub - A
client is connected:
{"ConnectionId":"kYbnj7I2eZhjQ7AVIizgCA","IpAddress":"82.167.78.149","TenantId":nul
l,"UserId":18,"ConnectTime":"2025-03-20T19:08:15.2853465+03:00","Properties":{}}
INFO 2025-03-20 19:08:15,285 [63 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/2 POST https://localhost/signalr-chat?
id=mA8o42sfMP994EBd_vzi_w text/plain;charset=UTF-8 11
INFO 2025-03-20 19:08:15,287 [61 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/2 POST https://localhost/signalr?id=nf24ouEgEtGBjKVTyCqjTQ
text/plain;charset=UTF-8 11
INFO 2025-03-20 19:08:15,288 [63 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:08:15,289 [61 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:08:15,294 [61 ] tCore.Cors.Infrastructure.CorsMiddleware - No
CORS policy found for the specified request.
INFO 2025-03-20 19:08:15,295 [63 ] tCore.Cors.Infrastructure.CorsMiddleware - No
CORS policy found for the specified request.
INFO 2025-03-20 19:08:15,295 [61 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint '/signalr-chat'
INFO 2025-03-20 19:08:15,295 [61 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint '/signalr-chat'
INFO 2025-03-20 19:08:15,295 [63 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint '/signalr'
INFO 2025-03-20 19:08:15,295 [61 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/2 POST https://localhost/signalr-chat?
id=mA8o42sfMP994EBd_vzi_w text/plain;charset=UTF-8 11 - 200 - text/plain 9.6241ms
INFO 2025-03-20 19:08:15,295 [63 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint '/signalr'
INFO 2025-03-20 19:08:15,295 [63 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/2 POST https://localhost/signalr?id=nf24ouEgEtGBjKVTyCqjTQ
text/plain;charset=UTF-8 11 - 200 - text/plain 8.7135ms
INFO 2025-03-20 19:08:15,349 [62 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 POST https://stg.parcelat.com/signalr-chat?
id=D4StPzaLQJFqqTX8JeyJRA text/plain;charset=UTF-8 80
INFO 2025-03-20 19:08:15,349 [61 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 GET
https://stg.parcelat.com/api/services/app/Chat/GetUserChatFriendsWithSettings
application/json -
INFO 2025-03-20 19:08:15,351 [62 ] tCore.Cors.Infrastructure.CorsMiddleware - No
CORS policy found for the specified request.
INFO 2025-03-20 19:08:15,351 [61 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint
'EnterpriseBase.Chat.ChatAppService.GetUserChatFriendsWithSettings
(EnterpriseBase.Application)'
INFO 2025-03-20 19:08:15,351 [62 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint '/signalr-chat'
INFO 2025-03-20 19:08:15,352 [62 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint '/signalr-chat'
INFO 2025-03-20 19:08:15,352 [61 ] c.Infrastructure.ControllerActionInvoker -
Route matched with {area = "app", action = "GetUserChatFriendsWithSettings",
controller = "Chat"}. Executing controller action with signature
EnterpriseBase.Chat.Dto.GetUserChatFriendsWithSettingsOutput
GetUserChatFriendsWithSettings() on controller EnterpriseBase.Chat.ChatAppService
(EnterpriseBase.Application).
DEBUG 2025-03-20 19:08:15,353 [62 ] EnterpriseBase.Web.Chat.SignalR.ChatHub - A
client is registered: kYbnj7I2eZhjQ7AVIizgCA
INFO 2025-03-20 19:08:15,353 [61 ] .Mvc.Infrastructure.ObjectResultExecutor -
Executing ObjectResult, writing value of type 'Abp.Web.Models.AjaxResponse'.
INFO 2025-03-20 19:08:15,353 [62 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 POST https://stg.parcelat.com/signalr-chat?
id=D4StPzaLQJFqqTX8JeyJRA text/plain;charset=UTF-8 80 - 200 - text/plain 4.3657ms
INFO 2025-03-20 19:08:15,354 [61 ] c.Infrastructure.ControllerActionInvoker -
Executed action EnterpriseBase.Chat.ChatAppService.GetUserChatFriendsWithSettings
(EnterpriseBase.Application) in 1.7756ms
INFO 2025-03-20 19:08:15,354 [61 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint
'EnterpriseBase.Chat.ChatAppService.GetUserChatFriendsWithSettings
(EnterpriseBase.Application)'
INFO 2025-03-20 19:08:15,354 [61 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 GET
https://stg.parcelat.com/api/services/app/Chat/GetUserChatFriendsWithSettings
application/json - - 200 506 application/json;+charset=utf-8 4.3017ms
INFO 2025-03-20 19:08:15,384 [61 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 GET https://10.0.50.50:443/health - -
INFO 2025-03-20 19:08:15,385 [61 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint 'Health checks'
INFO 2025-03-20 19:08:15,386 [61 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:08:15,386 [62 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:08:15,387 [61 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint 'Health checks'
INFO 2025-03-20 19:08:15,387 [62 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 GET https://10.0.50.50:443/health - - - 200 -
application/json 3.4574ms
INFO 2025-03-20 19:08:15,624 [62 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 GET https://10.0.50.50:443/health - -
INFO 2025-03-20 19:08:15,625 [62 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint 'Health checks'
INFO 2025-03-20 19:08:15,626 [62 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:08:15,626 [61 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:08:15,627 [62 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint 'Health checks'
INFO 2025-03-20 19:08:15,627 [61 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 GET https://10.0.50.50:443/health - - - 200 -
application/json 3.3918ms
INFO 2025-03-20 19:08:15,650 [61 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 GET https://10.0.50.50:443/health - -
INFO 2025-03-20 19:08:15,651 [61 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint 'Health checks'
INFO 2025-03-20 19:08:15,652 [61 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:08:15,652 [62 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:08:15,653 [61 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint 'Health checks'
INFO 2025-03-20 19:08:15,653 [62 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 GET https://10.0.50.50:443/health - - - 200 -
application/json 3.2130ms
INFO 2025-03-20 19:08:15,828 [62 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 GET https://10.0.50.50:443/health - -
INFO 2025-03-20 19:08:15,829 [62 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint 'Health checks'
INFO 2025-03-20 19:08:15,829 [62 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:08:15,830 [61 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:08:15,831 [67 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 GET https://10.0.50.50:443/health - -
INFO 2025-03-20 19:08:15,832 [67 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint 'Health checks'
INFO 2025-03-20 19:08:15,833 [67 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:08:15,833 [61 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:08:15,836 [63 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint 'Health checks'
INFO 2025-03-20 19:08:15,836 [61 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint 'Health checks'
INFO 2025-03-20 19:08:15,836 [63 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 GET https://10.0.50.50:443/health - - - 200 -
application/json 8.7828ms
INFO 2025-03-20 19:08:15,836 [61 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 GET https://10.0.50.50:443/health - - - 200 -
application/json 5.2970ms
INFO 2025-03-20 19:08:15,844 [62 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 GET https://10.0.50.50:443/health - -
INFO 2025-03-20 19:08:15,845 [62 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint 'Health checks'
INFO 2025-03-20 19:08:15,846 [62 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:08:15,846 [61 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:08:15,847 [63 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint 'Health checks'
INFO 2025-03-20 19:08:15,847 [61 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 GET https://10.0.50.50:443/health - - - 200 -
application/json 2.9230ms
INFO 2025-03-20 19:08:15,957 [61 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 GET https://10.0.50.50:443/health - -
INFO 2025-03-20 19:08:15,958 [61 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint 'Health checks'
INFO 2025-03-20 19:08:15,961 [61 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:08:15,961 [63 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:08:15,962 [61 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint 'Health checks'
INFO 2025-03-20 19:08:15,962 [63 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 GET https://10.0.50.50:443/health - - - 200 -
application/json 5.3586ms
INFO 2025-03-20 19:08:16,044 [63 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 POST https://stg.parcelat.com/hangfire/stats
application/x-www-form-urlencoded;+charset=UTF-8 392
INFO 2025-03-20 19:08:16,046 [63 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:08:16,052 [61 ] tCore.Cors.Infrastructure.CorsMiddleware - No
CORS policy found for the specified request.
INFO 2025-03-20 19:08:16,054 [62 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 POST https://stg.parcelat.com/hangfire/stats
application/x-www-form-urlencoded;+charset=UTF-8 392 - 200 - application/json
10.7721ms
INFO 2025-03-20 19:08:16,849 [62 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 GET
https://stg.parcelat.com/api/services/app/Shipments/GetAll?
filter=&aWBFilter=&statusFilter=-
1&maxPickupUntilFilter=&minPickupUntilFilter=&maxFeeFilter=&minFeeFilter=&maxTaxFil
ter=&minTaxFilter=&totalFilter=&shipmentTypeFilter=-1&sizeFilter=-
1&maxDropAttemptCountFilter=&minDropAttemptCountFilter=&externalReferenceFilter=&ex
emptPaymentFilter=-
1&mobileNoFilter=&machineNameFilter=&processingCenterDisplayNameFilter=&zoneNameFil
ter=&agentIdFilter=&skipCount=3450&maxResultCount=10 application/json -
INFO 2025-03-20 19:08:16,852 [62 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint 'EnterpriseBase.Devices.ShipmentsAppService.GetAll
(EnterpriseBase.Application)'
INFO 2025-03-20 19:08:16,852 [62 ] c.Infrastructure.ControllerActionInvoker -
Route matched with {area = "app", action = "GetAll", controller = "Shipments"}.
Executing controller action with signature
System.Threading.Tasks.Task`1[Abp.Application.Services.Dto.PagedResultDto`1[Enterpr
iseBase.Devices.Dtos.GetShipmentForViewDto]]
GetAll(EnterpriseBase.Devices.Dtos.GetAllShipmentsInput) on controller
EnterpriseBase.Devices.ShipmentsAppService (EnterpriseBase.Application).
INFO 2025-03-20 19:08:16,859 [62 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:08:16,869 [61 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:08:16,872 [61 ] .Mvc.Infrastructure.ObjectResultExecutor -
Executing ObjectResult, writing value of type 'Abp.Web.Models.AjaxResponse'.
INFO 2025-03-20 19:08:16,872 [61 ] c.Infrastructure.ControllerActionInvoker -
Executed action EnterpriseBase.Devices.ShipmentsAppService.GetAll
(EnterpriseBase.Application) in 19.944ms
INFO 2025-03-20 19:08:16,872 [61 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint 'EnterpriseBase.Devices.ShipmentsAppService.GetAll
(EnterpriseBase.Application)'
INFO 2025-03-20 19:08:16,873 [73 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 GET
https://stg.parcelat.com/api/services/app/Shipments/GetAll?
filter=&aWBFilter=&statusFilter=-
1&maxPickupUntilFilter=&minPickupUntilFilter=&maxFeeFilter=&minFeeFilter=&maxTaxFil
ter=&minTaxFilter=&totalFilter=&shipmentTypeFilter=-1&sizeFilter=-
1&maxDropAttemptCountFilter=&minDropAttemptCountFilter=&externalReferenceFilter=&ex
emptPaymentFilter=-
1&mobileNoFilter=&machineNameFilter=&processingCenterDisplayNameFilter=&zoneNameFil
ter=&agentIdFilter=&skipCount=3450&maxResultCount=10 application/json - - 200 3320
application/json;+charset=utf-8 23.7876ms
INFO 2025-03-20 19:08:17,076 [73 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 GET https://10.0.50.50:443/health - -
INFO 2025-03-20 19:08:17,077 [73 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint 'Health checks'
INFO 2025-03-20 19:08:17,078 [73 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:08:17,078 [61 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:08:17,079 [73 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint 'Health checks'
INFO 2025-03-20 19:08:17,079 [61 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 GET https://10.0.50.50:443/health - - - 200 -
application/json 3.2848ms
INFO 2025-03-20 19:08:17,213 [61 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 GET https://10.0.50.50:443/health - -
INFO 2025-03-20 19:08:17,214 [61 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint 'Health checks'
INFO 2025-03-20 19:08:17,215 [61 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:08:17,215 [73 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:08:17,216 [61 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint 'Health checks'
INFO 2025-03-20 19:08:17,216 [73 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 GET https://10.0.50.50:443/health - - - 200 -
application/json 3.2279ms
INFO 2025-03-20 19:08:17,434 [61 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 GET https://10.0.50.50:443/health - -
INFO 2025-03-20 19:08:17,435 [61 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint 'Health checks'
INFO 2025-03-20 19:08:17,436 [61 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:08:17,436 [73 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:08:17,438 [61 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint 'Health checks'
INFO 2025-03-20 19:08:17,438 [73 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 GET https://10.0.50.50:443/health - - - 200 -
application/json 3.2996ms
INFO 2025-03-20 19:08:17,552 [73 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 GET https://10.0.50.50:443/health - -
INFO 2025-03-20 19:08:17,553 [73 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint 'Health checks'
INFO 2025-03-20 19:08:17,554 [73 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:08:17,554 [61 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:08:17,555 [73 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint 'Health checks'
INFO 2025-03-20 19:08:17,556 [61 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 GET https://10.0.50.50:443/health - - - 200 -
application/json 3.0876ms
INFO 2025-03-20 19:08:18,903 [73 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 GET https://10.0.50.50:443/health - -
INFO 2025-03-20 19:08:18,904 [73 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint 'Health checks'
INFO 2025-03-20 19:08:18,905 [73 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:08:18,905 [61 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:08:18,906 [73 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint 'Health checks'
INFO 2025-03-20 19:08:18,907 [61 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 GET https://10.0.50.50:443/health - - - 200 -
application/json 3.2269ms
INFO 2025-03-20 19:08:19,043 [61 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 POST https://stg.parcelat.com/hangfire/stats
application/x-www-form-urlencoded;+charset=UTF-8 392
INFO 2025-03-20 19:08:19,045 [61 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:08:19,051 [73 ] tCore.Cors.Infrastructure.CorsMiddleware - No
CORS policy found for the specified request.
INFO 2025-03-20 19:08:19,053 [62 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 POST https://stg.parcelat.com/hangfire/stats
application/x-www-form-urlencoded;+charset=UTF-8 392 - 200 - application/json
10.2881ms
INFO 2025-03-20 19:08:20,166 [73 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 GET https://10.0.50.50:443/health - -
INFO 2025-03-20 19:08:20,167 [73 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint 'Health checks'
INFO 2025-03-20 19:08:20,167 [62 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:08:20,167 [73 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:08:20,169 [62 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint 'Health checks'
INFO 2025-03-20 19:08:20,169 [73 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 GET https://10.0.50.50:443/health - - - 200 -
application/json 3.2347ms
INFO 2025-03-20 19:08:20,610 [67 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 GET https://10.0.50.50:443/health - -
INFO 2025-03-20 19:08:20,611 [67 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint 'Health checks'
INFO 2025-03-20 19:08:20,612 [67 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:08:20,612 [63 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:08:20,613 [67 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint 'Health checks'
INFO 2025-03-20 19:08:20,613 [63 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 GET https://10.0.50.50:443/health - - - 200 -
application/json 3.3736ms
INFO 2025-03-20 19:08:20,715 [63 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 GET https://10.0.50.50:443/health - -
INFO 2025-03-20 19:08:20,716 [63 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint 'Health checks'
INFO 2025-03-20 19:08:20,716 [63 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:08:20,717 [67 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:08:20,718 [67 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint 'Health checks'
INFO 2025-03-20 19:08:20,718 [63 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 GET https://10.0.50.50:443/health - - - 200 -
application/json 3.2357ms
INFO 2025-03-20 19:08:20,839 [63 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 GET https://10.0.50.50:443/health - -
INFO 2025-03-20 19:08:20,840 [63 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint 'Health checks'
INFO 2025-03-20 19:08:20,841 [63 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:08:20,841 [67 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:08:20,842 [63 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint 'Health checks'
INFO 2025-03-20 19:08:20,842 [67 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 GET https://10.0.50.50:443/health - - - 200 -
application/json 3.4065ms
INFO 2025-03-20 19:08:20,958 [67 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 GET https://10.0.50.50:443/health - -
INFO 2025-03-20 19:08:20,959 [67 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint 'Health checks'
INFO 2025-03-20 19:08:20,960 [67 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:08:20,960 [63 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:08:20,962 [63 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint 'Health checks'
INFO 2025-03-20 19:08:20,962 [61 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 GET https://10.0.50.50:443/health - - - 200 -
application/json 3.2969ms
INFO 2025-03-20 19:08:21,021 [61 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 GET https://10.0.50.50:443/health - -
INFO 2025-03-20 19:08:21,022 [61 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint 'Health checks'
INFO 2025-03-20 19:08:21,023 [61 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:08:21,023 [63 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:08:21,024 [61 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint 'Health checks'
INFO 2025-03-20 19:08:21,024 [63 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 GET https://10.0.50.50:443/health - - - 200 -
application/json 3.1981ms
INFO 2025-03-20 19:08:21,035 [63 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 GET https://10.0.50.50:443/health - -
INFO 2025-03-20 19:08:21,036 [63 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint 'Health checks'
INFO 2025-03-20 19:08:21,037 [63 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:08:21,037 [61 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:08:21,038 [61 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint 'Health checks'
INFO 2025-03-20 19:08:21,038 [5 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 GET https://10.0.50.50:443/health - - - 200 -
application/json 2.7129ms
INFO 2025-03-20 19:08:21,605 [61 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'HealthChecksDb' using provider
'Microsoft.EntityFrameworkCore.InMemory' with options: StoreName=HealthChecksUI
INFO 2025-03-20 19:08:21,605 [61 ] .HttpClient.health-checks.LogicalHandler -
Start processing HTTP request GET https://stg.parcelat.com/health
INFO 2025-03-20 19:08:21,605 [61 ] p.HttpClient.health-checks.ClientHandler -
Sending HTTP request GET https://stg.parcelat.com/health
INFO 2025-03-20 19:08:21,607 [61 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 GET https://stg.parcelat.com/health - -
INFO 2025-03-20 19:08:21,608 [61 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint 'Health checks'
INFO 2025-03-20 19:08:21,609 [61 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:08:21,609 [5 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:08:21,610 [61 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint 'Health checks'
INFO 2025-03-20 19:08:21,610 [5 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 GET https://stg.parcelat.com/health - - - 200 -
application/json 3.0044ms
INFO 2025-03-20 19:08:21,610 [71 ] p.HttpClient.health-checks.ClientHandler -
Received HTTP response headers after 5.1592ms - 200
INFO 2025-03-20 19:08:21,610 [71 ] .HttpClient.health-checks.LogicalHandler -
End processing HTTP request after 5.2076ms - 200
INFO 2025-03-20 19:08:21,611 [71 ] Microsoft.EntityFrameworkCore.Update -
Saved 4 entities to in-memory store.
INFO 2025-03-20 19:08:22,043 [5 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 POST https://stg.parcelat.com/hangfire/stats
application/x-www-form-urlencoded;+charset=UTF-8 392
INFO 2025-03-20 19:08:22,045 [5 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:08:22,051 [5 ] tCore.Cors.Infrastructure.CorsMiddleware - No
CORS policy found for the specified request.
INFO 2025-03-20 19:08:22,053 [61 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 POST https://stg.parcelat.com/hangfire/stats
application/x-www-form-urlencoded;+charset=UTF-8 392 - 200 - application/json
10.4691ms
INFO 2025-03-20 19:08:22,054 [61 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 GET https://10.0.50.50:443/health - -
INFO 2025-03-20 19:08:22,054 [61 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint 'Health checks'
INFO 2025-03-20 19:08:22,055 [5 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:08:22,055 [61 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:08:22,056 [5 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint 'Health checks'
INFO 2025-03-20 19:08:22,056 [61 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 GET https://10.0.50.50:443/health - - - 200 -
application/json 2.8822ms
INFO 2025-03-20 19:08:22,207 [61 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 GET https://10.0.50.50:443/health - -
INFO 2025-03-20 19:08:22,209 [61 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint 'Health checks'
INFO 2025-03-20 19:08:22,210 [5 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:08:22,210 [61 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:08:22,211 [5 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint 'Health checks'
INFO 2025-03-20 19:08:22,211 [61 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 GET https://10.0.50.50:443/health - - - 200 -
application/json 4.1457ms
INFO 2025-03-20 19:08:22,763 [5 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 GET https://10.0.50.50:443/health - -
INFO 2025-03-20 19:08:22,764 [5 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint 'Health checks'
INFO 2025-03-20 19:08:22,765 [5 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:08:22,765 [61 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:08:22,767 [61 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint 'Health checks'
INFO 2025-03-20 19:08:22,767 [73 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 GET https://10.0.50.50:443/health - - - 200 -
application/json 3.4112ms
INFO 2025-03-20 19:08:22,865 [73 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 GET https://10.0.50.50:443/health - -
INFO 2025-03-20 19:08:22,866 [73 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint 'Health checks'
INFO 2025-03-20 19:08:22,867 [73 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:08:22,867 [61 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:08:22,868 [61 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint 'Health checks'
INFO 2025-03-20 19:08:22,868 [73 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 GET https://10.0.50.50:443/health - - - 200 -
application/json 3.5173ms
INFO 2025-03-20 19:08:22,920 [73 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 GET https://stg.parcelat.com/PUDO/Tenants - -
INFO 2025-03-20 19:08:22,922 [73 ] uthorization.DefaultAuthorizationService -
Authorization was successful.
INFO 2025-03-20 19:08:22,923 [73 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint
'EnterpriseBase.Web.Areas.PUDO.Controllers.TenantsController.Index
(EnterpriseBase.Web.Mvc)'
INFO 2025-03-20 19:08:22,923 [73 ] c.Infrastructure.ControllerActionInvoker -
Route matched with {area = "PUDO", action = "Index", controller = "Tenants"}.
Executing controller action with signature
System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.ActionResult] Index() on
controller EnterpriseBase.Web.Areas.PUDO.Controllers.TenantsController
(EnterpriseBase.Web.Mvc).
INFO 2025-03-20 19:08:22,926 [73 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:08:22,928 [61 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:08:22,931 [61 ] Core.Mvc.ViewFeatures.ViewResultExecutor -
Executing ViewResult, running view Index.
INFO 2025-03-20 19:08:22,933 [61 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:08:22,955 [67 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:08:22,963 [61 ] Core.Mvc.ViewFeatures.ViewResultExecutor -
Executed ViewResult - view Index executed in 32.0174ms.
INFO 2025-03-20 19:08:22,963 [61 ] c.Infrastructure.ControllerActionInvoker -
Executed action EnterpriseBase.Web.Areas.PUDO.Controllers.TenantsController.Index
(EnterpriseBase.Web.Mvc) in 39.978ms
INFO 2025-03-20 19:08:22,963 [61 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint
'EnterpriseBase.Web.Areas.PUDO.Controllers.TenantsController.Index
(EnterpriseBase.Web.Mvc)'
INFO 2025-03-20 19:08:22,963 [62 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 GET https://stg.parcelat.com/PUDO/Tenants - - - 200 -
text/html;+charset=utf-8 43.3449ms
DEBUG 2025-03-20 19:08:22,992 [62 ] Abp.AspNetCore.SignalR.Hubs.AbpCommonHub - A
client is disconnected: 5kIx-5_zEUmz9b0thjH3Sw
INFO 2025-03-20 19:08:22,992 [62 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint '/signalr'
INFO 2025-03-20 19:08:22,992 [62 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 GET https://stg.parcelat.com/signalr?
id=9vaQNPYpEeSN5xzlMKeCoA - - - 200 - text/event-stream 7965.0045ms
DEBUG 2025-03-20 19:08:22,994 [61 ] EnterpriseBase.Web.Chat.SignalR.ChatHub - A
client is disconnected: kYbnj7I2eZhjQ7AVIizgCA
INFO 2025-03-20 19:08:22,994 [61 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint '/signalr-chat'
INFO 2025-03-20 19:08:22,994 [61 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 GET https://stg.parcelat.com/signalr-chat?
id=D4StPzaLQJFqqTX8JeyJRA - - - 200 - text/event-stream 7781.6792ms
INFO 2025-03-20 19:08:23,014 [61 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 GET
https://stg.parcelat.com/view-resources/Areas/PUDO/Views/_Bundles/tenant-
list.min.css?v=YTmcpHUGE89kUYV1IldzCEjUoIZ1fVB2Tysg_GASWcA - -
INFO 2025-03-20 19:08:23,014 [61 ] NetCore.StaticFiles.StaticFileMiddleware -
The file /view-resources/Areas/PUDO/Views/_Bundles/tenant-list.min.css was not
modified
INFO 2025-03-20 19:08:23,015 [61 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 GET
https://stg.parcelat.com/view-resources/Areas/PUDO/Views/_Bundles/tenant-
list.min.css?v=YTmcpHUGE89kUYV1IldzCEjUoIZ1fVB2Tysg_GASWcA - - - 304 - text/css
0.3053ms
INFO 2025-03-20 19:08:23,070 [61 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 GET https://stg.parcelat.com/Profile/GetProfilePicture?
t=638780945029600519 - -
INFO 2025-03-20 19:08:23,073 [61 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:08:23,079 [61 ] uthorization.DefaultAuthorizationService -
Authorization was successful.
INFO 2025-03-20 19:08:23,079 [61 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint
'EnterpriseBase.Web.Controllers.ProfileController.GetProfilePicture
(EnterpriseBase.Web.Mvc)'
INFO 2025-03-20 19:08:23,080 [61 ] c.Infrastructure.ControllerActionInvoker -
Route matched with {action = "GetProfilePicture", controller = "Profile", area =
""}. Executing controller action with signature
System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.FileResult]
GetProfilePicture() on controller EnterpriseBase.Web.Controllers.ProfileController
(EnterpriseBase.Web.Mvc).
INFO 2025-03-20 19:08:23,083 [61 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:08:23,085 [62 ] Infrastructure.VirtualFileResultExecutor -
Executing VirtualFileResult, sending file 'Common\Images\default-profile-
picture.png' with download name '' ...
INFO 2025-03-20 19:08:23,085 [62 ] c.Infrastructure.ControllerActionInvoker -
Executed action EnterpriseBase.Web.Controllers.ProfileController.GetProfilePicture
(EnterpriseBase.Web.Mvc) in 5.6485ms
INFO 2025-03-20 19:08:23,085 [62 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint
'EnterpriseBase.Web.Controllers.ProfileController.GetProfilePicture
(EnterpriseBase.Web.Mvc)'
INFO 2025-03-20 19:08:23,086 [62 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 GET https://stg.parcelat.com/Profile/GetProfilePicture?
t=638780945029600519 - - - 200 3449 image/png 15.1385ms
INFO 2025-03-20 19:08:23,178 [62 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 GET https://stg.parcelat.com/AbpServiceProxies/GetAll?
v=638780817159369884 - -
INFO 2025-03-20 19:08:23,179 [67 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 GET https://stg.parcelat.com/AbpScripts/GetScripts?
v=638780817159369884 - -
INFO 2025-03-20 19:08:23,181 [67 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint 'Abp.AspNetCore.Mvc.Controllers.AbpScriptsController.GetScripts
(Abp.AspNetCore)'
INFO 2025-03-20 19:08:23,181 [62 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint 'Abp.AspNetCore.Mvc.Proxying.AbpServiceProxiesController.GetAll
(Abp.AspNetCore)'
INFO 2025-03-20 19:08:23,181 [67 ] c.Infrastructure.ControllerActionInvoker -
Route matched with {action = "GetScripts", controller = "AbpScripts", area = ""}.
Executing controller action with signature
System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.ActionResult]
GetScripts(System.String, Boolean) on controller
Abp.AspNetCore.Mvc.Controllers.AbpScriptsController (Abp.AspNetCore).
INFO 2025-03-20 19:08:23,181 [62 ] c.Infrastructure.ControllerActionInvoker -
Route matched with {action = "GetAll", controller = "AbpServiceProxies", area =
""}. Executing controller action with signature
Microsoft.AspNetCore.Mvc.ContentResult
GetAll(Abp.AspNetCore.Mvc.Proxying.ApiProxyGenerationModel) on controller
Abp.AspNetCore.Mvc.Proxying.AbpServiceProxiesController (Abp.AspNetCore).
INFO 2025-03-20 19:08:23,182 [62 ] Mvc.Infrastructure.ContentResultExecutor -
Executing ContentResult with HTTP Response ContentType of application/x-javascript
INFO 2025-03-20 19:08:23,182 [62 ] c.Infrastructure.ControllerActionInvoker -
Executed action Abp.AspNetCore.Mvc.Proxying.AbpServiceProxiesController.GetAll
(Abp.AspNetCore) in 1.136ms
INFO 2025-03-20 19:08:23,182 [62 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint 'Abp.AspNetCore.Mvc.Proxying.AbpServiceProxiesController.GetAll
(Abp.AspNetCore)'
INFO 2025-03-20 19:08:23,183 [61 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 GET
https://stg.parcelat.com/view-resources/Areas/PUDO/Views/_Bundles/tenant-index-
libs.min.js?v=wgIvrCldVLegjaGeFzgN1zBazoOGpExnLuLfENLUsnE - -
INFO 2025-03-20 19:08:23,183 [61 ] NetCore.StaticFiles.StaticFileMiddleware -
The file /view-resources/Areas/PUDO/Views/_Bundles/tenant-index-libs.min.js was not
modified
INFO 2025-03-20 19:08:23,183 [61 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 GET
https://stg.parcelat.com/view-resources/Areas/PUDO/Views/_Bundles/tenant-index-
libs.min.js?v=wgIvrCldVLegjaGeFzgN1zBazoOGpExnLuLfENLUsnE - - - 304 -
application/javascript 0.2190ms
INFO 2025-03-20 19:08:23,188 [62 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 GET https://stg.parcelat.com/AbpServiceProxies/GetAll?
v=638780817159369884 - - - 200 334707 application/x-javascript 9.2159ms
INFO 2025-03-20 19:08:23,199 [67 ] Mvc.Infrastructure.ContentResultExecutor -
Executing ContentResult with HTTP Response ContentType of application/x-javascript;
charset=utf-8
INFO 2025-03-20 19:08:23,199 [62 ] c.Infrastructure.ControllerActionInvoker -
Executed action Abp.AspNetCore.Mvc.Controllers.AbpScriptsController.GetScripts
(Abp.AspNetCore) in 18.2449ms
INFO 2025-03-20 19:08:23,199 [62 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint 'Abp.AspNetCore.Mvc.Controllers.AbpScriptsController.GetScripts
(Abp.AspNetCore)'
INFO 2025-03-20 19:08:23,200 [62 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 GET https://stg.parcelat.com/AbpScripts/GetScripts?
v=638780817159369884 - - - 200 189844 application/x-javascript;+charset=utf-8
21.2066ms
INFO 2025-03-20 19:08:23,397 [67 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 POST https://stg.parcelat.com/signalr/negotiate?
negotiateVersion=1 text/plain;charset=UTF-8 0
INFO 2025-03-20 19:08:23,399 [67 ] tCore.Cors.Infrastructure.CorsMiddleware - No
CORS policy found for the specified request.
INFO 2025-03-20 19:08:23,399 [67 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint '/signalr/negotiate'
INFO 2025-03-20 19:08:23,399 [67 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint '/signalr/negotiate'
INFO 2025-03-20 19:08:23,400 [62 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 POST https://stg.parcelat.com/signalr/negotiate?
negotiateVersion=1 text/plain;charset=UTF-8 0 - 200 253 application/json 2.5463ms
INFO 2025-03-20 19:08:23,404 [62 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 GET
https://stg.parcelat.com/api/services/app/Session/GetCurrentLoginInformations
application/json -
INFO 2025-03-20 19:08:23,406 [62 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint
'EnterpriseBase.Sessions.SessionAppService.GetCurrentLoginInformations
(EnterpriseBase.Application)'
INFO 2025-03-20 19:08:23,406 [62 ] c.Infrastructure.ControllerActionInvoker -
Route matched with {area = "app", action = "GetCurrentLoginInformations",
controller = "Session"}. Executing controller action with signature
System.Threading.Tasks.Task`1[EnterpriseBase.Sessions.Dto.GetCurrentLoginInformatio
nsOutput] GetCurrentLoginInformations() on controller
EnterpriseBase.Sessions.SessionAppService (EnterpriseBase.Application).
INFO 2025-03-20 19:08:23,408 [62 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:08:23,410 [62 ] .Mvc.Infrastructure.ObjectResultExecutor -
Executing ObjectResult, writing value of type 'Abp.Web.Models.AjaxResponse'.
INFO 2025-03-20 19:08:23,410 [62 ] c.Infrastructure.ControllerActionInvoker -
Executed action
EnterpriseBase.Sessions.SessionAppService.GetCurrentLoginInformations
(EnterpriseBase.Application) in 4.3605ms
INFO 2025-03-20 19:08:23,410 [62 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint
'EnterpriseBase.Sessions.SessionAppService.GetCurrentLoginInformations
(EnterpriseBase.Application)'
INFO 2025-03-20 19:08:23,410 [63 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 GET
https://stg.parcelat.com/api/services/app/Session/GetCurrentLoginInformations
application/json - - 200 1269 application/json;+charset=utf-8 6.7265ms
INFO 2025-03-20 19:08:23,432 [63 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 POST https://stg.parcelat.com/signalr/negotiate?
negotiateVersion=1 text/plain;charset=UTF-8 0
INFO 2025-03-20 19:08:23,434 [63 ] tCore.Cors.Infrastructure.CorsMiddleware - No
CORS policy found for the specified request.
INFO 2025-03-20 19:08:23,434 [63 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint '/signalr/negotiate'
INFO 2025-03-20 19:08:23,434 [63 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint '/signalr/negotiate'
INFO 2025-03-20 19:08:23,434 [62 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 POST https://stg.parcelat.com/signalr/negotiate?
negotiateVersion=1 text/plain;charset=UTF-8 0 - 200 253 application/json 2.3091ms
INFO 2025-03-20 19:08:23,438 [62 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 POST https://stg.parcelat.com/signalr-chat/negotiate?
negotiateVersion=1 text/plain;charset=UTF-8 0
INFO 2025-03-20 19:08:23,440 [62 ] tCore.Cors.Infrastructure.CorsMiddleware - No
CORS policy found for the specified request.
INFO 2025-03-20 19:08:23,440 [62 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint '/signalr-chat/negotiate'
INFO 2025-03-20 19:08:23,440 [62 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint '/signalr-chat/negotiate'
INFO 2025-03-20 19:08:23,440 [63 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 POST https://stg.parcelat.com/signalr-chat/negotiate?
negotiateVersion=1 text/plain;charset=UTF-8 0 - 200 253 application/json 1.9988ms
INFO 2025-03-20 19:08:23,452 [63 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 GET
https://stg.parcelat.com/api/services/app/Notification/GetUserNotifications?
maxResultCount=3 application/json -
INFO 2025-03-20 19:08:23,453 [62 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 GET
https://stg.parcelat.com/api/services/app/UserLink/GetRecentlyUsedLinkedUsers
application/json -
INFO 2025-03-20 19:08:23,454 [63 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint
'EnterpriseBase.Notifications.NotificationAppService.GetUserNotifications
(EnterpriseBase.Application)'
INFO 2025-03-20 19:08:23,454 [63 ] c.Infrastructure.ControllerActionInvoker -
Route matched with {area = "app", action = "GetUserNotifications", controller =
"Notification"}. Executing controller action with signature
System.Threading.Tasks.Task`1[EnterpriseBase.Notifications.Dto.GetNotificationsOutp
ut]
GetUserNotifications(EnterpriseBase.Notifications.Dto.GetUserNotificationsInput) on
controller EnterpriseBase.Notifications.NotificationAppService
(EnterpriseBase.Application).
INFO 2025-03-20 19:08:23,455 [62 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint
'EnterpriseBase.Authorization.Users.UserLinkAppService.GetRecentlyUsedLinkedUsers
(EnterpriseBase.Application)'
INFO 2025-03-20 19:08:23,456 [62 ] c.Infrastructure.ControllerActionInvoker -
Route matched with {area = "app", action = "GetRecentlyUsedLinkedUsers", controller
= "UserLink"}. Executing controller action with signature
System.Threading.Tasks.Task`1[Abp.Application.Services.Dto.ListResultDto`1[Enterpri
seBase.Authorization.Users.Dto.LinkedUserDto]] GetRecentlyUsedLinkedUsers() on
controller EnterpriseBase.Authorization.Users.UserLinkAppService
(EnterpriseBase.Application).
INFO 2025-03-20 19:08:23,458 [63 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:08:23,458 [62 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:08:23,461 [63 ] .Mvc.Infrastructure.ObjectResultExecutor -
Executing ObjectResult, writing value of type 'Abp.Web.Models.AjaxResponse'.
INFO 2025-03-20 19:08:23,461 [63 ] c.Infrastructure.ControllerActionInvoker -
Executed action
EnterpriseBase.Authorization.Users.UserLinkAppService.GetRecentlyUsedLinkedUsers
(EnterpriseBase.Application) in 5.0957ms
INFO 2025-03-20 19:08:23,461 [63 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint
'EnterpriseBase.Authorization.Users.UserLinkAppService.GetRecentlyUsedLinkedUsers
(EnterpriseBase.Application)'
INFO 2025-03-20 19:08:23,461 [73 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 GET
https://stg.parcelat.com/api/services/app/UserLink/GetRecentlyUsedLinkedUsers
application/json - - 200 109 application/json;+charset=utf-8 7.6391ms
INFO 2025-03-20 19:08:23,461 [61 ] .Mvc.Infrastructure.ObjectResultExecutor -
Executing ObjectResult, writing value of type 'Abp.Web.Models.AjaxResponse'.
INFO 2025-03-20 19:08:23,461 [61 ] c.Infrastructure.ControllerActionInvoker -
Executed action
EnterpriseBase.Notifications.NotificationAppService.GetUserNotifications
(EnterpriseBase.Application) in 6.681ms
INFO 2025-03-20 19:08:23,461 [61 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint
'EnterpriseBase.Notifications.NotificationAppService.GetUserNotifications
(EnterpriseBase.Application)'
INFO 2025-03-20 19:08:23,461 [73 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 GET
https://stg.parcelat.com/api/services/app/Notification/GetUserNotifications?
maxResultCount=3 application/json - - 200 1722 application/json;+charset=utf-8
9.1362ms
INFO 2025-03-20 19:08:23,486 [73 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 POST https://stg.parcelat.com/signalr-chat/negotiate?
negotiateVersion=1 text/plain;charset=UTF-8 0
INFO 2025-03-20 19:08:23,488 [73 ] tCore.Cors.Infrastructure.CorsMiddleware - No
CORS policy found for the specified request.
INFO 2025-03-20 19:08:23,489 [73 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint '/signalr-chat/negotiate'
INFO 2025-03-20 19:08:23,489 [73 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint '/signalr-chat/negotiate'
INFO 2025-03-20 19:08:23,489 [61 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 POST https://stg.parcelat.com/signalr-chat/negotiate?
negotiateVersion=1 text/plain;charset=UTF-8 0 - 200 253 application/json 2.6135ms
INFO 2025-03-20 19:08:23,509 [61 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 GET
https://stg.parcelat.com/api/services/app/Tenant/GetTenants?filter=&editionId=-
1&editionIdSpecified=false&maxResultCount=10&skipCount=0 application/json -
INFO 2025-03-20 19:08:23,511 [61 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint 'EnterpriseBase.MultiTenancy.TenantAppService.GetTenants
(EnterpriseBase.Application)'
INFO 2025-03-20 19:08:23,511 [61 ] c.Infrastructure.ControllerActionInvoker -
Route matched with {area = "app", action = "GetTenants", controller = "Tenant"}.
Executing controller action with signature
System.Threading.Tasks.Task`1[Abp.Application.Services.Dto.PagedResultDto`1[Enterpr
iseBase.MultiTenancy.Dto.TenantListDto]]
GetTenants(EnterpriseBase.MultiTenancy.Dto.GetTenantsInput) on controller
EnterpriseBase.MultiTenancy.TenantAppService (EnterpriseBase.Application).
INFO 2025-03-20 19:08:23,514 [61 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:08:23,517 [61 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:08:23,520 [61 ] .Mvc.Infrastructure.ObjectResultExecutor -
Executing ObjectResult, writing value of type 'Abp.Web.Models.AjaxResponse'.
INFO 2025-03-20 19:08:23,520 [61 ] c.Infrastructure.ControllerActionInvoker -
Executed action EnterpriseBase.MultiTenancy.TenantAppService.GetTenants
(EnterpriseBase.Application) in 8.4125ms
INFO 2025-03-20 19:08:23,520 [61 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint 'EnterpriseBase.MultiTenancy.TenantAppService.GetTenants
(EnterpriseBase.Application)'
INFO 2025-03-20 19:08:23,520 [73 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 GET
https://stg.parcelat.com/api/services/app/Tenant/GetTenants?filter=&editionId=-
1&editionIdSpecified=false&maxResultCount=10&skipCount=0 application/json - - 200
2489 application/json;+charset=utf-8 11.1157ms
INFO 2025-03-20 19:08:23,528 [73 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 GET https://stg.parcelat.com/signalr?
id=foIvbZ5DKOOIb2zAKkkd_A - -
INFO 2025-03-20 19:08:23,530 [73 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint '/signalr'
INFO 2025-03-20 19:08:23,541 [61 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 GET https://stg.parcelat.com/signalr-chat?
id=nAh2zrnL_GMXdtM3eyWRnw - -
INFO 2025-03-20 19:08:23,543 [61 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint '/signalr-chat'
INFO 2025-03-20 19:08:23,614 [73 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 POST https://stg.parcelat.com/signalr?
id=foIvbZ5DKOOIb2zAKkkd_A text/plain;charset=UTF-8 32
INFO 2025-03-20 19:08:23,616 [73 ] tCore.Cors.Infrastructure.CorsMiddleware - No
CORS policy found for the specified request.
INFO 2025-03-20 19:08:23,617 [73 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint '/signalr'
INFO 2025-03-20 19:08:23,617 [73 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint '/signalr'
DEBUG 2025-03-20 19:08:23,617 [61 ] Abp.AspNetCore.SignalR.Hubs.AbpCommonHub - A
client is connected:
{"ConnectionId":"htNbL_MtjSWzNzMOuUSjcA","IpAddress":"82.167.78.149","TenantId":nul
l,"UserId":18,"ConnectTime":"2025-03-20T19:08:23.6175933+03:00","Properties":{}}
INFO 2025-03-20 19:08:23,617 [73 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 POST https://stg.parcelat.com/signalr?
id=foIvbZ5DKOOIb2zAKkkd_A text/plain;charset=UTF-8 32 - 200 - text/plain 2.6772ms
INFO 2025-03-20 19:08:23,622 [61 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 POST https://stg.parcelat.com/signalr-chat?
id=nAh2zrnL_GMXdtM3eyWRnw text/plain;charset=UTF-8 32
INFO 2025-03-20 19:08:23,624 [61 ] tCore.Cors.Infrastructure.CorsMiddleware - No
CORS policy found for the specified request.
INFO 2025-03-20 19:08:23,624 [61 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint '/signalr-chat'
INFO 2025-03-20 19:08:23,624 [61 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint '/signalr-chat'
INFO 2025-03-20 19:08:23,624 [61 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 POST https://stg.parcelat.com/signalr-chat?
id=nAh2zrnL_GMXdtM3eyWRnw text/plain;charset=UTF-8 32 - 200 - text/plain 2.1150ms
DEBUG 2025-03-20 19:08:23,626 [73 ] EnterpriseBase.Web.Chat.SignalR.ChatHub - A
client is connected: {"ConnectionId":"8CsVYWyfJEvOOObPR3zP-
g","IpAddress":"82.167.78.149","TenantId":null,"UserId":18,"ConnectTime":"2025-03-
20T19:08:23.6263704+03:00","Properties":{}}
INFO 2025-03-20 19:08:23,642 [73 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 POST https://stg.parcelat.com/signalr?
id=foIvbZ5DKOOIb2zAKkkd_A text/plain;charset=UTF-8 80
INFO 2025-03-20 19:08:23,643 [73 ] tCore.Cors.Infrastructure.CorsMiddleware - No
CORS policy found for the specified request.
INFO 2025-03-20 19:08:23,644 [73 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint '/signalr'
INFO 2025-03-20 19:08:23,644 [73 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint '/signalr'
INFO 2025-03-20 19:08:23,644 [73 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 POST https://stg.parcelat.com/signalr?
id=foIvbZ5DKOOIb2zAKkkd_A text/plain;charset=UTF-8 80 - 200 - text/plain 2.1728ms
DEBUG 2025-03-20 19:08:23,644 [61 ] Abp.AspNetCore.SignalR.Hubs.AbpCommonHub - A
client is registered: htNbL_MtjSWzNzMOuUSjcA
INFO 2025-03-20 19:08:23,649 [61 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 POST https://stg.parcelat.com/signalr-chat?
id=nAh2zrnL_GMXdtM3eyWRnw text/plain;charset=UTF-8 80
INFO 2025-03-20 19:08:23,651 [61 ] tCore.Cors.Infrastructure.CorsMiddleware - No
CORS policy found for the specified request.
INFO 2025-03-20 19:08:23,651 [61 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint '/signalr-chat'
INFO 2025-03-20 19:08:23,651 [61 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint '/signalr-chat'
INFO 2025-03-20 19:08:23,651 [61 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 POST https://stg.parcelat.com/signalr-chat?
id=nAh2zrnL_GMXdtM3eyWRnw text/plain;charset=UTF-8 80 - 200 - text/plain 2.0293ms
DEBUG 2025-03-20 19:08:23,653 [73 ] EnterpriseBase.Web.Chat.SignalR.ChatHub - A
client is registered: 8CsVYWyfJEvOOObPR3zP-g
INFO 2025-03-20 19:08:23,658 [73 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 GET
https://stg.parcelat.com/api/services/app/Chat/GetUserChatFriendsWithSettings
application/json -
INFO 2025-03-20 19:08:23,658 [61 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 GET https://10.0.50.50:443/health - -
INFO 2025-03-20 19:08:23,659 [61 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint 'Health checks'
INFO 2025-03-20 19:08:23,660 [61 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:08:23,660 [73 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint
'EnterpriseBase.Chat.ChatAppService.GetUserChatFriendsWithSettings
(EnterpriseBase.Application)'
INFO 2025-03-20 19:08:23,660 [73 ] c.Infrastructure.ControllerActionInvoker -
Route matched with {area = "app", action = "GetUserChatFriendsWithSettings",
controller = "Chat"}. Executing controller action with signature
EnterpriseBase.Chat.Dto.GetUserChatFriendsWithSettingsOutput
GetUserChatFriendsWithSettings() on controller EnterpriseBase.Chat.ChatAppService
(EnterpriseBase.Application).
INFO 2025-03-20 19:08:23,661 [62 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:08:23,662 [62 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint 'Health checks'
INFO 2025-03-20 19:08:23,662 [62 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 GET https://10.0.50.50:443/health - - - 200 -
application/json 3.8723ms
INFO 2025-03-20 19:08:23,662 [73 ] .Mvc.Infrastructure.ObjectResultExecutor -
Executing ObjectResult, writing value of type 'Abp.Web.Models.AjaxResponse'.
INFO 2025-03-20 19:08:23,662 [73 ] c.Infrastructure.ControllerActionInvoker -
Executed action EnterpriseBase.Chat.ChatAppService.GetUserChatFriendsWithSettings
(EnterpriseBase.Application) in 2.0538ms
INFO 2025-03-20 19:08:23,662 [73 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint
'EnterpriseBase.Chat.ChatAppService.GetUserChatFriendsWithSettings
(EnterpriseBase.Application)'
INFO 2025-03-20 19:08:23,662 [62 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 GET
https://stg.parcelat.com/api/services/app/Chat/GetUserChatFriendsWithSettings
application/json - - 200 507 application/json;+charset=utf-8 4.3348ms
INFO 2025-03-20 19:08:24,979 [62 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 GET https://10.0.50.50:443/health - -
INFO 2025-03-20 19:08:24,980 [62 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint 'Health checks'
INFO 2025-03-20 19:08:24,981 [61 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:08:24,981 [62 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:08:24,982 [62 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint 'Health checks'
INFO 2025-03-20 19:08:24,982 [61 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 GET https://10.0.50.50:443/health - - - 200 -
application/json 3.7251ms
INFO 2025-03-20 19:08:25,038 [61 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 POST https://stg.parcelat.com/hangfire/stats
application/x-www-form-urlencoded;+charset=UTF-8 392
INFO 2025-03-20 19:08:25,041 [61 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:08:25,047 [63 ] tCore.Cors.Infrastructure.CorsMiddleware - No
CORS policy found for the specified request.
INFO 2025-03-20 19:08:25,050 [73 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 POST https://stg.parcelat.com/hangfire/stats
application/x-www-form-urlencoded;+charset=UTF-8 392 - 200 - application/json
11.4121ms
INFO 2025-03-20 19:08:25,312 [63 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 GET https://10.0.50.50:443/health - -
INFO 2025-03-20 19:08:25,313 [63 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint 'Health checks'
INFO 2025-03-20 19:08:25,314 [63 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:08:25,314 [73 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:08:25,315 [63 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint 'Health checks'
INFO 2025-03-20 19:08:25,315 [73 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 GET https://10.0.50.50:443/health - - - 200 -
application/json 3.5219ms
INFO 2025-03-20 19:08:25,379 [67 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 GET https://10.0.50.50:443/health - -
INFO 2025-03-20 19:08:25,380 [67 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint 'Health checks'
INFO 2025-03-20 19:08:25,381 [67 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:08:25,381 [73 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:08:25,382 [67 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint 'Health checks'
INFO 2025-03-20 19:08:25,382 [73 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 GET https://10.0.50.50:443/health - - - 200 -
application/json 3.4060ms
INFO 2025-03-20 19:08:25,398 [73 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 GET https://10.0.50.50:443/health - -
INFO 2025-03-20 19:08:25,399 [73 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint 'Health checks'
INFO 2025-03-20 19:08:25,399 [73 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:08:25,399 [67 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:08:25,401 [73 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint 'Health checks'
INFO 2025-03-20 19:08:25,401 [67 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 GET https://10.0.50.50:443/health - - - 200 -
application/json 3.3118ms
INFO 2025-03-20 19:08:25,539 [67 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 GET https://10.0.50.50:443/health - -
INFO 2025-03-20 19:08:25,541 [67 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint 'Health checks'
INFO 2025-03-20 19:08:25,542 [67 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:08:25,542 [73 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:08:25,543 [67 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint 'Health checks'
INFO 2025-03-20 19:08:25,543 [62 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 GET https://10.0.50.50:443/health - - - 200 -
application/json 3.5716ms
INFO 2025-03-20 19:08:25,703 [62 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 POST https://stg.parcelat.com/signalr?id=vug7UCMo-
a9GcTZqr5ezpw text/plain;charset=UTF-8 11
INFO 2025-03-20 19:08:25,704 [62 ] tion.Cookies.CookieAuthenticationHandler -
Identity.Application was not authenticated. Failure message: Unprotect ticket
failed
INFO 2025-03-20 19:08:25,704 [62 ] tCore.Cors.Infrastructure.CorsMiddleware - No
CORS policy found for the specified request.
INFO 2025-03-20 19:08:25,704 [62 ] tion.Cookies.CookieAuthenticationHandler -
Identity.Application was not authenticated. Failure message: Unprotect ticket
failed
INFO 2025-03-20 19:08:25,704 [62 ] tion.Cookies.CookieAuthenticationHandler -
Identity.Application was not authenticated. Failure message: Unprotect ticket
failed
INFO 2025-03-20 19:08:25,705 [62 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint '/signalr'
INFO 2025-03-20 19:08:25,705 [62 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint '/signalr'
INFO 2025-03-20 19:08:25,705 [62 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 POST https://stg.parcelat.com/signalr?id=vug7UCMo-
a9GcTZqr5ezpw text/plain;charset=UTF-8 11 - 200 - text/plain 1.3071ms
INFO 2025-03-20 19:08:25,708 [62 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 GET https://10.0.50.50:443/health - -
INFO 2025-03-20 19:08:25,709 [62 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint 'Health checks'
INFO 2025-03-20 19:08:25,710 [62 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:08:25,710 [67 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:08:25,711 [62 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint 'Health checks'
INFO 2025-03-20 19:08:25,711 [67 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 GET https://10.0.50.50:443/health - - - 200 -
application/json 3.0434ms
INFO 2025-03-20 19:08:25,714 [67 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 POST https://stg.parcelat.com/signalr-chat?
id=dSEv66xNhCnxNKhfDtVFWw text/plain;charset=UTF-8 11
INFO 2025-03-20 19:08:25,715 [67 ] tion.Cookies.CookieAuthenticationHandler -
Identity.Application was not authenticated. Failure message: Unprotect ticket
failed
INFO 2025-03-20 19:08:25,715 [67 ] tCore.Cors.Infrastructure.CorsMiddleware - No
CORS policy found for the specified request.
INFO 2025-03-20 19:08:25,715 [67 ] tion.Cookies.CookieAuthenticationHandler -
Identity.Application was not authenticated. Failure message: Unprotect ticket
failed
INFO 2025-03-20 19:08:25,715 [67 ] tion.Cookies.CookieAuthenticationHandler -
Identity.Application was not authenticated. Failure message: Unprotect ticket
failed
INFO 2025-03-20 19:08:25,715 [67 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint '/signalr-chat'
INFO 2025-03-20 19:08:25,715 [67 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint '/signalr-chat'
INFO 2025-03-20 19:08:25,715 [67 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 POST https://stg.parcelat.com/signalr-chat?
id=dSEv66xNhCnxNKhfDtVFWw text/plain;charset=UTF-8 11 - 200 - text/plain 0.9560ms
INFO 2025-03-20 19:08:25,909 [67 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 GET https://10.0.50.50:443/health - -
INFO 2025-03-20 19:08:25,910 [67 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint 'Health checks'
INFO 2025-03-20 19:08:25,911 [67 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:08:25,911 [62 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:08:25,912 [67 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint 'Health checks'
INFO 2025-03-20 19:08:25,912 [62 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 GET https://10.0.50.50:443/health - - - 200 -
application/json 3.4274ms
INFO 2025-03-20 19:08:26,185 [62 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 POST https://stg.parcelat.com/PUDO/Common/LookupModal
application/x-www-form-urlencoded;+charset=UTF-8 49
INFO 2025-03-20 19:08:26,188 [62 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:08:26,194 [61 ] tCore.Cors.Infrastructure.CorsMiddleware - No
CORS policy found for the specified request.
INFO 2025-03-20 19:08:26,195 [61 ] uthorization.DefaultAuthorizationService -
Authorization was successful.
INFO 2025-03-20 19:08:26,195 [61 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint
'EnterpriseBase.Web.Areas.PUDO.Controllers.CommonController.LookupModal
(EnterpriseBase.Web.Mvc)'
INFO 2025-03-20 19:08:26,195 [61 ] c.Infrastructure.ControllerActionInvoker -
Route matched with {area = "PUDO", action = "LookupModal", controller = "Common"}.
Executing controller action with signature
Microsoft.AspNetCore.Mvc.PartialViewResult
LookupModal(EnterpriseBase.Web.Areas.PUDO.Models.Common.Modals.LookupModalViewModel
) on controller EnterpriseBase.Web.Areas.PUDO.Controllers.CommonController
(EnterpriseBase.Web.Mvc).
INFO 2025-03-20 19:08:26,199 [61 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:08:26,202 [61 ] c.ViewFeatures.PartialViewResultExecutor -
Executing PartialViewResult, running view Modals/_LookupModal.
INFO 2025-03-20 19:08:26,202 [61 ] c.ViewFeatures.PartialViewResultExecutor -
Executed PartialViewResult - view Modals/_LookupModal executed in 1.0132ms.
INFO 2025-03-20 19:08:26,203 [61 ] c.Infrastructure.ControllerActionInvoker -
Executed action
EnterpriseBase.Web.Areas.PUDO.Controllers.CommonController.LookupModal
(EnterpriseBase.Web.Mvc) in 7.377ms
INFO 2025-03-20 19:08:26,203 [61 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint
'EnterpriseBase.Web.Areas.PUDO.Controllers.CommonController.LookupModal
(EnterpriseBase.Web.Mvc)'
INFO 2025-03-20 19:08:26,203 [62 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 POST https://stg.parcelat.com/PUDO/Common/LookupModal
application/x-www-form-urlencoded;+charset=UTF-8 49 - 200 - text/html;+charset=utf-
8 17.6670ms
INFO 2025-03-20 19:08:26,221 [62 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 GET
https://stg.parcelat.com/view-resources/Areas/PUDO/Views/Common/Modals/
_LookupModal.js?_=1742486912137 - -
INFO 2025-03-20 19:08:26,222 [62 ] NetCore.StaticFiles.StaticFileMiddleware -
Sending file. Request path:
'/view-resources/Areas/PUDO/Views/Common/Modals/_LookupModal.js'. Physical path:
'C:\inetpub\wwwroot\EnterpriseBase\wwwroot\view-resources\Areas\PUDO\Views\Common\
Modals\_LookupModal.js'
INFO 2025-03-20 19:08:26,222 [62 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 GET
https://stg.parcelat.com/view-resources/Areas/PUDO/Views/Common/Modals/
_LookupModal.js?_=1742486912137 - - - 200 3560 application/javascript 0.4072ms
INFO 2025-03-20 19:08:26,277 [73 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 POST
https://stg.parcelat.com/api/services/app/CommonLookup/FindUsers application/json
88
INFO 2025-03-20 19:08:26,280 [73 ] tCore.Cors.Infrastructure.CorsMiddleware - No
CORS policy found for the specified request.
INFO 2025-03-20 19:08:26,280 [73 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint 'EnterpriseBase.Common.CommonLookupAppService.FindUsers
(EnterpriseBase.Application)'
INFO 2025-03-20 19:08:26,280 [73 ] c.Infrastructure.ControllerActionInvoker -
Route matched with {area = "app", action = "FindUsers", controller =
"CommonLookup"}. Executing controller action with signature
System.Threading.Tasks.Task`1[Abp.Application.Services.Dto.PagedResultDto`1[Abp.App
lication.Services.Dto.NameValueDto]]
FindUsers(EnterpriseBase.Common.Dto.FindUsersInput) on controller
EnterpriseBase.Common.CommonLookupAppService (EnterpriseBase.Application).
INFO 2025-03-20 19:08:26,283 [73 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:08:26,285 [73 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:08:26,287 [73 ] .Mvc.Infrastructure.ObjectResultExecutor -
Executing ObjectResult, writing value of type 'Abp.Web.Models.AjaxResponse'.
INFO 2025-03-20 19:08:26,288 [73 ] c.Infrastructure.ControllerActionInvoker -
Executed action EnterpriseBase.Common.CommonLookupAppService.FindUsers
(EnterpriseBase.Application) in 7.3002ms
INFO 2025-03-20 19:08:26,288 [73 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint 'EnterpriseBase.Common.CommonLookupAppService.FindUsers
(EnterpriseBase.Application)'
INFO 2025-03-20 19:08:26,288 [67 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 POST
https://stg.parcelat.com/api/services/app/CommonLookup/FindUsers application/json
88 - 200 299 application/json;+charset=utf-8 10.5904ms
INFO 2025-03-20 19:08:27,288 [73 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 GET https://10.0.50.50:443/health - -
INFO 2025-03-20 19:08:27,288 [73 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint 'Health checks'
INFO 2025-03-20 19:08:27,289 [73 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:08:27,290 [67 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:08:27,291 [73 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint 'Health checks'
INFO 2025-03-20 19:08:27,291 [67 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 GET https://10.0.50.50:443/health - - - 200 -
application/json 3.3972ms
INFO 2025-03-20 19:08:27,392 [67 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 GET https://10.0.50.50:443/health - -
INFO 2025-03-20 19:08:27,393 [67 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint 'Health checks'
INFO 2025-03-20 19:08:27,394 [67 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:08:27,394 [73 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:08:27,395 [67 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint 'Health checks'
INFO 2025-03-20 19:08:27,395 [73 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 GET https://10.0.50.50:443/health - - - 200 -
application/json 3.1243ms
INFO 2025-03-20 19:08:27,410 [73 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 GET https://10.0.50.50:443/health - -
INFO 2025-03-20 19:08:27,411 [73 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint 'Health checks'
INFO 2025-03-20 19:08:27,412 [73 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:08:27,412 [67 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:08:27,413 [67 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint 'Health checks'
INFO 2025-03-20 19:08:27,413 [73 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 GET https://10.0.50.50:443/health - - - 200 -
application/json 3.2643ms
INFO 2025-03-20 19:08:27,996 [73 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 GET https://10.0.50.50:443/health - -
INFO 2025-03-20 19:08:27,998 [73 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint 'Health checks'
INFO 2025-03-20 19:08:27,999 [73 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:08:27,999 [67 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:08:28,000 [73 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint 'Health checks'
INFO 2025-03-20 19:08:28,000 [67 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 GET https://10.0.50.50:443/health - - - 200 -
application/json 3.3643ms
INFO 2025-03-20 19:08:28,049 [67 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 POST https://stg.parcelat.com/hangfire/stats
application/x-www-form-urlencoded;+charset=UTF-8 392
INFO 2025-03-20 19:08:28,052 [67 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:08:28,058 [73 ] tCore.Cors.Infrastructure.CorsMiddleware - No
CORS policy found for the specified request.
INFO 2025-03-20 19:08:28,060 [61 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 POST https://stg.parcelat.com/hangfire/stats
application/x-www-form-urlencoded;+charset=UTF-8 392 - 200 - application/json
10.5404ms
INFO 2025-03-20 19:08:28,713 [61 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 GET https://10.0.50.50:443/health - -
INFO 2025-03-20 19:08:28,714 [61 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint 'Health checks'
INFO 2025-03-20 19:08:28,715 [61 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:08:28,715 [62 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:08:28,716 [61 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint 'Health checks'
INFO 2025-03-20 19:08:28,716 [62 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 GET https://10.0.50.50:443/health - - - 200 -
application/json 3.3138ms
INFO 2025-03-20 19:08:28,779 [62 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 POST https://stg.parcelat.com/signalr-chat?
id=QvJKPGVionPW2NWz76o1jw text/plain;charset=UTF-8 11
INFO 2025-03-20 19:08:28,780 [62 ] tion.Cookies.CookieAuthenticationHandler -
Identity.Application was not authenticated. Failure message: Unprotect ticket
failed
INFO 2025-03-20 19:08:28,780 [62 ] tCore.Cors.Infrastructure.CorsMiddleware - No
CORS policy found for the specified request.
INFO 2025-03-20 19:08:28,780 [62 ] tion.Cookies.CookieAuthenticationHandler -
Identity.Application was not authenticated. Failure message: Unprotect ticket
failed
INFO 2025-03-20 19:08:28,780 [62 ] tion.Cookies.CookieAuthenticationHandler -
Identity.Application was not authenticated. Failure message: Unprotect ticket
failed
INFO 2025-03-20 19:08:28,780 [62 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint '/signalr-chat'
INFO 2025-03-20 19:08:28,780 [62 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint '/signalr-chat'
INFO 2025-03-20 19:08:28,780 [62 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 POST https://stg.parcelat.com/signalr-chat?
id=QvJKPGVionPW2NWz76o1jw text/plain;charset=UTF-8 11 - 200 - text/plain 1.2087ms
INFO 2025-03-20 19:08:28,811 [62 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 POST https://stg.parcelat.com/signalr?id=Qq5rLsLcBZr-
n1yjGsj3EA text/plain;charset=UTF-8 11
INFO 2025-03-20 19:08:28,811 [62 ] tion.Cookies.CookieAuthenticationHandler -
Identity.Application was not authenticated. Failure message: Unprotect ticket
failed
INFO 2025-03-20 19:08:28,811 [62 ] tCore.Cors.Infrastructure.CorsMiddleware - No
CORS policy found for the specified request.
INFO 2025-03-20 19:08:28,811 [62 ] tion.Cookies.CookieAuthenticationHandler -
Identity.Application was not authenticated. Failure message: Unprotect ticket
failed
INFO 2025-03-20 19:08:28,811 [62 ] tion.Cookies.CookieAuthenticationHandler -
Identity.Application was not authenticated. Failure message: Unprotect ticket
failed
INFO 2025-03-20 19:08:28,812 [62 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint '/signalr'
INFO 2025-03-20 19:08:28,812 [62 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint '/signalr'
INFO 2025-03-20 19:08:28,812 [61 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 POST https://stg.parcelat.com/signalr?id=Qq5rLsLcBZr-
n1yjGsj3EA text/plain;charset=UTF-8 11 - 200 - text/plain 1.1444ms
INFO 2025-03-20 19:08:29,154 [61 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 POST https://stg.parcelat.com/Account/ImpersonateTenant
application/json 27
INFO 2025-03-20 19:08:29,157 [61 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:08:29,163 [63 ] tCore.Cors.Infrastructure.CorsMiddleware - No
CORS policy found for the specified request.
INFO 2025-03-20 19:08:29,163 [63 ] uthorization.DefaultAuthorizationService -
Authorization was successful.
INFO 2025-03-20 19:08:29,163 [63 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint
'EnterpriseBase.Web.Controllers.AccountController.ImpersonateTenant
(EnterpriseBase.Web.Mvc)'
INFO 2025-03-20 19:08:29,163 [63 ] c.Infrastructure.ControllerActionInvoker -
Route matched with {action = "ImpersonateTenant", controller = "Account", area =
""}. Executing controller action with signature
System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.JsonResult]
ImpersonateTenant(EnterpriseBase.Authorization.Accounts.Dto.ImpersonateTenantInput)
on controller EnterpriseBase.Web.Controllers.AccountController
(EnterpriseBase.Web.Mvc).
INFO 2025-03-20 19:08:29,169 [63 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:08:29,171 [63 ] tion.Cookies.CookieAuthenticationHandler -
AuthenticationScheme: Identity.Application signed out.
INFO 2025-03-20 19:08:29,171 [63 ] tion.Cookies.CookieAuthenticationHandler -
AuthenticationScheme: Identity.External signed out.
INFO 2025-03-20 19:08:29,171 [63 ] tion.Cookies.CookieAuthenticationHandler -
AuthenticationScheme: Identity.TwoFactorUserId signed out.
INFO 2025-03-20 19:08:29,172 [63 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:08:29,175 [62 ] tonsoftJson.NewtonsoftJsonResultExecutor -
Executing JsonResult, writing value of type 'Abp.Web.Models.AjaxResponse'.
INFO 2025-03-20 19:08:29,175 [62 ] c.Infrastructure.ControllerActionInvoker -
Executed action EnterpriseBase.Web.Controllers.AccountController.ImpersonateTenant
(EnterpriseBase.Web.Mvc) in 11.355ms
INFO 2025-03-20 19:08:29,175 [62 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint
'EnterpriseBase.Web.Controllers.AccountController.ImpersonateTenant
(EnterpriseBase.Web.Mvc)'
INFO 2025-03-20 19:08:29,175 [63 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 POST https://stg.parcelat.com/Account/ImpersonateTenant
application/json 27 - 200 - application/json;+charset=utf-8 20.6655ms
INFO 2025-03-20 19:08:29,200 [63 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 GET https://stg.parcelat.com/Account/ImpersonateSignIn?
tokenId=571a57c0-4c24-4bd6-9b40-fda83e2cdfcf - -
INFO 2025-03-20 19:08:29,201 [63 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint
'EnterpriseBase.Web.Controllers.AccountController.ImpersonateSignIn
(EnterpriseBase.Web.Mvc)'
INFO 2025-03-20 19:08:29,203 [63 ] c.Infrastructure.ControllerActionInvoker -
Route matched with {action = "ImpersonateSignIn", controller = "Account", area =
""}. Executing controller action with signature
System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.ActionResult]
ImpersonateSignIn(System.String) on controller
EnterpriseBase.Web.Controllers.AccountController (EnterpriseBase.Web.Mvc).
INFO 2025-03-20 19:08:29,209 [63 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:08:29,214 [62 ] tion.Cookies.CookieAuthenticationHandler -
AuthenticationScheme: Identity.Application signed in.
INFO 2025-03-20 19:08:29,215 [62 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:08:29,218 [62 ] ft.AspNetCore.Mvc.RedirectToActionResult -
Executing RedirectResult, redirecting to /PUDO.
INFO 2025-03-20 19:08:29,218 [62 ] c.Infrastructure.ControllerActionInvoker -
Executed action EnterpriseBase.Web.Controllers.AccountController.ImpersonateSignIn
(EnterpriseBase.Web.Mvc) in 15.5962ms
INFO 2025-03-20 19:08:29,218 [62 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint
'EnterpriseBase.Web.Controllers.AccountController.ImpersonateSignIn
(EnterpriseBase.Web.Mvc)'
INFO 2025-03-20 19:08:29,219 [67 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 GET https://stg.parcelat.com/Account/ImpersonateSignIn?
tokenId=571a57c0-4c24-4bd6-9b40-fda83e2cdfcf - - - 302 - - 18.7712ms
INFO 2025-03-20 19:08:29,237 [67 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 GET https://stg.parcelat.com/PUDO - -
INFO 2025-03-20 19:08:29,239 [67 ] uthorization.DefaultAuthorizationService -
Authorization was successful.
INFO 2025-03-20 19:08:29,240 [67 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:08:29,242 [67 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint 'EnterpriseBase.Web.Areas.PUDO.Controllers.HomeController.Index
(EnterpriseBase.Web.Mvc)'
INFO 2025-03-20 19:08:29,243 [67 ] c.Infrastructure.ControllerActionInvoker -
Route matched with {area = "PUDO", action = "Index", controller = "Home"}.
Executing controller action with signature
System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.ActionResult] Index() on
controller EnterpriseBase.Web.Areas.PUDO.Controllers.HomeController
(EnterpriseBase.Web.Mvc).
INFO 2025-03-20 19:08:29,244 [67 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:08:29,246 [67 ] ft.AspNetCore.Mvc.RedirectToActionResult -
Executing RedirectResult, redirecting to /PUDO/TenantDashboard.
INFO 2025-03-20 19:08:29,246 [67 ] c.Infrastructure.ControllerActionInvoker -
Executed action EnterpriseBase.Web.Areas.PUDO.Controllers.HomeController.Index
(EnterpriseBase.Web.Mvc) in 3.1692ms
INFO 2025-03-20 19:08:29,246 [67 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint 'EnterpriseBase.Web.Areas.PUDO.Controllers.HomeController.Index
(EnterpriseBase.Web.Mvc)'
INFO 2025-03-20 19:08:29,246 [62 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 GET https://stg.parcelat.com/PUDO - - - 302 - - 9.4001ms
INFO 2025-03-20 19:08:29,290 [62 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 GET https://stg.parcelat.com/PUDO/TenantDashboard - -
INFO 2025-03-20 19:08:29,293 [62 ] uthorization.DefaultAuthorizationService -
Authorization was successful.
INFO 2025-03-20 19:08:29,293 [62 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint
'EnterpriseBase.Web.Areas.PUDO.Controllers.TenantDashboardController.Index
(EnterpriseBase.Web.Mvc)'
INFO 2025-03-20 19:08:29,293 [62 ] c.Infrastructure.ControllerActionInvoker -
Route matched with {area = "PUDO", action = "Index", controller =
"TenantDashboard"}. Executing controller action with signature
System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.ActionResult] Index() on
controller EnterpriseBase.Web.Areas.PUDO.Controllers.TenantDashboardController
(EnterpriseBase.Web.Mvc).
INFO 2025-03-20 19:08:29,296 [62 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:08:29,299 [62 ] Core.Mvc.ViewFeatures.ViewResultExecutor -
Executing ViewResult, running view
~/Areas/PUDO/Views/Shared/Components/CustomizableDashboard/Index.cshtml.
INFO 2025-03-20 19:08:29,302 [62 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:08:29,323 [62 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:08:29,329 [62 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:08:29,338 [73 ] Core.Mvc.ViewFeatures.ViewResultExecutor -
Executed ViewResult - view
~/Areas/PUDO/Views/Shared/Components/CustomizableDashboard/Index.cshtml executed in
39.4109ms.
INFO 2025-03-20 19:08:29,338 [73 ] c.Infrastructure.ControllerActionInvoker -
Executed action
EnterpriseBase.Web.Areas.PUDO.Controllers.TenantDashboardController.Index
(EnterpriseBase.Web.Mvc) in 44.7849ms
INFO 2025-03-20 19:08:29,338 [73 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint
'EnterpriseBase.Web.Areas.PUDO.Controllers.TenantDashboardController.Index
(EnterpriseBase.Web.Mvc)'
INFO 2025-03-20 19:08:29,338 [62 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 GET https://stg.parcelat.com/PUDO/TenantDashboard - - -
200 - text/html;+charset=utf-8 48.1507ms
DEBUG 2025-03-20 19:08:29,366 [73 ] Abp.AspNetCore.SignalR.Hubs.AbpCommonHub - A
client is disconnected: htNbL_MtjSWzNzMOuUSjcA
INFO 2025-03-20 19:08:29,366 [73 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint '/signalr'
INFO 2025-03-20 19:08:29,366 [73 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 GET https://stg.parcelat.com/signalr?
id=foIvbZ5DKOOIb2zAKkkd_A - - - 200 - text/event-stream 5838.3315ms
DEBUG 2025-03-20 19:08:29,368 [62 ] EnterpriseBase.Web.Chat.SignalR.ChatHub - A
client is disconnected: 8CsVYWyfJEvOOObPR3zP-g
INFO 2025-03-20 19:08:29,369 [62 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint '/signalr-chat'
INFO 2025-03-20 19:08:29,369 [62 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 GET https://stg.parcelat.com/signalr-chat?
id=nAh2zrnL_GMXdtM3eyWRnw - - - 200 - text/event-stream 5827.5685ms
INFO 2025-03-20 19:08:29,373 [62 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 POST https://stg.parcelat.com/signalr/negotiate?
negotiateVersion=1 text/plain;charset=UTF-8 0
INFO 2025-03-20 19:08:29,375 [62 ] tCore.Cors.Infrastructure.CorsMiddleware - No
CORS policy found for the specified request.
INFO 2025-03-20 19:08:29,375 [62 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint '/signalr/negotiate'
INFO 2025-03-20 19:08:29,375 [62 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint '/signalr/negotiate'
INFO 2025-03-20 19:08:29,375 [62 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 POST https://stg.parcelat.com/signalr/negotiate?
negotiateVersion=1 text/plain;charset=UTF-8 0 - 200 253 application/json 2.4028ms
INFO 2025-03-20 19:08:29,406 [62 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 GET
https://stg.parcelat.com/view-resources/Areas/PUDO/Views/_Bundles/customizable-
dashboard-libs.min.css?v=fC7nkbdaGKuSqb9gNxWRrb8LzFalvl7CDzp6Ro9XqpU - -
INFO 2025-03-20 19:08:29,406 [62 ] NetCore.StaticFiles.StaticFileMiddleware -
The file /view-resources/Areas/PUDO/Views/_Bundles/customizable-dashboard-
libs.min.css was not modified
INFO 2025-03-20 19:08:29,407 [62 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 GET
https://stg.parcelat.com/view-resources/Areas/PUDO/Views/_Bundles/customizable-
dashboard-libs.min.css?v=fC7nkbdaGKuSqb9gNxWRrb8LzFalvl7CDzp6Ro9XqpU - - - 304 -
text/css 0.2926ms
INFO 2025-03-20 19:08:29,421 [62 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 GET
https://stg.parcelat.com/view-resources/Areas/PUDO/Views/CustomizableDashboard/
Widgets/PrivateLockerStatus/PrivateLockerStatus.min.css?
v=8_axaiT0fDYAqzI0poBgR1M4IWelgQYlvRRjD8IG7Jw - -
INFO 2025-03-20 19:08:29,421 [62 ] NetCore.StaticFiles.StaticFileMiddleware -
The file
/view-resources/Areas/PUDO/Views/CustomizableDashboard/Widgets/PrivateLockerStatus/
PrivateLockerStatus.min.css was not modified
INFO 2025-03-20 19:08:29,421 [62 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 GET
https://stg.parcelat.com/view-resources/Areas/PUDO/Views/CustomizableDashboard/
Widgets/PrivateLockerStatus/PrivateLockerStatus.min.css?
v=8_axaiT0fDYAqzI0poBgR1M4IWelgQYlvRRjD8IG7Jw - - - 304 - text/css 0.2724ms
INFO 2025-03-20 19:08:29,433 [62 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 GET https://stg.parcelat.com/AbpScripts/GetScripts?
v=638780817159369884 - -
INFO 2025-03-20 19:08:29,436 [62 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint 'Abp.AspNetCore.Mvc.Controllers.AbpScriptsController.GetScripts
(Abp.AspNetCore)'
INFO 2025-03-20 19:08:29,437 [62 ] c.Infrastructure.ControllerActionInvoker -
Route matched with {action = "GetScripts", controller = "AbpScripts", area = ""}.
Executing controller action with signature
System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.ActionResult]
GetScripts(System.String, Boolean) on controller
Abp.AspNetCore.Mvc.Controllers.AbpScriptsController (Abp.AspNetCore).
INFO 2025-03-20 19:08:29,438 [73 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 GET
https://stg.parcelat.com/view-resources/Areas/PUDO/Views/CustomizableDashboard/
Widgets/LockersAvailability/LockersAvailability.min.css?v=47DEQpj8HBSa-_TImW-
5JCeuQeRkm5NMpJWZG3hSuFU - -
INFO 2025-03-20 19:08:29,438 [73 ] NetCore.StaticFiles.StaticFileMiddleware -
The file
/view-resources/Areas/PUDO/Views/CustomizableDashboard/Widgets/LockersAvailability/
LockersAvailability.min.css was not modified
INFO 2025-03-20 19:08:29,438 [73 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 GET
https://stg.parcelat.com/view-resources/Areas/PUDO/Views/CustomizableDashboard/
Widgets/LockersAvailability/LockersAvailability.min.css?v=47DEQpj8HBSa-_TImW-
5JCeuQeRkm5NMpJWZG3hSuFU - - - 304 - text/css 0.2107ms
INFO 2025-03-20 19:08:29,438 [73 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 GET
https://stg.parcelat.com/view-resources/Areas/PUDO/Views/CustomizableDashboard/
Widgets/PrivateMachineStatus/PrivateMachineStatus.min.css?v=SdVnaAjY0A-
OQ7H7nO6NZzzOQ3vxWTOUBRY8C-6dok4 - -
INFO 2025-03-20 19:08:29,438 [73 ] NetCore.StaticFiles.StaticFileMiddleware -
The file
/view-resources/Areas/PUDO/Views/CustomizableDashboard/Widgets/PrivateMachineStatus
/PrivateMachineStatus.min.css was not modified
INFO 2025-03-20 19:08:29,438 [73 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 GET
https://stg.parcelat.com/view-resources/Areas/PUDO/Views/CustomizableDashboard/
Widgets/PrivateMachineStatus/PrivateMachineStatus.min.css?v=SdVnaAjY0A-
OQ7H7nO6NZzzOQ3vxWTOUBRY8C-6dok4 - - - 304 - text/css 0.1131ms
INFO 2025-03-20 19:08:29,438 [73 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 GET
https://stg.parcelat.com/view-resources/Areas/PUDO/Views/CustomizableDashboard/
Widgets/DateRangeFilter/DateRangeFilter.min.css?v=47DEQpj8HBSa-_TImW-
5JCeuQeRkm5NMpJWZG3hSuFU - -
INFO 2025-03-20 19:08:29,439 [73 ] NetCore.StaticFiles.StaticFileMiddleware -
The file
/view-resources/Areas/PUDO/Views/CustomizableDashboard/Widgets/DateRangeFilter/
DateRangeFilter.min.css was not modified
INFO 2025-03-20 19:08:29,439 [73 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 GET
https://stg.parcelat.com/view-resources/Areas/PUDO/Views/CustomizableDashboard/
Widgets/DateRangeFilter/DateRangeFilter.min.css?v=47DEQpj8HBSa-_TImW-
5JCeuQeRkm5NMpJWZG3hSuFU - - - 304 - text/css 0.1702ms
INFO 2025-03-20 19:08:29,439 [73 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 GET https://stg.parcelat.com/AbpServiceProxies/GetAll?
v=638780817159369884 - -
INFO 2025-03-20 19:08:29,441 [73 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint 'Abp.AspNetCore.Mvc.Proxying.AbpServiceProxiesController.GetAll
(Abp.AspNetCore)'
INFO 2025-03-20 19:08:29,441 [73 ] c.Infrastructure.ControllerActionInvoker -
Route matched with {action = "GetAll", controller = "AbpServiceProxies", area =
""}. Executing controller action with signature
Microsoft.AspNetCore.Mvc.ContentResult
GetAll(Abp.AspNetCore.Mvc.Proxying.ApiProxyGenerationModel) on controller
Abp.AspNetCore.Mvc.Proxying.AbpServiceProxiesController (Abp.AspNetCore).
INFO 2025-03-20 19:08:29,442 [73 ] Mvc.Infrastructure.ContentResultExecutor -
Executing ContentResult with HTTP Response ContentType of application/x-javascript
INFO 2025-03-20 19:08:29,442 [73 ] c.Infrastructure.ControllerActionInvoker -
Executed action Abp.AspNetCore.Mvc.Proxying.AbpServiceProxiesController.GetAll
(Abp.AspNetCore) in 1.0605ms
INFO 2025-03-20 19:08:29,442 [73 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint 'Abp.AspNetCore.Mvc.Proxying.AbpServiceProxiesController.GetAll
(Abp.AspNetCore)'
INFO 2025-03-20 19:08:29,443 [73 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 GET https://stg.parcelat.com/AbpServiceProxies/GetAll?
v=638780817159369884 - - - 200 334707 application/x-javascript 4.5150ms
INFO 2025-03-20 19:08:29,455 [62 ] Mvc.Infrastructure.ContentResultExecutor -
Executing ContentResult with HTTP Response ContentType of application/x-javascript;
charset=utf-8
INFO 2025-03-20 19:08:29,456 [62 ] c.Infrastructure.ControllerActionInvoker -
Executed action Abp.AspNetCore.Mvc.Controllers.AbpScriptsController.GetScripts
(Abp.AspNetCore) in 18.9582ms
INFO 2025-03-20 19:08:29,456 [62 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint 'Abp.AspNetCore.Mvc.Controllers.AbpScriptsController.GetScripts
(Abp.AspNetCore)'
INFO 2025-03-20 19:08:29,456 [62 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 GET https://stg.parcelat.com/AbpScripts/GetScripts?
v=638780817159369884 - - - 200 188790 application/x-javascript;+charset=utf-8
23.5924ms
INFO 2025-03-20 19:08:29,461 [62 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 GET
https://stg.parcelat.com/view-resources/Areas/PUDO/Views/_Bundles/customizable-
dashboard-libs.min.js?v=TnzK2eKAGdG3ceMnx8N1Ahle74SyxMjPybtHmIr03xk - -
INFO 2025-03-20 19:08:29,461 [62 ] NetCore.StaticFiles.StaticFileMiddleware -
The file /view-resources/Areas/PUDO/Views/_Bundles/customizable-dashboard-
libs.min.js was not modified
INFO 2025-03-20 19:08:29,461 [62 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 GET
https://stg.parcelat.com/view-resources/Areas/PUDO/Views/_Bundles/customizable-
dashboard-libs.min.js?v=TnzK2eKAGdG3ceMnx8N1Ahle74SyxMjPybtHmIr03xk - - - 304 -
application/javascript 0.2394ms
INFO 2025-03-20 19:08:29,462 [62 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 GET
https://stg.parcelat.com/view-resources/Areas/PUDO/Views/CustomizableDashboard/
Widgets/DateRangeFilter/DateRangeFilter.min.js - -
INFO 2025-03-20 19:08:29,462 [62 ] NetCore.StaticFiles.StaticFileMiddleware -
The file
/view-resources/Areas/PUDO/Views/CustomizableDashboard/Widgets/DateRangeFilter/
DateRangeFilter.min.js was not modified
INFO 2025-03-20 19:08:29,462 [62 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 GET
https://stg.parcelat.com/view-resources/Areas/PUDO/Views/CustomizableDashboard/
Widgets/DateRangeFilter/DateRangeFilter.min.js - - - 304 - application/javascript
0.1404ms
INFO 2025-03-20 19:08:29,492 [62 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 GET https://stg.parcelat.com/Profile/GetProfilePicture?
t=638780945093339520 - -
INFO 2025-03-20 19:08:29,495 [62 ] uthorization.DefaultAuthorizationService -
Authorization was successful.
INFO 2025-03-20 19:08:29,495 [62 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint
'EnterpriseBase.Web.Controllers.ProfileController.GetProfilePicture
(EnterpriseBase.Web.Mvc)'
INFO 2025-03-20 19:08:29,495 [62 ] c.Infrastructure.ControllerActionInvoker -
Route matched with {action = "GetProfilePicture", controller = "Profile", area =
""}. Executing controller action with signature
System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.FileResult]
GetProfilePicture() on controller EnterpriseBase.Web.Controllers.ProfileController
(EnterpriseBase.Web.Mvc).
INFO 2025-03-20 19:08:29,499 [62 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:08:29,501 [73 ] Infrastructure.VirtualFileResultExecutor -
Executing VirtualFileResult, sending file 'Common\Images\default-profile-
picture.png' with download name '' ...
INFO 2025-03-20 19:08:29,501 [73 ] c.Infrastructure.ControllerActionInvoker -
Executed action EnterpriseBase.Web.Controllers.ProfileController.GetProfilePicture
(EnterpriseBase.Web.Mvc) in 5.7439ms
INFO 2025-03-20 19:08:29,501 [73 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint
'EnterpriseBase.Web.Controllers.ProfileController.GetProfilePicture
(EnterpriseBase.Web.Mvc)'
INFO 2025-03-20 19:08:29,501 [73 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 GET https://stg.parcelat.com/Profile/GetProfilePicture?
t=638780945093339520 - - - 200 3449 image/png 8.8705ms
INFO 2025-03-20 19:08:29,571 [63 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 POST https://stg.parcelat.com/signalr/negotiate?
negotiateVersion=1 text/plain;charset=UTF-8 0
INFO 2025-03-20 19:08:29,573 [63 ] tCore.Cors.Infrastructure.CorsMiddleware - No
CORS policy found for the specified request.
INFO 2025-03-20 19:08:29,573 [63 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint '/signalr/negotiate'
INFO 2025-03-20 19:08:29,573 [63 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint '/signalr/negotiate'
INFO 2025-03-20 19:08:29,573 [73 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 POST https://stg.parcelat.com/signalr/negotiate?
negotiateVersion=1 text/plain;charset=UTF-8 0 - 200 253 application/json 2.6525ms
INFO 2025-03-20 19:08:29,574 [73 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 GET
https://stg.parcelat.com/api/services/app/Session/GetCurrentLoginInformations
application/json -
INFO 2025-03-20 19:08:29,576 [73 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint
'EnterpriseBase.Sessions.SessionAppService.GetCurrentLoginInformations
(EnterpriseBase.Application)'
INFO 2025-03-20 19:08:29,577 [73 ] c.Infrastructure.ControllerActionInvoker -
Route matched with {area = "app", action = "GetCurrentLoginInformations",
controller = "Session"}. Executing controller action with signature
System.Threading.Tasks.Task`1[EnterpriseBase.Sessions.Dto.GetCurrentLoginInformatio
nsOutput] GetCurrentLoginInformations() on controller
EnterpriseBase.Sessions.SessionAppService (EnterpriseBase.Application).
INFO 2025-03-20 19:08:29,579 [73 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:08:29,583 [73 ] .Mvc.Infrastructure.ObjectResultExecutor -
Executing ObjectResult, writing value of type 'Abp.Web.Models.AjaxResponse'.
INFO 2025-03-20 19:08:29,584 [73 ] c.Infrastructure.ControllerActionInvoker -
Executed action
EnterpriseBase.Sessions.SessionAppService.GetCurrentLoginInformations
(EnterpriseBase.Application) in 6.9756ms
INFO 2025-03-20 19:08:29,584 [73 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint
'EnterpriseBase.Sessions.SessionAppService.GetCurrentLoginInformations
(EnterpriseBase.Application)'
INFO 2025-03-20 19:08:29,584 [63 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 GET
https://stg.parcelat.com/api/services/app/Session/GetCurrentLoginInformations
application/json - - 200 1919 application/json;+charset=utf-8 9.5746ms
INFO 2025-03-20 19:08:29,610 [63 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 POST https://stg.parcelat.com/signalr/negotiate?
negotiateVersion=1 text/plain;charset=UTF-8 0
INFO 2025-03-20 19:08:29,611 [73 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 POST https://stg.parcelat.com/signalr-chat/negotiate?
negotiateVersion=1 text/plain;charset=UTF-8 0
INFO 2025-03-20 19:08:29,612 [63 ] tCore.Cors.Infrastructure.CorsMiddleware - No
CORS policy found for the specified request.
INFO 2025-03-20 19:08:29,612 [63 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint '/signalr/negotiate'
INFO 2025-03-20 19:08:29,612 [63 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint '/signalr/negotiate'
INFO 2025-03-20 19:08:29,612 [63 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 POST https://stg.parcelat.com/signalr/negotiate?
negotiateVersion=1 text/plain;charset=UTF-8 0 - 200 253 application/json 2.3441ms
INFO 2025-03-20 19:08:29,612 [73 ] tCore.Cors.Infrastructure.CorsMiddleware - No
CORS policy found for the specified request.
INFO 2025-03-20 19:08:29,613 [73 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint '/signalr-chat/negotiate'
INFO 2025-03-20 19:08:29,613 [73 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint '/signalr-chat/negotiate'
INFO 2025-03-20 19:08:29,613 [63 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 POST https://stg.parcelat.com/signalr-chat/negotiate?
negotiateVersion=1 text/plain;charset=UTF-8 0 - 200 253 application/json 2.2994ms
INFO 2025-03-20 19:08:29,624 [63 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 GET
https://stg.parcelat.com/PUDO/Widgets/LockersAvailability - -
INFO 2025-03-20 19:08:29,624 [73 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 GET
https://stg.parcelat.com/PUDO/Widgets/PrivateLockerStatus - -
INFO 2025-03-20 19:08:29,626 [73 ] uthorization.DefaultAuthorizationService -
Authorization was successful.
INFO 2025-03-20 19:08:29,626 [73 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint
'EnterpriseBase.Web.Areas.PUDO.Controllers.WidgetsController.PrivateLockerStatus
(EnterpriseBase.Web.Mvc)'
INFO 2025-03-20 19:08:29,626 [63 ] uthorization.DefaultAuthorizationService -
Authorization was successful.
INFO 2025-03-20 19:08:29,626 [63 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint
'EnterpriseBase.Web.Areas.PUDO.Controllers.WidgetsController.LockersAvailability
(EnterpriseBase.Web.Mvc)'
INFO 2025-03-20 19:08:29,626 [73 ] c.Infrastructure.ControllerActionInvoker -
Route matched with {area = "PUDO", action = "PrivateLockerStatus", controller =
"Widgets"}. Executing controller action with signature
Microsoft.AspNetCore.Mvc.IActionResult PrivateLockerStatus() on controller
EnterpriseBase.Web.Areas.PUDO.Controllers.WidgetsController
(EnterpriseBase.Web.Mvc).
INFO 2025-03-20 19:08:29,626 [63 ] c.Infrastructure.ControllerActionInvoker -
Route matched with {area = "PUDO", action = "LockersAvailability", controller =
"Widgets"}. Executing controller action with signature
Microsoft.AspNetCore.Mvc.IActionResult LockersAvailability() on controller
EnterpriseBase.Web.Areas.PUDO.Controllers.WidgetsController
(EnterpriseBase.Web.Mvc).
INFO 2025-03-20 19:08:29,630 [73 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:08:29,630 [63 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:08:29,631 [67 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 GET
https://stg.parcelat.com/PUDO/Widgets/PrivateMachineStatus - -
INFO 2025-03-20 19:08:29,633 [67 ] uthorization.DefaultAuthorizationService -
Authorization was successful.
INFO 2025-03-20 19:08:29,633 [67 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint
'EnterpriseBase.Web.Areas.PUDO.Controllers.WidgetsController.PrivateMachineStatus
(EnterpriseBase.Web.Mvc)'
INFO 2025-03-20 19:08:29,633 [67 ] c.Infrastructure.ControllerActionInvoker -
Route matched with {area = "PUDO", action = "PrivateMachineStatus", controller =
"Widgets"}. Executing controller action with signature
Microsoft.AspNetCore.Mvc.IActionResult PrivateMachineStatus() on controller
EnterpriseBase.Web.Areas.PUDO.Controllers.WidgetsController
(EnterpriseBase.Web.Mvc).
INFO 2025-03-20 19:08:29,634 [61 ] c.ViewFeatures.PartialViewResultExecutor -
Executing PartialViewResult, running view
Components/CustomizableDashboard/Widgets/LockersAvailability.
INFO 2025-03-20 19:08:29,634 [62 ] c.ViewFeatures.PartialViewResultExecutor -
Executing PartialViewResult, running view
Components/CustomizableDashboard/Widgets/PrivateLockerStatus.
INFO 2025-03-20 19:08:29,634 [61 ] c.ViewFeatures.PartialViewResultExecutor -
Executed PartialViewResult - view
Components/CustomizableDashboard/Widgets/LockersAvailability executed in 0.8767ms.
INFO 2025-03-20 19:08:29,634 [61 ] c.Infrastructure.ControllerActionInvoker -
Executed action
EnterpriseBase.Web.Areas.PUDO.Controllers.WidgetsController.LockersAvailability
(EnterpriseBase.Web.Mvc) in 7.7353ms
INFO 2025-03-20 19:08:29,634 [61 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint
'EnterpriseBase.Web.Areas.PUDO.Controllers.WidgetsController.LockersAvailability
(EnterpriseBase.Web.Mvc)'
INFO 2025-03-20 19:08:29,634 [62 ] c.ViewFeatures.PartialViewResultExecutor -
Executed PartialViewResult - view
Components/CustomizableDashboard/Widgets/PrivateLockerStatus executed in 0.5976ms.
INFO 2025-03-20 19:08:29,634 [62 ] c.Infrastructure.ControllerActionInvoker -
Executed action
EnterpriseBase.Web.Areas.PUDO.Controllers.WidgetsController.PrivateLockerStatus
(EnterpriseBase.Web.Mvc) in 7.8733ms
INFO 2025-03-20 19:08:29,634 [62 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint
'EnterpriseBase.Web.Areas.PUDO.Controllers.WidgetsController.PrivateLockerStatus
(EnterpriseBase.Web.Mvc)'
INFO 2025-03-20 19:08:29,634 [62 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 GET
https://stg.parcelat.com/PUDO/Widgets/PrivateLockerStatus - - - 200 - text/html;
+charset=utf-8 10.5190ms
INFO 2025-03-20 19:08:29,635 [62 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 GET
https://stg.parcelat.com/PUDO/Widgets/LockersAvailability - - - 200 - text/html;
+charset=utf-8 11.2871ms
INFO 2025-03-20 19:08:29,637 [62 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 GET
https://stg.parcelat.com/api/services/app/Notification/GetUserNotifications?
maxResultCount=3 application/json -
INFO 2025-03-20 19:08:29,637 [67 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:08:29,638 [67 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 GET
https://stg.parcelat.com/api/services/app/UserLink/GetRecentlyUsedLinkedUsers
application/json -
INFO 2025-03-20 19:08:29,639 [62 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint
'EnterpriseBase.Notifications.NotificationAppService.GetUserNotifications
(EnterpriseBase.Application)'
INFO 2025-03-20 19:08:29,639 [62 ] c.Infrastructure.ControllerActionInvoker -
Route matched with {area = "app", action = "GetUserNotifications", controller =
"Notification"}. Executing controller action with signature
System.Threading.Tasks.Task`1[EnterpriseBase.Notifications.Dto.GetNotificationsOutp
ut]
GetUserNotifications(EnterpriseBase.Notifications.Dto.GetUserNotificationsInput) on
controller EnterpriseBase.Notifications.NotificationAppService
(EnterpriseBase.Application).
INFO 2025-03-20 19:08:29,640 [67 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint
'EnterpriseBase.Authorization.Users.UserLinkAppService.GetRecentlyUsedLinkedUsers
(EnterpriseBase.Application)'
INFO 2025-03-20 19:08:29,640 [67 ] c.Infrastructure.ControllerActionInvoker -
Route matched with {area = "app", action = "GetRecentlyUsedLinkedUsers", controller
= "UserLink"}. Executing controller action with signature
System.Threading.Tasks.Task`1[Abp.Application.Services.Dto.ListResultDto`1[Enterpri
seBase.Authorization.Users.Dto.LinkedUserDto]] GetRecentlyUsedLinkedUsers() on
controller EnterpriseBase.Authorization.Users.UserLinkAppService
(EnterpriseBase.Application).
INFO 2025-03-20 19:08:29,642 [62 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:08:29,643 [67 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:08:29,645 [61 ] .Mvc.Infrastructure.ObjectResultExecutor -
Executing ObjectResult, writing value of type 'Abp.Web.Models.AjaxResponse'.
INFO 2025-03-20 19:08:29,645 [61 ] c.Infrastructure.ControllerActionInvoker -
Executed action
EnterpriseBase.Authorization.Users.UserLinkAppService.GetRecentlyUsedLinkedUsers
(EnterpriseBase.Application) in 4.3282ms
INFO 2025-03-20 19:08:29,645 [61 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint
'EnterpriseBase.Authorization.Users.UserLinkAppService.GetRecentlyUsedLinkedUsers
(EnterpriseBase.Application)'
INFO 2025-03-20 19:08:29,645 [61 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 GET
https://stg.parcelat.com/api/services/app/UserLink/GetRecentlyUsedLinkedUsers
application/json - - 200 109 application/json;+charset=utf-8 6.7297ms
INFO 2025-03-20 19:08:29,645 [62 ] .Mvc.Infrastructure.ObjectResultExecutor -
Executing ObjectResult, writing value of type 'Abp.Web.Models.AjaxResponse'.
INFO 2025-03-20 19:08:29,645 [62 ] c.Infrastructure.ControllerActionInvoker -
Executed action
EnterpriseBase.Notifications.NotificationAppService.GetUserNotifications
(EnterpriseBase.Application) in 5.7079ms
INFO 2025-03-20 19:08:29,645 [62 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint
'EnterpriseBase.Notifications.NotificationAppService.GetUserNotifications
(EnterpriseBase.Application)'
INFO 2025-03-20 19:08:29,645 [67 ] c.ViewFeatures.PartialViewResultExecutor -
Executing PartialViewResult, running view
Components/CustomizableDashboard/Widgets/PrivateMachineStatus.
INFO 2025-03-20 19:08:29,645 [62 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 GET
https://stg.parcelat.com/api/services/app/Notification/GetUserNotifications?
maxResultCount=3 application/json - - 200 944 application/json;+charset=utf-8
8.0363ms
INFO 2025-03-20 19:08:29,645 [67 ] c.ViewFeatures.PartialViewResultExecutor -
Executed PartialViewResult - view
Components/CustomizableDashboard/Widgets/PrivateMachineStatus executed in 0.6879ms.
INFO 2025-03-20 19:08:29,645 [67 ] c.Infrastructure.ControllerActionInvoker -
Executed action
EnterpriseBase.Web.Areas.PUDO.Controllers.WidgetsController.PrivateMachineStatus
(EnterpriseBase.Web.Mvc) in 12.3373ms
INFO 2025-03-20 19:08:29,645 [67 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint
'EnterpriseBase.Web.Areas.PUDO.Controllers.WidgetsController.PrivateMachineStatus
(EnterpriseBase.Web.Mvc)'
INFO 2025-03-20 19:08:29,646 [62 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 GET
https://stg.parcelat.com/PUDO/Widgets/PrivateMachineStatus - - - 200 - text/html;
+charset=utf-8 14.7437ms
INFO 2025-03-20 19:08:29,670 [62 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 POST https://stg.parcelat.com/signalr-chat/negotiate?
negotiateVersion=1 text/plain;charset=UTF-8 0
INFO 2025-03-20 19:08:29,672 [62 ] tCore.Cors.Infrastructure.CorsMiddleware - No
CORS policy found for the specified request.
INFO 2025-03-20 19:08:29,672 [62 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint '/signalr-chat/negotiate'
INFO 2025-03-20 19:08:29,672 [62 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint '/signalr-chat/negotiate'
INFO 2025-03-20 19:08:29,672 [67 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 POST https://stg.parcelat.com/signalr-chat/negotiate?
negotiateVersion=1 text/plain;charset=UTF-8 0 - 200 253 application/json 2.5194ms
INFO 2025-03-20 19:08:29,679 [67 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 GET
https://stg.parcelat.com/view-resources/Areas/PUDO/Views/_Bundles/widget-
charts.min.js?v=VrDsSq9mAlb0czil9EHu3tLp_xlmYV9ffh3zqu7NNgs - -
INFO 2025-03-20 19:08:29,679 [67 ] NetCore.StaticFiles.StaticFileMiddleware -
The file /view-resources/Areas/PUDO/Views/_Bundles/widget-charts.min.js was not
modified
INFO 2025-03-20 19:08:29,679 [67 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 GET
https://stg.parcelat.com/view-resources/Areas/PUDO/Views/_Bundles/widget-
charts.min.js?v=VrDsSq9mAlb0czil9EHu3tLp_xlmYV9ffh3zqu7NNgs - - - 304 -
application/javascript 0.2390ms
INFO 2025-03-20 19:08:29,711 [67 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 GET
https://stg.parcelat.com/view-resources/Areas/PUDO/Views/CustomizableDashboard/
Widgets/PrivateLockerStatus/PrivateLockerStatus.min.js?_=1742486918519 - -
INFO 2025-03-20 19:08:29,711 [67 ] NetCore.StaticFiles.StaticFileMiddleware -
Sending file. Request path:
'/view-resources/Areas/PUDO/Views/CustomizableDashboard/Widgets/PrivateLockerStatus
/PrivateLockerStatus.min.js'. Physical path: 'C:\inetpub\wwwroot\EnterpriseBase\
wwwroot\view-resources\Areas\PUDO\Views\CustomizableDashboard\Widgets\
PrivateLockerStatus\PrivateLockerStatus.min.js'
INFO 2025-03-20 19:08:29,712 [62 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 GET
https://stg.parcelat.com/view-resources/Areas/PUDO/Views/CustomizableDashboard/
Widgets/PrivateLockerStatus/PrivateLockerStatus.min.js?_=1742486918519 - - - 200
1685 application/javascript 0.6130ms
INFO 2025-03-20 19:08:29,719 [62 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 GET
https://stg.parcelat.com/view-resources/Areas/PUDO/Views/CustomizableDashboard/
Widgets/LockersAvailability/LockersAvailability.min.js?_=1742486918520 - -
INFO 2025-03-20 19:08:29,720 [62 ] NetCore.StaticFiles.StaticFileMiddleware -
Sending file. Request path:
'/view-resources/Areas/PUDO/Views/CustomizableDashboard/Widgets/LockersAvailability
/LockersAvailability.min.js'. Physical path: 'C:\inetpub\wwwroot\EnterpriseBase\
wwwroot\view-resources\Areas\PUDO\Views\CustomizableDashboard\Widgets\
LockersAvailability\LockersAvailability.min.js'
INFO 2025-03-20 19:08:29,720 [67 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 GET
https://stg.parcelat.com/view-resources/Areas/PUDO/Views/CustomizableDashboard/
Widgets/LockersAvailability/LockersAvailability.min.js?_=1742486918520 - - - 200
3157 application/javascript 0.4358ms
INFO 2025-03-20 19:08:29,731 [67 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 GET
https://stg.parcelat.com/view-resources/Areas/PUDO/Views/CustomizableDashboard/
Widgets/PrivateMachineStatus/PrivateMachineStatus.min.js?_=1742486918521 - -
INFO 2025-03-20 19:08:29,731 [67 ] NetCore.StaticFiles.StaticFileMiddleware -
Sending file. Request path:
'/view-resources/Areas/PUDO/Views/CustomizableDashboard/Widgets/PrivateMachineStatu
s/PrivateMachineStatus.min.js'. Physical path: 'C:\inetpub\wwwroot\EnterpriseBase\
wwwroot\view-resources\Areas\PUDO\Views\CustomizableDashboard\Widgets\
PrivateMachineStatus\PrivateMachineStatus.min.js'
INFO 2025-03-20 19:08:29,731 [62 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 GET
https://stg.parcelat.com/view-resources/Areas/PUDO/Views/CustomizableDashboard/
Widgets/PrivateMachineStatus/PrivateMachineStatus.min.js?_=1742486918521 - - - 200
1988 application/javascript 0.4439ms
INFO 2025-03-20 19:08:29,743 [62 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 GET https://stg.parcelat.com/signalr?id=ewUrXKPOu24ua18R-
M1yyw - -
INFO 2025-03-20 19:08:29,745 [62 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint '/signalr'
INFO 2025-03-20 19:08:29,747 [67 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 GET
https://stg.parcelat.com/api/services/app/TenantDashboard/GetLockers?isPrivate=true
application/json -
INFO 2025-03-20 19:08:29,749 [67 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint
'EnterpriseBase.Tenants.Dashboard.TenantDashboardAppService.GetLockers
(EnterpriseBase.Application)'
INFO 2025-03-20 19:08:29,749 [67 ] c.Infrastructure.ControllerActionInvoker -
Route matched with {area = "app", action = "GetLockers", controller =
"TenantDashboard"}. Executing controller action with signature
EnterpriseBase.Tenants.Dashboard.Dto.LockersAvailabilityData
GetLockers(EnterpriseBase.Tenants.Dashboard.Dto.LockersInputDto) on controller
EnterpriseBase.Tenants.Dashboard.TenantDashboardAppService
(EnterpriseBase.Application).
INFO 2025-03-20 19:08:29,752 [67 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:08:29,755 [67 ] .Mvc.Infrastructure.ObjectResultExecutor -
Executing ObjectResult, writing value of type 'Abp.Web.Models.AjaxResponse'.
INFO 2025-03-20 19:08:29,755 [67 ] c.Infrastructure.ControllerActionInvoker -
Executed action
EnterpriseBase.Tenants.Dashboard.TenantDashboardAppService.GetLockers
(EnterpriseBase.Application) in 5.9688ms
INFO 2025-03-20 19:08:29,755 [67 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint
'EnterpriseBase.Tenants.Dashboard.TenantDashboardAppService.GetLockers
(EnterpriseBase.Application)'
INFO 2025-03-20 19:08:29,755 [62 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 GET
https://stg.parcelat.com/api/services/app/TenantDashboard/GetLockers?isPrivate=true
application/json - - 200 263 application/json;+charset=utf-8 8.4318ms
INFO 2025-03-20 19:08:29,762 [62 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 GET https://stg.parcelat.com/signalr-chat?
id=1cpVeNeF8PXVzSqnKybfVA - -
INFO 2025-03-20 19:08:29,764 [62 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint '/signalr-chat'
INFO 2025-03-20 19:08:29,765 [67 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 GET
https://stg.parcelat.com/api/services/app/TenantDashboard/GetTenantMachineStatus
application/json -
INFO 2025-03-20 19:08:29,767 [67 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint
'EnterpriseBase.Tenants.Dashboard.TenantDashboardAppService.GetTenantMachineStatus
(EnterpriseBase.Application)'
INFO 2025-03-20 19:08:29,767 [67 ] c.Infrastructure.ControllerActionInvoker -
Route matched with {area = "app", action = "GetTenantMachineStatus", controller =
"TenantDashboard"}. Executing controller action with signature
EnterpriseBase.Tenants.Dashboard.Dto.GetMachineStatusOutput
GetTenantMachineStatus(EnterpriseBase.Tenants.Dashboard.Dto.FilterParametersForTena
ntDashboard) on controller
EnterpriseBase.Tenants.Dashboard.TenantDashboardAppService
(EnterpriseBase.Application).
INFO 2025-03-20 19:08:29,770 [67 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:08:29,771 [62 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 POST https://stg.parcelat.com/signalr?
id=ewUrXKPOu24ua18R-M1yyw text/plain;charset=UTF-8 32
INFO 2025-03-20 19:08:29,772 [62 ] tCore.Cors.Infrastructure.CorsMiddleware - No
CORS policy found for the specified request.
INFO 2025-03-20 19:08:29,773 [62 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint '/signalr'
INFO 2025-03-20 19:08:29,773 [62 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint '/signalr'
INFO 2025-03-20 19:08:29,773 [62 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 POST https://stg.parcelat.com/signalr?
id=ewUrXKPOu24ua18R-M1yyw text/plain;charset=UTF-8 32 - 200 - text/plain 2.4142ms
DEBUG 2025-03-20 19:08:29,773 [61 ] Abp.AspNetCore.SignalR.Hubs.AbpCommonHub - A
client is connected:
{"ConnectionId":"XC5KZ9OhpFDASCK6AFMw0A","IpAddress":"82.167.78.149","TenantId":12,
"UserId":53,"ConnectTime":"2025-03-20T19:08:29.7734587+03:00","Properties":{}}
INFO 2025-03-20 19:08:29,774 [67 ] .Mvc.Infrastructure.ObjectResultExecutor -
Executing ObjectResult, writing value of type 'Abp.Web.Models.AjaxResponse'.
INFO 2025-03-20 19:08:29,774 [67 ] c.Infrastructure.ControllerActionInvoker -
Executed action
EnterpriseBase.Tenants.Dashboard.TenantDashboardAppService.GetTenantMachineStatus
(EnterpriseBase.Application) in 7.3129ms
INFO 2025-03-20 19:08:29,774 [67 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint
'EnterpriseBase.Tenants.Dashboard.TenantDashboardAppService.GetTenantMachineStatus
(EnterpriseBase.Application)'
INFO 2025-03-20 19:08:29,774 [67 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 GET
https://stg.parcelat.com/api/services/app/TenantDashboard/GetTenantMachineStatus
application/json - - 200 134 application/json;+charset=utf-8 9.6374ms
INFO 2025-03-20 19:08:29,781 [67 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 POST https://stg.parcelat.com/signalr-chat?
id=1cpVeNeF8PXVzSqnKybfVA text/plain;charset=UTF-8 32
INFO 2025-03-20 19:08:29,783 [67 ] tCore.Cors.Infrastructure.CorsMiddleware - No
CORS policy found for the specified request.
INFO 2025-03-20 19:08:29,785 [67 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint '/signalr-chat'
INFO 2025-03-20 19:08:29,785 [67 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint '/signalr-chat'
INFO 2025-03-20 19:08:29,785 [67 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 POST https://stg.parcelat.com/signalr-chat?
id=1cpVeNeF8PXVzSqnKybfVA text/plain;charset=UTF-8 32 - 200 - text/plain 4.3008ms
DEBUG 2025-03-20 19:08:29,787 [63 ] EnterpriseBase.Web.Chat.SignalR.ChatHub - A
client is connected:
{"ConnectionId":"9zjX2jX74hF83WNMGEReBA","IpAddress":"82.167.78.149","TenantId":12,
"UserId":53,"ConnectTime":"2025-03-20T19:08:29.7875697+03:00","Properties":{}}
INFO 2025-03-20 19:08:29,793 [63 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 POST https://stg.parcelat.com/signalr?
id=ewUrXKPOu24ua18R-M1yyw text/plain;charset=UTF-8 80
INFO 2025-03-20 19:08:29,795 [63 ] tCore.Cors.Infrastructure.CorsMiddleware - No
CORS policy found for the specified request.
INFO 2025-03-20 19:08:29,795 [63 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint '/signalr'
INFO 2025-03-20 19:08:29,795 [63 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint '/signalr'
INFO 2025-03-20 19:08:29,795 [63 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 POST https://stg.parcelat.com/signalr?
id=ewUrXKPOu24ua18R-M1yyw text/plain;charset=UTF-8 80 - 200 - text/plain 2.2445ms
DEBUG 2025-03-20 19:08:29,795 [67 ] Abp.AspNetCore.SignalR.Hubs.AbpCommonHub - A
client is registered: XC5KZ9OhpFDASCK6AFMw0A
INFO 2025-03-20 19:08:29,812 [67 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 POST https://stg.parcelat.com/signalr-chat?
id=1cpVeNeF8PXVzSqnKybfVA text/plain;charset=UTF-8 80
INFO 2025-03-20 19:08:29,812 [63 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 GET
https://stg.parcelat.com/api/services/app/Chat/GetUserChatFriendsWithSettings
application/json -
INFO 2025-03-20 19:08:29,813 [67 ] tCore.Cors.Infrastructure.CorsMiddleware - No
CORS policy found for the specified request.
INFO 2025-03-20 19:08:29,814 [67 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint '/signalr-chat'
INFO 2025-03-20 19:08:29,814 [67 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint '/signalr-chat'
INFO 2025-03-20 19:08:29,814 [63 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint
'EnterpriseBase.Chat.ChatAppService.GetUserChatFriendsWithSettings
(EnterpriseBase.Application)'
INFO 2025-03-20 19:08:29,815 [63 ] c.Infrastructure.ControllerActionInvoker -
Route matched with {area = "app", action = "GetUserChatFriendsWithSettings",
controller = "Chat"}. Executing controller action with signature
EnterpriseBase.Chat.Dto.GetUserChatFriendsWithSettingsOutput
GetUserChatFriendsWithSettings() on controller EnterpriseBase.Chat.ChatAppService
(EnterpriseBase.Application).
DEBUG 2025-03-20 19:08:29,815 [67 ] EnterpriseBase.Web.Chat.SignalR.ChatHub - A
client is registered: 9zjX2jX74hF83WNMGEReBA
INFO 2025-03-20 19:08:29,815 [67 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 POST https://stg.parcelat.com/signalr-chat?
id=1cpVeNeF8PXVzSqnKybfVA text/plain;charset=UTF-8 80 - 200 - text/plain 3.8170ms
INFO 2025-03-20 19:08:29,816 [63 ] .Mvc.Infrastructure.ObjectResultExecutor -
Executing ObjectResult, writing value of type 'Abp.Web.Models.AjaxResponse'.
INFO 2025-03-20 19:08:29,817 [63 ] c.Infrastructure.ControllerActionInvoker -
Executed action EnterpriseBase.Chat.ChatAppService.GetUserChatFriendsWithSettings
(EnterpriseBase.Application) in 1.8498ms
INFO 2025-03-20 19:08:29,817 [63 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint
'EnterpriseBase.Chat.ChatAppService.GetUserChatFriendsWithSettings
(EnterpriseBase.Application)'
INFO 2025-03-20 19:08:29,817 [63 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 GET
https://stg.parcelat.com/api/services/app/Chat/GetUserChatFriendsWithSettings
application/json - - 200 160 application/json;+charset=utf-8 4.3489ms
INFO 2025-03-20 19:08:29,985 [63 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 GET https://10.0.50.50:443/health - -
INFO 2025-03-20 19:08:29,986 [63 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint 'Health checks'
INFO 2025-03-20 19:08:29,987 [63 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:08:29,987 [67 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:08:29,989 [63 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint 'Health checks'
INFO 2025-03-20 19:08:29,989 [67 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 GET https://10.0.50.50:443/health - - - 200 -
application/json 3.3251ms
INFO 2025-03-20 19:08:30,009 [67 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 GET https://10.0.50.50:443/health - -
INFO 2025-03-20 19:08:30,010 [67 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint 'Health checks'
INFO 2025-03-20 19:08:30,011 [63 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:08:30,011 [67 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:08:30,012 [67 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint 'Health checks'
INFO 2025-03-20 19:08:30,013 [63 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 GET https://10.0.50.50:443/health - - - 200 -
application/json 3.2638ms
INFO 2025-03-20 19:08:30,077 [63 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 GET
https://stg.parcelat.com/api/services/app/TenantDashboard/GetLockers?isPrivate=true
application/json -
INFO 2025-03-20 19:08:30,080 [63 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:08:30,087 [61 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint
'EnterpriseBase.Tenants.Dashboard.TenantDashboardAppService.GetLockers
(EnterpriseBase.Application)'
INFO 2025-03-20 19:08:30,087 [61 ] c.Infrastructure.ControllerActionInvoker -
Route matched with {area = "app", action = "GetLockers", controller =
"TenantDashboard"}. Executing controller action with signature
EnterpriseBase.Tenants.Dashboard.Dto.LockersAvailabilityData
GetLockers(EnterpriseBase.Tenants.Dashboard.Dto.LockersInputDto) on controller
EnterpriseBase.Tenants.Dashboard.TenantDashboardAppService
(EnterpriseBase.Application).
INFO 2025-03-20 19:08:30,090 [61 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:08:30,093 [61 ] .Mvc.Infrastructure.ObjectResultExecutor -
Executing ObjectResult, writing value of type 'Abp.Web.Models.AjaxResponse'.
INFO 2025-03-20 19:08:30,093 [61 ] c.Infrastructure.ControllerActionInvoker -
Executed action
EnterpriseBase.Tenants.Dashboard.TenantDashboardAppService.GetLockers
(EnterpriseBase.Application) in 6.0251ms
INFO 2025-03-20 19:08:30,093 [61 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint
'EnterpriseBase.Tenants.Dashboard.TenantDashboardAppService.GetLockers
(EnterpriseBase.Application)'
INFO 2025-03-20 19:08:30,093 [67 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 GET
https://stg.parcelat.com/api/services/app/TenantDashboard/GetLockers?isPrivate=true
application/json - - 200 263 application/json;+charset=utf-8 16.3655ms
INFO 2025-03-20 19:08:30,453 [61 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 GET https://10.0.50.50:443/health - -
INFO 2025-03-20 19:08:30,454 [61 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint 'Health checks'
INFO 2025-03-20 19:08:30,455 [63 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:08:30,455 [67 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:08:30,456 [63 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint 'Health checks'
INFO 2025-03-20 19:08:30,456 [67 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 GET https://10.0.50.50:443/health - - - 200 -
application/json 3.2824ms
INFO 2025-03-20 19:08:30,492 [67 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 GET https://10.0.50.50:443/health - -
INFO 2025-03-20 19:08:30,493 [67 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint 'Health checks'
INFO 2025-03-20 19:08:30,494 [67 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:08:30,494 [63 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:08:30,495 [67 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint 'Health checks'
INFO 2025-03-20 19:08:30,495 [63 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 GET https://10.0.50.50:443/health - - - 200 -
application/json 3.1186ms
INFO 2025-03-20 19:08:30,530 [63 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 GET https://10.0.50.50:443/health - -
INFO 2025-03-20 19:08:30,531 [63 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint 'Health checks'
INFO 2025-03-20 19:08:30,532 [63 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:08:30,532 [67 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:08:30,533 [63 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint 'Health checks'
INFO 2025-03-20 19:08:30,533 [67 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 GET https://10.0.50.50:443/health - - - 200 -
application/json 3.2270ms
INFO 2025-03-20 19:08:30,692 [67 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 GET https://10.0.50.50:443/health - -
INFO 2025-03-20 19:08:30,693 [67 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint 'Health checks'
INFO 2025-03-20 19:08:30,694 [67 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:08:30,694 [63 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:08:30,696 [67 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint 'Health checks'
INFO 2025-03-20 19:08:30,696 [63 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 GET https://10.0.50.50:443/health - - - 200 -
application/json 3.4424ms
INFO 2025-03-20 19:08:30,743 [63 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 GET https://10.0.50.50:443/health - -
INFO 2025-03-20 19:08:30,744 [63 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint 'Health checks'
INFO 2025-03-20 19:08:30,745 [63 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:08:30,745 [67 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:08:30,746 [63 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint 'Health checks'
INFO 2025-03-20 19:08:30,746 [67 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 GET https://10.0.50.50:443/health - - - 200 -
application/json 3.1781ms
INFO 2025-03-20 19:08:31,044 [67 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 POST https://stg.parcelat.com/hangfire/stats
application/x-www-form-urlencoded;+charset=UTF-8 392
INFO 2025-03-20 19:08:31,047 [67 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:08:31,052 [67 ] tCore.Cors.Infrastructure.CorsMiddleware - No
CORS policy found for the specified request.
INFO 2025-03-20 19:08:31,053 [67 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 POST https://stg.parcelat.com/hangfire/stats
application/x-www-form-urlencoded;+charset=UTF-8 392 - 302 - - 9.4519ms
INFO 2025-03-20 19:08:31,072 [67 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 GET https://stg.parcelat.com/Error?statusCode=403 - -
INFO 2025-03-20 19:08:31,074 [67 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint 'EnterpriseBase.Web.Controllers.ErrorController.Index
(EnterpriseBase.Web.Core)'
INFO 2025-03-20 19:08:31,074 [67 ] c.Infrastructure.ControllerActionInvoker -
Route matched with {action = "Index", controller = "Error", area = ""}. Executing
controller action with signature Microsoft.AspNetCore.Mvc.ActionResult Index(Int32)
on controller EnterpriseBase.Web.Controllers.ErrorController
(EnterpriseBase.Web.Core).
INFO 2025-03-20 19:08:31,075 [67 ] Core.Mvc.ViewFeatures.ViewResultExecutor -
Executing ViewResult, running view Error403.
INFO 2025-03-20 19:08:31,077 [67 ] Core.Mvc.ViewFeatures.ViewResultExecutor -
Executed ViewResult - view Error403 executed in 1.842ms.
INFO 2025-03-20 19:08:31,077 [67 ] c.Infrastructure.ControllerActionInvoker -
Executed action EnterpriseBase.Web.Controllers.ErrorController.Index
(EnterpriseBase.Web.Core) in 2.264ms
INFO 2025-03-20 19:08:31,077 [67 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint 'EnterpriseBase.Web.Controllers.ErrorController.Index
(EnterpriseBase.Web.Core)'
INFO 2025-03-20 19:08:31,077 [63 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 GET https://stg.parcelat.com/Error?statusCode=403 - - -
200 - text/html;+charset=utf-8 5.0178ms
INFO 2025-03-20 19:08:31,284 [63 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/2 POST https://localhost/signalr-chat?
id=mA8o42sfMP994EBd_vzi_w text/plain;charset=UTF-8 11
INFO 2025-03-20 19:08:31,284 [67 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/2 POST https://localhost/signalr?id=nf24ouEgEtGBjKVTyCqjTQ
text/plain;charset=UTF-8 11
INFO 2025-03-20 19:08:31,286 [67 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:08:31,286 [63 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:08:31,293 [63 ] tCore.Cors.Infrastructure.CorsMiddleware - No
CORS policy found for the specified request.
INFO 2025-03-20 19:08:31,293 [67 ] tCore.Cors.Infrastructure.CorsMiddleware - No
CORS policy found for the specified request.
INFO 2025-03-20 19:08:31,293 [63 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint '/signalr-chat'
INFO 2025-03-20 19:08:31,293 [67 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint '/signalr'
INFO 2025-03-20 19:08:31,293 [63 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint '/signalr-chat'
INFO 2025-03-20 19:08:31,294 [67 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint '/signalr'
INFO 2025-03-20 19:08:31,294 [67 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/2 POST https://localhost/signalr?id=nf24ouEgEtGBjKVTyCqjTQ
text/plain;charset=UTF-8 11 - 200 - text/plain 9.9927ms
INFO 2025-03-20 19:08:31,294 [63 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/2 POST https://localhost/signalr-chat?
id=mA8o42sfMP994EBd_vzi_w text/plain;charset=UTF-8 11 - 200 - text/plain 10.0105ms
INFO 2025-03-20 19:08:31,433 [67 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 GET https://stg.parcelat.com/PUDO/Shipments - -
INFO 2025-03-20 19:08:31,435 [67 ] uthorization.DefaultAuthorizationService -
Authorization was successful.
INFO 2025-03-20 19:08:31,435 [67 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint
'EnterpriseBase.Web.Areas.PUDO.Controllers.ShipmentsController.Index
(EnterpriseBase.Web.Mvc)'
INFO 2025-03-20 19:08:31,436 [67 ] c.Infrastructure.ControllerActionInvoker -
Route matched with {area = "PUDO", action = "Index", controller = "Shipments"}.
Executing controller action with signature
System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.ActionResult] Index() on
controller EnterpriseBase.Web.Areas.PUDO.Controllers.ShipmentsController
(EnterpriseBase.Web.Mvc).
INFO 2025-03-20 19:08:31,442 [67 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:08:31,444 [67 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:08:31,447 [63 ] Core.Mvc.ViewFeatures.ViewResultExecutor -
Executing ViewResult, running view Index.
INFO 2025-03-20 19:08:31,451 [63 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:08:31,471 [63 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:08:31,476 [63 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:08:31,483 [63 ] Core.Mvc.ViewFeatures.ViewResultExecutor -
Executed ViewResult - view Index executed in 36.0759ms.
INFO 2025-03-20 19:08:31,483 [63 ] c.Infrastructure.ControllerActionInvoker -
Executed action EnterpriseBase.Web.Areas.PUDO.Controllers.ShipmentsController.Index
(EnterpriseBase.Web.Mvc) in 46.9301ms
INFO 2025-03-20 19:08:31,483 [63 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint
'EnterpriseBase.Web.Areas.PUDO.Controllers.ShipmentsController.Index
(EnterpriseBase.Web.Mvc)'
INFO 2025-03-20 19:08:31,483 [63 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 GET https://stg.parcelat.com/PUDO/Shipments - - - 200 -
text/html;+charset=utf-8 50.2616ms
DEBUG 2025-03-20 19:08:31,511 [63 ] Abp.AspNetCore.SignalR.Hubs.AbpCommonHub - A
client is disconnected: XC5KZ9OhpFDASCK6AFMw0A
INFO 2025-03-20 19:08:31,511 [63 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint '/signalr'
INFO 2025-03-20 19:08:31,511 [63 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 GET https://stg.parcelat.com/signalr?id=ewUrXKPOu24ua18R-
M1yyw - - - 200 - text/event-stream 1768.0556ms
DEBUG 2025-03-20 19:08:31,513 [63 ] EnterpriseBase.Web.Chat.SignalR.ChatHub - A
client is disconnected: 9zjX2jX74hF83WNMGEReBA
INFO 2025-03-20 19:08:31,513 [63 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint '/signalr-chat'
INFO 2025-03-20 19:08:31,513 [63 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 GET https://stg.parcelat.com/signalr-chat?
id=1cpVeNeF8PXVzSqnKybfVA - - - 200 - text/event-stream 1751.5525ms
INFO 2025-03-20 19:08:31,569 [63 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 GET https://stg.parcelat.com/Profile/GetProfilePicture?
t=638780945114793684 - -
INFO 2025-03-20 19:08:31,571 [63 ] uthorization.DefaultAuthorizationService -
Authorization was successful.
INFO 2025-03-20 19:08:31,572 [63 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint
'EnterpriseBase.Web.Controllers.ProfileController.GetProfilePicture
(EnterpriseBase.Web.Mvc)'
INFO 2025-03-20 19:08:31,572 [63 ] c.Infrastructure.ControllerActionInvoker -
Route matched with {action = "GetProfilePicture", controller = "Profile", area =
""}. Executing controller action with signature
System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.FileResult]
GetProfilePicture() on controller EnterpriseBase.Web.Controllers.ProfileController
(EnterpriseBase.Web.Mvc).
INFO 2025-03-20 19:08:31,576 [63 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:08:31,578 [63 ] Infrastructure.VirtualFileResultExecutor -
Executing VirtualFileResult, sending file 'Common\Images\default-profile-
picture.png' with download name '' ...
INFO 2025-03-20 19:08:31,578 [63 ] c.Infrastructure.ControllerActionInvoker -
Executed action EnterpriseBase.Web.Controllers.ProfileController.GetProfilePicture
(EnterpriseBase.Web.Mvc) in 6.1949ms
INFO 2025-03-20 19:08:31,578 [63 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint
'EnterpriseBase.Web.Controllers.ProfileController.GetProfilePicture
(EnterpriseBase.Web.Mvc)'
INFO 2025-03-20 19:08:31,578 [67 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 GET https://stg.parcelat.com/Profile/GetProfilePicture?
t=638780945114793684 - - - 200 3449 image/png 9.3115ms
INFO 2025-03-20 19:08:31,606 [67 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 GET https://stg.parcelat.com/AbpServiceProxies/GetAll?
v=638780817159369884 - -
INFO 2025-03-20 19:08:31,607 [63 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 GET https://stg.parcelat.com/AbpScripts/GetScripts?
v=638780817159369884 - -
INFO 2025-03-20 19:08:31,608 [67 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint 'Abp.AspNetCore.Mvc.Proxying.AbpServiceProxiesController.GetAll
(Abp.AspNetCore)'
INFO 2025-03-20 19:08:31,609 [67 ] c.Infrastructure.ControllerActionInvoker -
Route matched with {action = "GetAll", controller = "AbpServiceProxies", area =
""}. Executing controller action with signature
Microsoft.AspNetCore.Mvc.ContentResult
GetAll(Abp.AspNetCore.Mvc.Proxying.ApiProxyGenerationModel) on controller
Abp.AspNetCore.Mvc.Proxying.AbpServiceProxiesController (Abp.AspNetCore).
INFO 2025-03-20 19:08:31,609 [63 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint 'Abp.AspNetCore.Mvc.Controllers.AbpScriptsController.GetScripts
(Abp.AspNetCore)'
INFO 2025-03-20 19:08:31,609 [67 ] Mvc.Infrastructure.ContentResultExecutor -
Executing ContentResult with HTTP Response ContentType of application/x-javascript
INFO 2025-03-20 19:08:31,609 [63 ] c.Infrastructure.ControllerActionInvoker -
Route matched with {action = "GetScripts", controller = "AbpScripts", area = ""}.
Executing controller action with signature
System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.ActionResult]
GetScripts(System.String, Boolean) on controller
Abp.AspNetCore.Mvc.Controllers.AbpScriptsController (Abp.AspNetCore).
INFO 2025-03-20 19:08:31,610 [67 ] c.Infrastructure.ControllerActionInvoker -
Executed action Abp.AspNetCore.Mvc.Proxying.AbpServiceProxiesController.GetAll
(Abp.AspNetCore) in 0.9391ms
INFO 2025-03-20 19:08:31,610 [67 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint 'Abp.AspNetCore.Mvc.Proxying.AbpServiceProxiesController.GetAll
(Abp.AspNetCore)'
INFO 2025-03-20 19:08:31,610 [67 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 GET https://stg.parcelat.com/AbpServiceProxies/GetAll?
v=638780817159369884 - - - 200 334707 application/x-javascript 4.1062ms
INFO 2025-03-20 19:08:31,614 [67 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'HealthChecksDb' using provider
'Microsoft.EntityFrameworkCore.InMemory' with options: StoreName=HealthChecksUI
INFO 2025-03-20 19:08:31,614 [67 ] .HttpClient.health-checks.LogicalHandler -
Start processing HTTP request GET https://stg.parcelat.com/health
INFO 2025-03-20 19:08:31,614 [67 ] p.HttpClient.health-checks.ClientHandler -
Sending HTTP request GET https://stg.parcelat.com/health
INFO 2025-03-20 19:08:31,616 [67 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 GET https://stg.parcelat.com/health - -
INFO 2025-03-20 19:08:31,617 [67 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint 'Health checks'
INFO 2025-03-20 19:08:31,619 [67 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:08:31,621 [67 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:08:31,622 [67 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint 'Health checks'
INFO 2025-03-20 19:08:31,622 [67 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 GET https://stg.parcelat.com/health - - - 200 -
application/json 5.9302ms
INFO 2025-03-20 19:08:31,622 [70 ] p.HttpClient.health-checks.ClientHandler -
Received HTTP response headers after 8.0762ms - 200
INFO 2025-03-20 19:08:31,622 [70 ] .HttpClient.health-checks.LogicalHandler -
End processing HTTP request after 8.1378ms - 200
INFO 2025-03-20 19:08:31,623 [70 ] Microsoft.EntityFrameworkCore.Update -
Saved 4 entities to in-memory store.
INFO 2025-03-20 19:08:31,628 [63 ] Mvc.Infrastructure.ContentResultExecutor -
Executing ContentResult with HTTP Response ContentType of application/x-javascript;
charset=utf-8
INFO 2025-03-20 19:08:31,629 [63 ] c.Infrastructure.ControllerActionInvoker -
Executed action Abp.AspNetCore.Mvc.Controllers.AbpScriptsController.GetScripts
(Abp.AspNetCore) in 19.333ms
INFO 2025-03-20 19:08:31,629 [63 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint 'Abp.AspNetCore.Mvc.Controllers.AbpScriptsController.GetScripts
(Abp.AspNetCore)'
INFO 2025-03-20 19:08:31,632 [67 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 GET https://stg.parcelat.com/AbpScripts/GetScripts?
v=638780817159369884 - - - 200 188790 application/x-javascript;+charset=utf-8
25.0797ms
INFO 2025-03-20 19:08:31,700 [67 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 POST https://stg.parcelat.com/signalr/negotiate?
negotiateVersion=1 text/plain;charset=UTF-8 0
INFO 2025-03-20 19:08:31,702 [67 ] tCore.Cors.Infrastructure.CorsMiddleware - No
CORS policy found for the specified request.
INFO 2025-03-20 19:08:31,703 [67 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint '/signalr/negotiate'
INFO 2025-03-20 19:08:31,703 [67 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint '/signalr/negotiate'
INFO 2025-03-20 19:08:31,703 [63 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 POST https://stg.parcelat.com/signalr/negotiate?
negotiateVersion=1 text/plain;charset=UTF-8 0 - 200 253 application/json 2.6190ms
INFO 2025-03-20 19:08:31,704 [63 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 GET
https://stg.parcelat.com/api/services/app/Session/GetCurrentLoginInformations
application/json -
INFO 2025-03-20 19:08:31,706 [63 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint
'EnterpriseBase.Sessions.SessionAppService.GetCurrentLoginInformations
(EnterpriseBase.Application)'
INFO 2025-03-20 19:08:31,707 [63 ] c.Infrastructure.ControllerActionInvoker -
Route matched with {area = "app", action = "GetCurrentLoginInformations",
controller = "Session"}. Executing controller action with signature
System.Threading.Tasks.Task`1[EnterpriseBase.Sessions.Dto.GetCurrentLoginInformatio
nsOutput] GetCurrentLoginInformations() on controller
EnterpriseBase.Sessions.SessionAppService (EnterpriseBase.Application).
INFO 2025-03-20 19:08:31,709 [63 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:08:31,713 [63 ] .Mvc.Infrastructure.ObjectResultExecutor -
Executing ObjectResult, writing value of type 'Abp.Web.Models.AjaxResponse'.
INFO 2025-03-20 19:08:31,713 [63 ] c.Infrastructure.ControllerActionInvoker -
Executed action
EnterpriseBase.Sessions.SessionAppService.GetCurrentLoginInformations
(EnterpriseBase.Application) in 6.6604ms
INFO 2025-03-20 19:08:31,713 [63 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint
'EnterpriseBase.Sessions.SessionAppService.GetCurrentLoginInformations
(EnterpriseBase.Application)'
INFO 2025-03-20 19:08:31,713 [67 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 GET
https://stg.parcelat.com/api/services/app/Session/GetCurrentLoginInformations
application/json - - 200 1919 application/json;+charset=utf-8 9.0999ms
INFO 2025-03-20 19:08:31,733 [67 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 POST https://stg.parcelat.com/signalr/negotiate?
negotiateVersion=1 text/plain;charset=UTF-8 0
INFO 2025-03-20 19:08:31,735 [67 ] tCore.Cors.Infrastructure.CorsMiddleware - No
CORS policy found for the specified request.
INFO 2025-03-20 19:08:31,736 [67 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint '/signalr/negotiate'
INFO 2025-03-20 19:08:31,736 [67 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint '/signalr/negotiate'
INFO 2025-03-20 19:08:31,736 [63 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 POST https://stg.parcelat.com/signalr/negotiate?
negotiateVersion=1 text/plain;charset=UTF-8 0 - 200 253 application/json 2.6045ms
INFO 2025-03-20 19:08:31,736 [63 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 POST https://stg.parcelat.com/signalr-chat/negotiate?
negotiateVersion=1 text/plain;charset=UTF-8 0
INFO 2025-03-20 19:08:31,738 [63 ] tCore.Cors.Infrastructure.CorsMiddleware - No
CORS policy found for the specified request.
INFO 2025-03-20 19:08:31,738 [63 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint '/signalr-chat/negotiate'
INFO 2025-03-20 19:08:31,738 [63 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint '/signalr-chat/negotiate'
INFO 2025-03-20 19:08:31,739 [67 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 POST https://stg.parcelat.com/signalr-chat/negotiate?
negotiateVersion=1 text/plain;charset=UTF-8 0 - 200 253 application/json 2.1134ms
INFO 2025-03-20 19:08:31,762 [67 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 GET
https://stg.parcelat.com/api/services/app/Notification/GetUserNotifications?
maxResultCount=3 application/json -
INFO 2025-03-20 19:08:31,762 [63 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 GET
https://stg.parcelat.com/api/services/app/UserLink/GetRecentlyUsedLinkedUsers
application/json -
INFO 2025-03-20 19:08:31,764 [67 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint
'EnterpriseBase.Notifications.NotificationAppService.GetUserNotifications
(EnterpriseBase.Application)'
INFO 2025-03-20 19:08:31,764 [63 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint
'EnterpriseBase.Authorization.Users.UserLinkAppService.GetRecentlyUsedLinkedUsers
(EnterpriseBase.Application)'
INFO 2025-03-20 19:08:31,764 [67 ] c.Infrastructure.ControllerActionInvoker -
Route matched with {area = "app", action = "GetUserNotifications", controller =
"Notification"}. Executing controller action with signature
System.Threading.Tasks.Task`1[EnterpriseBase.Notifications.Dto.GetNotificationsOutp
ut]
GetUserNotifications(EnterpriseBase.Notifications.Dto.GetUserNotificationsInput) on
controller EnterpriseBase.Notifications.NotificationAppService
(EnterpriseBase.Application).
INFO 2025-03-20 19:08:31,765 [63 ] c.Infrastructure.ControllerActionInvoker -
Route matched with {area = "app", action = "GetRecentlyUsedLinkedUsers", controller
= "UserLink"}. Executing controller action with signature
System.Threading.Tasks.Task`1[Abp.Application.Services.Dto.ListResultDto`1[Enterpri
seBase.Authorization.Users.Dto.LinkedUserDto]] GetRecentlyUsedLinkedUsers() on
controller EnterpriseBase.Authorization.Users.UserLinkAppService
(EnterpriseBase.Application).
INFO 2025-03-20 19:08:31,767 [63 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:08:31,767 [67 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:08:31,769 [67 ] .Mvc.Infrastructure.ObjectResultExecutor -
Executing ObjectResult, writing value of type 'Abp.Web.Models.AjaxResponse'.
INFO 2025-03-20 19:08:31,769 [67 ] c.Infrastructure.ControllerActionInvoker -
Executed action
EnterpriseBase.Authorization.Users.UserLinkAppService.GetRecentlyUsedLinkedUsers
(EnterpriseBase.Application) in 4.6487ms
INFO 2025-03-20 19:08:31,769 [67 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint
'EnterpriseBase.Authorization.Users.UserLinkAppService.GetRecentlyUsedLinkedUsers
(EnterpriseBase.Application)'
INFO 2025-03-20 19:08:31,769 [67 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 GET
https://stg.parcelat.com/api/services/app/UserLink/GetRecentlyUsedLinkedUsers
application/json - - 200 109 application/json;+charset=utf-8 7.3234ms
INFO 2025-03-20 19:08:31,770 [63 ] .Mvc.Infrastructure.ObjectResultExecutor -
Executing ObjectResult, writing value of type 'Abp.Web.Models.AjaxResponse'.
INFO 2025-03-20 19:08:31,770 [63 ] c.Infrastructure.ControllerActionInvoker -
Executed action
EnterpriseBase.Notifications.NotificationAppService.GetUserNotifications
(EnterpriseBase.Application) in 5.2804ms
INFO 2025-03-20 19:08:31,770 [63 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint
'EnterpriseBase.Notifications.NotificationAppService.GetUserNotifications
(EnterpriseBase.Application)'
INFO 2025-03-20 19:08:31,770 [67 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 GET
https://stg.parcelat.com/api/services/app/Notification/GetUserNotifications?
maxResultCount=3 application/json - - 200 944 application/json;+charset=utf-8
7.7694ms
INFO 2025-03-20 19:08:31,799 [67 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 POST https://stg.parcelat.com/signalr-chat/negotiate?
negotiateVersion=1 text/plain;charset=UTF-8 0
INFO 2025-03-20 19:08:31,801 [67 ] tCore.Cors.Infrastructure.CorsMiddleware - No
CORS policy found for the specified request.
INFO 2025-03-20 19:08:31,801 [67 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint '/signalr-chat/negotiate'
INFO 2025-03-20 19:08:31,801 [67 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint '/signalr-chat/negotiate'
INFO 2025-03-20 19:08:31,802 [63 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 POST https://stg.parcelat.com/signalr-chat/negotiate?
negotiateVersion=1 text/plain;charset=UTF-8 0 - 200 253 application/json 2.5153ms
INFO 2025-03-20 19:08:31,851 [63 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 GET
https://stg.parcelat.com/api/services/app/Shipments/GetAll?
filter=&aWBFilter=&statusFilter=-
1&maxPickupUntilFilter=&minPickupUntilFilter=&maxFeeFilter=&minFeeFilter=&maxTaxFil
ter=&minTaxFilter=&totalFilter=&shipmentTypeFilter=-1&sizeFilter=-
1&maxDropAttemptCountFilter=&minDropAttemptCountFilter=&externalReferenceFilter=&ex
emptPaymentFilter=-
1&mobileNoFilter=&machineNameFilter=&processingCenterDisplayNameFilter=&zoneNameFil
ter=&agentIdFilter=&skipCount=0&maxResultCount=10 application/json -
INFO 2025-03-20 19:08:31,853 [67 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 GET https://stg.parcelat.com/signalr?id=iNPIk-
13ic8dGiXMxszOBQ - -
INFO 2025-03-20 19:08:31,853 [63 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint 'EnterpriseBase.Devices.ShipmentsAppService.GetAll
(EnterpriseBase.Application)'
INFO 2025-03-20 19:08:31,854 [63 ] c.Infrastructure.ControllerActionInvoker -
Route matched with {area = "app", action = "GetAll", controller = "Shipments"}.
Executing controller action with signature
System.Threading.Tasks.Task`1[Abp.Application.Services.Dto.PagedResultDto`1[Enterpr
iseBase.Devices.Dtos.GetShipmentForViewDto]]
GetAll(EnterpriseBase.Devices.Dtos.GetAllShipmentsInput) on controller
EnterpriseBase.Devices.ShipmentsAppService (EnterpriseBase.Application).
INFO 2025-03-20 19:08:31,855 [67 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint '/signalr'
INFO 2025-03-20 19:08:31,860 [63 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:08:31,863 [63 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 GET https://stg.parcelat.com/signalr-chat?
id=X__BMyP0L5NXGBjpVzY_9g - -
INFO 2025-03-20 19:08:31,865 [63 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint '/signalr-chat'
INFO 2025-03-20 19:08:31,866 [67 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:08:31,868 [63 ] .Mvc.Infrastructure.ObjectResultExecutor -
Executing ObjectResult, writing value of type 'Abp.Web.Models.AjaxResponse'.
INFO 2025-03-20 19:08:31,868 [63 ] c.Infrastructure.ControllerActionInvoker -
Executed action EnterpriseBase.Devices.ShipmentsAppService.GetAll
(EnterpriseBase.Application) in 14.3424ms
INFO 2025-03-20 19:08:31,868 [63 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint 'EnterpriseBase.Devices.ShipmentsAppService.GetAll
(EnterpriseBase.Application)'
INFO 2025-03-20 19:08:31,868 [67 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 GET
https://stg.parcelat.com/api/services/app/Shipments/GetAll?
filter=&aWBFilter=&statusFilter=-
1&maxPickupUntilFilter=&minPickupUntilFilter=&maxFeeFilter=&minFeeFilter=&maxTaxFil
ter=&minTaxFilter=&totalFilter=&shipmentTypeFilter=-1&sizeFilter=-
1&maxDropAttemptCountFilter=&minDropAttemptCountFilter=&externalReferenceFilter=&ex
emptPaymentFilter=-
1&mobileNoFilter=&machineNameFilter=&processingCenterDisplayNameFilter=&zoneNameFil
ter=&agentIdFilter=&skipCount=0&maxResultCount=10 application/json - - 200 1020
application/json;+charset=utf-8 17.3730ms
INFO 2025-03-20 19:08:31,880 [67 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 POST https://stg.parcelat.com/signalr?id=iNPIk-
13ic8dGiXMxszOBQ text/plain;charset=UTF-8 32
INFO 2025-03-20 19:08:31,882 [67 ] tCore.Cors.Infrastructure.CorsMiddleware - No
CORS policy found for the specified request.
INFO 2025-03-20 19:08:31,882 [63 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 POST https://stg.parcelat.com/signalr-chat?
id=X__BMyP0L5NXGBjpVzY_9g text/plain;charset=UTF-8 32
INFO 2025-03-20 19:08:31,883 [67 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint '/signalr'
INFO 2025-03-20 19:08:31,883 [67 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint '/signalr'
DEBUG 2025-03-20 19:08:31,883 [67 ] Abp.AspNetCore.SignalR.Hubs.AbpCommonHub - A
client is connected:
{"ConnectionId":"GAO28eCkBrgjzmqGOV4Naw","IpAddress":"82.167.78.149","TenantId":12,
"UserId":53,"ConnectTime":"2025-03-20T19:08:31.8832982+03:00","Properties":{}}
INFO 2025-03-20 19:08:31,883 [67 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 POST https://stg.parcelat.com/signalr?id=iNPIk-
13ic8dGiXMxszOBQ text/plain;charset=UTF-8 32 - 200 - text/plain 2.6066ms
INFO 2025-03-20 19:08:31,884 [63 ] tCore.Cors.Infrastructure.CorsMiddleware - No
CORS policy found for the specified request.
INFO 2025-03-20 19:08:31,885 [63 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint '/signalr-chat'
INFO 2025-03-20 19:08:31,885 [63 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint '/signalr-chat'
INFO 2025-03-20 19:08:31,885 [63 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 POST https://stg.parcelat.com/signalr-chat?
id=X__BMyP0L5NXGBjpVzY_9g text/plain;charset=UTF-8 32 - 200 - text/plain 2.4793ms
DEBUG 2025-03-20 19:08:31,886 [67 ] EnterpriseBase.Web.Chat.SignalR.ChatHub - A
client is connected: {"ConnectionId":"s9-
bkFYDXCyYRI0W65EUIg","IpAddress":"82.167.78.149","TenantId":12,"UserId":53,"Connect
Time":"2025-03-20T19:08:31.886849+03:00","Properties":{}}
INFO 2025-03-20 19:08:31,956 [67 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 POST https://stg.parcelat.com/signalr?id=iNPIk-
13ic8dGiXMxszOBQ text/plain;charset=UTF-8 80
INFO 2025-03-20 19:08:31,959 [67 ] tCore.Cors.Infrastructure.CorsMiddleware - No
CORS policy found for the specified request.
INFO 2025-03-20 19:08:31,959 [67 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint '/signalr'
INFO 2025-03-20 19:08:31,959 [67 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint '/signalr'
INFO 2025-03-20 19:08:31,959 [67 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 POST https://stg.parcelat.com/signalr?id=iNPIk-
13ic8dGiXMxszOBQ text/plain;charset=UTF-8 80 - 200 - text/plain 2.6668ms
DEBUG 2025-03-20 19:08:31,959 [63 ] Abp.AspNetCore.SignalR.Hubs.AbpCommonHub - A
client is registered: GAO28eCkBrgjzmqGOV4Naw
INFO 2025-03-20 19:08:31,985 [63 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 POST https://stg.parcelat.com/signalr-chat?
id=X__BMyP0L5NXGBjpVzY_9g text/plain;charset=UTF-8 80
INFO 2025-03-20 19:08:31,987 [63 ] tCore.Cors.Infrastructure.CorsMiddleware - No
CORS policy found for the specified request.
INFO 2025-03-20 19:08:31,988 [63 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint '/signalr-chat'
INFO 2025-03-20 19:08:31,988 [63 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint '/signalr-chat'
INFO 2025-03-20 19:08:31,988 [63 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 POST https://stg.parcelat.com/signalr-chat?
id=X__BMyP0L5NXGBjpVzY_9g text/plain;charset=UTF-8 80 - 200 - text/plain 2.5671ms
INFO 2025-03-20 19:08:31,988 [63 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 GET
https://stg.parcelat.com/api/services/app/Chat/GetUserChatFriendsWithSettings
application/json -
DEBUG 2025-03-20 19:08:31,990 [67 ] EnterpriseBase.Web.Chat.SignalR.ChatHub - A
client is registered: s9-bkFYDXCyYRI0W65EUIg
INFO 2025-03-20 19:08:31,990 [63 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint
'EnterpriseBase.Chat.ChatAppService.GetUserChatFriendsWithSettings
(EnterpriseBase.Application)'
INFO 2025-03-20 19:08:31,991 [63 ] c.Infrastructure.ControllerActionInvoker -
Route matched with {area = "app", action = "GetUserChatFriendsWithSettings",
controller = "Chat"}. Executing controller action with signature
EnterpriseBase.Chat.Dto.GetUserChatFriendsWithSettingsOutput
GetUserChatFriendsWithSettings() on controller EnterpriseBase.Chat.ChatAppService
(EnterpriseBase.Application).
INFO 2025-03-20 19:08:31,992 [63 ] .Mvc.Infrastructure.ObjectResultExecutor -
Executing ObjectResult, writing value of type 'Abp.Web.Models.AjaxResponse'.
INFO 2025-03-20 19:08:31,992 [63 ] c.Infrastructure.ControllerActionInvoker -
Executed action EnterpriseBase.Chat.ChatAppService.GetUserChatFriendsWithSettings
(EnterpriseBase.Application) in 1.6119ms
INFO 2025-03-20 19:08:31,992 [63 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint
'EnterpriseBase.Chat.ChatAppService.GetUserChatFriendsWithSettings
(EnterpriseBase.Application)'
INFO 2025-03-20 19:08:31,992 [67 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 GET
https://stg.parcelat.com/api/services/app/Chat/GetUserChatFriendsWithSettings
application/json - - 200 160 application/json;+charset=utf-8 3.9471ms
INFO 2025-03-20 19:08:32,084 [67 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 GET https://10.0.50.50:443/health - -
INFO 2025-03-20 19:08:32,084 [67 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint 'Health checks'
INFO 2025-03-20 19:08:32,085 [67 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:08:32,085 [63 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:08:32,087 [63 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint 'Health checks'
INFO 2025-03-20 19:08:32,087 [67 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 GET https://10.0.50.50:443/health - - - 200 -
application/json 3.3577ms
INFO 2025-03-20 19:08:32,693 [67 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 GET https://10.0.50.50:443/health - -
INFO 2025-03-20 19:08:32,694 [67 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint 'Health checks'
INFO 2025-03-20 19:08:32,695 [67 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:08:32,695 [63 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:08:32,696 [67 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint 'Health checks'
INFO 2025-03-20 19:08:32,696 [73 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 GET https://10.0.50.50:443/health - - - 200 -
application/json 3.2840ms
INFO 2025-03-20 19:08:32,909 [73 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 GET https://10.0.50.50:443/health - -
INFO 2025-03-20 19:08:32,910 [73 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint 'Health checks'
INFO 2025-03-20 19:08:32,911 [73 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:08:32,911 [67 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:08:32,912 [73 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint 'Health checks'
INFO 2025-03-20 19:08:32,913 [63 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 GET https://10.0.50.50:443/health - - - 200 -
application/json 3.4819ms
INFO 2025-03-20 19:08:33,297 [63 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 GET https://10.0.50.50:443/health - -
INFO 2025-03-20 19:08:33,298 [63 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint 'Health checks'
INFO 2025-03-20 19:08:33,299 [63 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:08:33,299 [73 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:08:33,300 [67 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint 'Health checks'
INFO 2025-03-20 19:08:33,300 [67 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 GET https://10.0.50.50:443/health - - - 200 -
application/json 3.3979ms
INFO 2025-03-20 19:08:33,598 [73 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 GET https://10.0.50.50:443/health - -
INFO 2025-03-20 19:08:33,600 [73 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint 'Health checks'
INFO 2025-03-20 19:08:33,601 [73 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:08:33,601 [67 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:08:33,602 [73 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint 'Health checks'
INFO 2025-03-20 19:08:33,602 [67 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 GET https://10.0.50.50:443/health - - - 200 -
application/json 3.5843ms
INFO 2025-03-20 19:08:34,039 [67 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 POST https://stg.parcelat.com/hangfire/stats
application/x-www-form-urlencoded;+charset=UTF-8 392
INFO 2025-03-20 19:08:34,042 [67 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:08:34,048 [62 ] tCore.Cors.Infrastructure.CorsMiddleware - No
CORS policy found for the specified request.
INFO 2025-03-20 19:08:34,049 [63 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 POST https://stg.parcelat.com/hangfire/stats
application/x-www-form-urlencoded;+charset=UTF-8 392 - 302 - - 9.9721ms
INFO 2025-03-20 19:08:34,064 [63 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 GET https://stg.parcelat.com/Error?statusCode=403 - -
INFO 2025-03-20 19:08:34,067 [63 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint 'EnterpriseBase.Web.Controllers.ErrorController.Index
(EnterpriseBase.Web.Core)'
INFO 2025-03-20 19:08:34,067 [63 ] c.Infrastructure.ControllerActionInvoker -
Route matched with {action = "Index", controller = "Error", area = ""}. Executing
controller action with signature Microsoft.AspNetCore.Mvc.ActionResult Index(Int32)
on controller EnterpriseBase.Web.Controllers.ErrorController
(EnterpriseBase.Web.Core).
INFO 2025-03-20 19:08:34,067 [63 ] Core.Mvc.ViewFeatures.ViewResultExecutor -
Executing ViewResult, running view Error403.
INFO 2025-03-20 19:08:34,068 [63 ] Core.Mvc.ViewFeatures.ViewResultExecutor -
Executed ViewResult - view Error403 executed in 1.0044ms.
INFO 2025-03-20 19:08:34,068 [63 ] c.Infrastructure.ControllerActionInvoker -
Executed action EnterpriseBase.Web.Controllers.ErrorController.Index
(EnterpriseBase.Web.Core) in 1.4478ms
INFO 2025-03-20 19:08:34,068 [63 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint 'EnterpriseBase.Web.Controllers.ErrorController.Index
(EnterpriseBase.Web.Core)'
INFO 2025-03-20 19:08:34,069 [62 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 GET https://stg.parcelat.com/Error?statusCode=403 - - -
200 - text/html;+charset=utf-8 4.2735ms
INFO 2025-03-20 19:08:35,215 [63 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 GET https://10.0.50.50:443/health - -
INFO 2025-03-20 19:08:35,216 [63 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint 'Health checks'
INFO 2025-03-20 19:08:35,217 [63 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:08:35,217 [62 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:08:35,218 [63 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint 'Health checks'
INFO 2025-03-20 19:08:35,219 [62 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 GET https://10.0.50.50:443/health - - - 200 -
application/json 3.4123ms
INFO 2025-03-20 19:08:35,319 [62 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 GET https://10.0.50.50:443/health - -
INFO 2025-03-20 19:08:35,321 [62 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint 'Health checks'
INFO 2025-03-20 19:08:35,322 [62 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:08:35,322 [63 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:08:35,323 [62 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint 'Health checks'
INFO 2025-03-20 19:08:35,323 [73 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 GET https://10.0.50.50:443/health - - - 200 -
application/json 3.4659ms
INFO 2025-03-20 19:08:35,346 [73 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 GET https://10.0.50.50:443/health - -
INFO 2025-03-20 19:08:35,347 [73 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint 'Health checks'
INFO 2025-03-20 19:08:35,348 [73 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:08:35,349 [62 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:08:35,350 [62 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint 'Health checks'
INFO 2025-03-20 19:08:35,350 [62 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 GET https://10.0.50.50:443/health - - - 200 -
application/json 3.8747ms
INFO 2025-03-20 19:08:35,498 [63 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 GET https://10.0.50.50:443/health - -
INFO 2025-03-20 19:08:35,499 [63 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint 'Health checks'
INFO 2025-03-20 19:08:35,500 [63 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:08:35,500 [73 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:08:35,501 [73 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint 'Health checks'
INFO 2025-03-20 19:08:35,501 [63 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 GET https://10.0.50.50:443/health - - - 200 -
application/json 3.3010ms
INFO 2025-03-20 19:08:35,517 [63 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 GET https://10.0.50.50:443/health - -
INFO 2025-03-20 19:08:35,518 [63 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint 'Health checks'
INFO 2025-03-20 19:08:35,519 [63 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:08:35,519 [73 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:08:35,520 [73 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint 'Health checks'
INFO 2025-03-20 19:08:35,520 [63 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 GET https://10.0.50.50:443/health - - - 200 -
application/json 3.2789ms
INFO 2025-03-20 19:08:35,535 [63 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 GET https://10.0.50.50:443/health - -
INFO 2025-03-20 19:08:35,536 [63 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint 'Health checks'
INFO 2025-03-20 19:08:35,537 [63 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:08:35,537 [73 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:08:35,538 [63 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint 'Health checks'
INFO 2025-03-20 19:08:35,538 [73 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 GET https://10.0.50.50:443/health - - - 200 -
application/json 3.3524ms
INFO 2025-03-20 19:08:35,584 [73 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 GET https://10.0.50.50:443/health - -
INFO 2025-03-20 19:08:35,585 [73 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint 'Health checks'
INFO 2025-03-20 19:08:35,586 [73 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:08:35,586 [63 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:08:35,587 [73 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint 'Health checks'
INFO 2025-03-20 19:08:35,587 [63 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 GET https://10.0.50.50:443/health - - - 200 -
application/json 3.3469ms
INFO 2025-03-20 19:08:36,789 [67 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 GET https://10.0.50.50:443/health - -
INFO 2025-03-20 19:08:36,790 [67 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint 'Health checks'
INFO 2025-03-20 19:08:36,791 [67 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:08:36,791 [61 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:08:36,792 [67 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint 'Health checks'
INFO 2025-03-20 19:08:36,793 [61 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 GET https://10.0.50.50:443/health - - - 200 -
application/json 3.2214ms
INFO 2025-03-20 19:08:37,043 [61 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 POST https://stg.parcelat.com/hangfire/stats
application/x-www-form-urlencoded;+charset=UTF-8 392
INFO 2025-03-20 19:08:37,045 [61 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:08:37,051 [61 ] tCore.Cors.Infrastructure.CorsMiddleware - No
CORS policy found for the specified request.
INFO 2025-03-20 19:08:37,052 [67 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 POST https://stg.parcelat.com/hangfire/stats
application/x-www-form-urlencoded;+charset=UTF-8 392 - 302 - - 9.2172ms
INFO 2025-03-20 19:08:37,067 [67 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 GET https://stg.parcelat.com/Error?statusCode=403 - -
INFO 2025-03-20 19:08:37,070 [67 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint 'EnterpriseBase.Web.Controllers.ErrorController.Index
(EnterpriseBase.Web.Core)'
INFO 2025-03-20 19:08:37,070 [67 ] c.Infrastructure.ControllerActionInvoker -
Route matched with {action = "Index", controller = "Error", area = ""}. Executing
controller action with signature Microsoft.AspNetCore.Mvc.ActionResult Index(Int32)
on controller EnterpriseBase.Web.Controllers.ErrorController
(EnterpriseBase.Web.Core).
INFO 2025-03-20 19:08:37,071 [67 ] Core.Mvc.ViewFeatures.ViewResultExecutor -
Executing ViewResult, running view Error403.
INFO 2025-03-20 19:08:37,072 [67 ] Core.Mvc.ViewFeatures.ViewResultExecutor -
Executed ViewResult - view Error403 executed in 0.9823ms.
INFO 2025-03-20 19:08:37,072 [67 ] c.Infrastructure.ControllerActionInvoker -
Executed action EnterpriseBase.Web.Controllers.ErrorController.Index
(EnterpriseBase.Web.Core) in 1.4974ms
INFO 2025-03-20 19:08:37,072 [67 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint 'EnterpriseBase.Web.Controllers.ErrorController.Index
(EnterpriseBase.Web.Core)'
INFO 2025-03-20 19:08:37,072 [61 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 GET https://stg.parcelat.com/Error?statusCode=403 - - -
200 - text/html;+charset=utf-8 4.4408ms
INFO 2025-03-20 19:08:37,557 [67 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 GET https://10.0.50.50:443/health - -
INFO 2025-03-20 19:08:37,558 [67 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint 'Health checks'
INFO 2025-03-20 19:08:37,559 [67 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:08:37,559 [61 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:08:37,560 [67 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint 'Health checks'
INFO 2025-03-20 19:08:37,561 [61 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 GET https://10.0.50.50:443/health - - - 200 -
application/json 3.3246ms
INFO 2025-03-20 19:08:37,811 [61 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 GET https://10.0.50.50:443/health - -
INFO 2025-03-20 19:08:37,812 [61 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint 'Health checks'
INFO 2025-03-20 19:08:37,813 [61 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:08:37,813 [67 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:08:37,814 [61 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint 'Health checks'
INFO 2025-03-20 19:08:37,814 [67 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 GET https://10.0.50.50:443/health - - - 200 -
application/json 3.4001ms
INFO 2025-03-20 19:08:38,157 [67 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 GET https://10.0.50.50:443/health - -
INFO 2025-03-20 19:08:38,158 [67 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint 'Health checks'
INFO 2025-03-20 19:08:38,159 [67 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:08:38,159 [61 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:08:38,160 [67 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint 'Health checks'
INFO 2025-03-20 19:08:38,160 [61 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 GET https://10.0.50.50:443/health - - - 200 -
application/json 3.2612ms
INFO 2025-03-20 19:08:39,053 [67 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 GET https://10.0.50.50:443/health - -
INFO 2025-03-20 19:08:39,054 [67 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint 'Health checks'
INFO 2025-03-20 19:08:39,055 [67 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:08:39,055 [61 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:08:39,056 [67 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint 'Health checks'
INFO 2025-03-20 19:08:39,056 [62 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 GET https://10.0.50.50:443/health - - - 200 -
application/json 3.5372ms
INFO 2025-03-20 19:08:40,041 [67 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 POST https://stg.parcelat.com/hangfire/stats
application/x-www-form-urlencoded;+charset=UTF-8 392
INFO 2025-03-20 19:08:40,043 [67 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:08:40,049 [62 ] tCore.Cors.Infrastructure.CorsMiddleware - No
CORS policy found for the specified request.
INFO 2025-03-20 19:08:40,050 [73 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 POST https://stg.parcelat.com/hangfire/stats
application/x-www-form-urlencoded;+charset=UTF-8 392 - 302 - - 9.1474ms
INFO 2025-03-20 19:08:40,067 [73 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 GET https://stg.parcelat.com/Error?statusCode=403 - -
INFO 2025-03-20 19:08:40,069 [73 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint 'EnterpriseBase.Web.Controllers.ErrorController.Index
(EnterpriseBase.Web.Core)'
INFO 2025-03-20 19:08:40,070 [73 ] c.Infrastructure.ControllerActionInvoker -
Route matched with {action = "Index", controller = "Error", area = ""}. Executing
controller action with signature Microsoft.AspNetCore.Mvc.ActionResult Index(Int32)
on controller EnterpriseBase.Web.Controllers.ErrorController
(EnterpriseBase.Web.Core).
INFO 2025-03-20 19:08:40,070 [73 ] Core.Mvc.ViewFeatures.ViewResultExecutor -
Executing ViewResult, running view Error403.
INFO 2025-03-20 19:08:40,071 [73 ] Core.Mvc.ViewFeatures.ViewResultExecutor -
Executed ViewResult - view Error403 executed in 0.9572ms.
INFO 2025-03-20 19:08:40,071 [73 ] c.Infrastructure.ControllerActionInvoker -
Executed action EnterpriseBase.Web.Controllers.ErrorController.Index
(EnterpriseBase.Web.Core) in 1.3426ms
INFO 2025-03-20 19:08:40,071 [73 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint 'EnterpriseBase.Web.Controllers.ErrorController.Index
(EnterpriseBase.Web.Core)'
INFO 2025-03-20 19:08:40,071 [61 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 GET https://stg.parcelat.com/Error?statusCode=403 - - -
200 - text/html;+charset=utf-8 3.9461ms
INFO 2025-03-20 19:08:40,173 [61 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 GET https://10.0.50.50:443/health - -
INFO 2025-03-20 19:08:40,174 [61 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint 'Health checks'
INFO 2025-03-20 19:08:40,175 [61 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:08:40,175 [73 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:08:40,176 [61 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint 'Health checks'
INFO 2025-03-20 19:08:40,176 [73 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 GET https://10.0.50.50:443/health - - - 200 -
application/json 3.3977ms
INFO 2025-03-20 19:08:40,227 [73 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 GET https://10.0.50.50:443/health - -
INFO 2025-03-20 19:08:40,228 [73 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint 'Health checks'
INFO 2025-03-20 19:08:40,229 [73 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:08:40,229 [61 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:08:40,230 [73 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint 'Health checks'
INFO 2025-03-20 19:08:40,231 [61 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 GET https://10.0.50.50:443/health - - - 200 -
application/json 3.2495ms
INFO 2025-03-20 19:08:40,303 [61 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 GET https://10.0.50.50:443/health - -
INFO 2025-03-20 19:08:40,304 [61 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint 'Health checks'
INFO 2025-03-20 19:08:40,305 [61 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:08:40,305 [73 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:08:40,307 [61 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint 'Health checks'
INFO 2025-03-20 19:08:40,307 [73 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 GET https://10.0.50.50:443/health - - - 200 -
application/json 3.2948ms
INFO 2025-03-20 19:08:40,481 [73 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 GET https://10.0.50.50:443/health - -
INFO 2025-03-20 19:08:40,482 [73 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint 'Health checks'
INFO 2025-03-20 19:08:40,483 [73 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:08:40,486 [61 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:08:40,487 [61 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint 'Health checks'
INFO 2025-03-20 19:08:40,487 [61 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 GET https://10.0.50.50:443/health - - - 200 -
application/json 6.1287ms
INFO 2025-03-20 19:08:40,526 [61 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 GET https://10.0.50.50:443/health - -
INFO 2025-03-20 19:08:40,527 [61 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint 'Health checks'
INFO 2025-03-20 19:08:40,528 [73 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:08:40,528 [61 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:08:40,530 [73 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint 'Health checks'
INFO 2025-03-20 19:08:40,530 [61 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 GET https://10.0.50.50:443/health - - - 200 -
application/json 4.0174ms
INFO 2025-03-20 19:08:40,873 [61 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 GET https://10.0.50.50:443/health - -
INFO 2025-03-20 19:08:40,874 [61 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint 'Health checks'
INFO 2025-03-20 19:08:40,875 [61 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:08:40,875 [73 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:08:40,877 [61 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint 'Health checks'
INFO 2025-03-20 19:08:40,877 [62 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 GET https://10.0.50.50:443/health - - - 200 -
application/json 3.4024ms
INFO 2025-03-20 19:08:41,032 [62 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 GET https://10.0.50.50:443/health - -
INFO 2025-03-20 19:08:41,033 [62 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint 'Health checks'
INFO 2025-03-20 19:08:41,034 [62 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:08:41,034 [61 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:08:41,035 [62 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint 'Health checks'
INFO 2025-03-20 19:08:41,035 [61 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 GET https://10.0.50.50:443/health - - - 200 -
application/json 3.5091ms
INFO 2025-03-20 19:08:41,623 [67 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'HealthChecksDb' using provider
'Microsoft.EntityFrameworkCore.InMemory' with options: StoreName=HealthChecksUI
INFO 2025-03-20 19:08:41,623 [67 ] .HttpClient.health-checks.LogicalHandler -
Start processing HTTP request GET https://stg.parcelat.com/health
INFO 2025-03-20 19:08:41,623 [67 ] p.HttpClient.health-checks.ClientHandler -
Sending HTTP request GET https://stg.parcelat.com/health
INFO 2025-03-20 19:08:41,625 [67 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 GET https://stg.parcelat.com/health - -
INFO 2025-03-20 19:08:41,626 [67 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint 'Health checks'
INFO 2025-03-20 19:08:41,627 [62 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:08:41,628 [61 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:08:41,629 [61 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint 'Health checks'
INFO 2025-03-20 19:08:41,629 [62 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 GET https://stg.parcelat.com/health - - - 200 -
application/json 4.0159ms
INFO 2025-03-20 19:08:41,629 [70 ] p.HttpClient.health-checks.ClientHandler -
Received HTTP response headers after 6.3554ms - 200
INFO 2025-03-20 19:08:41,629 [70 ] .HttpClient.health-checks.LogicalHandler -
End processing HTTP request after 6.4068ms - 200
INFO 2025-03-20 19:08:41,630 [70 ] Microsoft.EntityFrameworkCore.Update -
Saved 4 entities to in-memory store.
INFO 2025-03-20 19:08:41,649 [62 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 GET https://10.0.50.50:443/health - -
INFO 2025-03-20 19:08:41,650 [62 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint 'Health checks'
INFO 2025-03-20 19:08:41,651 [67 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:08:41,651 [61 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:08:41,652 [67 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint 'Health checks'
INFO 2025-03-20 19:08:41,652 [61 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 GET https://10.0.50.50:443/health - - - 200 -
application/json 3.0891ms
INFO 2025-03-20 19:08:41,701 [61 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 POST https://stg.parcelat.com/signalr-chat?
id=dSEv66xNhCnxNKhfDtVFWw text/plain;charset=UTF-8 11
INFO 2025-03-20 19:08:41,702 [61 ] tion.Cookies.CookieAuthenticationHandler -
Identity.Application was not authenticated. Failure message: Unprotect ticket
failed
INFO 2025-03-20 19:08:41,702 [61 ] tCore.Cors.Infrastructure.CorsMiddleware - No
CORS policy found for the specified request.
INFO 2025-03-20 19:08:41,702 [61 ] tion.Cookies.CookieAuthenticationHandler -
Identity.Application was not authenticated. Failure message: Unprotect ticket
failed
INFO 2025-03-20 19:08:41,702 [61 ] tion.Cookies.CookieAuthenticationHandler -
Identity.Application was not authenticated. Failure message: Unprotect ticket
failed
INFO 2025-03-20 19:08:41,702 [61 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint '/signalr-chat'
INFO 2025-03-20 19:08:41,702 [61 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint '/signalr-chat'
INFO 2025-03-20 19:08:41,702 [61 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 POST https://stg.parcelat.com/signalr-chat?
id=dSEv66xNhCnxNKhfDtVFWw text/plain;charset=UTF-8 11 - 200 - text/plain 1.2853ms
INFO 2025-03-20 19:08:41,710 [61 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 POST https://stg.parcelat.com/signalr?id=vug7UCMo-
a9GcTZqr5ezpw text/plain;charset=UTF-8 11
INFO 2025-03-20 19:08:41,711 [61 ] tion.Cookies.CookieAuthenticationHandler -
Identity.Application was not authenticated. Failure message: Unprotect ticket
failed
INFO 2025-03-20 19:08:41,711 [61 ] tCore.Cors.Infrastructure.CorsMiddleware - No
CORS policy found for the specified request.
INFO 2025-03-20 19:08:41,711 [61 ] tion.Cookies.CookieAuthenticationHandler -
Identity.Application was not authenticated. Failure message: Unprotect ticket
failed
INFO 2025-03-20 19:08:41,711 [61 ] tion.Cookies.CookieAuthenticationHandler -
Identity.Application was not authenticated. Failure message: Unprotect ticket
failed
INFO 2025-03-20 19:08:41,711 [61 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint '/signalr'
INFO 2025-03-20 19:08:41,711 [61 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint '/signalr'
INFO 2025-03-20 19:08:41,711 [61 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 POST https://stg.parcelat.com/signalr?id=vug7UCMo-
a9GcTZqr5ezpw text/plain;charset=UTF-8 11 - 200 - text/plain 1.0474ms
INFO 2025-03-20 19:08:42,499 [67 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 GET https://10.0.50.50:443/health - -
INFO 2025-03-20 19:08:42,500 [67 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint 'Health checks'
INFO 2025-03-20 19:08:42,501 [67 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:08:42,501 [61 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:08:42,502 [61 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint 'Health checks'
INFO 2025-03-20 19:08:42,502 [67 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 GET https://10.0.50.50:443/health - - - 200 -
application/json 3.3428ms
INFO 2025-03-20 19:08:43,040 [67 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 POST https://stg.parcelat.com/hangfire/stats
application/x-www-form-urlencoded;+charset=UTF-8 392
INFO 2025-03-20 19:08:43,042 [67 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:08:43,048 [62 ] tCore.Cors.Infrastructure.CorsMiddleware - No
CORS policy found for the specified request.
INFO 2025-03-20 19:08:43,049 [61 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 POST https://stg.parcelat.com/hangfire/stats
application/x-www-form-urlencoded;+charset=UTF-8 392 - 302 - - 9.5247ms
INFO 2025-03-20 19:08:43,067 [61 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 GET https://stg.parcelat.com/Error?statusCode=403 - -
INFO 2025-03-20 19:08:43,069 [61 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint 'EnterpriseBase.Web.Controllers.ErrorController.Index
(EnterpriseBase.Web.Core)'
INFO 2025-03-20 19:08:43,070 [61 ] c.Infrastructure.ControllerActionInvoker -
Route matched with {action = "Index", controller = "Error", area = ""}. Executing
controller action with signature Microsoft.AspNetCore.Mvc.ActionResult Index(Int32)
on controller EnterpriseBase.Web.Controllers.ErrorController
(EnterpriseBase.Web.Core).
INFO 2025-03-20 19:08:43,070 [61 ] Core.Mvc.ViewFeatures.ViewResultExecutor -
Executing ViewResult, running view Error403.
INFO 2025-03-20 19:08:43,071 [61 ] Core.Mvc.ViewFeatures.ViewResultExecutor -
Executed ViewResult - view Error403 executed in 1.0091ms.
INFO 2025-03-20 19:08:43,071 [61 ] c.Infrastructure.ControllerActionInvoker -
Executed action EnterpriseBase.Web.Controllers.ErrorController.Index
(EnterpriseBase.Web.Core) in 1.4367ms
INFO 2025-03-20 19:08:43,071 [61 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint 'EnterpriseBase.Web.Controllers.ErrorController.Index
(EnterpriseBase.Web.Core)'
INFO 2025-03-20 19:08:43,071 [62 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 GET https://stg.parcelat.com/Error?statusCode=403 - - -
200 - text/html;+charset=utf-8 4.3384ms
INFO 2025-03-20 19:08:43,127 [62 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 GET https://10.0.50.50:443/health - -
INFO 2025-03-20 19:08:43,127 [62 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint 'Health checks'
INFO 2025-03-20 19:08:43,128 [62 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:08:43,129 [61 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:08:43,130 [61 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint 'Health checks'
INFO 2025-03-20 19:08:43,130 [62 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 GET https://10.0.50.50:443/health - - - 200 -
application/json 3.3603ms
INFO 2025-03-20 19:08:43,282 [62 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 GET https://10.0.50.50:443/health - -
INFO 2025-03-20 19:08:43,283 [62 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint 'Health checks'
INFO 2025-03-20 19:08:43,284 [61 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:08:43,284 [62 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:08:43,285 [61 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint 'Health checks'
INFO 2025-03-20 19:08:43,285 [62 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 GET https://10.0.50.50:443/health - - - 200 -
application/json 3.4522ms
INFO 2025-03-20 19:08:44,172 [61 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 GET https://10.0.50.50:443/health - -
INFO 2025-03-20 19:08:44,173 [61 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint 'Health checks'
INFO 2025-03-20 19:08:44,174 [61 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:08:44,174 [62 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:08:44,175 [62 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint 'Health checks'
INFO 2025-03-20 19:08:44,175 [61 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 GET https://10.0.50.50:443/health - - - 200 -
application/json 3.3696ms
INFO 2025-03-20 19:08:45,164 [61 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 GET https://10.0.50.50:443/health - -
INFO 2025-03-20 19:08:45,165 [61 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint 'Health checks'
INFO 2025-03-20 19:08:45,166 [62 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:08:45,166 [67 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:08:45,167 [67 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint 'Health checks'
INFO 2025-03-20 19:08:45,167 [62 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 GET https://10.0.50.50:443/health - - - 200 -
application/json 3.6055ms
INFO 2025-03-20 19:08:45,251 [62 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 GET https://10.0.50.50:443/health - -
INFO 2025-03-20 19:08:45,252 [62 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint 'Health checks'
INFO 2025-03-20 19:08:45,253 [62 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:08:45,253 [67 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:08:45,254 [67 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint 'Health checks'
INFO 2025-03-20 19:08:45,255 [62 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 GET https://10.0.50.50:443/health - - - 200 -
application/json 3.3094ms
INFO 2025-03-20 19:08:45,450 [62 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 GET https://10.0.50.50:443/health - -
INFO 2025-03-20 19:08:45,451 [62 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint 'Health checks'
INFO 2025-03-20 19:08:45,452 [62 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:08:45,452 [67 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:08:45,454 [62 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint 'Health checks'
INFO 2025-03-20 19:08:45,454 [67 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 GET https://10.0.50.50:443/health - - - 200 -
application/json 3.4861ms
INFO 2025-03-20 19:08:45,480 [67 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 GET https://10.0.50.50:443/health - -
INFO 2025-03-20 19:08:45,481 [67 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint 'Health checks'
INFO 2025-03-20 19:08:45,482 [67 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:08:45,482 [62 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:08:45,483 [67 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint 'Health checks'
INFO 2025-03-20 19:08:45,483 [62 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 GET https://10.0.50.50:443/health - - - 200 -
application/json 2.9210ms
INFO 2025-03-20 19:08:45,867 [62 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 GET https://10.0.50.50:443/health - -
INFO 2025-03-20 19:08:45,868 [62 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint 'Health checks'
INFO 2025-03-20 19:08:45,869 [62 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:08:45,869 [67 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:08:45,870 [62 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint 'Health checks'
INFO 2025-03-20 19:08:45,870 [63 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 GET https://10.0.50.50:443/health - - - 200 -
application/json 3.2481ms
INFO 2025-03-20 19:08:45,888 [63 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 GET https://10.0.50.50:443/health - -
INFO 2025-03-20 19:08:45,889 [63 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint 'Health checks'
INFO 2025-03-20 19:08:45,890 [62 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:08:45,890 [63 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:08:45,891 [62 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint 'Health checks'
INFO 2025-03-20 19:08:45,891 [63 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 GET https://10.0.50.50:443/health - - - 200 -
application/json 3.0363ms
INFO 2025-03-20 19:08:45,921 [63 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 GET https://10.0.50.50:443/health - -
INFO 2025-03-20 19:08:45,922 [63 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint 'Health checks'
INFO 2025-03-20 19:08:45,923 [63 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:08:45,923 [62 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:08:45,924 [63 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint 'Health checks'
INFO 2025-03-20 19:08:45,924 [62 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 GET https://10.0.50.50:443/health - - - 200 -
application/json 3.3677ms
INFO 2025-03-20 19:08:46,044 [62 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 POST https://stg.parcelat.com/hangfire/stats
application/x-www-form-urlencoded;+charset=UTF-8 392
INFO 2025-03-20 19:08:46,047 [62 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:08:46,052 [63 ] tCore.Cors.Infrastructure.CorsMiddleware - No
CORS policy found for the specified request.
INFO 2025-03-20 19:08:46,053 [61 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 POST https://stg.parcelat.com/hangfire/stats
application/x-www-form-urlencoded;+charset=UTF-8 392 - 302 - - 9.4762ms
INFO 2025-03-20 19:08:46,071 [61 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 GET https://stg.parcelat.com/Error?statusCode=403 - -
INFO 2025-03-20 19:08:46,074 [61 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint 'EnterpriseBase.Web.Controllers.ErrorController.Index
(EnterpriseBase.Web.Core)'
INFO 2025-03-20 19:08:46,074 [61 ] c.Infrastructure.ControllerActionInvoker -
Route matched with {action = "Index", controller = "Error", area = ""}. Executing
controller action with signature Microsoft.AspNetCore.Mvc.ActionResult Index(Int32)
on controller EnterpriseBase.Web.Controllers.ErrorController
(EnterpriseBase.Web.Core).
INFO 2025-03-20 19:08:46,074 [61 ] Core.Mvc.ViewFeatures.ViewResultExecutor -
Executing ViewResult, running view Error403.
INFO 2025-03-20 19:08:46,075 [61 ] Core.Mvc.ViewFeatures.ViewResultExecutor -
Executed ViewResult - view Error403 executed in 0.9991ms.
INFO 2025-03-20 19:08:46,075 [61 ] c.Infrastructure.ControllerActionInvoker -
Executed action EnterpriseBase.Web.Controllers.ErrorController.Index
(EnterpriseBase.Web.Core) in 1.4172ms
INFO 2025-03-20 19:08:46,075 [61 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint 'EnterpriseBase.Web.Controllers.ErrorController.Index
(EnterpriseBase.Web.Core)'
INFO 2025-03-20 19:08:46,076 [63 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 GET https://stg.parcelat.com/Error?statusCode=403 - - -
200 - text/html;+charset=utf-8 4.3606ms
INFO 2025-03-20 19:08:46,984 [62 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 GET https://10.0.50.50:443/health - -
INFO 2025-03-20 19:08:46,985 [62 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint 'Health checks'
INFO 2025-03-20 19:08:46,986 [73 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:08:46,986 [62 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:08:46,987 [62 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint 'Health checks'
INFO 2025-03-20 19:08:46,988 [73 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 GET https://10.0.50.50:443/health - - - 200 -
application/json 3.7055ms
INFO 2025-03-20 19:08:47,044 [73 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 POST https://stg.parcelat.com/signalr-chat?
id=X__BMyP0L5NXGBjpVzY_9g text/plain;charset=UTF-8 11
INFO 2025-03-20 19:08:47,044 [62 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 POST https://stg.parcelat.com/signalr?id=iNPIk-
13ic8dGiXMxszOBQ text/plain;charset=UTF-8 11
INFO 2025-03-20 19:08:47,047 [73 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:08:47,047 [62 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:08:47,053 [73 ] tCore.Cors.Infrastructure.CorsMiddleware - No
CORS policy found for the specified request.
INFO 2025-03-20 19:08:47,053 [62 ] tCore.Cors.Infrastructure.CorsMiddleware - No
CORS policy found for the specified request.
INFO 2025-03-20 19:08:47,053 [73 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint '/signalr'
INFO 2025-03-20 19:08:47,053 [73 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint '/signalr'
INFO 2025-03-20 19:08:47,053 [62 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint '/signalr-chat'
INFO 2025-03-20 19:08:47,053 [62 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint '/signalr-chat'
INFO 2025-03-20 19:08:47,053 [73 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 POST https://stg.parcelat.com/signalr?id=iNPIk-
13ic8dGiXMxszOBQ text/plain;charset=UTF-8 11 - 200 - text/plain 8.9459ms
INFO 2025-03-20 19:08:47,053 [73 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 POST https://stg.parcelat.com/signalr-chat?
id=X__BMyP0L5NXGBjpVzY_9g text/plain;charset=UTF-8 11 - 200 - text/plain 9.1089ms
INFO 2025-03-20 19:08:47,286 [62 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/2 POST https://localhost/signalr-chat?
id=mA8o42sfMP994EBd_vzi_w text/plain;charset=UTF-8 11
INFO 2025-03-20 19:08:47,286 [73 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/2 POST https://localhost/signalr?id=nf24ouEgEtGBjKVTyCqjTQ
text/plain;charset=UTF-8 11
INFO 2025-03-20 19:08:47,289 [62 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:08:47,289 [73 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:08:47,295 [62 ] tCore.Cors.Infrastructure.CorsMiddleware - No
CORS policy found for the specified request.
INFO 2025-03-20 19:08:47,295 [73 ] tCore.Cors.Infrastructure.CorsMiddleware - No
CORS policy found for the specified request.
INFO 2025-03-20 19:08:47,296 [62 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint '/signalr'
INFO 2025-03-20 19:08:47,296 [73 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint '/signalr-chat'
INFO 2025-03-20 19:08:47,296 [62 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint '/signalr'
INFO 2025-03-20 19:08:47,296 [73 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint '/signalr-chat'
INFO 2025-03-20 19:08:47,296 [62 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/2 POST https://localhost/signalr-chat?
id=mA8o42sfMP994EBd_vzi_w text/plain;charset=UTF-8 11 - 200 - text/plain 9.9253ms
INFO 2025-03-20 19:08:47,296 [73 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/2 POST https://localhost/signalr?id=nf24ouEgEtGBjKVTyCqjTQ
text/plain;charset=UTF-8 11 - 200 - text/plain 9.9261ms
INFO 2025-03-20 19:08:47,542 [62 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 GET https://10.0.50.50:443/health - -
INFO 2025-03-20 19:08:47,543 [62 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint 'Health checks'
INFO 2025-03-20 19:08:47,544 [62 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:08:47,544 [73 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:08:47,545 [73 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint 'Health checks'
INFO 2025-03-20 19:08:47,545 [62 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 GET https://10.0.50.50:443/health - - - 200 -
application/json 3.2653ms
INFO 2025-03-20 19:08:47,819 [62 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 GET https://10.0.50.50:443/health - -
INFO 2025-03-20 19:08:47,820 [62 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint 'Health checks'
INFO 2025-03-20 19:08:47,821 [62 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:08:47,821 [73 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:08:47,822 [73 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint 'Health checks'
INFO 2025-03-20 19:08:47,822 [62 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 GET https://10.0.50.50:443/health - - - 200 -
application/json 3.6076ms
INFO 2025-03-20 19:08:48,256 [62 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 GET https://10.0.50.50:443/health - -
INFO 2025-03-20 19:08:48,257 [62 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint 'Health checks'
INFO 2025-03-20 19:08:48,258 [62 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:08:48,258 [73 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:08:48,259 [62 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint 'Health checks'
INFO 2025-03-20 19:08:48,259 [73 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 GET https://10.0.50.50:443/health - - - 200 -
application/json 3.1781ms
INFO 2025-03-20 19:08:49,069 [61 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 POST https://stg.parcelat.com/hangfire/stats
application/x-www-form-urlencoded;+charset=UTF-8 392
INFO 2025-03-20 19:08:49,072 [61 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:08:49,078 [63 ] tCore.Cors.Infrastructure.CorsMiddleware - No
CORS policy found for the specified request.
INFO 2025-03-20 19:08:49,079 [63 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 POST https://stg.parcelat.com/hangfire/stats
application/x-www-form-urlencoded;+charset=UTF-8 392 - 302 - - 9.5575ms
INFO 2025-03-20 19:08:49,095 [63 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 GET https://stg.parcelat.com/Error?statusCode=403 - -
INFO 2025-03-20 19:08:49,098 [63 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint 'EnterpriseBase.Web.Controllers.ErrorController.Index
(EnterpriseBase.Web.Core)'
INFO 2025-03-20 19:08:49,098 [63 ] c.Infrastructure.ControllerActionInvoker -
Route matched with {action = "Index", controller = "Error", area = ""}. Executing
controller action with signature Microsoft.AspNetCore.Mvc.ActionResult Index(Int32)
on controller EnterpriseBase.Web.Controllers.ErrorController
(EnterpriseBase.Web.Core).
INFO 2025-03-20 19:08:49,098 [63 ] Core.Mvc.ViewFeatures.ViewResultExecutor -
Executing ViewResult, running view Error403.
INFO 2025-03-20 19:08:49,099 [63 ] Core.Mvc.ViewFeatures.ViewResultExecutor -
Executed ViewResult - view Error403 executed in 0.974ms.
INFO 2025-03-20 19:08:49,099 [63 ] c.Infrastructure.ControllerActionInvoker -
Executed action EnterpriseBase.Web.Controllers.ErrorController.Index
(EnterpriseBase.Web.Core) in 1.3927ms
INFO 2025-03-20 19:08:49,099 [63 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint 'EnterpriseBase.Web.Controllers.ErrorController.Index
(EnterpriseBase.Web.Core)'
INFO 2025-03-20 19:08:49,099 [62 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 GET https://stg.parcelat.com/Error?statusCode=403 - - -
200 - text/html;+charset=utf-8 4.1487ms
INFO 2025-03-20 19:08:49,356 [63 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 GET https://10.0.50.50:443/health - -
INFO 2025-03-20 19:08:49,357 [63 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint 'Health checks'
INFO 2025-03-20 19:08:49,357 [63 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:08:49,358 [62 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:08:49,359 [62 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint 'Health checks'
INFO 2025-03-20 19:08:49,359 [67 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 GET https://10.0.50.50:443/health - - - 200 -
application/json 3.2445ms
INFO 2025-03-20 19:08:49,935 [67 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 GET https://10.0.50.50:443/health - -
INFO 2025-03-20 19:08:49,936 [67 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint 'Health checks'
INFO 2025-03-20 19:08:49,937 [67 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:08:49,937 [62 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:08:49,939 [67 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint 'Health checks'
INFO 2025-03-20 19:08:49,939 [62 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 GET https://10.0.50.50:443/health - - - 200 -
application/json 3.5041ms
INFO 2025-03-20 19:08:50,273 [62 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 GET https://10.0.50.50:443/health - -
INFO 2025-03-20 19:08:50,274 [62 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint 'Health checks'
INFO 2025-03-20 19:08:50,275 [62 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:08:50,275 [67 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:08:50,277 [62 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint 'Health checks'
INFO 2025-03-20 19:08:50,277 [67 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 GET https://10.0.50.50:443/health - - - 200 -
application/json 3.4386ms
INFO 2025-03-20 19:08:50,559 [61 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 GET https://10.0.50.50:443/health - -
INFO 2025-03-20 19:08:50,560 [61 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint 'Health checks'
INFO 2025-03-20 19:08:50,561 [61 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:08:50,562 [73 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:08:50,563 [73 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint 'Health checks'
INFO 2025-03-20 19:08:50,563 [73 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 GET https://10.0.50.50:443/health - - - 200 -
application/json 3.7757ms
INFO 2025-03-20 19:08:50,666 [73 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 GET https://10.0.50.50:443/health - -
INFO 2025-03-20 19:08:50,667 [73 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint 'Health checks'
INFO 2025-03-20 19:08:50,668 [73 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:08:50,668 [61 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:08:50,669 [73 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint 'Health checks'
INFO 2025-03-20 19:08:50,669 [61 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 GET https://10.0.50.50:443/health - - - 200 -
application/json 3.3472ms
INFO 2025-03-20 19:08:50,683 [61 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 GET https://10.0.50.50:443/health - -
INFO 2025-03-20 19:08:50,684 [61 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint 'Health checks'
INFO 2025-03-20 19:08:50,685 [61 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:08:50,685 [73 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:08:50,686 [73 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint 'Health checks'
INFO 2025-03-20 19:08:50,686 [61 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 GET https://10.0.50.50:443/health - - - 200 -
application/json 3.1134ms
INFO 2025-03-20 19:08:50,837 [61 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 GET https://10.0.50.50:443/health - -
INFO 2025-03-20 19:08:50,838 [61 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint 'Health checks'
INFO 2025-03-20 19:08:50,839 [61 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:08:50,839 [73 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:08:50,841 [61 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint 'Health checks'
INFO 2025-03-20 19:08:50,841 [73 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 GET https://10.0.50.50:443/health - - - 200 -
application/json 3.3865ms
INFO 2025-03-20 19:08:51,270 [73 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 GET https://10.0.50.50:443/health - -
INFO 2025-03-20 19:08:51,271 [73 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint 'Health checks'
INFO 2025-03-20 19:08:51,272 [73 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:08:51,272 [61 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:08:51,273 [73 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint 'Health checks'
INFO 2025-03-20 19:08:51,273 [61 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 GET https://10.0.50.50:443/health - - - 200 -
application/json 3.4394ms
INFO 2025-03-20 19:08:51,542 [61 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 GET https://10.0.50.50:443/health - -
INFO 2025-03-20 19:08:51,543 [61 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint 'Health checks'
INFO 2025-03-20 19:08:51,544 [61 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:08:51,544 [73 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:08:51,546 [61 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint 'Health checks'
INFO 2025-03-20 19:08:51,546 [67 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 GET https://10.0.50.50:443/health - - - 200 -
application/json 3.5069ms
INFO 2025-03-20 19:08:51,636 [67 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'HealthChecksDb' using provider
'Microsoft.EntityFrameworkCore.InMemory' with options: StoreName=HealthChecksUI
INFO 2025-03-20 19:08:51,637 [67 ] .HttpClient.health-checks.LogicalHandler -
Start processing HTTP request GET https://stg.parcelat.com/health
INFO 2025-03-20 19:08:51,637 [67 ] p.HttpClient.health-checks.ClientHandler -
Sending HTTP request GET https://stg.parcelat.com/health
INFO 2025-03-20 19:08:51,638 [67 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 GET https://stg.parcelat.com/health - -
INFO 2025-03-20 19:08:51,639 [67 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint 'Health checks'
INFO 2025-03-20 19:08:51,640 [67 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:08:51,640 [61 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:08:51,641 [67 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint 'Health checks'
INFO 2025-03-20 19:08:51,642 [61 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 GET https://stg.parcelat.com/health - - - 200 -
application/json 3.1448ms
INFO 2025-03-20 19:08:51,642 [70 ] p.HttpClient.health-checks.ClientHandler -
Received HTTP response headers after 5.3103ms - 200
INFO 2025-03-20 19:08:51,642 [70 ] .HttpClient.health-checks.LogicalHandler -
End processing HTTP request after 5.3584ms - 200
INFO 2025-03-20 19:08:51,643 [70 ] Microsoft.EntityFrameworkCore.Update -
Saved 4 entities to in-memory store.
INFO 2025-03-20 19:08:52,049 [61 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 POST https://stg.parcelat.com/hangfire/stats
application/x-www-form-urlencoded;+charset=UTF-8 392
INFO 2025-03-20 19:08:52,052 [61 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:08:52,057 [67 ] tCore.Cors.Infrastructure.CorsMiddleware - No
CORS policy found for the specified request.
INFO 2025-03-20 19:08:52,058 [67 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 POST https://stg.parcelat.com/hangfire/stats
application/x-www-form-urlencoded;+charset=UTF-8 392 - 302 - - 8.6822ms
INFO 2025-03-20 19:08:52,076 [67 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 GET https://stg.parcelat.com/Error?statusCode=403 - -
INFO 2025-03-20 19:08:52,078 [67 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint 'EnterpriseBase.Web.Controllers.ErrorController.Index
(EnterpriseBase.Web.Core)'
INFO 2025-03-20 19:08:52,079 [67 ] c.Infrastructure.ControllerActionInvoker -
Route matched with {action = "Index", controller = "Error", area = ""}. Executing
controller action with signature Microsoft.AspNetCore.Mvc.ActionResult Index(Int32)
on controller EnterpriseBase.Web.Controllers.ErrorController
(EnterpriseBase.Web.Core).
INFO 2025-03-20 19:08:52,079 [67 ] Core.Mvc.ViewFeatures.ViewResultExecutor -
Executing ViewResult, running view Error403.
INFO 2025-03-20 19:08:52,080 [67 ] Core.Mvc.ViewFeatures.ViewResultExecutor -
Executed ViewResult - view Error403 executed in 0.9662ms.
INFO 2025-03-20 19:08:52,080 [67 ] c.Infrastructure.ControllerActionInvoker -
Executed action EnterpriseBase.Web.Controllers.ErrorController.Index
(EnterpriseBase.Web.Core) in 1.3715ms
INFO 2025-03-20 19:08:52,080 [67 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint 'EnterpriseBase.Web.Controllers.ErrorController.Index
(EnterpriseBase.Web.Core)'
INFO 2025-03-20 19:08:52,080 [62 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 GET https://stg.parcelat.com/Error?statusCode=403 - - -
200 - text/html;+charset=utf-8 4.1809ms
INFO 2025-03-20 19:08:52,564 [62 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 GET https://10.0.50.50:443/health - -
INFO 2025-03-20 19:08:52,565 [62 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint 'Health checks'
INFO 2025-03-20 19:08:52,566 [62 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:08:52,566 [73 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:08:52,568 [62 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint 'Health checks'
INFO 2025-03-20 19:08:52,568 [73 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 GET https://10.0.50.50:443/health - - - 200 -
application/json 3.4052ms
INFO 2025-03-20 19:08:52,723 [73 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 GET https://10.0.50.50:443/health - -
INFO 2025-03-20 19:08:52,724 [73 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint 'Health checks'
INFO 2025-03-20 19:08:52,725 [73 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:08:52,725 [62 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:08:52,726 [73 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint 'Health checks'
INFO 2025-03-20 19:08:52,726 [62 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 GET https://10.0.50.50:443/health - - - 200 -
application/json 3.3589ms
INFO 2025-03-20 19:08:52,901 [62 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 GET https://10.0.50.50:443/health - -
INFO 2025-03-20 19:08:52,902 [62 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint 'Health checks'
INFO 2025-03-20 19:08:52,903 [62 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:08:52,903 [73 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:08:52,905 [62 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint 'Health checks'
INFO 2025-03-20 19:08:52,905 [73 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 GET https://10.0.50.50:443/health - - - 200 -
application/json 3.3847ms
INFO 2025-03-20 19:08:53,927 [67 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 GET https://10.0.50.50:443/health - -
INFO 2025-03-20 19:08:53,928 [67 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint 'Health checks'
INFO 2025-03-20 19:08:53,929 [67 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:08:53,929 [62 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:08:53,931 [67 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint 'Health checks'
INFO 2025-03-20 19:08:53,931 [62 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 GET https://10.0.50.50:443/health - - - 200 -
application/json 3.6726ms
INFO 2025-03-20 19:08:55,042 [67 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 POST https://stg.parcelat.com/hangfire/stats
application/x-www-form-urlencoded;+charset=UTF-8 392
INFO 2025-03-20 19:08:55,045 [67 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:08:55,051 [67 ] tCore.Cors.Infrastructure.CorsMiddleware - No
CORS policy found for the specified request.
INFO 2025-03-20 19:08:55,051 [62 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 POST https://stg.parcelat.com/hangfire/stats
application/x-www-form-urlencoded;+charset=UTF-8 392 - 302 - - 9.5893ms
INFO 2025-03-20 19:08:55,068 [62 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 GET https://stg.parcelat.com/Error?statusCode=403 - -
INFO 2025-03-20 19:08:55,070 [62 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint 'EnterpriseBase.Web.Controllers.ErrorController.Index
(EnterpriseBase.Web.Core)'
INFO 2025-03-20 19:08:55,070 [62 ] c.Infrastructure.ControllerActionInvoker -
Route matched with {action = "Index", controller = "Error", area = ""}. Executing
controller action with signature Microsoft.AspNetCore.Mvc.ActionResult Index(Int32)
on controller EnterpriseBase.Web.Controllers.ErrorController
(EnterpriseBase.Web.Core).
INFO 2025-03-20 19:08:55,071 [62 ] Core.Mvc.ViewFeatures.ViewResultExecutor -
Executing ViewResult, running view Error403.
INFO 2025-03-20 19:08:55,074 [62 ] Core.Mvc.ViewFeatures.ViewResultExecutor -
Executed ViewResult - view Error403 executed in 3.1285ms.
INFO 2025-03-20 19:08:55,074 [62 ] c.Infrastructure.ControllerActionInvoker -
Executed action EnterpriseBase.Web.Controllers.ErrorController.Index
(EnterpriseBase.Web.Core) in 3.5439ms
INFO 2025-03-20 19:08:55,074 [62 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint 'EnterpriseBase.Web.Controllers.ErrorController.Index
(EnterpriseBase.Web.Core)'
INFO 2025-03-20 19:08:55,074 [67 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 GET https://stg.parcelat.com/Error?statusCode=403 - - -
200 - text/html;+charset=utf-8 6.4608ms
INFO 2025-03-20 19:08:55,285 [67 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 GET https://10.0.50.50:443/health - -
INFO 2025-03-20 19:08:55,286 [67 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint 'Health checks'
INFO 2025-03-20 19:08:55,288 [67 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:08:55,288 [61 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:08:55,289 [61 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint 'Health checks'
INFO 2025-03-20 19:08:55,289 [62 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 GET https://10.0.50.50:443/health - - - 200 -
application/json 3.9664ms
INFO 2025-03-20 19:08:55,290 [62 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 GET https://10.0.50.50:443/health - -
INFO 2025-03-20 19:08:55,291 [62 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint 'Health checks'
INFO 2025-03-20 19:08:55,292 [62 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:08:55,292 [61 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:08:55,293 [62 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint 'Health checks'
INFO 2025-03-20 19:08:55,293 [61 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 GET https://10.0.50.50:443/health - - - 200 -
application/json 2.9500ms
INFO 2025-03-20 19:08:55,316 [61 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 GET https://10.0.50.50:443/health - -
INFO 2025-03-20 19:08:55,317 [61 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint 'Health checks'
INFO 2025-03-20 19:08:55,318 [61 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:08:55,318 [62 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:08:55,320 [62 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint 'Health checks'
INFO 2025-03-20 19:08:55,320 [61 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 GET https://10.0.50.50:443/health - - - 200 -
application/json 3.5164ms
INFO 2025-03-20 19:08:55,537 [62 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 GET https://10.0.50.50:443/health - -
INFO 2025-03-20 19:08:55,538 [62 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint 'Health checks'
INFO 2025-03-20 19:08:55,539 [62 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:08:55,539 [61 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:08:55,540 [62 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint 'Health checks'
INFO 2025-03-20 19:08:55,540 [61 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 GET https://10.0.50.50:443/health - - - 200 -
application/json 3.5048ms
INFO 2025-03-20 19:08:55,924 [61 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 GET https://10.0.50.50:443/health - -
INFO 2025-03-20 19:08:55,925 [61 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint 'Health checks'
INFO 2025-03-20 19:08:55,926 [61 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:08:55,926 [62 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:08:55,927 [61 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint 'Health checks'
INFO 2025-03-20 19:08:55,928 [62 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 GET https://10.0.50.50:443/health - - - 200 -
application/json 3.4185ms
INFO 2025-03-20 19:08:56,129 [62 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 GET https://10.0.50.50:443/health - -
INFO 2025-03-20 19:08:56,130 [62 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint 'Health checks'
INFO 2025-03-20 19:08:56,131 [61 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:08:56,131 [62 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:08:56,132 [61 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint 'Health checks'
INFO 2025-03-20 19:08:56,132 [62 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 GET https://10.0.50.50:443/health - - - 200 -
application/json 3.4689ms
INFO 2025-03-20 19:08:56,193 [62 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 GET https://10.0.50.50:443/health - -
INFO 2025-03-20 19:08:56,194 [62 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint 'Health checks'
INFO 2025-03-20 19:08:56,194 [73 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:08:56,195 [61 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:08:56,196 [61 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint 'Health checks'
INFO 2025-03-20 19:08:56,196 [73 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 GET https://10.0.50.50:443/health - - - 200 -
application/json 3.2355ms
INFO 2025-03-20 19:08:56,693 [73 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 GET https://10.0.50.50:443/health - -
INFO 2025-03-20 19:08:56,693 [73 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint 'Health checks'
INFO 2025-03-20 19:08:56,694 [73 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:08:56,694 [61 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:08:56,696 [73 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint 'Health checks'
INFO 2025-03-20 19:08:56,696 [61 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 GET https://10.0.50.50:443/health - - - 200 -
application/json 3.2200ms
INFO 2025-03-20 19:08:57,698 [62 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 POST https://stg.parcelat.com/signalr-chat?
id=dSEv66xNhCnxNKhfDtVFWw text/plain;charset=UTF-8 11
INFO 2025-03-20 19:08:57,699 [62 ] tion.Cookies.CookieAuthenticationHandler -
Identity.Application was not authenticated. Failure message: Unprotect ticket
failed
INFO 2025-03-20 19:08:57,699 [62 ] tCore.Cors.Infrastructure.CorsMiddleware - No
CORS policy found for the specified request.
INFO 2025-03-20 19:08:57,699 [62 ] tion.Cookies.CookieAuthenticationHandler -
Identity.Application was not authenticated. Failure message: Unprotect ticket
failed
INFO 2025-03-20 19:08:57,699 [62 ] tion.Cookies.CookieAuthenticationHandler -
Identity.Application was not authenticated. Failure message: Unprotect ticket
failed
INFO 2025-03-20 19:08:57,699 [62 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint '/signalr-chat'
INFO 2025-03-20 19:08:57,700 [62 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint '/signalr-chat'
INFO 2025-03-20 19:08:57,700 [67 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 POST https://stg.parcelat.com/signalr-chat?
id=dSEv66xNhCnxNKhfDtVFWw text/plain;charset=UTF-8 11 - 200 - text/plain 1.3621ms
INFO 2025-03-20 19:08:57,709 [67 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 POST https://stg.parcelat.com/signalr?id=vug7UCMo-
a9GcTZqr5ezpw text/plain;charset=UTF-8 11
INFO 2025-03-20 19:08:57,709 [67 ] tion.Cookies.CookieAuthenticationHandler -
Identity.Application was not authenticated. Failure message: Unprotect ticket
failed
INFO 2025-03-20 19:08:57,710 [67 ] tCore.Cors.Infrastructure.CorsMiddleware - No
CORS policy found for the specified request.
INFO 2025-03-20 19:08:57,710 [67 ] tion.Cookies.CookieAuthenticationHandler -
Identity.Application was not authenticated. Failure message: Unprotect ticket
failed
INFO 2025-03-20 19:08:57,710 [67 ] tion.Cookies.CookieAuthenticationHandler -
Identity.Application was not authenticated. Failure message: Unprotect ticket
failed
INFO 2025-03-20 19:08:57,710 [67 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint '/signalr'
INFO 2025-03-20 19:08:57,710 [67 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint '/signalr'
INFO 2025-03-20 19:08:57,710 [67 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 POST https://stg.parcelat.com/signalr?id=vug7UCMo-
a9GcTZqr5ezpw text/plain;charset=UTF-8 11 - 200 - text/plain 1.0700ms
INFO 2025-03-20 19:08:57,925 [67 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 GET https://10.0.50.50:443/health - -
INFO 2025-03-20 19:08:57,926 [67 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint 'Health checks'
INFO 2025-03-20 19:08:57,928 [67 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:08:57,928 [62 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:08:57,929 [67 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint 'Health checks'
INFO 2025-03-20 19:08:57,929 [62 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 GET https://10.0.50.50:443/health - - - 200 -
application/json 3.7883ms
INFO 2025-03-20 19:08:57,993 [62 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 GET https://10.0.50.50:443/health - -
INFO 2025-03-20 19:08:57,994 [62 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint 'Health checks'
INFO 2025-03-20 19:08:57,995 [62 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:08:57,995 [67 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:08:57,997 [62 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint 'Health checks'
INFO 2025-03-20 19:08:57,997 [67 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 GET https://10.0.50.50:443/health - - - 200 -
application/json 4.0420ms
INFO 2025-03-20 19:08:58,045 [67 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 POST https://stg.parcelat.com/hangfire/stats
application/x-www-form-urlencoded;+charset=UTF-8 392
INFO 2025-03-20 19:08:58,048 [67 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:08:58,054 [67 ] tCore.Cors.Infrastructure.CorsMiddleware - No
CORS policy found for the specified request.
INFO 2025-03-20 19:08:58,055 [62 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 POST https://stg.parcelat.com/hangfire/stats
application/x-www-form-urlencoded;+charset=UTF-8 392 - 302 - - 9.5387ms
INFO 2025-03-20 19:08:58,076 [62 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 GET https://stg.parcelat.com/Error?statusCode=403 - -
INFO 2025-03-20 19:08:58,078 [62 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint 'EnterpriseBase.Web.Controllers.ErrorController.Index
(EnterpriseBase.Web.Core)'
INFO 2025-03-20 19:08:58,079 [62 ] c.Infrastructure.ControllerActionInvoker -
Route matched with {action = "Index", controller = "Error", area = ""}. Executing
controller action with signature Microsoft.AspNetCore.Mvc.ActionResult Index(Int32)
on controller EnterpriseBase.Web.Controllers.ErrorController
(EnterpriseBase.Web.Core).
INFO 2025-03-20 19:08:58,079 [62 ] Core.Mvc.ViewFeatures.ViewResultExecutor -
Executing ViewResult, running view Error403.
INFO 2025-03-20 19:08:58,080 [62 ] Core.Mvc.ViewFeatures.ViewResultExecutor -
Executed ViewResult - view Error403 executed in 1.0065ms.
INFO 2025-03-20 19:08:58,080 [62 ] c.Infrastructure.ControllerActionInvoker -
Executed action EnterpriseBase.Web.Controllers.ErrorController.Index
(EnterpriseBase.Web.Core) in 1.4523ms
INFO 2025-03-20 19:08:58,080 [62 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint 'EnterpriseBase.Web.Controllers.ErrorController.Index
(EnterpriseBase.Web.Core)'
INFO 2025-03-20 19:08:58,080 [67 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 GET https://stg.parcelat.com/Error?statusCode=403 - - -
200 - text/html;+charset=utf-8 4.3483ms
INFO 2025-03-20 19:08:58,128 [67 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 GET https://10.0.50.50:443/health - -
INFO 2025-03-20 19:08:58,129 [67 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint 'Health checks'
INFO 2025-03-20 19:08:58,130 [67 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:08:58,130 [62 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:08:58,131 [67 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint 'Health checks'
INFO 2025-03-20 19:08:58,131 [62 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 GET https://10.0.50.50:443/health - - - 200 -
application/json 3.6424ms
INFO 2025-03-20 19:08:59,122 [73 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 GET https://10.0.50.50:443/health - -
INFO 2025-03-20 19:08:59,123 [73 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint 'Health checks'
INFO 2025-03-20 19:08:59,124 [73 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:08:59,124 [63 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:08:59,125 [73 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint 'Health checks'
INFO 2025-03-20 19:08:59,125 [63 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 GET https://10.0.50.50:443/health - - - 200 -
application/json 3.5678ms
DEBUG 2025-03-20 19:08:59,341 [73 ] Abp.AspNetCore.SignalR.Hubs.AbpCommonHub - A
client is disconnected: fnqETUhNZ27i9BzSr0TwJg
INFO 2025-03-20 19:08:59,341 [73 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint '/signalr'
INFO 2025-03-20 19:08:59,341 [73 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 GET https://stg.parcelat.com/signalr?id=Qq5rLsLcBZr-
n1yjGsj3EA - - - 200 - text/event-stream 127637.9297ms
DEBUG 2025-03-20 19:08:59,342 [63 ] EnterpriseBase.Web.Chat.SignalR.ChatHub - A
client is disconnected: rMAUmfVFSgBYDcS39ingTg
INFO 2025-03-20 19:08:59,342 [63 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint '/signalr-chat'
INFO 2025-03-20 19:08:59,342 [63 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 GET https://stg.parcelat.com/signalr-chat?
id=QvJKPGVionPW2NWz76o1jw - - - 200 - text/event-stream 127646.1533ms
INFO 2025-03-20 19:08:59,513 [63 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 POST https://stg.parcelat.com/signalr-chat/negotiate?
negotiateVersion=1 text/plain;charset=UTF-8 0
INFO 2025-03-20 19:08:59,514 [63 ] tion.Cookies.CookieAuthenticationHandler -
Identity.Application was not authenticated. Failure message: Unprotect ticket
failed
INFO 2025-03-20 19:08:59,514 [63 ] tCore.Cors.Infrastructure.CorsMiddleware - No
CORS policy found for the specified request.
INFO 2025-03-20 19:08:59,514 [63 ] tion.Cookies.CookieAuthenticationHandler -
Identity.Application was not authenticated. Failure message: Unprotect ticket
failed
INFO 2025-03-20 19:08:59,514 [63 ] tion.Cookies.CookieAuthenticationHandler -
Identity.Application was not authenticated. Failure message: Unprotect ticket
failed
INFO 2025-03-20 19:08:59,514 [63 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint '/signalr-chat/negotiate'
INFO 2025-03-20 19:08:59,514 [63 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint '/signalr-chat/negotiate'
INFO 2025-03-20 19:08:59,514 [73 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 POST https://stg.parcelat.com/signalr-chat/negotiate?
negotiateVersion=1 text/plain;charset=UTF-8 0 - 200 253 application/json 1.3103ms
INFO 2025-03-20 19:08:59,522 [73 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 POST https://stg.parcelat.com/signalr/negotiate?
negotiateVersion=1 text/plain;charset=UTF-8 0
INFO 2025-03-20 19:08:59,522 [73 ] tion.Cookies.CookieAuthenticationHandler -
Identity.Application was not authenticated. Failure message: Unprotect ticket
failed
INFO 2025-03-20 19:08:59,523 [73 ] tCore.Cors.Infrastructure.CorsMiddleware - No
CORS policy found for the specified request.
INFO 2025-03-20 19:08:59,523 [73 ] tion.Cookies.CookieAuthenticationHandler -
Identity.Application was not authenticated. Failure message: Unprotect ticket
failed
INFO 2025-03-20 19:08:59,523 [73 ] tion.Cookies.CookieAuthenticationHandler -
Identity.Application was not authenticated. Failure message: Unprotect ticket
failed
INFO 2025-03-20 19:08:59,523 [73 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint '/signalr/negotiate'
INFO 2025-03-20 19:08:59,523 [73 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint '/signalr/negotiate'
INFO 2025-03-20 19:08:59,523 [63 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 POST https://stg.parcelat.com/signalr/negotiate?
negotiateVersion=1 text/plain;charset=UTF-8 0 - 200 253 application/json 1.7258ms
INFO 2025-03-20 19:08:59,683 [63 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 GET https://stg.parcelat.com/signalr-chat?
id=Uyjig0mqhe3dtG-yVpGJXw - -
INFO 2025-03-20 19:08:59,683 [63 ] tion.Cookies.CookieAuthenticationHandler -
Identity.Application was not authenticated. Failure message: Unprotect ticket
failed
INFO 2025-03-20 19:08:59,684 [63 ] tion.Cookies.CookieAuthenticationHandler -
Identity.Application was not authenticated. Failure message: Unprotect ticket
failed
INFO 2025-03-20 19:08:59,684 [63 ] tion.Cookies.CookieAuthenticationHandler -
Identity.Application was not authenticated. Failure message: Unprotect ticket
failed
INFO 2025-03-20 19:08:59,684 [63 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint '/signalr-chat'
INFO 2025-03-20 19:08:59,699 [63 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 GET https://stg.parcelat.com/signalr?id=5saTlv-
Zox5gsUguiAWOwQ - -
INFO 2025-03-20 19:08:59,699 [63 ] tion.Cookies.CookieAuthenticationHandler -
Identity.Application was not authenticated. Failure message: Unprotect ticket
failed
INFO 2025-03-20 19:08:59,699 [63 ] tion.Cookies.CookieAuthenticationHandler -
Identity.Application was not authenticated. Failure message: Unprotect ticket
failed
INFO 2025-03-20 19:08:59,699 [63 ] tion.Cookies.CookieAuthenticationHandler -
Identity.Application was not authenticated. Failure message: Unprotect ticket
failed
INFO 2025-03-20 19:08:59,700 [63 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint '/signalr'
INFO 2025-03-20 19:08:59,841 [73 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 GET https://10.0.50.50:443/health - -
INFO 2025-03-20 19:08:59,842 [73 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint 'Health checks'
INFO 2025-03-20 19:08:59,843 [73 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:08:59,843 [63 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:08:59,844 [73 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint 'Health checks'
INFO 2025-03-20 19:08:59,844 [63 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 GET https://10.0.50.50:443/health - - - 200 -
application/json 3.2455ms
INFO 2025-03-20 19:09:00,299 [63 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 GET https://10.0.50.50:443/health - -
INFO 2025-03-20 19:09:00,301 [63 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint 'Health checks'
INFO 2025-03-20 19:09:00,301 [63 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:09:00,303 [73 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:09:00,303 [73 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint 'Health checks'
INFO 2025-03-20 19:09:00,304 [63 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 GET https://10.0.50.50:443/health - - - 200 -
application/json 4.1162ms
INFO 2025-03-20 19:09:00,318 [63 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 POST https://stg.parcelat.com/signalr-chat?
id=Uyjig0mqhe3dtG-yVpGJXw text/plain;charset=UTF-8 32
INFO 2025-03-20 19:09:00,318 [63 ] tion.Cookies.CookieAuthenticationHandler -
Identity.Application was not authenticated. Failure message: Unprotect ticket
failed
INFO 2025-03-20 19:09:00,319 [63 ] tCore.Cors.Infrastructure.CorsMiddleware - No
CORS policy found for the specified request.
INFO 2025-03-20 19:09:00,319 [63 ] tion.Cookies.CookieAuthenticationHandler -
Identity.Application was not authenticated. Failure message: Unprotect ticket
failed
INFO 2025-03-20 19:09:00,319 [63 ] tion.Cookies.CookieAuthenticationHandler -
Identity.Application was not authenticated. Failure message: Unprotect ticket
failed
INFO 2025-03-20 19:09:00,319 [63 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint '/signalr-chat'
INFO 2025-03-20 19:09:00,319 [63 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint '/signalr-chat'
INFO 2025-03-20 19:09:00,319 [63 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 POST https://stg.parcelat.com/signalr-chat?
id=Uyjig0mqhe3dtG-yVpGJXw text/plain;charset=UTF-8 32 - 200 - text/plain 1.2504ms
DEBUG 2025-03-20 19:09:00,321 [73 ] EnterpriseBase.Web.Chat.SignalR.ChatHub - A
client is connected:
{"ConnectionId":"eg6e8QhtvmqPhJrm_Ri78A","IpAddress":"103.103.174.14","TenantId":nu
ll,"UserId":null,"ConnectTime":"2025-03-20T19:09:00.3214645+03:00","Properties":{}}
INFO 2025-03-20 19:09:00,336 [73 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 GET https://10.0.50.50:443/health - -
INFO 2025-03-20 19:09:00,337 [73 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint 'Health checks'
INFO 2025-03-20 19:09:00,338 [73 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:09:00,338 [63 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:09:00,339 [73 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint 'Health checks'
INFO 2025-03-20 19:09:00,339 [63 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 GET https://10.0.50.50:443/health - - - 200 -
application/json 3.1700ms
INFO 2025-03-20 19:09:00,362 [73 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 POST https://stg.parcelat.com/signalr?id=5saTlv-
Zox5gsUguiAWOwQ text/plain;charset=UTF-8 32
INFO 2025-03-20 19:09:00,363 [73 ] tion.Cookies.CookieAuthenticationHandler -
Identity.Application was not authenticated. Failure message: Unprotect ticket
failed
INFO 2025-03-20 19:09:00,363 [73 ] tCore.Cors.Infrastructure.CorsMiddleware - No
CORS policy found for the specified request.
INFO 2025-03-20 19:09:00,363 [73 ] tion.Cookies.CookieAuthenticationHandler -
Identity.Application was not authenticated. Failure message: Unprotect ticket
failed
INFO 2025-03-20 19:09:00,363 [73 ] tion.Cookies.CookieAuthenticationHandler -
Identity.Application was not authenticated. Failure message: Unprotect ticket
failed
INFO 2025-03-20 19:09:00,363 [73 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint '/signalr'
INFO 2025-03-20 19:09:00,363 [73 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint '/signalr'
INFO 2025-03-20 19:09:00,363 [73 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 POST https://stg.parcelat.com/signalr?id=5saTlv-
Zox5gsUguiAWOwQ text/plain;charset=UTF-8 32 - 200 - text/plain 1.1309ms
DEBUG 2025-03-20 19:09:00,364 [63 ] Abp.AspNetCore.SignalR.Hubs.AbpCommonHub - A
client is connected:
{"ConnectionId":"i0bbyZYoKKD9Bf5OaB7n1w","IpAddress":"103.103.174.14","TenantId":nu
ll,"UserId":null,"ConnectTime":"2025-03-20T19:09:00.3641296+03:00","Properties":{}}
INFO 2025-03-20 19:09:00,720 [63 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 GET https://10.0.50.50:443/health - -
INFO 2025-03-20 19:09:00,721 [63 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint 'Health checks'
INFO 2025-03-20 19:09:00,722 [63 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:09:00,722 [73 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:09:00,723 [73 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint 'Health checks'
INFO 2025-03-20 19:09:00,724 [63 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 GET https://10.0.50.50:443/health - - - 200 -
application/json 3.5980ms
INFO 2025-03-20 19:09:00,857 [63 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 GET https://10.0.50.50:443/health - -
INFO 2025-03-20 19:09:00,859 [63 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint 'Health checks'
INFO 2025-03-20 19:09:00,860 [67 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:09:00,860 [61 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:09:00,861 [61 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint 'Health checks'
INFO 2025-03-20 19:09:00,861 [67 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 GET https://10.0.50.50:443/health - - - 200 -
application/json 4.0417ms
INFO 2025-03-20 19:09:01,046 [67 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 POST https://stg.parcelat.com/hangfire/stats
application/x-www-form-urlencoded;+charset=UTF-8 392
INFO 2025-03-20 19:09:01,048 [67 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:09:01,054 [61 ] tCore.Cors.Infrastructure.CorsMiddleware - No
CORS policy found for the specified request.
INFO 2025-03-20 19:09:01,055 [61 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 POST https://stg.parcelat.com/hangfire/stats
application/x-www-form-urlencoded;+charset=UTF-8 392 - 302 - - 9.7542ms
INFO 2025-03-20 19:09:01,072 [61 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 GET https://10.0.50.50:443/health - -
INFO 2025-03-20 19:09:01,073 [61 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint 'Health checks'
INFO 2025-03-20 19:09:01,074 [61 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:09:01,074 [67 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:09:01,075 [61 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint 'Health checks'
INFO 2025-03-20 19:09:01,075 [67 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 GET https://10.0.50.50:443/health - - - 200 -
application/json 3.3327ms
INFO 2025-03-20 19:09:01,083 [67 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 GET https://stg.parcelat.com/Error?statusCode=403 - -
INFO 2025-03-20 19:09:01,086 [67 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint 'EnterpriseBase.Web.Controllers.ErrorController.Index
(EnterpriseBase.Web.Core)'
INFO 2025-03-20 19:09:01,086 [67 ] c.Infrastructure.ControllerActionInvoker -
Route matched with {action = "Index", controller = "Error", area = ""}. Executing
controller action with signature Microsoft.AspNetCore.Mvc.ActionResult Index(Int32)
on controller EnterpriseBase.Web.Controllers.ErrorController
(EnterpriseBase.Web.Core).
INFO 2025-03-20 19:09:01,087 [67 ] Core.Mvc.ViewFeatures.ViewResultExecutor -
Executing ViewResult, running view Error403.
INFO 2025-03-20 19:09:01,088 [67 ] Core.Mvc.ViewFeatures.ViewResultExecutor -
Executed ViewResult - view Error403 executed in 1.0531ms.
INFO 2025-03-20 19:09:01,088 [67 ] c.Infrastructure.ControllerActionInvoker -
Executed action EnterpriseBase.Web.Controllers.ErrorController.Index
(EnterpriseBase.Web.Core) in 1.5086ms
INFO 2025-03-20 19:09:01,088 [67 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint 'EnterpriseBase.Web.Controllers.ErrorController.Index
(EnterpriseBase.Web.Core)'
INFO 2025-03-20 19:09:01,088 [61 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 GET https://stg.parcelat.com/Error?statusCode=403 - - -
200 - text/html;+charset=utf-8 4.5712ms
INFO 2025-03-20 19:09:01,382 [73 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 GET https://10.0.50.50:443/health - -
INFO 2025-03-20 19:09:01,383 [73 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint 'Health checks'
INFO 2025-03-20 19:09:01,385 [73 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:09:01,385 [61 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:09:01,386 [73 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint 'Health checks'
INFO 2025-03-20 19:09:01,386 [61 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 GET https://10.0.50.50:443/health - - - 200 -
application/json 4.2129ms
INFO 2025-03-20 19:09:01,616 [61 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 GET https://10.0.50.50:443/health - -
INFO 2025-03-20 19:09:01,617 [61 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint 'Health checks'
INFO 2025-03-20 19:09:01,618 [61 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:09:01,618 [73 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:09:01,619 [73 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint 'Health checks'
INFO 2025-03-20 19:09:01,619 [61 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 GET https://10.0.50.50:443/health - - - 200 -
application/json 3.2803ms
INFO 2025-03-20 19:09:01,649 [61 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'HealthChecksDb' using provider
'Microsoft.EntityFrameworkCore.InMemory' with options: StoreName=HealthChecksUI
INFO 2025-03-20 19:09:01,649 [61 ] .HttpClient.health-checks.LogicalHandler -
Start processing HTTP request GET https://stg.parcelat.com/health
INFO 2025-03-20 19:09:01,649 [61 ] p.HttpClient.health-checks.ClientHandler -
Sending HTTP request GET https://stg.parcelat.com/health
INFO 2025-03-20 19:09:01,651 [61 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 GET https://stg.parcelat.com/health - -
INFO 2025-03-20 19:09:01,652 [61 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint 'Health checks'
INFO 2025-03-20 19:09:01,654 [73 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:09:01,654 [61 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:09:01,655 [73 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint 'Health checks'
INFO 2025-03-20 19:09:01,655 [61 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 GET https://stg.parcelat.com/health - - - 200 -
application/json 3.6136ms
INFO 2025-03-20 19:09:01,655 [70 ] p.HttpClient.health-checks.ClientHandler -
Received HTTP response headers after 6.16ms - 200
INFO 2025-03-20 19:09:01,655 [70 ] .HttpClient.health-checks.LogicalHandler -
End processing HTTP request after 6.2152ms - 200
INFO 2025-03-20 19:09:01,656 [70 ] Microsoft.EntityFrameworkCore.Update -
Saved 4 entities to in-memory store.
INFO 2025-03-20 19:09:02,654 [73 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 GET https://10.0.50.50:443/health - -
INFO 2025-03-20 19:09:02,655 [73 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint 'Health checks'
INFO 2025-03-20 19:09:02,656 [73 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:09:02,656 [67 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:09:02,657 [67 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint 'Health checks'
INFO 2025-03-20 19:09:02,657 [63 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 GET https://10.0.50.50:443/health - - - 200 -
application/json 3.2480ms
INFO 2025-03-20 19:09:02,982 [63 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 GET https://10.0.50.50:443/health - -
INFO 2025-03-20 19:09:02,983 [63 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint 'Health checks'
INFO 2025-03-20 19:09:02,984 [67 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:09:02,984 [63 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:09:02,986 [63 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint 'Health checks'
INFO 2025-03-20 19:09:02,986 [73 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 GET https://10.0.50.50:443/health - - - 200 -
application/json 3.7254ms
INFO 2025-03-20 19:09:03,010 [73 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 GET https://10.0.50.50:443/health - -
INFO 2025-03-20 19:09:03,011 [73 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint 'Health checks'
INFO 2025-03-20 19:09:03,012 [67 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:09:03,013 [61 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:09:03,016 [67 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint 'Health checks'
INFO 2025-03-20 19:09:03,016 [67 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 GET https://10.0.50.50:443/health - - - 200 -
application/json 6.4793ms
INFO 2025-03-20 19:09:03,040 [67 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 POST https://stg.parcelat.com/signalr?id=iNPIk-
13ic8dGiXMxszOBQ text/plain;charset=UTF-8 11
INFO 2025-03-20 19:09:03,040 [61 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 POST https://stg.parcelat.com/signalr-chat?
id=X__BMyP0L5NXGBjpVzY_9g text/plain;charset=UTF-8 11
INFO 2025-03-20 19:09:03,042 [61 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:09:03,042 [67 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:09:03,048 [67 ] tCore.Cors.Infrastructure.CorsMiddleware - No
CORS policy found for the specified request.
INFO 2025-03-20 19:09:03,048 [61 ] tCore.Cors.Infrastructure.CorsMiddleware - No
CORS policy found for the specified request.
INFO 2025-03-20 19:09:03,048 [67 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint '/signalr'
INFO 2025-03-20 19:09:03,048 [67 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint '/signalr'
INFO 2025-03-20 19:09:03,048 [61 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint '/signalr-chat'
INFO 2025-03-20 19:09:03,048 [61 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint '/signalr-chat'
INFO 2025-03-20 19:09:03,049 [67 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 POST https://stg.parcelat.com/signalr?id=iNPIk-
13ic8dGiXMxszOBQ text/plain;charset=UTF-8 11 - 200 - text/plain 8.9295ms
INFO 2025-03-20 19:09:03,049 [61 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 POST https://stg.parcelat.com/signalr-chat?
id=X__BMyP0L5NXGBjpVzY_9g text/plain;charset=UTF-8 11 - 200 - text/plain 8.9237ms
INFO 2025-03-20 19:09:04,043 [67 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 POST https://stg.parcelat.com/hangfire/stats
application/x-www-form-urlencoded;+charset=UTF-8 392
INFO 2025-03-20 19:09:04,047 [67 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:09:04,053 [67 ] tCore.Cors.Infrastructure.CorsMiddleware - No
CORS policy found for the specified request.
INFO 2025-03-20 19:09:04,053 [67 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 POST https://stg.parcelat.com/hangfire/stats
application/x-www-form-urlencoded;+charset=UTF-8 392 - 302 - - 9.7299ms
INFO 2025-03-20 19:09:04,077 [67 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 GET https://stg.parcelat.com/Error?statusCode=403 - -
INFO 2025-03-20 19:09:04,080 [67 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint 'EnterpriseBase.Web.Controllers.ErrorController.Index
(EnterpriseBase.Web.Core)'
INFO 2025-03-20 19:09:04,080 [67 ] c.Infrastructure.ControllerActionInvoker -
Route matched with {action = "Index", controller = "Error", area = ""}. Executing
controller action with signature Microsoft.AspNetCore.Mvc.ActionResult Index(Int32)
on controller EnterpriseBase.Web.Controllers.ErrorController
(EnterpriseBase.Web.Core).
INFO 2025-03-20 19:09:04,080 [67 ] Core.Mvc.ViewFeatures.ViewResultExecutor -
Executing ViewResult, running view Error403.
INFO 2025-03-20 19:09:04,081 [67 ] Core.Mvc.ViewFeatures.ViewResultExecutor -
Executed ViewResult - view Error403 executed in 0.9719ms.
INFO 2025-03-20 19:09:04,081 [67 ] c.Infrastructure.ControllerActionInvoker -
Executed action EnterpriseBase.Web.Controllers.ErrorController.Index
(EnterpriseBase.Web.Core) in 1.369ms
INFO 2025-03-20 19:09:04,081 [67 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint 'EnterpriseBase.Web.Controllers.ErrorController.Index
(EnterpriseBase.Web.Core)'
INFO 2025-03-20 19:09:04,082 [61 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 GET https://stg.parcelat.com/Error?statusCode=403 - - -
200 - text/html;+charset=utf-8 4.2817ms
INFO 2025-03-20 19:09:04,120 [61 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 GET https://10.0.50.50:443/health - -
INFO 2025-03-20 19:09:04,121 [61 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint 'Health checks'
INFO 2025-03-20 19:09:04,122 [61 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:09:04,122 [67 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:09:04,123 [61 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint 'Health checks'
INFO 2025-03-20 19:09:04,123 [67 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 GET https://10.0.50.50:443/health - - - 200 -
application/json 3.3238ms
INFO 2025-03-20 19:09:04,961 [61 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 GET https://10.0.50.50:443/health - -
INFO 2025-03-20 19:09:04,962 [61 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint 'Health checks'
INFO 2025-03-20 19:09:04,963 [61 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:09:04,963 [67 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:09:04,964 [61 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint 'Health checks'
INFO 2025-03-20 19:09:04,964 [67 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 GET https://10.0.50.50:443/health - - - 200 -
application/json 3.3720ms
INFO 2025-03-20 19:09:05,213 [67 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 GET https://10.0.50.50:443/health - -
INFO 2025-03-20 19:09:05,214 [67 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint 'Health checks'
INFO 2025-03-20 19:09:05,215 [67 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:09:05,215 [61 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:09:05,216 [67 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint 'Health checks'
INFO 2025-03-20 19:09:05,216 [73 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 GET https://10.0.50.50:443/health - - - 200 -
application/json 3.3344ms
INFO 2025-03-20 19:09:05,542 [67 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 GET https://10.0.50.50:443/health - -
INFO 2025-03-20 19:09:05,543 [67 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint 'Health checks'
INFO 2025-03-20 19:09:05,544 [67 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:09:05,544 [73 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:09:05,545 [67 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint 'Health checks'
INFO 2025-03-20 19:09:05,545 [73 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 GET https://10.0.50.50:443/health - - - 200 -
application/json 3.2268ms
INFO 2025-03-20 19:09:05,681 [73 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 GET https://10.0.50.50:443/health - -
INFO 2025-03-20 19:09:05,682 [73 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint 'Health checks'
INFO 2025-03-20 19:09:05,683 [73 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:09:05,683 [67 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:09:05,684 [73 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint 'Health checks'
INFO 2025-03-20 19:09:05,684 [67 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 GET https://10.0.50.50:443/health - - - 200 -
application/json 3.3971ms
INFO 2025-03-20 19:09:05,808 [67 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 GET https://stg.parcelat.com/dist/fonts/fa-regular-
400.woff2 - -
INFO 2025-03-20 19:09:05,808 [67 ] NetCore.StaticFiles.StaticFileMiddleware -
Sending file. Request path: '/dist/fonts/fa-regular-400.woff2'. Physical path: 'C:\
inetpub\wwwroot\EnterpriseBase\wwwroot\dist\fonts\fa-regular-400.woff2'
INFO 2025-03-20 19:09:05,808 [73 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 GET https://stg.parcelat.com/dist/fonts/fa-regular-
400.woff2 - - - 200 13584 font/woff2 0.5767ms
INFO 2025-03-20 19:09:05,822 [73 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 GET https://10.0.50.50:443/health - -
INFO 2025-03-20 19:09:05,823 [73 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint 'Health checks'
INFO 2025-03-20 19:09:05,824 [67 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:09:05,824 [73 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:09:05,825 [73 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint 'Health checks'
INFO 2025-03-20 19:09:05,825 [67 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 GET https://10.0.50.50:443/health - - - 200 -
application/json 3.3323ms
INFO 2025-03-20 19:09:05,995 [67 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 GET https://10.0.50.50:443/health - -
INFO 2025-03-20 19:09:05,996 [67 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint 'Health checks'
INFO 2025-03-20 19:09:05,996 [61 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:09:05,996 [73 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:09:05,998 [61 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint 'Health checks'
INFO 2025-03-20 19:09:05,998 [73 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 GET https://10.0.50.50:443/health - - - 200 -
application/json 3.2982ms
INFO 2025-03-20 19:09:06,310 [73 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 GET https://10.0.50.50:443/health - -
INFO 2025-03-20 19:09:06,311 [73 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint 'Health checks'
INFO 2025-03-20 19:09:06,312 [73 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:09:06,312 [61 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:09:06,313 [73 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint 'Health checks'
INFO 2025-03-20 19:09:06,313 [61 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 GET https://10.0.50.50:443/health - - - 200 -
application/json 3.4462ms
INFO 2025-03-20 19:09:06,682 [61 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 POST
https://stg.parcelat.com/PUDO/Common/EntityTypeHistoryModal application/x-www-form-
urlencoded;+charset=UTF-8 64
INFO 2025-03-20 19:09:06,685 [61 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:09:06,690 [62 ] tCore.Cors.Infrastructure.CorsMiddleware - No
CORS policy found for the specified request.
INFO 2025-03-20 19:09:06,691 [62 ] uthorization.DefaultAuthorizationService -
Authorization was successful.
INFO 2025-03-20 19:09:06,691 [62 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint
'EnterpriseBase.Web.Areas.PUDO.Controllers.CommonController.EntityTypeHistoryModal
(EnterpriseBase.Web.Mvc)'
INFO 2025-03-20 19:09:06,692 [62 ] c.Infrastructure.ControllerActionInvoker -
Route matched with {area = "PUDO", action = "EntityTypeHistoryModal", controller =
"Common"}. Executing controller action with signature
Microsoft.AspNetCore.Mvc.PartialViewResult
EntityTypeHistoryModal(EnterpriseBase.Web.Areas.PUDO.Models.Common.Modals.EntityHis
toryModalViewModel) on controller
EnterpriseBase.Web.Areas.PUDO.Controllers.CommonController
(EnterpriseBase.Web.Mvc).
INFO 2025-03-20 19:09:06,697 [62 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:09:06,701 [73 ] c.ViewFeatures.PartialViewResultExecutor -
Executing PartialViewResult, running view Modals/_EntityTypeHistoryModal.
INFO 2025-03-20 19:09:06,704 [73 ] c.ViewFeatures.PartialViewResultExecutor -
Executed PartialViewResult - view Modals/_EntityTypeHistoryModal executed in
3.9697ms.
INFO 2025-03-20 19:09:06,704 [73 ] c.Infrastructure.ControllerActionInvoker -
Executed action
EnterpriseBase.Web.Areas.PUDO.Controllers.CommonController.EntityTypeHistoryModal
(EnterpriseBase.Web.Mvc) in 11.9796ms
INFO 2025-03-20 19:09:06,704 [73 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint
'EnterpriseBase.Web.Areas.PUDO.Controllers.CommonController.EntityTypeHistoryModal
(EnterpriseBase.Web.Mvc)'
INFO 2025-03-20 19:09:06,705 [62 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 POST
https://stg.parcelat.com/PUDO/Common/EntityTypeHistoryModal application/x-www-form-
urlencoded;+charset=UTF-8 64 - 200 - text/html;+charset=utf-8 22.8851ms
INFO 2025-03-20 19:09:06,732 [62 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 GET
https://stg.parcelat.com/view-resources/Areas/PUDO/Views/Common/Modals/
_EntityTypeHistoryModal.js?_=1742486920603 - -
INFO 2025-03-20 19:09:06,733 [62 ] NetCore.StaticFiles.StaticFileMiddleware -
Sending file. Request path:
'/view-resources/Areas/PUDO/Views/Common/Modals/_EntityTypeHistoryModal.js'.
Physical path: 'C:\inetpub\wwwroot\EnterpriseBase\wwwroot\view-resources\Areas\
PUDO\Views\Common\Modals\_EntityTypeHistoryModal.js'
INFO 2025-03-20 19:09:06,733 [73 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 GET
https://stg.parcelat.com/view-resources/Areas/PUDO/Views/Common/Modals/
_EntityTypeHistoryModal.js?_=1742486920603 - - - 200 3396 application/javascript
0.9576ms
INFO 2025-03-20 19:09:06,771 [73 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 GET
https://stg.parcelat.com/api/services/app/AuditLog/GetEntityTypeChanges?
entityTypeFullName=EnterpriseBase.Devices.Shipment&entityId=4656&maxResultCount=10&
skipCount=0 application/json -
INFO 2025-03-20 19:09:06,774 [73 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint 'EnterpriseBase.Auditing.AuditLogAppService.GetEntityTypeChanges
(EnterpriseBase.Application)'
INFO 2025-03-20 19:09:06,777 [73 ] c.Infrastructure.ControllerActionInvoker -
Route matched with {area = "app", action = "GetEntityTypeChanges", controller =
"AuditLog"}. Executing controller action with signature
System.Threading.Tasks.Task`1[Abp.Application.Services.Dto.PagedResultDto`1[Enterpr
iseBase.Auditing.Dto.EntityChangeListDto]]
GetEntityTypeChanges(EnterpriseBase.Auditing.Dto.GetEntityTypeChangeInput) on
controller EnterpriseBase.Auditing.AuditLogAppService (EnterpriseBase.Application).
INFO 2025-03-20 19:09:06,790 [62 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 GET
https://stg.parcelat.com/api/services/app/AuditLog/GetEntityTypeChanges?
entityTypeFullName=EnterpriseBase.Devices.Shipment&entityId=4656&maxResultCount=10&
skipCount=0 application/json -
INFO 2025-03-20 19:09:06,794 [62 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint 'EnterpriseBase.Auditing.AuditLogAppService.GetEntityTypeChanges
(EnterpriseBase.Application)'
INFO 2025-03-20 19:09:06,795 [62 ] c.Infrastructure.ControllerActionInvoker -
Route matched with {area = "app", action = "GetEntityTypeChanges", controller =
"AuditLog"}. Executing controller action with signature
System.Threading.Tasks.Task`1[Abp.Application.Services.Dto.PagedResultDto`1[Enterpr
iseBase.Auditing.Dto.EntityChangeListDto]]
GetEntityTypeChanges(EnterpriseBase.Auditing.Dto.GetEntityTypeChangeInput) on
controller EnterpriseBase.Auditing.AuditLogAppService (EnterpriseBase.Application).
INFO 2025-03-20 19:09:06,805 [62 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:09:06,805 [73 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:09:06,828 [62 ] .Mvc.Infrastructure.ObjectResultExecutor -
Executing ObjectResult, writing value of type 'Abp.Web.Models.AjaxResponse'.
INFO 2025-03-20 19:09:06,828 [63 ] .Mvc.Infrastructure.ObjectResultExecutor -
Executing ObjectResult, writing value of type 'Abp.Web.Models.AjaxResponse'.
INFO 2025-03-20 19:09:06,832 [63 ] c.Infrastructure.ControllerActionInvoker -
Executed action EnterpriseBase.Auditing.AuditLogAppService.GetEntityTypeChanges
(EnterpriseBase.Application) in 37.3193ms
INFO 2025-03-20 19:09:06,832 [62 ] c.Infrastructure.ControllerActionInvoker -
Executed action EnterpriseBase.Auditing.AuditLogAppService.GetEntityTypeChanges
(EnterpriseBase.Application) in 55.4249ms
INFO 2025-03-20 19:09:06,832 [62 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint 'EnterpriseBase.Auditing.AuditLogAppService.GetEntityTypeChanges
(EnterpriseBase.Application)'
INFO 2025-03-20 19:09:06,832 [63 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint 'EnterpriseBase.Auditing.AuditLogAppService.GetEntityTypeChanges
(EnterpriseBase.Application)'
INFO 2025-03-20 19:09:06,833 [62 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 GET
https://stg.parcelat.com/api/services/app/AuditLog/GetEntityTypeChanges?
entityTypeFullName=EnterpriseBase.Devices.Shipment&entityId=4656&maxResultCount=10&
skipCount=0 application/json - - 200 2272 application/json;+charset=utf-8 42.6195ms
INFO 2025-03-20 19:09:06,833 [67 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 GET
https://stg.parcelat.com/api/services/app/AuditLog/GetEntityTypeChanges?
entityTypeFullName=EnterpriseBase.Devices.Shipment&entityId=4656&maxResultCount=10&
skipCount=0 application/json - - 200 2272 application/json;+charset=utf-8 61.3903ms
INFO 2025-03-20 19:09:06,855 [67 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 GET https://10.0.50.50:443/health - -
INFO 2025-03-20 19:09:06,856 [67 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint 'Health checks'
INFO 2025-03-20 19:09:06,857 [67 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:09:06,857 [62 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:09:06,858 [67 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint 'Health checks'
INFO 2025-03-20 19:09:06,858 [63 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 GET https://10.0.50.50:443/health - - - 200 -
application/json 3.3585ms
INFO 2025-03-20 19:09:07,049 [61 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 POST https://stg.parcelat.com/hangfire/stats
application/x-www-form-urlencoded;+charset=UTF-8 392
INFO 2025-03-20 19:09:07,052 [61 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:09:07,058 [73 ] tCore.Cors.Infrastructure.CorsMiddleware - No
CORS policy found for the specified request.
INFO 2025-03-20 19:09:07,059 [61 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 POST https://stg.parcelat.com/hangfire/stats
application/x-www-form-urlencoded;+charset=UTF-8 392 - 302 - - 9.6931ms
INFO 2025-03-20 19:09:07,082 [61 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 GET https://stg.parcelat.com/Error?statusCode=403 - -
INFO 2025-03-20 19:09:07,084 [61 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint 'EnterpriseBase.Web.Controllers.ErrorController.Index
(EnterpriseBase.Web.Core)'
INFO 2025-03-20 19:09:07,085 [61 ] c.Infrastructure.ControllerActionInvoker -
Route matched with {action = "Index", controller = "Error", area = ""}. Executing
controller action with signature Microsoft.AspNetCore.Mvc.ActionResult Index(Int32)
on controller EnterpriseBase.Web.Controllers.ErrorController
(EnterpriseBase.Web.Core).
INFO 2025-03-20 19:09:07,085 [61 ] Core.Mvc.ViewFeatures.ViewResultExecutor -
Executing ViewResult, running view Error403.
INFO 2025-03-20 19:09:07,086 [61 ] Core.Mvc.ViewFeatures.ViewResultExecutor -
Executed ViewResult - view Error403 executed in 1.1156ms.
INFO 2025-03-20 19:09:07,086 [61 ] c.Infrastructure.ControllerActionInvoker -
Executed action EnterpriseBase.Web.Controllers.ErrorController.Index
(EnterpriseBase.Web.Core) in 1.5798ms
INFO 2025-03-20 19:09:07,086 [61 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint 'EnterpriseBase.Web.Controllers.ErrorController.Index
(EnterpriseBase.Web.Core)'
INFO 2025-03-20 19:09:07,086 [73 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 GET https://stg.parcelat.com/Error?statusCode=403 - - -
200 - text/html;+charset=utf-8 4.7656ms
INFO 2025-03-20 19:09:07,501 [61 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 GET https://10.0.50.50:443/health - -
INFO 2025-03-20 19:09:07,502 [61 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint 'Health checks'
INFO 2025-03-20 19:09:07,503 [61 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:09:07,503 [73 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:09:07,505 [73 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint 'Health checks'
INFO 2025-03-20 19:09:07,505 [61 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 GET https://10.0.50.50:443/health - - - 200 -
application/json 3.4934ms
INFO 2025-03-20 19:09:07,575 [61 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 GET https://10.0.50.50:443/health - -
INFO 2025-03-20 19:09:07,576 [61 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint 'Health checks'
INFO 2025-03-20 19:09:07,577 [61 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:09:07,577 [73 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:09:07,578 [61 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint 'Health checks'
INFO 2025-03-20 19:09:07,578 [73 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 GET https://10.0.50.50:443/health - - - 200 -
application/json 3.2970ms
INFO 2025-03-20 19:09:08,179 [73 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 GET https://10.0.50.50:443/health - -
INFO 2025-03-20 19:09:08,180 [73 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint 'Health checks'
INFO 2025-03-20 19:09:08,181 [61 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:09:08,181 [73 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:09:08,183 [73 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint 'Health checks'
INFO 2025-03-20 19:09:08,183 [61 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 GET https://10.0.50.50:443/health - - - 200 -
application/json 3.6560ms
INFO 2025-03-20 19:09:09,076 [61 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 GET https://10.0.50.50:443/health - -
INFO 2025-03-20 19:09:09,077 [61 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint 'Health checks'
INFO 2025-03-20 19:09:09,081 [73 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:09:09,082 [61 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:09:09,083 [61 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint 'Health checks'
INFO 2025-03-20 19:09:09,083 [73 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 GET https://10.0.50.50:443/health - - - 200 -
application/json 7.3014ms
INFO 2025-03-20 19:09:09,760 [61 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 GET https://10.0.50.50:443/health - -
INFO 2025-03-20 19:09:09,761 [61 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint 'Health checks'
INFO 2025-03-20 19:09:09,762 [61 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:09:09,762 [73 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:09:09,763 [61 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint 'Health checks'
INFO 2025-03-20 19:09:09,763 [73 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 GET https://10.0.50.50:443/health - - - 200 -
application/json 3.4801ms
INFO 2025-03-20 19:09:10,041 [67 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 POST https://stg.parcelat.com/hangfire/stats
application/x-www-form-urlencoded;+charset=UTF-8 392
INFO 2025-03-20 19:09:10,044 [67 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:09:10,049 [61 ] tCore.Cors.Infrastructure.CorsMiddleware - No
CORS policy found for the specified request.
INFO 2025-03-20 19:09:10,050 [61 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 POST https://stg.parcelat.com/hangfire/stats
application/x-www-form-urlencoded;+charset=UTF-8 392 - 302 - - 8.9060ms
INFO 2025-03-20 19:09:10,064 [61 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 GET https://10.0.50.50:443/health - -
INFO 2025-03-20 19:09:10,065 [61 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint 'Health checks'
INFO 2025-03-20 19:09:10,066 [61 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:09:10,066 [67 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:09:10,068 [61 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint 'Health checks'
INFO 2025-03-20 19:09:10,068 [67 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 GET https://10.0.50.50:443/health - - - 200 -
application/json 3.1878ms
INFO 2025-03-20 19:09:10,070 [67 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 GET https://stg.parcelat.com/Error?statusCode=403 - -
INFO 2025-03-20 19:09:10,072 [67 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint 'EnterpriseBase.Web.Controllers.ErrorController.Index
(EnterpriseBase.Web.Core)'
INFO 2025-03-20 19:09:10,072 [67 ] c.Infrastructure.ControllerActionInvoker -
Route matched with {action = "Index", controller = "Error", area = ""}. Executing
controller action with signature Microsoft.AspNetCore.Mvc.ActionResult Index(Int32)
on controller EnterpriseBase.Web.Controllers.ErrorController
(EnterpriseBase.Web.Core).
INFO 2025-03-20 19:09:10,073 [67 ] Core.Mvc.ViewFeatures.ViewResultExecutor -
Executing ViewResult, running view Error403.
INFO 2025-03-20 19:09:10,074 [67 ] Core.Mvc.ViewFeatures.ViewResultExecutor -
Executed ViewResult - view Error403 executed in 0.9657ms.
INFO 2025-03-20 19:09:10,074 [67 ] c.Infrastructure.ControllerActionInvoker -
Executed action EnterpriseBase.Web.Controllers.ErrorController.Index
(EnterpriseBase.Web.Core) in 1.3666ms
INFO 2025-03-20 19:09:10,074 [67 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint 'EnterpriseBase.Web.Controllers.ErrorController.Index
(EnterpriseBase.Web.Core)'
INFO 2025-03-20 19:09:10,074 [61 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 GET https://stg.parcelat.com/Error?statusCode=403 - - -
200 - text/html;+charset=utf-8 4.0131ms
INFO 2025-03-20 19:09:10,258 [61 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 GET https://10.0.50.50:443/health - -
INFO 2025-03-20 19:09:10,259 [61 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint 'Health checks'
INFO 2025-03-20 19:09:10,260 [61 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:09:10,260 [67 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:09:10,261 [61 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint 'Health checks'
INFO 2025-03-20 19:09:10,262 [67 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 GET https://10.0.50.50:443/health - - - 200 -
application/json 3.3409ms
INFO 2025-03-20 19:09:10,915 [67 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 GET https://10.0.50.50:443/health - -
INFO 2025-03-20 19:09:10,916 [67 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint 'Health checks'
INFO 2025-03-20 19:09:10,917 [67 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:09:10,917 [61 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:09:10,919 [67 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint 'Health checks'
INFO 2025-03-20 19:09:10,919 [61 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 GET https://10.0.50.50:443/health - - - 200 -
application/json 3.8790ms
INFO 2025-03-20 19:09:11,104 [61 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 GET https://10.0.50.50:443/health - -
INFO 2025-03-20 19:09:11,105 [61 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint 'Health checks'
INFO 2025-03-20 19:09:11,106 [61 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:09:11,106 [67 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:09:11,107 [61 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint 'Health checks'
INFO 2025-03-20 19:09:11,107 [67 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 GET https://10.0.50.50:443/health - - - 200 -
application/json 3.4085ms
INFO 2025-03-20 19:09:11,385 [61 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 GET https://10.0.50.50:443/health - -
INFO 2025-03-20 19:09:11,386 [61 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint 'Health checks'
INFO 2025-03-20 19:09:11,387 [61 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:09:11,387 [67 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:09:11,388 [67 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint 'Health checks'
INFO 2025-03-20 19:09:11,388 [63 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 GET https://10.0.50.50:443/health - - - 200 -
application/json 3.4920ms
INFO 2025-03-20 19:09:11,392 [63 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 GET https://10.0.50.50:443/health - -
INFO 2025-03-20 19:09:11,393 [63 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint 'Health checks'
INFO 2025-03-20 19:09:11,394 [63 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:09:11,394 [67 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:09:11,395 [63 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint 'Health checks'
INFO 2025-03-20 19:09:11,395 [67 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 GET https://10.0.50.50:443/health - - - 200 -
application/json 2.7703ms
INFO 2025-03-20 19:09:11,413 [67 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 GET https://10.0.50.50:443/health - -
INFO 2025-03-20 19:09:11,413 [67 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint 'Health checks'
INFO 2025-03-20 19:09:11,414 [67 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:09:11,414 [63 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:09:11,415 [63 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint 'Health checks'
INFO 2025-03-20 19:09:11,415 [67 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 GET https://10.0.50.50:443/health - - - 200 -
application/json 2.8947ms
INFO 2025-03-20 19:09:11,663 [63 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'HealthChecksDb' using provider
'Microsoft.EntityFrameworkCore.InMemory' with options: StoreName=HealthChecksUI
INFO 2025-03-20 19:09:11,663 [63 ] .HttpClient.health-checks.LogicalHandler -
Start processing HTTP request GET https://stg.parcelat.com/health
INFO 2025-03-20 19:09:11,663 [63 ] p.HttpClient.health-checks.ClientHandler -
Sending HTTP request GET https://stg.parcelat.com/health
INFO 2025-03-20 19:09:11,665 [63 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 GET https://stg.parcelat.com/health - -
INFO 2025-03-20 19:09:11,666 [63 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint 'Health checks'
INFO 2025-03-20 19:09:11,667 [63 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:09:11,667 [61 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:09:11,668 [63 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint 'Health checks'
INFO 2025-03-20 19:09:11,668 [61 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 GET https://stg.parcelat.com/health - - - 200 -
application/json 3.2127ms
INFO 2025-03-20 19:09:11,669 [70 ] p.HttpClient.health-checks.ClientHandler -
Received HTTP response headers after 5.7707ms - 200
INFO 2025-03-20 19:09:11,669 [70 ] .HttpClient.health-checks.LogicalHandler -
End processing HTTP request after 5.8284ms - 200
INFO 2025-03-20 19:09:11,669 [70 ] Microsoft.EntityFrameworkCore.Update -
Saved 4 entities to in-memory store.
INFO 2025-03-20 19:09:12,085 [61 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 GET https://10.0.50.50:443/health - -
INFO 2025-03-20 19:09:12,086 [61 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint 'Health checks'
INFO 2025-03-20 19:09:12,087 [61 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:09:12,087 [63 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:09:12,088 [63 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint 'Health checks'
INFO 2025-03-20 19:09:12,089 [61 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 GET https://10.0.50.50:443/health - - - 200 -
application/json 3.5042ms
INFO 2025-03-20 19:09:12,793 [73 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 GET https://10.0.50.50:443/health - -
INFO 2025-03-20 19:09:12,794 [73 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint 'Health checks'
INFO 2025-03-20 19:09:12,795 [73 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:09:12,795 [63 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:09:12,796 [73 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint 'Health checks'
INFO 2025-03-20 19:09:12,796 [63 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 GET https://10.0.50.50:443/health - - - 200 -
application/json 3.5464ms
INFO 2025-03-20 19:09:12,833 [63 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 GET https://10.0.50.50:443/health - -
INFO 2025-03-20 19:09:12,834 [63 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint 'Health checks'
INFO 2025-03-20 19:09:12,835 [63 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:09:12,835 [73 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:09:12,836 [73 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint 'Health checks'
INFO 2025-03-20 19:09:12,837 [63 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 GET https://10.0.50.50:443/health - - - 200 -
application/json 3.5159ms
INFO 2025-03-20 19:09:13,035 [63 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 POST https://stg.parcelat.com/hangfire/stats
application/x-www-form-urlencoded;+charset=UTF-8 392
INFO 2025-03-20 19:09:13,038 [63 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:09:13,044 [67 ] tCore.Cors.Infrastructure.CorsMiddleware - No
CORS policy found for the specified request.
INFO 2025-03-20 19:09:13,045 [67 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 POST https://stg.parcelat.com/hangfire/stats
application/x-www-form-urlencoded;+charset=UTF-8 392 - 302 - - 9.4210ms
INFO 2025-03-20 19:09:13,059 [67 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 GET https://stg.parcelat.com/Error?statusCode=403 - -
INFO 2025-03-20 19:09:13,062 [67 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint 'EnterpriseBase.Web.Controllers.ErrorController.Index
(EnterpriseBase.Web.Core)'
INFO 2025-03-20 19:09:13,062 [67 ] c.Infrastructure.ControllerActionInvoker -
Route matched with {action = "Index", controller = "Error", area = ""}. Executing
controller action with signature Microsoft.AspNetCore.Mvc.ActionResult Index(Int32)
on controller EnterpriseBase.Web.Controllers.ErrorController
(EnterpriseBase.Web.Core).
INFO 2025-03-20 19:09:13,062 [67 ] Core.Mvc.ViewFeatures.ViewResultExecutor -
Executing ViewResult, running view Error403.
INFO 2025-03-20 19:09:13,063 [67 ] Core.Mvc.ViewFeatures.ViewResultExecutor -
Executed ViewResult - view Error403 executed in 1.0481ms.
INFO 2025-03-20 19:09:13,064 [67 ] c.Infrastructure.ControllerActionInvoker -
Executed action EnterpriseBase.Web.Controllers.ErrorController.Index
(EnterpriseBase.Web.Core) in 1.4658ms
INFO 2025-03-20 19:09:13,064 [67 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint 'EnterpriseBase.Web.Controllers.ErrorController.Index
(EnterpriseBase.Web.Core)'
INFO 2025-03-20 19:09:13,064 [63 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 GET https://stg.parcelat.com/Error?statusCode=403 - - -
200 - text/html;+charset=utf-8 4.5480ms
INFO 2025-03-20 19:09:13,708 [67 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 POST https://stg.parcelat.com/signalr-chat?
id=dSEv66xNhCnxNKhfDtVFWw text/plain;charset=UTF-8 11
INFO 2025-03-20 19:09:13,708 [67 ] tion.Cookies.CookieAuthenticationHandler -
Identity.Application was not authenticated. Failure message: Unprotect ticket
failed
INFO 2025-03-20 19:09:13,709 [67 ] tCore.Cors.Infrastructure.CorsMiddleware - No
CORS policy found for the specified request.
INFO 2025-03-20 19:09:13,709 [67 ] tion.Cookies.CookieAuthenticationHandler -
Identity.Application was not authenticated. Failure message: Unprotect ticket
failed
INFO 2025-03-20 19:09:13,709 [67 ] tion.Cookies.CookieAuthenticationHandler -
Identity.Application was not authenticated. Failure message: Unprotect ticket
failed
INFO 2025-03-20 19:09:13,709 [67 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint '/signalr-chat'
INFO 2025-03-20 19:09:13,709 [67 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint '/signalr-chat'
INFO 2025-03-20 19:09:13,710 [67 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 POST https://stg.parcelat.com/signalr-chat?
id=dSEv66xNhCnxNKhfDtVFWw text/plain;charset=UTF-8 11 - 200 - text/plain 1.9082ms
INFO 2025-03-20 19:09:13,719 [67 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 POST https://stg.parcelat.com/signalr?id=vug7UCMo-
a9GcTZqr5ezpw text/plain;charset=UTF-8 11
INFO 2025-03-20 19:09:13,720 [67 ] tion.Cookies.CookieAuthenticationHandler -
Identity.Application was not authenticated. Failure message: Unprotect ticket
failed
INFO 2025-03-20 19:09:13,720 [67 ] tCore.Cors.Infrastructure.CorsMiddleware - No
CORS policy found for the specified request.
INFO 2025-03-20 19:09:13,720 [67 ] tion.Cookies.CookieAuthenticationHandler -
Identity.Application was not authenticated. Failure message: Unprotect ticket
failed
INFO 2025-03-20 19:09:13,721 [67 ] tion.Cookies.CookieAuthenticationHandler -
Identity.Application was not authenticated. Failure message: Unprotect ticket
failed
INFO 2025-03-20 19:09:13,721 [67 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint '/signalr'
INFO 2025-03-20 19:09:13,721 [67 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint '/signalr'
INFO 2025-03-20 19:09:13,721 [67 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 POST https://stg.parcelat.com/signalr?id=vug7UCMo-
a9GcTZqr5ezpw text/plain;charset=UTF-8 11 - 200 - text/plain 1.4873ms
INFO 2025-03-20 19:09:13,760 [67 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 GET https://10.0.50.50:443/health - -
INFO 2025-03-20 19:09:13,761 [67 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint 'Health checks'
INFO 2025-03-20 19:09:13,762 [63 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:09:13,762 [67 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:09:13,764 [63 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint 'Health checks'
INFO 2025-03-20 19:09:13,764 [67 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 GET https://10.0.50.50:443/health - - - 200 -
application/json 4.3026ms
INFO 2025-03-20 19:09:14,699 [62 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 GET https://10.0.50.50:443/health - -
INFO 2025-03-20 19:09:14,700 [62 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint 'Health checks'
INFO 2025-03-20 19:09:14,701 [62 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:09:14,701 [61 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:09:14,702 [62 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint 'Health checks'
INFO 2025-03-20 19:09:14,702 [61 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 GET https://10.0.50.50:443/health - - - 200 -
application/json 3.5271ms
INFO 2025-03-20 19:09:15,234 [61 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 GET https://10.0.50.50:443/health - -
INFO 2025-03-20 19:09:15,235 [61 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint 'Health checks'
INFO 2025-03-20 19:09:15,236 [61 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:09:15,237 [62 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:09:15,237 [61 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint 'Health checks'
INFO 2025-03-20 19:09:15,238 [62 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 GET https://10.0.50.50:443/health - - - 200 -
application/json 3.4307ms
INFO 2025-03-20 19:09:15,311 [62 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 GET https://10.0.50.50:443/health - -
INFO 2025-03-20 19:09:15,312 [62 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint 'Health checks'
INFO 2025-03-20 19:09:15,313 [62 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:09:15,313 [61 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:09:15,314 [61 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint 'Health checks'
INFO 2025-03-20 19:09:15,314 [62 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 GET https://10.0.50.50:443/health - - - 200 -
application/json 3.3701ms
INFO 2025-03-20 19:09:15,451 [62 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 GET https://10.0.50.50:443/health - -
INFO 2025-03-20 19:09:15,452 [62 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint 'Health checks'
INFO 2025-03-20 19:09:15,453 [62 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:09:15,453 [61 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:09:15,454 [62 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint 'Health checks'
INFO 2025-03-20 19:09:15,455 [63 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 GET https://10.0.50.50:443/health - - - 200 -
application/json 3.2995ms
INFO 2025-03-20 19:09:16,046 [63 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 POST https://stg.parcelat.com/hangfire/stats
application/x-www-form-urlencoded;+charset=UTF-8 392
INFO 2025-03-20 19:09:16,048 [63 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:09:16,054 [63 ] tCore.Cors.Infrastructure.CorsMiddleware - No
CORS policy found for the specified request.
INFO 2025-03-20 19:09:16,055 [63 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 POST https://stg.parcelat.com/hangfire/stats
application/x-www-form-urlencoded;+charset=UTF-8 392 - 302 - - 9.1455ms
INFO 2025-03-20 19:09:16,075 [63 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 GET https://stg.parcelat.com/Error?statusCode=403 - -
INFO 2025-03-20 19:09:16,077 [63 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint 'EnterpriseBase.Web.Controllers.ErrorController.Index
(EnterpriseBase.Web.Core)'
INFO 2025-03-20 19:09:16,077 [63 ] c.Infrastructure.ControllerActionInvoker -
Route matched with {action = "Index", controller = "Error", area = ""}. Executing
controller action with signature Microsoft.AspNetCore.Mvc.ActionResult Index(Int32)
on controller EnterpriseBase.Web.Controllers.ErrorController
(EnterpriseBase.Web.Core).
INFO 2025-03-20 19:09:16,078 [63 ] Core.Mvc.ViewFeatures.ViewResultExecutor -
Executing ViewResult, running view Error403.
INFO 2025-03-20 19:09:16,079 [62 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 GET https://10.0.50.50:443/health - -
INFO 2025-03-20 19:09:16,079 [63 ] Core.Mvc.ViewFeatures.ViewResultExecutor -
Executed ViewResult - view Error403 executed in 0.9798ms.
INFO 2025-03-20 19:09:16,079 [63 ] c.Infrastructure.ControllerActionInvoker -
Executed action EnterpriseBase.Web.Controllers.ErrorController.Index
(EnterpriseBase.Web.Core) in 1.3682ms
INFO 2025-03-20 19:09:16,079 [63 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint 'EnterpriseBase.Web.Controllers.ErrorController.Index
(EnterpriseBase.Web.Core)'
INFO 2025-03-20 19:09:16,079 [62 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint 'Health checks'
INFO 2025-03-20 19:09:16,080 [63 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:09:16,080 [62 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:09:16,080 [61 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 GET https://stg.parcelat.com/Error?statusCode=403 - - -
200 - text/html;+charset=utf-8 5.5394ms
INFO 2025-03-20 19:09:16,081 [63 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint 'Health checks'
INFO 2025-03-20 19:09:16,082 [62 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 GET https://10.0.50.50:443/health - - - 200 -
application/json 2.9621ms
INFO 2025-03-20 19:09:16,494 [63 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 GET https://10.0.50.50:443/health - -
INFO 2025-03-20 19:09:16,495 [63 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint 'Health checks'
INFO 2025-03-20 19:09:16,496 [63 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:09:16,496 [62 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:09:16,497 [63 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint 'Health checks'
INFO 2025-03-20 19:09:16,498 [62 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 GET https://10.0.50.50:443/health - - - 200 -
application/json 3.3939ms
INFO 2025-03-20 19:09:16,670 [63 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 GET https://10.0.50.50:443/health - -
INFO 2025-03-20 19:09:16,671 [63 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint 'Health checks'
INFO 2025-03-20 19:09:16,672 [63 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:09:16,672 [73 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:09:16,673 [63 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint 'Health checks'
INFO 2025-03-20 19:09:16,674 [73 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 GET https://10.0.50.50:443/health - - - 200 -
application/json 3.3771ms
INFO 2025-03-20 19:09:16,775 [73 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 POST https://stg.parcelat.com/signalr-chat?
id=Uyjig0mqhe3dtG-yVpGJXw text/plain;charset=UTF-8 11
INFO 2025-03-20 19:09:16,775 [73 ] tion.Cookies.CookieAuthenticationHandler -
Identity.Application was not authenticated. Failure message: Unprotect ticket
failed
INFO 2025-03-20 19:09:16,776 [73 ] tCore.Cors.Infrastructure.CorsMiddleware - No
CORS policy found for the specified request.
INFO 2025-03-20 19:09:16,776 [73 ] tion.Cookies.CookieAuthenticationHandler -
Identity.Application was not authenticated. Failure message: Unprotect ticket
failed
INFO 2025-03-20 19:09:16,776 [73 ] tion.Cookies.CookieAuthenticationHandler -
Identity.Application was not authenticated. Failure message: Unprotect ticket
failed
INFO 2025-03-20 19:09:16,776 [73 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint '/signalr-chat'
INFO 2025-03-20 19:09:16,776 [73 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint '/signalr-chat'
INFO 2025-03-20 19:09:16,776 [73 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 POST https://stg.parcelat.com/signalr-chat?
id=Uyjig0mqhe3dtG-yVpGJXw text/plain;charset=UTF-8 11 - 200 - text/plain 1.2481ms
INFO 2025-03-20 19:09:16,856 [73 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 GET https://10.0.50.50:443/health - -
INFO 2025-03-20 19:09:16,857 [73 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint 'Health checks'
INFO 2025-03-20 19:09:16,858 [73 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:09:16,858 [63 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:09:16,860 [73 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint 'Health checks'
INFO 2025-03-20 19:09:16,860 [63 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 GET https://10.0.50.50:443/health - - - 200 -
application/json 3.3091ms
INFO 2025-03-20 19:09:16,883 [63 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 GET https://10.0.50.50:443/health - -
INFO 2025-03-20 19:09:16,883 [63 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint 'Health checks'
INFO 2025-03-20 19:09:16,884 [63 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:09:16,885 [73 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:09:16,886 [63 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint 'Health checks'
INFO 2025-03-20 19:09:16,886 [73 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 GET https://10.0.50.50:443/health - - - 200 -
application/json 3.2861ms
INFO 2025-03-20 19:09:16,929 [73 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 POST https://stg.parcelat.com/signalr?id=5saTlv-
Zox5gsUguiAWOwQ text/plain;charset=UTF-8 11
INFO 2025-03-20 19:09:16,929 [73 ] tion.Cookies.CookieAuthenticationHandler -
Identity.Application was not authenticated. Failure message: Unprotect ticket
failed
INFO 2025-03-20 19:09:16,930 [73 ] tCore.Cors.Infrastructure.CorsMiddleware - No
CORS policy found for the specified request.
INFO 2025-03-20 19:09:16,930 [73 ] tion.Cookies.CookieAuthenticationHandler -
Identity.Application was not authenticated. Failure message: Unprotect ticket
failed
INFO 2025-03-20 19:09:16,930 [73 ] tion.Cookies.CookieAuthenticationHandler -
Identity.Application was not authenticated. Failure message: Unprotect ticket
failed
INFO 2025-03-20 19:09:16,930 [73 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint '/signalr'
INFO 2025-03-20 19:09:16,930 [73 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint '/signalr'
INFO 2025-03-20 19:09:16,930 [73 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 POST https://stg.parcelat.com/signalr?id=5saTlv-
Zox5gsUguiAWOwQ text/plain;charset=UTF-8 11 - 200 - text/plain 1.1672ms
INFO 2025-03-20 19:09:17,321 [73 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 GET https://10.0.50.50:443/health - -
INFO 2025-03-20 19:09:17,322 [73 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint 'Health checks'
INFO 2025-03-20 19:09:17,323 [73 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:09:17,323 [63 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:09:17,324 [73 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint 'Health checks'
INFO 2025-03-20 19:09:17,325 [63 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 GET https://10.0.50.50:443/health - - - 200 -
application/json 3.3121ms
DEBUG 2025-03-20 19:09:17,347 [63 ] Abp.AspNetCore.SignalR.Hubs.AbpCommonHub - A
client is disconnected: xl_BNVlPRBHFdUD3rO_tog
INFO 2025-03-20 19:09:17,347 [63 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint '/signalr'
INFO 2025-03-20 19:09:17,347 [63 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/2 GET https://localhost/signalr?id=nf24ouEgEtGBjKVTyCqjTQ - -
- 200 - text/event-stream 108976.7767ms
DEBUG 2025-03-20 19:09:17,348 [73 ] EnterpriseBase.Web.Chat.SignalR.ChatHub - A
client is disconnected: QE2XbBvtpb1BzvWRK4lLIA
INFO 2025-03-20 19:09:17,349 [73 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint '/signalr-chat'
INFO 2025-03-20 19:09:17,349 [73 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/2 GET https://localhost/signalr-chat?
id=mA8o42sfMP994EBd_vzi_w - - - 200 - text/event-stream 108978.7989ms
INFO 2025-03-20 19:09:17,362 [73 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/2 POST https://localhost/signalr/negotiate?negotiateVersion=1
text/plain;charset=UTF-8 0
INFO 2025-03-20 19:09:17,362 [63 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/2 POST https://localhost/signalr-chat/negotiate?
negotiateVersion=1 text/plain;charset=UTF-8 0
INFO 2025-03-20 19:09:17,364 [73 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:09:17,365 [63 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:09:17,375 [63 ] tCore.Cors.Infrastructure.CorsMiddleware - No
CORS policy found for the specified request.
INFO 2025-03-20 19:09:17,376 [63 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint '/signalr/negotiate'
INFO 2025-03-20 19:09:17,376 [73 ] tCore.Cors.Infrastructure.CorsMiddleware - No
CORS policy found for the specified request.
INFO 2025-03-20 19:09:17,376 [63 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint '/signalr/negotiate'
INFO 2025-03-20 19:09:17,376 [63 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/2 POST https://localhost/signalr/negotiate?negotiateVersion=1
text/plain;charset=UTF-8 0 - 200 253 application/json 14.1163ms
INFO 2025-03-20 19:09:17,376 [73 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint '/signalr-chat/negotiate'
INFO 2025-03-20 19:09:17,376 [73 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint '/signalr-chat/negotiate'
INFO 2025-03-20 19:09:17,376 [73 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/2 POST https://localhost/signalr-chat/negotiate?
negotiateVersion=1 text/plain;charset=UTF-8 0 - 200 253 application/json 13.6759ms
INFO 2025-03-20 19:09:17,379 [73 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/2 GET https://localhost/signalr?id=znCJSWS9wfDRitdf6_zqvw - -
INFO 2025-03-20 19:09:17,380 [63 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/2 GET https://localhost/signalr-chat?
id=TZdjq5pXmYjbbkM2VABHWg - -
INFO 2025-03-20 19:09:17,382 [73 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint '/signalr'
INFO 2025-03-20 19:09:17,382 [63 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint '/signalr-chat'
INFO 2025-03-20 19:09:17,383 [63 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/2 POST https://localhost/signalr?id=znCJSWS9wfDRitdf6_zqvw
text/plain;charset=UTF-8 32
INFO 2025-03-20 19:09:17,384 [73 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/2 POST https://localhost/signalr-chat?
id=TZdjq5pXmYjbbkM2VABHWg text/plain;charset=UTF-8 32
INFO 2025-03-20 19:09:17,385 [63 ] tCore.Cors.Infrastructure.CorsMiddleware - No
CORS policy found for the specified request.
INFO 2025-03-20 19:09:17,385 [63 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint '/signalr'
INFO 2025-03-20 19:09:17,385 [63 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint '/signalr'
DEBUG 2025-03-20 19:09:17,386 [63 ] Abp.AspNetCore.SignalR.Hubs.AbpCommonHub - A
client is connected: {"ConnectionId":"Gl5SLjr7r43Y0b-
qqMidJg","IpAddress":"::1","TenantId":null,"UserId":101,"ConnectTime":"2025-03-
20T19:09:17.3860802+03:00","Properties":{}}
INFO 2025-03-20 19:09:17,386 [63 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/2 POST https://localhost/signalr?id=znCJSWS9wfDRitdf6_zqvw
text/plain;charset=UTF-8 32 - 200 - text/plain 2.2836ms
INFO 2025-03-20 19:09:17,386 [73 ] tCore.Cors.Infrastructure.CorsMiddleware - No
CORS policy found for the specified request.
INFO 2025-03-20 19:09:17,386 [73 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint '/signalr-chat'
INFO 2025-03-20 19:09:17,386 [73 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint '/signalr-chat'
INFO 2025-03-20 19:09:17,386 [63 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/2 POST https://localhost/signalr-chat?
id=TZdjq5pXmYjbbkM2VABHWg text/plain;charset=UTF-8 32 - 200 - text/plain 2.2882ms
DEBUG 2025-03-20 19:09:17,388 [73 ] EnterpriseBase.Web.Chat.SignalR.ChatHub - A
client is connected: {"ConnectionId":"ka4sepWrpCmx366CE-
RL4A","IpAddress":"::1","TenantId":null,"UserId":101,"ConnectTime":"2025-03-
20T19:09:17.3888932+03:00","Properties":{}}
INFO 2025-03-20 19:09:17,554 [73 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 GET https://10.0.50.50:443/health - -
INFO 2025-03-20 19:09:17,555 [73 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint 'Health checks'
INFO 2025-03-20 19:09:17,556 [73 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:09:17,556 [63 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:09:17,557 [63 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint 'Health checks'
INFO 2025-03-20 19:09:17,557 [73 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 GET https://10.0.50.50:443/health - - - 200 -
application/json 3.2956ms
INFO 2025-03-20 19:09:18,367 [61 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 GET https://10.0.50.50:443/health - -
INFO 2025-03-20 19:09:18,368 [61 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint 'Health checks'
INFO 2025-03-20 19:09:18,369 [61 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:09:18,369 [63 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:09:18,370 [63 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint 'Health checks'
INFO 2025-03-20 19:09:18,370 [63 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 GET https://10.0.50.50:443/health - - - 200 -
application/json 3.4217ms
INFO 2025-03-20 19:09:19,041 [62 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 POST https://stg.parcelat.com/signalr?id=iNPIk-
13ic8dGiXMxszOBQ text/plain;charset=UTF-8 11
INFO 2025-03-20 19:09:19,041 [63 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 POST https://stg.parcelat.com/hangfire/stats
application/x-www-form-urlencoded;+charset=UTF-8 392
INFO 2025-03-20 19:09:19,045 [62 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:09:19,045 [63 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:09:19,051 [63 ] tCore.Cors.Infrastructure.CorsMiddleware - No
CORS policy found for the specified request.
INFO 2025-03-20 19:09:19,051 [63 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint '/signalr'
INFO 2025-03-20 19:09:19,051 [63 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint '/signalr'
INFO 2025-03-20 19:09:19,052 [67 ] tCore.Cors.Infrastructure.CorsMiddleware - No
CORS policy found for the specified request.
INFO 2025-03-20 19:09:19,052 [63 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 POST https://stg.parcelat.com/signalr?id=iNPIk-
13ic8dGiXMxszOBQ text/plain;charset=UTF-8 11 - 200 - text/plain 10.2706ms
INFO 2025-03-20 19:09:19,052 [63 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 POST https://stg.parcelat.com/signalr-chat?
id=X__BMyP0L5NXGBjpVzY_9g text/plain;charset=UTF-8 11
INFO 2025-03-20 19:09:19,052 [67 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 POST https://stg.parcelat.com/hangfire/stats
application/x-www-form-urlencoded;+charset=UTF-8 392 - 302 - - 10.7991ms
INFO 2025-03-20 19:09:19,055 [63 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:09:19,061 [67 ] tCore.Cors.Infrastructure.CorsMiddleware - No
CORS policy found for the specified request.
INFO 2025-03-20 19:09:19,062 [67 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint '/signalr-chat'
INFO 2025-03-20 19:09:19,062 [67 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint '/signalr-chat'
INFO 2025-03-20 19:09:19,062 [63 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 POST https://stg.parcelat.com/signalr-chat?
id=X__BMyP0L5NXGBjpVzY_9g text/plain;charset=UTF-8 11 - 200 - text/plain 10.4338ms
INFO 2025-03-20 19:09:19,070 [63 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 GET https://stg.parcelat.com/Error?statusCode=403 - -
INFO 2025-03-20 19:09:19,074 [63 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint 'EnterpriseBase.Web.Controllers.ErrorController.Index
(EnterpriseBase.Web.Core)'
INFO 2025-03-20 19:09:19,075 [63 ] c.Infrastructure.ControllerActionInvoker -
Route matched with {action = "Index", controller = "Error", area = ""}. Executing
controller action with signature Microsoft.AspNetCore.Mvc.ActionResult Index(Int32)
on controller EnterpriseBase.Web.Controllers.ErrorController
(EnterpriseBase.Web.Core).
INFO 2025-03-20 19:09:19,075 [63 ] Core.Mvc.ViewFeatures.ViewResultExecutor -
Executing ViewResult, running view Error403.
INFO 2025-03-20 19:09:19,077 [63 ] Core.Mvc.ViewFeatures.ViewResultExecutor -
Executed ViewResult - view Error403 executed in 1.5352ms.
INFO 2025-03-20 19:09:19,077 [63 ] c.Infrastructure.ControllerActionInvoker -
Executed action EnterpriseBase.Web.Controllers.ErrorController.Index
(EnterpriseBase.Web.Core) in 2.1307ms
INFO 2025-03-20 19:09:19,077 [63 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint 'EnterpriseBase.Web.Controllers.ErrorController.Index
(EnterpriseBase.Web.Core)'
INFO 2025-03-20 19:09:19,077 [67 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 GET https://stg.parcelat.com/Error?statusCode=403 - - -
200 - text/html;+charset=utf-8 6.4683ms
INFO 2025-03-20 19:09:19,250 [67 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 GET https://10.0.50.50:443/health - -
INFO 2025-03-20 19:09:19,251 [67 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint 'Health checks'
INFO 2025-03-20 19:09:19,252 [63 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:09:19,252 [67 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:09:19,254 [67 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint 'Health checks'
INFO 2025-03-20 19:09:19,254 [63 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 GET https://10.0.50.50:443/health - - - 200 -
application/json 3.3829ms
INFO 2025-03-20 19:09:20,130 [62 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 GET https://10.0.50.50:443/health - -
INFO 2025-03-20 19:09:20,131 [62 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint 'Health checks'
INFO 2025-03-20 19:09:20,132 [62 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:09:20,132 [73 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:09:20,133 [62 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint 'Health checks'
INFO 2025-03-20 19:09:20,133 [73 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 GET https://10.0.50.50:443/health - - - 200 -
application/json 3.4165ms
INFO 2025-03-20 19:09:20,328 [73 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 GET https://10.0.50.50:443/health - -
INFO 2025-03-20 19:09:20,329 [73 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint 'Health checks'
INFO 2025-03-20 19:09:20,330 [73 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:09:20,330 [62 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:09:20,331 [73 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint 'Health checks'
INFO 2025-03-20 19:09:20,332 [62 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 GET https://10.0.50.50:443/health - - - 200 -
application/json 3.4872ms
INFO 2025-03-20 19:09:20,440 [73 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 GET https://10.0.50.50:443/health - -
INFO 2025-03-20 19:09:20,441 [73 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint 'Health checks'
INFO 2025-03-20 19:09:20,443 [73 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:09:20,443 [62 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:09:20,444 [73 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint 'Health checks'
INFO 2025-03-20 19:09:20,444 [62 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 GET https://10.0.50.50:443/health - - - 200 -
application/json 3.5899ms
INFO 2025-03-20 19:09:20,935 [62 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 GET https://10.0.50.50:443/health - -
INFO 2025-03-20 19:09:20,936 [62 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint 'Health checks'
INFO 2025-03-20 19:09:20,936 [62 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:09:20,936 [73 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:09:20,938 [73 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint 'Health checks'
INFO 2025-03-20 19:09:20,938 [62 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 GET https://10.0.50.50:443/health - - - 200 -
application/json 3.1393ms
INFO 2025-03-20 19:09:21,420 [61 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 GET https://10.0.50.50:443/health - -
INFO 2025-03-20 19:09:21,421 [61 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint 'Health checks'
INFO 2025-03-20 19:09:21,422 [61 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:09:21,422 [62 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:09:21,423 [61 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint 'Health checks'
INFO 2025-03-20 19:09:21,423 [62 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 GET https://10.0.50.50:443/health - - - 200 -
application/json 3.2980ms
INFO 2025-03-20 19:09:21,476 [62 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 GET https://10.0.50.50:443/health - -
INFO 2025-03-20 19:09:21,477 [62 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint 'Health checks'
INFO 2025-03-20 19:09:21,478 [62 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:09:21,478 [61 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:09:21,479 [61 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint 'Health checks'
INFO 2025-03-20 19:09:21,479 [73 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 GET https://10.0.50.50:443/health - - - 200 -
application/json 3.5211ms
INFO 2025-03-20 19:09:21,670 [73 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'HealthChecksDb' using provider
'Microsoft.EntityFrameworkCore.InMemory' with options: StoreName=HealthChecksUI
INFO 2025-03-20 19:09:21,670 [73 ] .HttpClient.health-checks.LogicalHandler -
Start processing HTTP request GET https://stg.parcelat.com/health
INFO 2025-03-20 19:09:21,670 [73 ] p.HttpClient.health-checks.ClientHandler -
Sending HTTP request GET https://stg.parcelat.com/health
INFO 2025-03-20 19:09:21,673 [73 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 GET https://stg.parcelat.com/health - -
INFO 2025-03-20 19:09:21,674 [73 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint 'Health checks'
INFO 2025-03-20 19:09:21,675 [73 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:09:21,675 [61 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:09:21,678 [73 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint 'Health checks'
INFO 2025-03-20 19:09:21,678 [61 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 GET https://stg.parcelat.com/health - - - 200 -
application/json 5.0477ms
INFO 2025-03-20 19:09:21,678 [70 ] p.HttpClient.health-checks.ClientHandler -
Received HTTP response headers after 7.7159ms - 200
INFO 2025-03-20 19:09:21,678 [70 ] .HttpClient.health-checks.LogicalHandler -
End processing HTTP request after 7.7693ms - 200
INFO 2025-03-20 19:09:21,679 [70 ] Microsoft.EntityFrameworkCore.Update -
Saved 4 entities to in-memory store.
INFO 2025-03-20 19:09:21,702 [61 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 GET https://10.0.50.50:443/health - -
INFO 2025-03-20 19:09:21,702 [61 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint 'Health checks'
INFO 2025-03-20 19:09:21,703 [61 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:09:21,703 [73 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:09:21,705 [61 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint 'Health checks'
INFO 2025-03-20 19:09:21,705 [73 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 GET https://10.0.50.50:443/health - - - 200 -
application/json 3.2990ms
INFO 2025-03-20 19:09:21,783 [73 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 GET https://10.0.50.50:443/health - -
INFO 2025-03-20 19:09:21,784 [73 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint 'Health checks'
INFO 2025-03-20 19:09:21,785 [73 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:09:21,785 [61 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:09:21,786 [73 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint 'Health checks'
INFO 2025-03-20 19:09:21,786 [61 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 GET https://10.0.50.50:443/health - - - 200 -
application/json 3.2372ms
INFO 2025-03-20 19:09:22,046 [61 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 POST https://stg.parcelat.com/hangfire/stats
application/x-www-form-urlencoded;+charset=UTF-8 392
INFO 2025-03-20 19:09:22,050 [61 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:09:22,056 [62 ] tCore.Cors.Infrastructure.CorsMiddleware - No
CORS policy found for the specified request.
INFO 2025-03-20 19:09:22,057 [67 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 POST https://stg.parcelat.com/hangfire/stats
application/x-www-form-urlencoded;+charset=UTF-8 392 - 302 - - 11.3595ms
INFO 2025-03-20 19:09:22,114 [67 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 GET https://stg.parcelat.com/Error?statusCode=403 - -
INFO 2025-03-20 19:09:22,117 [67 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint 'EnterpriseBase.Web.Controllers.ErrorController.Index
(EnterpriseBase.Web.Core)'
INFO 2025-03-20 19:09:22,117 [67 ] c.Infrastructure.ControllerActionInvoker -
Route matched with {action = "Index", controller = "Error", area = ""}. Executing
controller action with signature Microsoft.AspNetCore.Mvc.ActionResult Index(Int32)
on controller EnterpriseBase.Web.Controllers.ErrorController
(EnterpriseBase.Web.Core).
INFO 2025-03-20 19:09:22,117 [67 ] Core.Mvc.ViewFeatures.ViewResultExecutor -
Executing ViewResult, running view Error403.
INFO 2025-03-20 19:09:22,118 [67 ] Core.Mvc.ViewFeatures.ViewResultExecutor -
Executed ViewResult - view Error403 executed in 0.9795ms.
INFO 2025-03-20 19:09:22,118 [67 ] c.Infrastructure.ControllerActionInvoker -
Executed action EnterpriseBase.Web.Controllers.ErrorController.Index
(EnterpriseBase.Web.Core) in 1.4089ms
INFO 2025-03-20 19:09:22,118 [67 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint 'EnterpriseBase.Web.Controllers.ErrorController.Index
(EnterpriseBase.Web.Core)'
INFO 2025-03-20 19:09:22,118 [62 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 GET https://stg.parcelat.com/Error?statusCode=403 - - -
200 - text/html;+charset=utf-8 4.2648ms
INFO 2025-03-20 19:09:22,240 [62 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 GET https://10.0.50.50:443/health - -
INFO 2025-03-20 19:09:22,241 [62 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint 'Health checks'
INFO 2025-03-20 19:09:22,242 [62 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:09:22,242 [67 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:09:22,244 [67 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint 'Health checks'
INFO 2025-03-20 19:09:22,244 [62 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 GET https://10.0.50.50:443/health - - - 200 -
application/json 3.4088ms
INFO 2025-03-20 19:09:22,420 [67 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 GET https://10.0.50.50:443/health - -
INFO 2025-03-20 19:09:22,421 [67 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint 'Health checks'
INFO 2025-03-20 19:09:22,422 [62 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:09:22,422 [67 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:09:22,424 [62 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint 'Health checks'
INFO 2025-03-20 19:09:22,424 [67 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 GET https://10.0.50.50:443/health - - - 200 -
application/json 4.1929ms
INFO 2025-03-20 19:09:23,761 [73 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 GET https://10.0.50.50:443/health - -
INFO 2025-03-20 19:09:23,765 [73 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint 'Health checks'
INFO 2025-03-20 19:09:23,766 [67 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:09:23,766 [61 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:09:23,767 [61 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint 'Health checks'
INFO 2025-03-20 19:09:23,767 [67 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 GET https://10.0.50.50:443/health - - - 200 -
application/json 6.2067ms
INFO 2025-03-20 19:09:24,092 [67 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 GET https://10.0.50.50:443/health - -
INFO 2025-03-20 19:09:24,093 [67 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint 'Health checks'
INFO 2025-03-20 19:09:24,094 [61 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:09:24,094 [67 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:09:24,096 [61 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint 'Health checks'
INFO 2025-03-20 19:09:24,096 [67 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 GET https://10.0.50.50:443/health - - - 200 -
application/json 3.3928ms
INFO 2025-03-20 19:09:24,687 [67 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 GET https://10.0.50.50:443/health - -
INFO 2025-03-20 19:09:24,688 [67 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint 'Health checks'
INFO 2025-03-20 19:09:24,690 [67 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:09:24,690 [61 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:09:24,691 [61 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint 'Health checks'
INFO 2025-03-20 19:09:24,691 [73 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 GET https://10.0.50.50:443/health - - - 200 -
application/json 3.4889ms
INFO 2025-03-20 19:09:25,041 [73 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 POST https://stg.parcelat.com/hangfire/stats
application/x-www-form-urlencoded;+charset=UTF-8 392
INFO 2025-03-20 19:09:25,044 [73 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:09:25,050 [67 ] tCore.Cors.Infrastructure.CorsMiddleware - No
CORS policy found for the specified request.
INFO 2025-03-20 19:09:25,051 [73 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 POST https://stg.parcelat.com/hangfire/stats
application/x-www-form-urlencoded;+charset=UTF-8 392 - 302 - - 9.6864ms
INFO 2025-03-20 19:09:25,067 [73 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 GET https://stg.parcelat.com/Error?statusCode=403 - -
INFO 2025-03-20 19:09:25,070 [73 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint 'EnterpriseBase.Web.Controllers.ErrorController.Index
(EnterpriseBase.Web.Core)'
INFO 2025-03-20 19:09:25,071 [73 ] c.Infrastructure.ControllerActionInvoker -
Route matched with {action = "Index", controller = "Error", area = ""}. Executing
controller action with signature Microsoft.AspNetCore.Mvc.ActionResult Index(Int32)
on controller EnterpriseBase.Web.Controllers.ErrorController
(EnterpriseBase.Web.Core).
INFO 2025-03-20 19:09:25,071 [73 ] Core.Mvc.ViewFeatures.ViewResultExecutor -
Executing ViewResult, running view Error403.
INFO 2025-03-20 19:09:25,072 [73 ] Core.Mvc.ViewFeatures.ViewResultExecutor -
Executed ViewResult - view Error403 executed in 1.1762ms.
INFO 2025-03-20 19:09:25,072 [73 ] c.Infrastructure.ControllerActionInvoker -
Executed action EnterpriseBase.Web.Controllers.ErrorController.Index
(EnterpriseBase.Web.Core) in 1.6722ms
INFO 2025-03-20 19:09:25,072 [73 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint 'EnterpriseBase.Web.Controllers.ErrorController.Index
(EnterpriseBase.Web.Core)'
INFO 2025-03-20 19:09:25,073 [73 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 GET https://stg.parcelat.com/Error?statusCode=403 - - -
200 - text/html;+charset=utf-8 6.0073ms
INFO 2025-03-20 19:09:25,469 [73 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 GET https://10.0.50.50:443/health - -
INFO 2025-03-20 19:09:25,471 [73 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint 'Health checks'
INFO 2025-03-20 19:09:25,472 [73 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:09:25,472 [63 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:09:25,473 [73 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint 'Health checks'
INFO 2025-03-20 19:09:25,473 [63 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 GET https://10.0.50.50:443/health - - - 200 -
application/json 3.9426ms
INFO 2025-03-20 19:09:25,735 [63 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 GET https://10.0.50.50:443/health - -
INFO 2025-03-20 19:09:25,736 [63 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint 'Health checks'
INFO 2025-03-20 19:09:25,737 [62 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:09:25,737 [73 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:09:25,739 [62 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint 'Health checks'
INFO 2025-03-20 19:09:25,740 [73 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 GET https://10.0.50.50:443/health - - - 200 -
application/json 4.2222ms
INFO 2025-03-20 19:09:25,821 [73 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 GET https://10.0.50.50:443/health - -
INFO 2025-03-20 19:09:25,822 [73 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint 'Health checks'
INFO 2025-03-20 19:09:25,823 [73 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:09:25,823 [62 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:09:25,824 [73 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint 'Health checks'
INFO 2025-03-20 19:09:25,824 [62 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 GET https://10.0.50.50:443/health - - - 200 -
application/json 3.3851ms
INFO 2025-03-20 19:09:26,017 [62 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 GET https://10.0.50.50:443/health - -
INFO 2025-03-20 19:09:26,018 [62 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint 'Health checks'
INFO 2025-03-20 19:09:26,019 [62 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:09:26,019 [73 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:09:26,021 [62 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint 'Health checks'
INFO 2025-03-20 19:09:26,021 [73 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 GET https://10.0.50.50:443/health - - - 200 -
application/json 3.4673ms
INFO 2025-03-20 19:09:26,333 [73 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 GET https://10.0.50.50:443/health - -
INFO 2025-03-20 19:09:26,335 [73 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint 'Health checks'
INFO 2025-03-20 19:09:26,336 [73 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:09:26,336 [62 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:09:26,337 [62 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint 'Health checks'
INFO 2025-03-20 19:09:26,337 [61 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 GET https://10.0.50.50:443/health - - - 200 -
application/json 3.6267ms
INFO 2025-03-20 19:09:26,612 [61 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 GET https://10.0.50.50:443/health - -
INFO 2025-03-20 19:09:26,613 [61 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint 'Health checks'
INFO 2025-03-20 19:09:26,614 [61 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:09:26,614 [62 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:09:26,615 [61 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint 'Health checks'
INFO 2025-03-20 19:09:26,615 [63 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 GET https://10.0.50.50:443/health - - - 200 -
application/json 3.1902ms
INFO 2025-03-20 19:09:26,919 [63 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 GET https://10.0.50.50:443/health - -
INFO 2025-03-20 19:09:26,920 [63 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint 'Health checks'
INFO 2025-03-20 19:09:26,921 [61 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:09:26,921 [63 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:09:26,923 [61 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint 'Health checks'
INFO 2025-03-20 19:09:26,923 [63 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 GET https://10.0.50.50:443/health - - - 200 -
application/json 3.8586ms
INFO 2025-03-20 19:09:26,936 [63 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 GET https://10.0.50.50:443/health - -
INFO 2025-03-20 19:09:26,937 [63 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint 'Health checks'
INFO 2025-03-20 19:09:26,938 [63 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:09:26,938 [61 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:09:26,939 [63 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint 'Health checks'
INFO 2025-03-20 19:09:26,939 [61 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 GET https://10.0.50.50:443/health - - - 200 -
application/json 3.1677ms
INFO 2025-03-20 19:09:27,718 [63 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 GET https://10.0.50.50:443/health - -
INFO 2025-03-20 19:09:27,719 [63 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint 'Health checks'
INFO 2025-03-20 19:09:27,720 [63 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:09:27,720 [61 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:09:27,721 [63 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint 'Health checks'
INFO 2025-03-20 19:09:27,721 [61 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 GET https://10.0.50.50:443/health - - - 200 -
application/json 3.3137ms
INFO 2025-03-20 19:09:28,042 [61 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 POST https://stg.parcelat.com/hangfire/stats
application/x-www-form-urlencoded;+charset=UTF-8 392
INFO 2025-03-20 19:09:28,044 [61 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:09:28,050 [63 ] tCore.Cors.Infrastructure.CorsMiddleware - No
CORS policy found for the specified request.
INFO 2025-03-20 19:09:28,051 [61 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 POST https://stg.parcelat.com/hangfire/stats
application/x-www-form-urlencoded;+charset=UTF-8 392 - 302 - - 9.0727ms
INFO 2025-03-20 19:09:28,071 [61 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 GET https://stg.parcelat.com/Error?statusCode=403 - -
INFO 2025-03-20 19:09:28,074 [61 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint 'EnterpriseBase.Web.Controllers.ErrorController.Index
(EnterpriseBase.Web.Core)'
INFO 2025-03-20 19:09:28,074 [61 ] c.Infrastructure.ControllerActionInvoker -
Route matched with {action = "Index", controller = "Error", area = ""}. Executing
controller action with signature Microsoft.AspNetCore.Mvc.ActionResult Index(Int32)
on controller EnterpriseBase.Web.Controllers.ErrorController
(EnterpriseBase.Web.Core).
INFO 2025-03-20 19:09:28,074 [61 ] Core.Mvc.ViewFeatures.ViewResultExecutor -
Executing ViewResult, running view Error403.
INFO 2025-03-20 19:09:28,075 [61 ] Core.Mvc.ViewFeatures.ViewResultExecutor -
Executed ViewResult - view Error403 executed in 1.0279ms.
INFO 2025-03-20 19:09:28,075 [61 ] c.Infrastructure.ControllerActionInvoker -
Executed action EnterpriseBase.Web.Controllers.ErrorController.Index
(EnterpriseBase.Web.Core) in 1.4623ms
INFO 2025-03-20 19:09:28,075 [61 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint 'EnterpriseBase.Web.Controllers.ErrorController.Index
(EnterpriseBase.Web.Core)'
INFO 2025-03-20 19:09:28,076 [63 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 GET https://stg.parcelat.com/Error?statusCode=403 - - -
200 - text/html;+charset=utf-8 4.3895ms
INFO 2025-03-20 19:09:28,655 [67 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 GET https://10.0.50.50:443/health - -
INFO 2025-03-20 19:09:28,655 [67 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint 'Health checks'
INFO 2025-03-20 19:09:28,656 [67 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:09:28,656 [63 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:09:28,661 [63 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint 'Health checks'
INFO 2025-03-20 19:09:28,661 [67 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 GET https://10.0.50.50:443/health - - - 200 -
application/json 6.1694ms
INFO 2025-03-20 19:09:29,380 [73 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 GET https://10.0.50.50:443/health - -
INFO 2025-03-20 19:09:29,381 [73 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint 'Health checks'
INFO 2025-03-20 19:09:29,382 [73 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:09:29,382 [62 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:09:29,383 [73 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint 'Health checks'
INFO 2025-03-20 19:09:29,383 [61 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 GET https://10.0.50.50:443/health - - - 200 -
application/json 3.3240ms
INFO 2025-03-20 19:09:29,452 [61 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 GET https://10.0.50.50:443/health - -
INFO 2025-03-20 19:09:29,453 [61 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint 'Health checks'
INFO 2025-03-20 19:09:29,454 [61 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:09:29,454 [73 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:09:29,455 [62 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint 'Health checks'
INFO 2025-03-20 19:09:29,455 [73 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 GET https://10.0.50.50:443/health - - - 200 -
application/json 3.4194ms
INFO 2025-03-20 19:09:30,302 [73 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 GET https://10.0.50.50:443/health - -
INFO 2025-03-20 19:09:30,303 [73 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint 'Health checks'
INFO 2025-03-20 19:09:30,304 [73 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:09:30,304 [62 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:09:30,305 [73 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint 'Health checks'
INFO 2025-03-20 19:09:30,306 [62 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 GET https://10.0.50.50:443/health - - - 200 -
application/json 3.3183ms
INFO 2025-03-20 19:09:30,423 [62 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 GET https://10.0.50.50:443/health - -
INFO 2025-03-20 19:09:30,424 [62 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint 'Health checks'
INFO 2025-03-20 19:09:30,425 [62 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:09:30,425 [67 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:09:30,426 [67 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint 'Health checks'
INFO 2025-03-20 19:09:30,426 [62 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 GET https://10.0.50.50:443/health - - - 200 -
application/json 3.1240ms
INFO 2025-03-20 19:09:30,842 [62 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 GET https://10.0.50.50:443/health - -
INFO 2025-03-20 19:09:30,843 [62 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint 'Health checks'
INFO 2025-03-20 19:09:30,844 [62 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:09:30,844 [67 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:09:30,845 [67 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint 'Health checks'
INFO 2025-03-20 19:09:30,845 [62 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 GET https://10.0.50.50:443/health - - - 200 -
application/json 3.2243ms
INFO 2025-03-20 19:09:30,909 [62 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 GET https://10.0.50.50:443/health - -
INFO 2025-03-20 19:09:30,910 [62 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint 'Health checks'
INFO 2025-03-20 19:09:30,911 [62 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:09:30,911 [67 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:09:30,912 [62 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint 'Health checks'
INFO 2025-03-20 19:09:30,912 [67 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 GET https://10.0.50.50:443/health - - - 200 -
application/json 3.2627ms
INFO 2025-03-20 19:09:31,046 [67 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 POST https://stg.parcelat.com/hangfire/stats
application/x-www-form-urlencoded;+charset=UTF-8 392
INFO 2025-03-20 19:09:31,049 [67 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:09:31,056 [61 ] tCore.Cors.Infrastructure.CorsMiddleware - No
CORS policy found for the specified request.
INFO 2025-03-20 19:09:31,057 [73 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 POST https://stg.parcelat.com/hangfire/stats
application/x-www-form-urlencoded;+charset=UTF-8 392 - 302 - - 10.1572ms
INFO 2025-03-20 19:09:31,076 [73 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 GET https://stg.parcelat.com/Error?statusCode=403 - -
INFO 2025-03-20 19:09:31,079 [73 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint 'EnterpriseBase.Web.Controllers.ErrorController.Index
(EnterpriseBase.Web.Core)'
INFO 2025-03-20 19:09:31,079 [73 ] c.Infrastructure.ControllerActionInvoker -
Route matched with {action = "Index", controller = "Error", area = ""}. Executing
controller action with signature Microsoft.AspNetCore.Mvc.ActionResult Index(Int32)
on controller EnterpriseBase.Web.Controllers.ErrorController
(EnterpriseBase.Web.Core).
INFO 2025-03-20 19:09:31,080 [73 ] Core.Mvc.ViewFeatures.ViewResultExecutor -
Executing ViewResult, running view Error403.
INFO 2025-03-20 19:09:31,081 [73 ] Core.Mvc.ViewFeatures.ViewResultExecutor -
Executed ViewResult - view Error403 executed in 1.0067ms.
INFO 2025-03-20 19:09:31,081 [73 ] c.Infrastructure.ControllerActionInvoker -
Executed action EnterpriseBase.Web.Controllers.ErrorController.Index
(EnterpriseBase.Web.Core) in 1.4326ms
INFO 2025-03-20 19:09:31,081 [73 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint 'EnterpriseBase.Web.Controllers.ErrorController.Index
(EnterpriseBase.Web.Core)'
INFO 2025-03-20 19:09:31,081 [61 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 GET https://stg.parcelat.com/Error?statusCode=403 - - -
200 - text/html;+charset=utf-8 4.4048ms
INFO 2025-03-20 19:09:31,679 [73 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'HealthChecksDb' using provider
'Microsoft.EntityFrameworkCore.InMemory' with options: StoreName=HealthChecksUI
INFO 2025-03-20 19:09:31,679 [73 ] .HttpClient.health-checks.LogicalHandler -
Start processing HTTP request GET https://stg.parcelat.com/health
INFO 2025-03-20 19:09:31,679 [73 ] p.HttpClient.health-checks.ClientHandler -
Sending HTTP request GET https://stg.parcelat.com/health
INFO 2025-03-20 19:09:31,681 [73 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 GET https://stg.parcelat.com/health - -
INFO 2025-03-20 19:09:31,683 [73 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint 'Health checks'
INFO 2025-03-20 19:09:31,684 [73 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:09:31,684 [61 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:09:31,686 [61 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint 'Health checks'
INFO 2025-03-20 19:09:31,686 [61 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 GET https://stg.parcelat.com/health - - - 200 -
application/json 5.0424ms
INFO 2025-03-20 19:09:31,687 [70 ] p.HttpClient.health-checks.ClientHandler -
Received HTTP response headers after 7.3599ms - 200
INFO 2025-03-20 19:09:31,687 [70 ] .HttpClient.health-checks.LogicalHandler -
End processing HTTP request after 7.425ms - 200
INFO 2025-03-20 19:09:31,687 [70 ] Microsoft.EntityFrameworkCore.Update -
Saved 4 entities to in-memory store.
INFO 2025-03-20 19:09:31,750 [73 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 GET https://10.0.50.50:443/health - -
INFO 2025-03-20 19:09:31,751 [73 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint 'Health checks'
INFO 2025-03-20 19:09:31,752 [73 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:09:31,752 [61 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:09:31,753 [73 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint 'Health checks'
INFO 2025-03-20 19:09:31,754 [63 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 GET https://10.0.50.50:443/health - - - 200 -
application/json 3.4392ms
INFO 2025-03-20 19:09:31,812 [63 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 GET https://10.0.50.50:443/health - -
INFO 2025-03-20 19:09:31,813 [63 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint 'Health checks'
INFO 2025-03-20 19:09:31,814 [63 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:09:31,814 [73 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:09:31,816 [63 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint 'Health checks'
INFO 2025-03-20 19:09:31,816 [73 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 GET https://10.0.50.50:443/health - - - 200 -
application/json 3.4900ms
INFO 2025-03-20 19:09:32,082 [73 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 GET https://10.0.50.50:443/health - -
INFO 2025-03-20 19:09:32,083 [73 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint 'Health checks'
INFO 2025-03-20 19:09:32,084 [73 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:09:32,084 [63 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:09:32,085 [73 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint 'Health checks'
INFO 2025-03-20 19:09:32,085 [63 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 GET https://10.0.50.50:443/health - - - 200 -
application/json 3.5577ms
INFO 2025-03-20 19:09:32,340 [63 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 GET https://10.0.50.50:443/health - -
INFO 2025-03-20 19:09:32,341 [63 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint 'Health checks'
INFO 2025-03-20 19:09:32,342 [63 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:09:32,342 [73 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:09:32,343 [63 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint 'Health checks'
INFO 2025-03-20 19:09:32,343 [61 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 GET https://10.0.50.50:443/health - - - 200 -
application/json 3.5469ms
INFO 2025-03-20 19:09:32,798 [61 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 POST https://stg.parcelat.com/signalr-chat?
id=Uyjig0mqhe3dtG-yVpGJXw text/plain;charset=UTF-8 11
INFO 2025-03-20 19:09:32,799 [61 ] tion.Cookies.CookieAuthenticationHandler -
Identity.Application was not authenticated. Failure message: Unprotect ticket
failed
INFO 2025-03-20 19:09:32,799 [61 ] tCore.Cors.Infrastructure.CorsMiddleware - No
CORS policy found for the specified request.
INFO 2025-03-20 19:09:32,799 [61 ] tion.Cookies.CookieAuthenticationHandler -
Identity.Application was not authenticated. Failure message: Unprotect ticket
failed
INFO 2025-03-20 19:09:32,799 [61 ] tion.Cookies.CookieAuthenticationHandler -
Identity.Application was not authenticated. Failure message: Unprotect ticket
failed
INFO 2025-03-20 19:09:32,799 [61 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint '/signalr-chat'
INFO 2025-03-20 19:09:32,799 [61 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint '/signalr-chat'
INFO 2025-03-20 19:09:32,799 [61 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 POST https://stg.parcelat.com/signalr-chat?
id=Uyjig0mqhe3dtG-yVpGJXw text/plain;charset=UTF-8 11 - 200 - text/plain 1.2353ms
INFO 2025-03-20 19:09:32,921 [61 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 POST https://stg.parcelat.com/signalr?id=5saTlv-
Zox5gsUguiAWOwQ text/plain;charset=UTF-8 11
INFO 2025-03-20 19:09:32,922 [61 ] tion.Cookies.CookieAuthenticationHandler -
Identity.Application was not authenticated. Failure message: Unprotect ticket
failed
INFO 2025-03-20 19:09:32,922 [61 ] tCore.Cors.Infrastructure.CorsMiddleware - No
CORS policy found for the specified request.
INFO 2025-03-20 19:09:32,922 [61 ] tion.Cookies.CookieAuthenticationHandler -
Identity.Application was not authenticated. Failure message: Unprotect ticket
failed
INFO 2025-03-20 19:09:32,922 [61 ] tion.Cookies.CookieAuthenticationHandler -
Identity.Application was not authenticated. Failure message: Unprotect ticket
failed
INFO 2025-03-20 19:09:32,922 [61 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint '/signalr'
INFO 2025-03-20 19:09:32,922 [61 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint '/signalr'
INFO 2025-03-20 19:09:32,922 [61 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 POST https://stg.parcelat.com/signalr?id=5saTlv-
Zox5gsUguiAWOwQ text/plain;charset=UTF-8 11 - 200 - text/plain 1.1980ms
INFO 2025-03-20 19:09:33,076 [61 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 GET https://10.0.50.50:443/health - -
INFO 2025-03-20 19:09:33,077 [61 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint 'Health checks'
INFO 2025-03-20 19:09:33,078 [61 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:09:33,078 [63 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:09:33,079 [61 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint 'Health checks'
INFO 2025-03-20 19:09:33,080 [63 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 GET https://10.0.50.50:443/health - - - 200 -
application/json 3.3243ms
INFO 2025-03-20 19:09:33,248 [63 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 GET https://10.0.50.50:443/health - -
INFO 2025-03-20 19:09:33,249 [63 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint 'Health checks'
INFO 2025-03-20 19:09:33,250 [73 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:09:33,250 [61 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:09:33,251 [73 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint 'Health checks'
INFO 2025-03-20 19:09:33,251 [61 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 GET https://10.0.50.50:443/health - - - 200 -
application/json 3.2506ms
INFO 2025-03-20 19:09:33,284 [61 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/2 POST https://localhost/signalr-chat?
id=TZdjq5pXmYjbbkM2VABHWg text/plain;charset=UTF-8 11
INFO 2025-03-20 19:09:33,284 [73 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/2 POST https://localhost/signalr?id=znCJSWS9wfDRitdf6_zqvw
text/plain;charset=UTF-8 11
INFO 2025-03-20 19:09:33,287 [61 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:09:33,287 [73 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:09:33,293 [73 ] tCore.Cors.Infrastructure.CorsMiddleware - No
CORS policy found for the specified request.
INFO 2025-03-20 19:09:33,293 [61 ] tCore.Cors.Infrastructure.CorsMiddleware - No
CORS policy found for the specified request.
INFO 2025-03-20 19:09:33,293 [73 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint '/signalr'
INFO 2025-03-20 19:09:33,293 [73 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint '/signalr'
INFO 2025-03-20 19:09:33,293 [61 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint '/signalr-chat'
INFO 2025-03-20 19:09:33,293 [61 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint '/signalr-chat'
INFO 2025-03-20 19:09:33,294 [73 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/2 POST https://localhost/signalr?id=znCJSWS9wfDRitdf6_zqvw
text/plain;charset=UTF-8 11 - 200 - text/plain 9.6641ms
INFO 2025-03-20 19:09:33,294 [61 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/2 POST https://localhost/signalr-chat?
id=TZdjq5pXmYjbbkM2VABHWg text/plain;charset=UTF-8 11 - 200 - text/plain 9.7025ms
INFO 2025-03-20 19:09:34,042 [73 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 POST https://stg.parcelat.com/hangfire/stats
application/x-www-form-urlencoded;+charset=UTF-8 392
INFO 2025-03-20 19:09:34,045 [73 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:09:34,051 [63 ] tCore.Cors.Infrastructure.CorsMiddleware - No
CORS policy found for the specified request.
INFO 2025-03-20 19:09:34,052 [67 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 POST https://stg.parcelat.com/hangfire/stats
application/x-www-form-urlencoded;+charset=UTF-8 392 - 302 - - 9.2847ms
INFO 2025-03-20 19:09:34,069 [67 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 GET https://stg.parcelat.com/Error?statusCode=403 - -
INFO 2025-03-20 19:09:34,071 [67 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint 'EnterpriseBase.Web.Controllers.ErrorController.Index
(EnterpriseBase.Web.Core)'
INFO 2025-03-20 19:09:34,072 [67 ] c.Infrastructure.ControllerActionInvoker -
Route matched with {action = "Index", controller = "Error", area = ""}. Executing
controller action with signature Microsoft.AspNetCore.Mvc.ActionResult Index(Int32)
on controller EnterpriseBase.Web.Controllers.ErrorController
(EnterpriseBase.Web.Core).
INFO 2025-03-20 19:09:34,072 [67 ] Core.Mvc.ViewFeatures.ViewResultExecutor -
Executing ViewResult, running view Error403.
INFO 2025-03-20 19:09:34,073 [67 ] Core.Mvc.ViewFeatures.ViewResultExecutor -
Executed ViewResult - view Error403 executed in 1.0032ms.
INFO 2025-03-20 19:09:34,073 [67 ] c.Infrastructure.ControllerActionInvoker -
Executed action EnterpriseBase.Web.Controllers.ErrorController.Index
(EnterpriseBase.Web.Core) in 1.5001ms
INFO 2025-03-20 19:09:34,073 [67 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint 'EnterpriseBase.Web.Controllers.ErrorController.Index
(EnterpriseBase.Web.Core)'
INFO 2025-03-20 19:09:34,073 [63 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 GET https://stg.parcelat.com/Error?statusCode=403 - - -
200 - text/html;+charset=utf-8 4.4664ms
INFO 2025-03-20 19:09:34,079 [63 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 GET https://10.0.50.50:443/health - -
INFO 2025-03-20 19:09:34,080 [63 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint 'Health checks'
INFO 2025-03-20 19:09:34,081 [63 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:09:34,081 [67 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:09:34,082 [63 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint 'Health checks'
INFO 2025-03-20 19:09:34,082 [67 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 GET https://10.0.50.50:443/health - - - 200 -
application/json 3.0017ms
INFO 2025-03-20 19:09:34,307 [67 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 GET https://10.0.50.50:443/health - -
INFO 2025-03-20 19:09:34,308 [67 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint 'Health checks'
INFO 2025-03-20 19:09:34,309 [63 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:09:34,309 [67 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:09:34,310 [63 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint 'Health checks'
INFO 2025-03-20 19:09:34,310 [67 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 GET https://10.0.50.50:443/health - - - 200 -
application/json 3.3467ms
INFO 2025-03-20 19:09:35,033 [67 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 POST https://stg.parcelat.com/signalr?id=iNPIk-
13ic8dGiXMxszOBQ text/plain;charset=UTF-8 11
INFO 2025-03-20 19:09:35,036 [67 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:09:35,036 [63 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 POST https://stg.parcelat.com/signalr-chat?
id=X__BMyP0L5NXGBjpVzY_9g text/plain;charset=UTF-8 11
INFO 2025-03-20 19:09:35,039 [63 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:09:35,041 [67 ] tCore.Cors.Infrastructure.CorsMiddleware - No
CORS policy found for the specified request.
INFO 2025-03-20 19:09:35,042 [67 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint '/signalr'
INFO 2025-03-20 19:09:35,042 [67 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint '/signalr'
INFO 2025-03-20 19:09:35,042 [67 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 POST https://stg.parcelat.com/signalr?id=iNPIk-
13ic8dGiXMxszOBQ text/plain;charset=UTF-8 11 - 200 - text/plain 8.8072ms
INFO 2025-03-20 19:09:35,044 [61 ] tCore.Cors.Infrastructure.CorsMiddleware - No
CORS policy found for the specified request.
INFO 2025-03-20 19:09:35,044 [61 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint '/signalr-chat'
INFO 2025-03-20 19:09:35,044 [61 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint '/signalr-chat'
INFO 2025-03-20 19:09:35,044 [67 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 POST https://stg.parcelat.com/signalr-chat?
id=X__BMyP0L5NXGBjpVzY_9g text/plain;charset=UTF-8 11 - 200 - text/plain 7.9576ms
INFO 2025-03-20 19:09:35,483 [61 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 GET https://10.0.50.50:443/health - -
INFO 2025-03-20 19:09:35,484 [61 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint 'Health checks'
INFO 2025-03-20 19:09:35,485 [67 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:09:35,485 [61 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:09:35,486 [67 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint 'Health checks'
INFO 2025-03-20 19:09:35,487 [61 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 GET https://10.0.50.50:443/health - - - 200 -
application/json 3.7342ms
INFO 2025-03-20 19:09:35,736 [61 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 GET https://10.0.50.50:443/health - -
INFO 2025-03-20 19:09:35,737 [61 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint 'Health checks'
INFO 2025-03-20 19:09:35,738 [61 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:09:35,738 [67 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:09:35,739 [61 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint 'Health checks'
INFO 2025-03-20 19:09:35,739 [73 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 GET https://10.0.50.50:443/health - - - 200 -
application/json 3.4153ms
INFO 2025-03-20 19:09:36,278 [73 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 GET https://10.0.50.50:443/health - -
INFO 2025-03-20 19:09:36,279 [73 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint 'Health checks'
INFO 2025-03-20 19:09:36,280 [73 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:09:36,280 [61 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:09:36,281 [73 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint 'Health checks'
INFO 2025-03-20 19:09:36,281 [61 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 GET https://10.0.50.50:443/health - - - 200 -
application/json 3.2635ms
INFO 2025-03-20 19:09:36,307 [61 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 GET https://10.0.50.50:443/health - -
INFO 2025-03-20 19:09:36,308 [61 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint 'Health checks'
INFO 2025-03-20 19:09:36,309 [61 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:09:36,309 [73 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:09:36,310 [61 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint 'Health checks'
INFO 2025-03-20 19:09:36,310 [73 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 GET https://10.0.50.50:443/health - - - 200 -
application/json 3.2304ms
INFO 2025-03-20 19:09:37,044 [61 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 POST https://stg.parcelat.com/hangfire/stats
application/x-www-form-urlencoded;+charset=UTF-8 392
INFO 2025-03-20 19:09:37,046 [61 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:09:37,052 [63 ] tCore.Cors.Infrastructure.CorsMiddleware - No
CORS policy found for the specified request.
INFO 2025-03-20 19:09:37,053 [73 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 POST https://stg.parcelat.com/hangfire/stats
application/x-www-form-urlencoded;+charset=UTF-8 392 - 302 - - 9.1728ms
INFO 2025-03-20 19:09:37,070 [73 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 GET https://stg.parcelat.com/Error?statusCode=403 - -
INFO 2025-03-20 19:09:37,072 [73 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint 'EnterpriseBase.Web.Controllers.ErrorController.Index
(EnterpriseBase.Web.Core)'
INFO 2025-03-20 19:09:37,073 [73 ] c.Infrastructure.ControllerActionInvoker -
Route matched with {action = "Index", controller = "Error", area = ""}. Executing
controller action with signature Microsoft.AspNetCore.Mvc.ActionResult Index(Int32)
on controller EnterpriseBase.Web.Controllers.ErrorController
(EnterpriseBase.Web.Core).
INFO 2025-03-20 19:09:37,073 [73 ] Core.Mvc.ViewFeatures.ViewResultExecutor -
Executing ViewResult, running view Error403.
INFO 2025-03-20 19:09:37,074 [73 ] Core.Mvc.ViewFeatures.ViewResultExecutor -
Executed ViewResult - view Error403 executed in 0.9973ms.
INFO 2025-03-20 19:09:37,074 [73 ] c.Infrastructure.ControllerActionInvoker -
Executed action EnterpriseBase.Web.Controllers.ErrorController.Index
(EnterpriseBase.Web.Core) in 1.4162ms
INFO 2025-03-20 19:09:37,074 [73 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint 'EnterpriseBase.Web.Controllers.ErrorController.Index
(EnterpriseBase.Web.Core)'
INFO 2025-03-20 19:09:37,074 [63 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 GET https://stg.parcelat.com/Error?statusCode=403 - - -
200 - text/html;+charset=utf-8 4.2566ms
INFO 2025-03-20 19:09:37,112 [63 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 GET https://10.0.50.50:443/health - -
INFO 2025-03-20 19:09:37,113 [63 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint 'Health checks'
INFO 2025-03-20 19:09:37,114 [63 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:09:37,114 [62 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:09:37,115 [63 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint 'Health checks'
INFO 2025-03-20 19:09:37,115 [62 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 GET https://10.0.50.50:443/health - - - 200 -
application/json 3.2698ms
INFO 2025-03-20 19:09:37,173 [62 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 GET https://10.0.50.50:443/health - -
INFO 2025-03-20 19:09:37,174 [62 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint 'Health checks'
INFO 2025-03-20 19:09:37,175 [62 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:09:37,175 [63 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:09:37,176 [62 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint 'Health checks'
INFO 2025-03-20 19:09:37,176 [63 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 GET https://10.0.50.50:443/health - - - 200 -
application/json 3.2897ms
INFO 2025-03-20 19:09:37,216 [63 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 GET https://10.0.50.50:443/health - -
INFO 2025-03-20 19:09:37,217 [63 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint 'Health checks'
INFO 2025-03-20 19:09:37,217 [63 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:09:37,217 [62 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:09:37,219 [63 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint 'Health checks'
INFO 2025-03-20 19:09:37,219 [62 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 GET https://10.0.50.50:443/health - - - 200 -
application/json 3.0598ms
INFO 2025-03-20 19:09:37,667 [62 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 GET https://10.0.50.50:443/health - -
INFO 2025-03-20 19:09:37,668 [62 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint 'Health checks'
INFO 2025-03-20 19:09:37,669 [62 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:09:37,669 [63 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:09:37,670 [63 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint 'Health checks'
INFO 2025-03-20 19:09:37,670 [62 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 GET https://10.0.50.50:443/health - - - 200 -
application/json 3.3905ms
INFO 2025-03-20 19:09:37,782 [62 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 GET https://10.0.50.50:443/health - -
INFO 2025-03-20 19:09:37,783 [62 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint 'Health checks'
INFO 2025-03-20 19:09:37,784 [62 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:09:37,784 [63 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:09:37,785 [67 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint 'Health checks'
INFO 2025-03-20 19:09:37,785 [63 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 GET https://10.0.50.50:443/health - - - 200 -
application/json 3.3907ms
INFO 2025-03-20 19:09:37,907 [63 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 GET https://10.0.50.50:443/health - -
INFO 2025-03-20 19:09:37,908 [63 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint 'Health checks'
INFO 2025-03-20 19:09:37,909 [67 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:09:37,909 [63 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:09:37,911 [63 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint 'Health checks'
INFO 2025-03-20 19:09:37,911 [62 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 GET https://10.0.50.50:443/health - - - 200 -
application/json 3.5924ms
INFO 2025-03-20 19:09:38,703 [62 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 POST https://stg.parcelat.com/signalr-chat?
id=dSEv66xNhCnxNKhfDtVFWw text/plain;charset=UTF-8 11
INFO 2025-03-20 19:09:38,703 [62 ] tion.Cookies.CookieAuthenticationHandler -
Identity.Application was not authenticated. Failure message: Unprotect ticket
failed
INFO 2025-03-20 19:09:38,703 [62 ] tCore.Cors.Infrastructure.CorsMiddleware - No
CORS policy found for the specified request.
INFO 2025-03-20 19:09:38,704 [62 ] tion.Cookies.CookieAuthenticationHandler -
Identity.Application was not authenticated. Failure message: Unprotect ticket
failed
INFO 2025-03-20 19:09:38,704 [62 ] tion.Cookies.CookieAuthenticationHandler -
Identity.Application was not authenticated. Failure message: Unprotect ticket
failed
INFO 2025-03-20 19:09:38,704 [62 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint '/signalr-chat'
INFO 2025-03-20 19:09:38,704 [62 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint '/signalr-chat'
INFO 2025-03-20 19:09:38,704 [62 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 POST https://stg.parcelat.com/signalr-chat?
id=dSEv66xNhCnxNKhfDtVFWw text/plain;charset=UTF-8 11 - 200 - text/plain 1.3338ms
INFO 2025-03-20 19:09:38,713 [62 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 POST https://stg.parcelat.com/signalr?id=vug7UCMo-
a9GcTZqr5ezpw text/plain;charset=UTF-8 11
INFO 2025-03-20 19:09:38,713 [62 ] tion.Cookies.CookieAuthenticationHandler -
Identity.Application was not authenticated. Failure message: Unprotect ticket
failed
INFO 2025-03-20 19:09:38,713 [62 ] tCore.Cors.Infrastructure.CorsMiddleware - No
CORS policy found for the specified request.
INFO 2025-03-20 19:09:38,714 [62 ] tion.Cookies.CookieAuthenticationHandler -
Identity.Application was not authenticated. Failure message: Unprotect ticket
failed
INFO 2025-03-20 19:09:38,714 [62 ] tion.Cookies.CookieAuthenticationHandler -
Identity.Application was not authenticated. Failure message: Unprotect ticket
failed
INFO 2025-03-20 19:09:38,714 [62 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint '/signalr'
INFO 2025-03-20 19:09:38,714 [62 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint '/signalr'
INFO 2025-03-20 19:09:38,714 [62 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 POST https://stg.parcelat.com/signalr?id=vug7UCMo-
a9GcTZqr5ezpw text/plain;charset=UTF-8 11 - 200 - text/plain 0.9698ms
INFO 2025-03-20 19:09:39,045 [62 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 GET https://10.0.50.50:443/health - -
INFO 2025-03-20 19:09:39,046 [62 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint 'Health checks'
INFO 2025-03-20 19:09:39,047 [62 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:09:39,047 [63 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:09:39,049 [62 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint 'Health checks'
INFO 2025-03-20 19:09:39,049 [63 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 GET https://10.0.50.50:443/health - - - 200 -
application/json 3.3334ms
INFO 2025-03-20 19:09:39,570 [62 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 GET https://10.0.50.50:443/health - -
INFO 2025-03-20 19:09:39,571 [62 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint 'Health checks'
INFO 2025-03-20 19:09:39,571 [62 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:09:39,571 [63 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:09:39,573 [73 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint 'Health checks'
INFO 2025-03-20 19:09:39,573 [61 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 GET https://10.0.50.50:443/health - - - 200 -
application/json 3.2413ms
INFO 2025-03-20 19:09:40,052 [62 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 POST https://stg.parcelat.com/hangfire/stats
application/x-www-form-urlencoded;+charset=UTF-8 392
INFO 2025-03-20 19:09:40,055 [62 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:09:40,060 [62 ] tCore.Cors.Infrastructure.CorsMiddleware - No
CORS policy found for the specified request.
INFO 2025-03-20 19:09:40,061 [63 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 POST https://stg.parcelat.com/hangfire/stats
application/x-www-form-urlencoded;+charset=UTF-8 392 - 302 - - 9.0070ms
INFO 2025-03-20 19:09:40,080 [63 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 GET https://stg.parcelat.com/Error?statusCode=403 - -
INFO 2025-03-20 19:09:40,083 [63 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint 'EnterpriseBase.Web.Controllers.ErrorController.Index
(EnterpriseBase.Web.Core)'
INFO 2025-03-20 19:09:40,083 [63 ] c.Infrastructure.ControllerActionInvoker -
Route matched with {action = "Index", controller = "Error", area = ""}. Executing
controller action with signature Microsoft.AspNetCore.Mvc.ActionResult Index(Int32)
on controller EnterpriseBase.Web.Controllers.ErrorController
(EnterpriseBase.Web.Core).
INFO 2025-03-20 19:09:40,084 [63 ] Core.Mvc.ViewFeatures.ViewResultExecutor -
Executing ViewResult, running view Error403.
INFO 2025-03-20 19:09:40,087 [63 ] Core.Mvc.ViewFeatures.ViewResultExecutor -
Executed ViewResult - view Error403 executed in 3.5152ms.
INFO 2025-03-20 19:09:40,087 [63 ] c.Infrastructure.ControllerActionInvoker -
Executed action EnterpriseBase.Web.Controllers.ErrorController.Index
(EnterpriseBase.Web.Core) in 3.9447ms
INFO 2025-03-20 19:09:40,087 [63 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint 'EnterpriseBase.Web.Controllers.ErrorController.Index
(EnterpriseBase.Web.Core)'
INFO 2025-03-20 19:09:40,087 [62 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 GET https://stg.parcelat.com/Error?statusCode=403 - - -
200 - text/html;+charset=utf-8 7.0014ms
INFO 2025-03-20 19:09:40,979 [62 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 GET https://10.0.50.50:443/health - -
INFO 2025-03-20 19:09:40,980 [62 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint 'Health checks'
INFO 2025-03-20 19:09:40,981 [62 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:09:40,981 [63 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:09:40,983 [63 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint 'Health checks'
INFO 2025-03-20 19:09:40,983 [62 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 GET https://10.0.50.50:443/health - - - 200 -
application/json 3.3750ms
INFO 2025-03-20 19:09:41,126 [62 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 GET https://10.0.50.50:443/health - -
INFO 2025-03-20 19:09:41,127 [62 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint 'Health checks'
INFO 2025-03-20 19:09:41,128 [63 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:09:41,128 [62 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:09:41,129 [63 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint 'Health checks'
INFO 2025-03-20 19:09:41,129 [62 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 GET https://10.0.50.50:443/health - - - 200 -
application/json 3.4464ms
INFO 2025-03-20 19:09:41,146 [62 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 GET https://10.0.50.50:443/health - -
INFO 2025-03-20 19:09:41,147 [62 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint 'Health checks'
INFO 2025-03-20 19:09:41,148 [62 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:09:41,148 [63 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:09:41,152 [63 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint 'Health checks'
INFO 2025-03-20 19:09:41,153 [61 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 GET https://10.0.50.50:443/health - - - 200 -
application/json 6.5947ms
INFO 2025-03-20 19:09:41,543 [63 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 GET https://10.0.50.50:443/health - -
INFO 2025-03-20 19:09:41,543 [63 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint 'Health checks'
INFO 2025-03-20 19:09:41,544 [63 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:09:41,544 [61 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:09:41,546 [62 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint 'Health checks'
INFO 2025-03-20 19:09:41,546 [61 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 GET https://10.0.50.50:443/health - - - 200 -
application/json 3.2574ms
INFO 2025-03-20 19:09:41,697 [73 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'HealthChecksDb' using provider
'Microsoft.EntityFrameworkCore.InMemory' with options: StoreName=HealthChecksUI
INFO 2025-03-20 19:09:41,697 [73 ] .HttpClient.health-checks.LogicalHandler -
Start processing HTTP request GET https://stg.parcelat.com/health
INFO 2025-03-20 19:09:41,697 [73 ] p.HttpClient.health-checks.ClientHandler -
Sending HTTP request GET https://stg.parcelat.com/health
INFO 2025-03-20 19:09:41,706 [73 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 GET https://stg.parcelat.com/health - -
INFO 2025-03-20 19:09:41,707 [73 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint 'Health checks'
INFO 2025-03-20 19:09:41,708 [63 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:09:41,710 [73 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:09:41,711 [73 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint 'Health checks'
INFO 2025-03-20 19:09:41,711 [63 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 GET https://stg.parcelat.com/health - - - 200 -
application/json 5.0230ms
INFO 2025-03-20 19:09:41,712 [70 ] p.HttpClient.health-checks.ClientHandler -
Received HTTP response headers after 14.111ms - 200
INFO 2025-03-20 19:09:41,712 [70 ] .HttpClient.health-checks.LogicalHandler -
End processing HTTP request after 14.1638ms - 200
INFO 2025-03-20 19:09:41,712 [70 ] Microsoft.EntityFrameworkCore.Update -
Saved 4 entities to in-memory store.
INFO 2025-03-20 19:09:42,162 [63 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 GET https://10.0.50.50:443/health - -
INFO 2025-03-20 19:09:42,163 [63 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint 'Health checks'
INFO 2025-03-20 19:09:42,164 [63 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:09:42,164 [73 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:09:42,165 [63 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint 'Health checks'
INFO 2025-03-20 19:09:42,166 [73 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 GET https://10.0.50.50:443/health - - - 200 -
application/json 3.2289ms
INFO 2025-03-20 19:09:42,360 [73 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 GET https://10.0.50.50:443/health - -
INFO 2025-03-20 19:09:42,361 [73 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint 'Health checks'
INFO 2025-03-20 19:09:42,362 [62 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:09:42,362 [73 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:09:42,364 [73 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint 'Health checks'
INFO 2025-03-20 19:09:42,364 [62 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 GET https://10.0.50.50:443/health - - - 200 -
application/json 4.3749ms
INFO 2025-03-20 19:09:42,491 [62 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 GET https://10.0.50.50:443/health - -
INFO 2025-03-20 19:09:42,492 [62 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint 'Health checks'
INFO 2025-03-20 19:09:42,493 [62 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:09:42,493 [73 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:09:42,494 [62 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint 'Health checks'
INFO 2025-03-20 19:09:42,495 [61 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 GET https://10.0.50.50:443/health - - - 200 -
application/json 3.5234ms
INFO 2025-03-20 19:09:42,927 [61 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 GET https://10.0.50.50:443/health - -
INFO 2025-03-20 19:09:42,928 [61 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint 'Health checks'
INFO 2025-03-20 19:09:42,929 [62 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:09:42,929 [61 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:09:42,930 [62 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint 'Health checks'
INFO 2025-03-20 19:09:42,930 [67 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 GET https://10.0.50.50:443/health - - - 200 -
application/json 3.3281ms
INFO 2025-03-20 19:09:42,967 [67 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 GET https://10.0.50.50:443/health - -
INFO 2025-03-20 19:09:42,968 [67 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint 'Health checks'
INFO 2025-03-20 19:09:42,969 [62 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:09:42,969 [61 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:09:42,970 [61 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint 'Health checks'
INFO 2025-03-20 19:09:42,970 [61 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 GET https://10.0.50.50:443/health - - - 200 -
application/json 3.3937ms
INFO 2025-03-20 19:09:42,992 [63 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 GET https://10.0.50.50:443/health - -
INFO 2025-03-20 19:09:42,993 [63 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint 'Health checks'
INFO 2025-03-20 19:09:42,994 [63 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:09:42,994 [61 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:09:42,995 [61 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint 'Health checks'
INFO 2025-03-20 19:09:42,996 [63 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 GET https://10.0.50.50:443/health - - - 200 -
application/json 3.1602ms
INFO 2025-03-20 19:09:43,037 [63 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 POST https://stg.parcelat.com/hangfire/stats
application/x-www-form-urlencoded;+charset=UTF-8 392
INFO 2025-03-20 19:09:43,040 [63 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:09:43,046 [61 ] tCore.Cors.Infrastructure.CorsMiddleware - No
CORS policy found for the specified request.
INFO 2025-03-20 19:09:43,046 [61 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 POST https://stg.parcelat.com/hangfire/stats
application/x-www-form-urlencoded;+charset=UTF-8 392 - 302 - - 9.6497ms
INFO 2025-03-20 19:09:43,064 [61 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 GET https://stg.parcelat.com/Error?statusCode=403 - -
INFO 2025-03-20 19:09:43,066 [61 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint 'EnterpriseBase.Web.Controllers.ErrorController.Index
(EnterpriseBase.Web.Core)'
INFO 2025-03-20 19:09:43,066 [61 ] c.Infrastructure.ControllerActionInvoker -
Route matched with {action = "Index", controller = "Error", area = ""}. Executing
controller action with signature Microsoft.AspNetCore.Mvc.ActionResult Index(Int32)
on controller EnterpriseBase.Web.Controllers.ErrorController
(EnterpriseBase.Web.Core).
INFO 2025-03-20 19:09:43,067 [61 ] Core.Mvc.ViewFeatures.ViewResultExecutor -
Executing ViewResult, running view Error403.
INFO 2025-03-20 19:09:43,068 [61 ] Core.Mvc.ViewFeatures.ViewResultExecutor -
Executed ViewResult - view Error403 executed in 0.9514ms.
INFO 2025-03-20 19:09:43,068 [61 ] c.Infrastructure.ControllerActionInvoker -
Executed action EnterpriseBase.Web.Controllers.ErrorController.Index
(EnterpriseBase.Web.Core) in 1.3387ms
INFO 2025-03-20 19:09:43,068 [61 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint 'EnterpriseBase.Web.Controllers.ErrorController.Index
(EnterpriseBase.Web.Core)'
INFO 2025-03-20 19:09:43,068 [73 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 GET https://stg.parcelat.com/Error?statusCode=403 - - -
200 - text/html;+charset=utf-8 3.8938ms
INFO 2025-03-20 19:09:43,564 [61 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 GET https://10.0.50.50:443/health - -
INFO 2025-03-20 19:09:43,565 [61 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint 'Health checks'
INFO 2025-03-20 19:09:43,566 [61 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:09:43,566 [62 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:09:43,568 [61 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint 'Health checks'
INFO 2025-03-20 19:09:43,568 [61 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 GET https://10.0.50.50:443/health - - - 200 -
application/json 3.6388ms
INFO 2025-03-20 19:09:44,630 [73 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 GET https://10.0.50.50:443/health - -
INFO 2025-03-20 19:09:44,631 [73 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint 'Health checks'
INFO 2025-03-20 19:09:44,632 [73 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:09:44,632 [63 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:09:44,633 [63 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint 'Health checks'
INFO 2025-03-20 19:09:44,634 [73 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 GET https://10.0.50.50:443/health - - - 200 -
application/json 3.3862ms
INFO 2025-03-20 19:09:46,036 [73 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 POST https://stg.parcelat.com/hangfire/stats
application/x-www-form-urlencoded;+charset=UTF-8 392
INFO 2025-03-20 19:09:46,039 [73 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:09:46,047 [61 ] tCore.Cors.Infrastructure.CorsMiddleware - No
CORS policy found for the specified request.
INFO 2025-03-20 19:09:46,048 [61 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 POST https://stg.parcelat.com/hangfire/stats
application/x-www-form-urlencoded;+charset=UTF-8 392 - 302 - - 12.0159ms
INFO 2025-03-20 19:09:46,067 [61 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 GET https://stg.parcelat.com/Error?statusCode=403 - -
INFO 2025-03-20 19:09:46,070 [61 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint 'EnterpriseBase.Web.Controllers.ErrorController.Index
(EnterpriseBase.Web.Core)'
INFO 2025-03-20 19:09:46,070 [61 ] c.Infrastructure.ControllerActionInvoker -
Route matched with {action = "Index", controller = "Error", area = ""}. Executing
controller action with signature Microsoft.AspNetCore.Mvc.ActionResult Index(Int32)
on controller EnterpriseBase.Web.Controllers.ErrorController
(EnterpriseBase.Web.Core).
INFO 2025-03-20 19:09:46,070 [61 ] Core.Mvc.ViewFeatures.ViewResultExecutor -
Executing ViewResult, running view Error403.
INFO 2025-03-20 19:09:46,071 [61 ] Core.Mvc.ViewFeatures.ViewResultExecutor -
Executed ViewResult - view Error403 executed in 0.9539ms.
INFO 2025-03-20 19:09:46,071 [61 ] c.Infrastructure.ControllerActionInvoker -
Executed action EnterpriseBase.Web.Controllers.ErrorController.Index
(EnterpriseBase.Web.Core) in 1.3559ms
INFO 2025-03-20 19:09:46,071 [61 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint 'EnterpriseBase.Web.Controllers.ErrorController.Index
(EnterpriseBase.Web.Core)'
INFO 2025-03-20 19:09:46,071 [73 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 GET https://stg.parcelat.com/Error?statusCode=403 - - -
200 - text/html;+charset=utf-8 4.1282ms
INFO 2025-03-20 19:09:46,073 [73 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 GET https://10.0.50.50:443/health - -
INFO 2025-03-20 19:09:46,073 [73 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint 'Health checks'
INFO 2025-03-20 19:09:46,074 [73 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:09:46,074 [61 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:09:46,076 [61 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint 'Health checks'
INFO 2025-03-20 19:09:46,076 [73 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 GET https://10.0.50.50:443/health - - - 200 -
application/json 2.8494ms
INFO 2025-03-20 19:09:46,180 [73 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 GET https://10.0.50.50:443/health - -
INFO 2025-03-20 19:09:46,181 [73 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint 'Health checks'
INFO 2025-03-20 19:09:46,181 [61 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:09:46,181 [73 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:09:46,183 [73 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint 'Health checks'
INFO 2025-03-20 19:09:46,183 [61 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 GET https://10.0.50.50:443/health - - - 200 -
application/json 3.2508ms
INFO 2025-03-20 19:09:46,266 [61 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 GET https://10.0.50.50:443/health - -
INFO 2025-03-20 19:09:46,267 [61 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint 'Health checks'
INFO 2025-03-20 19:09:46,268 [63 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:09:46,268 [73 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:09:46,269 [63 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint 'Health checks'
INFO 2025-03-20 19:09:46,269 [73 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 GET https://10.0.50.50:443/health - - - 200 -
application/json 3.1756ms
INFO 2025-03-20 19:09:46,917 [73 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 GET https://10.0.50.50:443/health - -
INFO 2025-03-20 19:09:46,919 [73 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint 'Health checks'
INFO 2025-03-20 19:09:46,920 [63 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:09:46,920 [73 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:09:46,921 [73 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 GET https://10.0.50.50:443/health - -
INFO 2025-03-20 19:09:46,921 [73 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint 'Health checks'
INFO 2025-03-20 19:09:46,921 [63 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint 'Health checks'
INFO 2025-03-20 19:09:46,922 [63 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 GET https://10.0.50.50:443/health - - - 200 -
application/json 4.2460ms
INFO 2025-03-20 19:09:46,922 [73 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:09:46,923 [63 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:09:46,923 [73 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint 'Health checks'
INFO 2025-03-20 19:09:46,923 [63 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 GET https://10.0.50.50:443/health - - - 200 -
application/json 2.5908ms
INFO 2025-03-20 19:09:47,499 [62 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 GET https://10.0.50.50:443/health - -
INFO 2025-03-20 19:09:47,500 [62 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint 'Health checks'
INFO 2025-03-20 19:09:47,501 [62 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:09:47,501 [73 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:09:47,502 [62 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint 'Health checks'
INFO 2025-03-20 19:09:47,502 [73 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 GET https://10.0.50.50:443/health - - - 200 -
application/json 3.2369ms
INFO 2025-03-20 19:09:47,536 [73 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 GET https://10.0.50.50:443/health - -
INFO 2025-03-20 19:09:47,537 [73 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint 'Health checks'
INFO 2025-03-20 19:09:47,538 [73 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:09:47,538 [62 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:09:47,539 [73 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint 'Health checks'
INFO 2025-03-20 19:09:47,539 [62 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 GET https://10.0.50.50:443/health - - - 200 -
application/json 3.2978ms
INFO 2025-03-20 19:09:47,659 [62 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 GET https://10.0.50.50:443/health - -
INFO 2025-03-20 19:09:47,660 [62 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint 'Health checks'
INFO 2025-03-20 19:09:47,661 [62 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:09:47,661 [73 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:09:47,667 [73 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint 'Health checks'
INFO 2025-03-20 19:09:47,667 [62 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 GET https://10.0.50.50:443/health - - - 200 -
application/json 7.8223ms
INFO 2025-03-20 19:09:47,795 [62 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 GET https://10.0.50.50:443/health - -
INFO 2025-03-20 19:09:47,796 [62 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint 'Health checks'
INFO 2025-03-20 19:09:47,797 [62 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:09:47,797 [73 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:09:47,798 [62 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint 'Health checks'
INFO 2025-03-20 19:09:47,798 [73 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 GET https://10.0.50.50:443/health - - - 200 -
application/json 3.1708ms
INFO 2025-03-20 19:09:47,938 [73 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 GET https://10.0.50.50:443/health - -
INFO 2025-03-20 19:09:47,939 [73 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint 'Health checks'
INFO 2025-03-20 19:09:47,939 [73 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:09:47,939 [62 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:09:47,941 [73 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint 'Health checks'
INFO 2025-03-20 19:09:47,941 [62 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 GET https://10.0.50.50:443/health - - - 200 -
application/json 3.1096ms
INFO 2025-03-20 19:09:48,445 [73 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 POST https://stg.parcelat.com/signalr-chat?
id=Uyjig0mqhe3dtG-yVpGJXw text/plain;charset=UTF-8 11
INFO 2025-03-20 19:09:48,445 [73 ] tion.Cookies.CookieAuthenticationHandler -
Identity.Application was not authenticated. Failure message: Unprotect ticket
failed
INFO 2025-03-20 19:09:48,446 [61 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 POST https://stg.parcelat.com/signalr?id=5saTlv-
Zox5gsUguiAWOwQ text/plain;charset=UTF-8 11
INFO 2025-03-20 19:09:48,446 [73 ] tCore.Cors.Infrastructure.CorsMiddleware - No
CORS policy found for the specified request.
INFO 2025-03-20 19:09:48,446 [73 ] tion.Cookies.CookieAuthenticationHandler -
Identity.Application was not authenticated. Failure message: Unprotect ticket
failed
INFO 2025-03-20 19:09:48,446 [73 ] tion.Cookies.CookieAuthenticationHandler -
Identity.Application was not authenticated. Failure message: Unprotect ticket
failed
INFO 2025-03-20 19:09:48,446 [61 ] tion.Cookies.CookieAuthenticationHandler -
Identity.Application was not authenticated. Failure message: Unprotect ticket
failed
INFO 2025-03-20 19:09:48,446 [73 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint '/signalr-chat'
INFO 2025-03-20 19:09:48,446 [73 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint '/signalr-chat'
INFO 2025-03-20 19:09:48,446 [73 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 POST https://stg.parcelat.com/signalr-chat?
id=Uyjig0mqhe3dtG-yVpGJXw text/plain;charset=UTF-8 11 - 200 - text/plain 1.2691ms
INFO 2025-03-20 19:09:48,446 [61 ] tCore.Cors.Infrastructure.CorsMiddleware - No
CORS policy found for the specified request.
INFO 2025-03-20 19:09:48,446 [61 ] tion.Cookies.CookieAuthenticationHandler -
Identity.Application was not authenticated. Failure message: Unprotect ticket
failed
INFO 2025-03-20 19:09:48,447 [61 ] tion.Cookies.CookieAuthenticationHandler -
Identity.Application was not authenticated. Failure message: Unprotect ticket
failed
INFO 2025-03-20 19:09:48,447 [61 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint '/signalr'
INFO 2025-03-20 19:09:48,447 [61 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint '/signalr'
INFO 2025-03-20 19:09:48,447 [73 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 POST https://stg.parcelat.com/signalr?id=5saTlv-
Zox5gsUguiAWOwQ text/plain;charset=UTF-8 11 - 200 - text/plain 1.1762ms
INFO 2025-03-20 19:09:48,985 [73 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 GET https://10.0.50.50:443/health - -
INFO 2025-03-20 19:09:48,986 [73 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint 'Health checks'
INFO 2025-03-20 19:09:48,987 [61 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:09:48,987 [73 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:09:48,988 [61 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint 'Health checks'
INFO 2025-03-20 19:09:48,988 [73 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 GET https://10.0.50.50:443/health - - - 200 -
application/json 3.3884ms
INFO 2025-03-20 19:09:49,037 [73 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 POST https://stg.parcelat.com/hangfire/stats
application/x-www-form-urlencoded;+charset=UTF-8 392
INFO 2025-03-20 19:09:49,040 [73 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:09:49,046 [61 ] tCore.Cors.Infrastructure.CorsMiddleware - No
CORS policy found for the specified request.
INFO 2025-03-20 19:09:49,047 [61 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 POST https://stg.parcelat.com/hangfire/stats
application/x-www-form-urlencoded;+charset=UTF-8 392 - 302 - - 9.3699ms
INFO 2025-03-20 19:09:49,066 [61 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 GET https://stg.parcelat.com/Error?statusCode=403 - -
INFO 2025-03-20 19:09:49,068 [61 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint 'EnterpriseBase.Web.Controllers.ErrorController.Index
(EnterpriseBase.Web.Core)'
INFO 2025-03-20 19:09:49,069 [61 ] c.Infrastructure.ControllerActionInvoker -
Route matched with {action = "Index", controller = "Error", area = ""}. Executing
controller action with signature Microsoft.AspNetCore.Mvc.ActionResult Index(Int32)
on controller EnterpriseBase.Web.Controllers.ErrorController
(EnterpriseBase.Web.Core).
INFO 2025-03-20 19:09:49,069 [61 ] Core.Mvc.ViewFeatures.ViewResultExecutor -
Executing ViewResult, running view Error403.
INFO 2025-03-20 19:09:49,070 [61 ] Core.Mvc.ViewFeatures.ViewResultExecutor -
Executed ViewResult - view Error403 executed in 0.9892ms.
INFO 2025-03-20 19:09:49,070 [61 ] c.Infrastructure.ControllerActionInvoker -
Executed action EnterpriseBase.Web.Controllers.ErrorController.Index
(EnterpriseBase.Web.Core) in 1.4427ms
INFO 2025-03-20 19:09:49,070 [61 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint 'EnterpriseBase.Web.Controllers.ErrorController.Index
(EnterpriseBase.Web.Core)'
INFO 2025-03-20 19:09:49,070 [62 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 GET https://stg.parcelat.com/Error?statusCode=403 - - -
200 - text/html;+charset=utf-8 4.3176ms
INFO 2025-03-20 19:09:49,279 [62 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/2 POST https://localhost/signalr?id=znCJSWS9wfDRitdf6_zqvw
text/plain;charset=UTF-8 11
INFO 2025-03-20 19:09:49,279 [61 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/2 POST https://localhost/signalr-chat?
id=TZdjq5pXmYjbbkM2VABHWg text/plain;charset=UTF-8 11
INFO 2025-03-20 19:09:49,282 [62 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:09:49,282 [61 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:09:49,288 [62 ] tCore.Cors.Infrastructure.CorsMiddleware - No
CORS policy found for the specified request.
INFO 2025-03-20 19:09:49,288 [61 ] tCore.Cors.Infrastructure.CorsMiddleware - No
CORS policy found for the specified request.
INFO 2025-03-20 19:09:49,288 [62 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint '/signalr-chat'
INFO 2025-03-20 19:09:49,289 [61 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint '/signalr'
INFO 2025-03-20 19:09:49,289 [62 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint '/signalr-chat'
INFO 2025-03-20 19:09:49,289 [61 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint '/signalr'
INFO 2025-03-20 19:09:49,289 [62 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/2 POST https://localhost/signalr-chat?
id=TZdjq5pXmYjbbkM2VABHWg text/plain;charset=UTF-8 11 - 200 - text/plain 9.5067ms
INFO 2025-03-20 19:09:49,289 [61 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/2 POST https://localhost/signalr?id=znCJSWS9wfDRitdf6_zqvw
text/plain;charset=UTF-8 11 - 200 - text/plain 9.7904ms
INFO 2025-03-20 19:09:49,993 [73 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 GET https://10.0.50.50:443/health - -
INFO 2025-03-20 19:09:49,994 [73 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint 'Health checks'
INFO 2025-03-20 19:09:49,995 [67 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:09:49,995 [73 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:09:49,996 [73 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint 'Health checks'
INFO 2025-03-20 19:09:49,997 [67 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 GET https://10.0.50.50:443/health - - - 200 -
application/json 3.6575ms
INFO 2025-03-20 19:09:51,039 [62 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 POST https://stg.parcelat.com/signalr?id=iNPIk-
13ic8dGiXMxszOBQ text/plain;charset=UTF-8 11
INFO 2025-03-20 19:09:51,039 [73 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 POST https://stg.parcelat.com/signalr-chat?
id=X__BMyP0L5NXGBjpVzY_9g text/plain;charset=UTF-8 11
INFO 2025-03-20 19:09:51,042 [73 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:09:51,042 [62 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:09:51,047 [73 ] tCore.Cors.Infrastructure.CorsMiddleware - No
CORS policy found for the specified request.
INFO 2025-03-20 19:09:51,047 [62 ] tCore.Cors.Infrastructure.CorsMiddleware - No
CORS policy found for the specified request.
INFO 2025-03-20 19:09:51,048 [73 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint '/signalr'
INFO 2025-03-20 19:09:51,048 [62 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint '/signalr-chat'
INFO 2025-03-20 19:09:51,048 [73 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint '/signalr'
INFO 2025-03-20 19:09:51,048 [62 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint '/signalr-chat'
INFO 2025-03-20 19:09:51,048 [67 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 POST https://stg.parcelat.com/signalr?id=iNPIk-
13ic8dGiXMxszOBQ text/plain;charset=UTF-8 11 - 200 - text/plain 8.9124ms
INFO 2025-03-20 19:09:51,048 [63 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 POST https://stg.parcelat.com/signalr-chat?
id=X__BMyP0L5NXGBjpVzY_9g text/plain;charset=UTF-8 11 - 200 - text/plain 8.8016ms
INFO 2025-03-20 19:09:51,315 [63 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 GET https://10.0.50.50:443/health - -
INFO 2025-03-20 19:09:51,316 [63 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint 'Health checks'
INFO 2025-03-20 19:09:51,317 [63 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:09:51,317 [67 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:09:51,318 [63 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint 'Health checks'
INFO 2025-03-20 19:09:51,319 [67 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 GET https://10.0.50.50:443/health - - - 200 -
application/json 3.4658ms
INFO 2025-03-20 19:09:51,379 [63 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 GET https://10.0.50.50:443/health - -
INFO 2025-03-20 19:09:51,380 [63 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint 'Health checks'
INFO 2025-03-20 19:09:51,381 [63 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:09:51,381 [67 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:09:51,382 [63 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint 'Health checks'
INFO 2025-03-20 19:09:51,382 [67 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 GET https://10.0.50.50:443/health - - - 200 -
application/json 3.2668ms
INFO 2025-03-20 19:09:51,510 [67 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 GET https://10.0.50.50:443/health - -
INFO 2025-03-20 19:09:51,511 [67 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint 'Health checks'
INFO 2025-03-20 19:09:51,512 [62 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:09:51,512 [63 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:09:51,513 [62 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint 'Health checks'
INFO 2025-03-20 19:09:51,513 [63 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 GET https://10.0.50.50:443/health - - - 200 -
application/json 3.3046ms
INFO 2025-03-20 19:09:51,585 [63 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 GET https://10.0.50.50:443/health - -
INFO 2025-03-20 19:09:51,586 [63 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint 'Health checks'
INFO 2025-03-20 19:09:51,587 [63 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:09:51,587 [62 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:09:51,588 [63 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint 'Health checks'
INFO 2025-03-20 19:09:51,588 [62 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 GET https://10.0.50.50:443/health - - - 200 -
application/json 3.3200ms
INFO 2025-03-20 19:09:51,713 [62 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'HealthChecksDb' using provider
'Microsoft.EntityFrameworkCore.InMemory' with options: StoreName=HealthChecksUI
INFO 2025-03-20 19:09:51,713 [62 ] .HttpClient.health-checks.LogicalHandler -
Start processing HTTP request GET https://stg.parcelat.com/health
INFO 2025-03-20 19:09:51,713 [62 ] p.HttpClient.health-checks.ClientHandler -
Sending HTTP request GET https://stg.parcelat.com/health
INFO 2025-03-20 19:09:51,716 [62 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 GET https://stg.parcelat.com/health - -
INFO 2025-03-20 19:09:51,717 [62 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint 'Health checks'
INFO 2025-03-20 19:09:51,718 [63 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:09:51,718 [62 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:09:51,719 [63 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint 'Health checks'
INFO 2025-03-20 19:09:51,719 [62 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 GET https://stg.parcelat.com/health - - - 200 -
application/json 3.4323ms
INFO 2025-03-20 19:09:51,720 [70 ] p.HttpClient.health-checks.ClientHandler -
Received HTTP response headers after 6.6827ms - 200
INFO 2025-03-20 19:09:51,720 [70 ] .HttpClient.health-checks.LogicalHandler -
End processing HTTP request after 6.7323ms - 200
INFO 2025-03-20 19:09:51,720 [70 ] Microsoft.EntityFrameworkCore.Update -
Saved 4 entities to in-memory store.
INFO 2025-03-20 19:09:52,041 [62 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 POST https://stg.parcelat.com/hangfire/stats
application/x-www-form-urlencoded;+charset=UTF-8 392
INFO 2025-03-20 19:09:52,044 [62 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:09:52,049 [62 ] tCore.Cors.Infrastructure.CorsMiddleware - No
CORS policy found for the specified request.
INFO 2025-03-20 19:09:52,050 [62 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 POST https://stg.parcelat.com/hangfire/stats
application/x-www-form-urlencoded;+charset=UTF-8 392 - 302 - - 8.8762ms
INFO 2025-03-20 19:09:52,068 [62 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 GET https://stg.parcelat.com/Error?statusCode=403 - -
INFO 2025-03-20 19:09:52,070 [62 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint 'EnterpriseBase.Web.Controllers.ErrorController.Index
(EnterpriseBase.Web.Core)'
INFO 2025-03-20 19:09:52,070 [62 ] c.Infrastructure.ControllerActionInvoker -
Route matched with {action = "Index", controller = "Error", area = ""}. Executing
controller action with signature Microsoft.AspNetCore.Mvc.ActionResult Index(Int32)
on controller EnterpriseBase.Web.Controllers.ErrorController
(EnterpriseBase.Web.Core).
INFO 2025-03-20 19:09:52,070 [62 ] Core.Mvc.ViewFeatures.ViewResultExecutor -
Executing ViewResult, running view Error403.
INFO 2025-03-20 19:09:52,071 [62 ] Core.Mvc.ViewFeatures.ViewResultExecutor -
Executed ViewResult - view Error403 executed in 0.9794ms.
INFO 2025-03-20 19:09:52,071 [62 ] c.Infrastructure.ControllerActionInvoker -
Executed action EnterpriseBase.Web.Controllers.ErrorController.Index
(EnterpriseBase.Web.Core) in 1.3745ms
INFO 2025-03-20 19:09:52,071 [62 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint 'EnterpriseBase.Web.Controllers.ErrorController.Index
(EnterpriseBase.Web.Core)'
INFO 2025-03-20 19:09:52,072 [73 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 GET https://stg.parcelat.com/Error?statusCode=403 - - -
200 - text/html;+charset=utf-8 4.0755ms
INFO 2025-03-20 19:09:52,108 [73 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 GET https://10.0.50.50:443/health - -
INFO 2025-03-20 19:09:52,109 [73 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint 'Health checks'
INFO 2025-03-20 19:09:52,110 [73 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:09:52,110 [62 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:09:52,112 [62 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint 'Health checks'
INFO 2025-03-20 19:09:52,112 [61 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 GET https://10.0.50.50:443/health - - - 200 -
application/json 3.4592ms
INFO 2025-03-20 19:09:52,290 [61 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 GET https://10.0.50.50:443/health - -
INFO 2025-03-20 19:09:52,290 [61 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint 'Health checks'
INFO 2025-03-20 19:09:52,291 [63 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:09:52,291 [62 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:09:52,293 [63 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint 'Health checks'
INFO 2025-03-20 19:09:52,293 [62 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 GET https://10.0.50.50:443/health - - - 200 -
application/json 3.3600ms
INFO 2025-03-20 19:09:52,590 [62 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 GET https://10.0.50.50:443/health - -
INFO 2025-03-20 19:09:52,591 [62 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint 'Health checks'
INFO 2025-03-20 19:09:52,592 [62 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:09:52,592 [63 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:09:52,593 [62 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint 'Health checks'
INFO 2025-03-20 19:09:52,593 [63 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 GET https://10.0.50.50:443/health - - - 200 -
application/json 3.3157ms
INFO 2025-03-20 19:09:52,644 [63 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 GET https://10.0.50.50:443/health - -
INFO 2025-03-20 19:09:52,645 [63 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint 'Health checks'
INFO 2025-03-20 19:09:52,646 [63 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:09:52,646 [62 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:09:52,647 [63 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint 'Health checks'
INFO 2025-03-20 19:09:52,648 [73 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 GET https://10.0.50.50:443/health - - - 200 -
application/json 3.2943ms
INFO 2025-03-20 19:09:52,951 [73 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 GET https://10.0.50.50:443/health - -
INFO 2025-03-20 19:09:52,952 [73 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint 'Health checks'
INFO 2025-03-20 19:09:52,953 [73 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:09:52,953 [63 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:09:52,954 [73 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint 'Health checks'
INFO 2025-03-20 19:09:52,955 [61 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 GET https://10.0.50.50:443/health - - - 200 -
application/json 3.1979ms
INFO 2025-03-20 19:09:53,132 [61 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 GET https://10.0.50.50:443/health - -
INFO 2025-03-20 19:09:53,133 [61 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint 'Health checks'
INFO 2025-03-20 19:09:53,134 [73 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:09:53,134 [61 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:09:53,136 [73 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint 'Health checks'
INFO 2025-03-20 19:09:53,136 [62 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 GET https://10.0.50.50:443/health - - - 200 -
application/json 3.5153ms
INFO 2025-03-20 19:09:53,827 [73 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 GET https://10.0.50.50:443/health - -
INFO 2025-03-20 19:09:53,828 [73 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint 'Health checks'
INFO 2025-03-20 19:09:53,829 [73 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:09:53,829 [62 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:09:53,832 [62 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint 'Health checks'
INFO 2025-03-20 19:09:53,832 [61 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 GET https://10.0.50.50:443/health - - - 200 -
application/json 4.5352ms
INFO 2025-03-20 19:09:55,140 [62 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 GET https://10.0.50.50:443/health - -
INFO 2025-03-20 19:09:55,141 [62 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint 'Health checks'
INFO 2025-03-20 19:09:55,142 [62 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:09:55,142 [61 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:09:55,144 [62 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint 'Health checks'
INFO 2025-03-20 19:09:55,144 [61 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 GET https://10.0.50.50:443/health - - - 200 -
application/json 3.7549ms
INFO 2025-03-20 19:09:55,161 [61 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 POST https://stg.parcelat.com/hangfire/stats
application/x-www-form-urlencoded;+charset=UTF-8 392
INFO 2025-03-20 19:09:55,164 [61 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:09:55,170 [62 ] tCore.Cors.Infrastructure.CorsMiddleware - No
CORS policy found for the specified request.
INFO 2025-03-20 19:09:55,170 [61 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 POST https://stg.parcelat.com/hangfire/stats
application/x-www-form-urlencoded;+charset=UTF-8 392 - 302 - - 9.2577ms
INFO 2025-03-20 19:09:55,199 [61 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 GET https://stg.parcelat.com/Error?statusCode=403 - -
INFO 2025-03-20 19:09:55,202 [61 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint 'EnterpriseBase.Web.Controllers.ErrorController.Index
(EnterpriseBase.Web.Core)'
INFO 2025-03-20 19:09:55,202 [61 ] c.Infrastructure.ControllerActionInvoker -
Route matched with {action = "Index", controller = "Error", area = ""}. Executing
controller action with signature Microsoft.AspNetCore.Mvc.ActionResult Index(Int32)
on controller EnterpriseBase.Web.Controllers.ErrorController
(EnterpriseBase.Web.Core).
INFO 2025-03-20 19:09:55,203 [61 ] Core.Mvc.ViewFeatures.ViewResultExecutor -
Executing ViewResult, running view Error403.
INFO 2025-03-20 19:09:55,204 [61 ] Core.Mvc.ViewFeatures.ViewResultExecutor -
Executed ViewResult - view Error403 executed in 1.0513ms.
INFO 2025-03-20 19:09:55,204 [61 ] c.Infrastructure.ControllerActionInvoker -
Executed action EnterpriseBase.Web.Controllers.ErrorController.Index
(EnterpriseBase.Web.Core) in 1.5006ms
INFO 2025-03-20 19:09:55,204 [61 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint 'EnterpriseBase.Web.Controllers.ErrorController.Index
(EnterpriseBase.Web.Core)'
INFO 2025-03-20 19:09:55,204 [62 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 GET https://stg.parcelat.com/Error?statusCode=403 - - -
200 - text/html;+charset=utf-8 4.6623ms
INFO 2025-03-20 19:09:56,064 [73 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 GET https://10.0.50.50:443/health - -
INFO 2025-03-20 19:09:56,065 [73 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint 'Health checks'
INFO 2025-03-20 19:09:56,066 [73 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:09:56,066 [62 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:09:56,068 [62 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint 'Health checks'
INFO 2025-03-20 19:09:56,068 [73 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 GET https://10.0.50.50:443/health - - - 200 -
application/json 3.4807ms
INFO 2025-03-20 19:09:56,079 [73 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 GET https://10.0.50.50:443/health - -
INFO 2025-03-20 19:09:56,080 [73 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint 'Health checks'
INFO 2025-03-20 19:09:56,081 [73 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:09:56,081 [62 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:09:56,083 [73 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint 'Health checks'
INFO 2025-03-20 19:09:56,083 [62 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 GET https://10.0.50.50:443/health - - - 200 -
application/json 3.2715ms
INFO 2025-03-20 19:09:56,105 [62 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 GET https://10.0.50.50:443/health - -
INFO 2025-03-20 19:09:56,106 [62 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint 'Health checks'
INFO 2025-03-20 19:09:56,107 [62 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:09:56,107 [73 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:09:56,108 [62 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint 'Health checks'
INFO 2025-03-20 19:09:56,109 [73 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 GET https://10.0.50.50:443/health - - - 200 -
application/json 3.2501ms
INFO 2025-03-20 19:09:56,418 [62 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 GET https://10.0.50.50:443/health - -
INFO 2025-03-20 19:09:56,419 [62 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint 'Health checks'
INFO 2025-03-20 19:09:56,420 [62 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:09:56,420 [67 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:09:56,422 [61 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint 'Health checks'
INFO 2025-03-20 19:09:56,422 [62 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 GET https://10.0.50.50:443/health - - - 200 -
application/json 4.0058ms
INFO 2025-03-20 19:09:56,982 [62 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 GET https://10.0.50.50:443/health - -
INFO 2025-03-20 19:09:56,985 [62 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint 'Health checks'
INFO 2025-03-20 19:09:56,986 [62 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:09:56,986 [61 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:09:56,988 [62 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint 'Health checks'
INFO 2025-03-20 19:09:56,988 [61 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 GET https://10.0.50.50:443/health - - - 200 -
application/json 5.7898ms
INFO 2025-03-20 19:09:57,129 [61 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 GET https://10.0.50.50:443/health - -
INFO 2025-03-20 19:09:57,130 [61 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint 'Health checks'
INFO 2025-03-20 19:09:57,131 [61 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:09:57,132 [62 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:09:57,133 [61 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint 'Health checks'
INFO 2025-03-20 19:09:57,133 [62 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 GET https://10.0.50.50:443/health - - - 200 -
application/json 3.6238ms
INFO 2025-03-20 19:09:57,264 [62 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 GET https://10.0.50.50:443/health - -
INFO 2025-03-20 19:09:57,265 [62 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint 'Health checks'
INFO 2025-03-20 19:09:57,266 [62 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:09:57,266 [61 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:09:57,267 [62 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint 'Health checks'
INFO 2025-03-20 19:09:57,268 [61 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 GET https://10.0.50.50:443/health - - - 200 -
application/json 3.4064ms
INFO 2025-03-20 19:09:57,465 [62 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 GET https://10.0.50.50:443/health - -
INFO 2025-03-20 19:09:57,466 [62 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint 'Health checks'
INFO 2025-03-20 19:09:57,467 [62 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:09:57,467 [61 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:09:57,468 [62 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint 'Health checks'
INFO 2025-03-20 19:09:57,468 [61 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 GET https://10.0.50.50:443/health - - - 200 -
application/json 3.2598ms
INFO 2025-03-20 19:09:57,674 [61 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 GET https://10.0.50.50:443/health - -
INFO 2025-03-20 19:09:57,675 [61 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint 'Health checks'
INFO 2025-03-20 19:09:57,676 [61 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:09:57,676 [62 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:09:57,677 [61 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint 'Health checks'
INFO 2025-03-20 19:09:57,677 [62 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 GET https://10.0.50.50:443/health - - - 200 -
application/json 3.5593ms
INFO 2025-03-20 19:09:58,044 [62 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 POST https://stg.parcelat.com/hangfire/stats
application/x-www-form-urlencoded;+charset=UTF-8 392
INFO 2025-03-20 19:09:58,047 [62 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:09:58,053 [63 ] tCore.Cors.Infrastructure.CorsMiddleware - No
CORS policy found for the specified request.
INFO 2025-03-20 19:09:58,054 [67 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 POST https://stg.parcelat.com/hangfire/stats
application/x-www-form-urlencoded;+charset=UTF-8 392 - 302 - - 9.6059ms
INFO 2025-03-20 19:09:58,069 [67 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 GET https://stg.parcelat.com/Error?statusCode=403 - -
INFO 2025-03-20 19:09:58,072 [67 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint 'EnterpriseBase.Web.Controllers.ErrorController.Index
(EnterpriseBase.Web.Core)'
INFO 2025-03-20 19:09:58,072 [67 ] c.Infrastructure.ControllerActionInvoker -
Route matched with {action = "Index", controller = "Error", area = ""}. Executing
controller action with signature Microsoft.AspNetCore.Mvc.ActionResult Index(Int32)
on controller EnterpriseBase.Web.Controllers.ErrorController
(EnterpriseBase.Web.Core).
INFO 2025-03-20 19:09:58,073 [67 ] Core.Mvc.ViewFeatures.ViewResultExecutor -
Executing ViewResult, running view Error403.
INFO 2025-03-20 19:09:58,074 [67 ] Core.Mvc.ViewFeatures.ViewResultExecutor -
Executed ViewResult - view Error403 executed in 1.0048ms.
INFO 2025-03-20 19:09:58,074 [67 ] c.Infrastructure.ControllerActionInvoker -
Executed action EnterpriseBase.Web.Controllers.ErrorController.Index
(EnterpriseBase.Web.Core) in 1.4152ms
INFO 2025-03-20 19:09:58,074 [67 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint 'EnterpriseBase.Web.Controllers.ErrorController.Index
(EnterpriseBase.Web.Core)'
INFO 2025-03-20 19:09:58,074 [63 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 GET https://stg.parcelat.com/Error?statusCode=403 - - -
200 - text/html;+charset=utf-8 4.2446ms
INFO 2025-03-20 19:09:58,233 [63 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 GET https://10.0.50.50:443/health - -
INFO 2025-03-20 19:09:58,234 [63 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint 'Health checks'
INFO 2025-03-20 19:09:58,235 [63 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:09:58,235 [67 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:09:58,236 [67 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint 'Health checks'
INFO 2025-03-20 19:09:58,236 [63 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 GET https://10.0.50.50:443/health - - - 200 -
application/json 3.3767ms
INFO 2025-03-20 19:09:59,285 [67 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 GET https://10.0.50.50:443/health - -
INFO 2025-03-20 19:09:59,286 [67 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint 'Health checks'
INFO 2025-03-20 19:09:59,287 [67 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:09:59,287 [63 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:09:59,288 [67 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint 'Health checks'
INFO 2025-03-20 19:09:59,288 [73 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 GET https://10.0.50.50:443/health - - - 200 -
application/json 3.4328ms
INFO 2025-03-20 19:09:59,662 [73 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 GET https://10.0.50.50:443/health - -
INFO 2025-03-20 19:09:59,663 [73 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint 'Health checks'
INFO 2025-03-20 19:09:59,664 [73 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:09:59,664 [63 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:09:59,665 [73 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint 'Health checks'
INFO 2025-03-20 19:09:59,666 [63 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 GET https://10.0.50.50:443/health - - - 200 -
application/json 3.5448ms
INFO 2025-03-20 19:10:01,042 [73 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 POST https://stg.parcelat.com/hangfire/stats
application/x-www-form-urlencoded;+charset=UTF-8 392
INFO 2025-03-20 19:10:01,045 [73 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:10:01,050 [73 ] tCore.Cors.Infrastructure.CorsMiddleware - No
CORS policy found for the specified request.
INFO 2025-03-20 19:10:01,051 [63 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 POST https://stg.parcelat.com/hangfire/stats
application/x-www-form-urlencoded;+charset=UTF-8 392 - 302 - - 9.2402ms
INFO 2025-03-20 19:10:01,069 [63 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 GET https://10.0.50.50:443/health - -
INFO 2025-03-20 19:10:01,070 [63 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint 'Health checks'
INFO 2025-03-20 19:10:01,070 [63 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:10:01,071 [73 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:10:01,071 [67 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 GET https://stg.parcelat.com/Error?statusCode=403 - -
INFO 2025-03-20 19:10:01,072 [63 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint 'Health checks'
INFO 2025-03-20 19:10:01,072 [63 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 GET https://10.0.50.50:443/health - - - 200 -
application/json 3.0244ms
INFO 2025-03-20 19:10:01,073 [67 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint 'EnterpriseBase.Web.Controllers.ErrorController.Index
(EnterpriseBase.Web.Core)'
INFO 2025-03-20 19:10:01,073 [67 ] c.Infrastructure.ControllerActionInvoker -
Route matched with {action = "Index", controller = "Error", area = ""}. Executing
controller action with signature Microsoft.AspNetCore.Mvc.ActionResult Index(Int32)
on controller EnterpriseBase.Web.Controllers.ErrorController
(EnterpriseBase.Web.Core).
INFO 2025-03-20 19:10:01,074 [67 ] Core.Mvc.ViewFeatures.ViewResultExecutor -
Executing ViewResult, running view Error403.
INFO 2025-03-20 19:10:01,074 [67 ] Core.Mvc.ViewFeatures.ViewResultExecutor -
Executed ViewResult - view Error403 executed in 0.9476ms.
INFO 2025-03-20 19:10:01,075 [67 ] c.Infrastructure.ControllerActionInvoker -
Executed action EnterpriseBase.Web.Controllers.ErrorController.Index
(EnterpriseBase.Web.Core) in 1.34ms
INFO 2025-03-20 19:10:01,075 [67 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint 'EnterpriseBase.Web.Controllers.ErrorController.Index
(EnterpriseBase.Web.Core)'
INFO 2025-03-20 19:10:01,075 [67 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 GET https://stg.parcelat.com/Error?statusCode=403 - - -
200 - text/html;+charset=utf-8 3.8725ms
INFO 2025-03-20 19:10:01,198 [67 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 GET https://10.0.50.50:443/health - -
INFO 2025-03-20 19:10:01,199 [67 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint 'Health checks'
INFO 2025-03-20 19:10:01,200 [61 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:10:01,200 [63 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:10:01,201 [61 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint 'Health checks'
INFO 2025-03-20 19:10:01,201 [63 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 GET https://10.0.50.50:443/health - - - 200 -
application/json 3.4243ms
INFO 2025-03-20 19:10:01,539 [61 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 GET https://10.0.50.50:443/health - -
INFO 2025-03-20 19:10:01,541 [61 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint 'Health checks'
INFO 2025-03-20 19:10:01,542 [63 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:10:01,542 [61 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:10:01,543 [63 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint 'Health checks'
INFO 2025-03-20 19:10:01,543 [61 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 GET https://10.0.50.50:443/health - - - 200 -
application/json 4.1846ms
INFO 2025-03-20 19:10:01,561 [61 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 GET https://10.0.50.50:443/health - -
INFO 2025-03-20 19:10:01,563 [61 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint 'Health checks'
INFO 2025-03-20 19:10:01,564 [63 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:10:01,564 [61 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:10:01,565 [61 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint 'Health checks'
INFO 2025-03-20 19:10:01,565 [62 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 GET https://10.0.50.50:443/health - - - 200 -
application/json 3.6735ms
INFO 2025-03-20 19:10:01,574 [62 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 GET https://10.0.50.50:443/health - -
INFO 2025-03-20 19:10:01,575 [62 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint 'Health checks'
INFO 2025-03-20 19:10:01,576 [62 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:10:01,576 [61 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:10:01,577 [62 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint 'Health checks'
INFO 2025-03-20 19:10:01,577 [61 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 GET https://10.0.50.50:443/health - - - 200 -
application/json 3.0441ms
INFO 2025-03-20 19:10:01,721 [61 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'HealthChecksDb' using provider
'Microsoft.EntityFrameworkCore.InMemory' with options: StoreName=HealthChecksUI
INFO 2025-03-20 19:10:01,721 [61 ] .HttpClient.health-checks.LogicalHandler -
Start processing HTTP request GET https://stg.parcelat.com/health
INFO 2025-03-20 19:10:01,721 [61 ] p.HttpClient.health-checks.ClientHandler -
Sending HTTP request GET https://stg.parcelat.com/health
INFO 2025-03-20 19:10:01,723 [61 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 GET https://stg.parcelat.com/health - -
INFO 2025-03-20 19:10:01,724 [61 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint 'Health checks'
INFO 2025-03-20 19:10:01,725 [62 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:10:01,725 [61 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:10:01,726 [62 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint 'Health checks'
INFO 2025-03-20 19:10:01,726 [73 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 GET https://stg.parcelat.com/health - - - 200 -
application/json 3.2757ms
INFO 2025-03-20 19:10:01,727 [70 ] p.HttpClient.health-checks.ClientHandler -
Received HTTP response headers after 5.7186ms - 200
INFO 2025-03-20 19:10:01,727 [70 ] .HttpClient.health-checks.LogicalHandler -
End processing HTTP request after 5.7684ms - 200
INFO 2025-03-20 19:10:01,727 [70 ] Microsoft.EntityFrameworkCore.Update -
Saved 4 entities to in-memory store.
INFO 2025-03-20 19:10:02,175 [73 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 GET https://10.0.50.50:443/health - -
INFO 2025-03-20 19:10:02,176 [73 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint 'Health checks'
INFO 2025-03-20 19:10:02,177 [73 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:10:02,177 [62 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:10:02,178 [62 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint 'Health checks'
INFO 2025-03-20 19:10:02,179 [63 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 GET https://10.0.50.50:443/health - - - 200 -
application/json 3.2741ms
INFO 2025-03-20 19:10:02,603 [63 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 GET https://10.0.50.50:443/health - -
INFO 2025-03-20 19:10:02,604 [63 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint 'Health checks'
INFO 2025-03-20 19:10:02,605 [63 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:10:02,605 [73 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:10:02,606 [63 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint 'Health checks'
INFO 2025-03-20 19:10:02,606 [73 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 GET https://10.0.50.50:443/health - - - 200 -
application/json 3.5475ms
INFO 2025-03-20 19:10:02,718 [73 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 GET https://10.0.50.50:443/health - -
INFO 2025-03-20 19:10:02,719 [73 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint 'Health checks'
INFO 2025-03-20 19:10:02,721 [63 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:10:02,721 [73 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:10:02,722 [73 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint 'Health checks'
INFO 2025-03-20 19:10:02,722 [63 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 GET https://10.0.50.50:443/health - - - 200 -
application/json 3.4106ms
INFO 2025-03-20 19:10:02,755 [63 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 GET https://10.0.50.50:443/health - -
INFO 2025-03-20 19:10:02,756 [63 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint 'Health checks'
INFO 2025-03-20 19:10:02,757 [62 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:10:02,757 [73 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:10:02,759 [62 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint 'Health checks'
INFO 2025-03-20 19:10:02,759 [73 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 GET https://10.0.50.50:443/health - - - 200 -
application/json 3.2299ms
INFO 2025-03-20 19:10:02,789 [73 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 GET https://10.0.50.50:443/health - -
INFO 2025-03-20 19:10:02,790 [73 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint 'Health checks'
INFO 2025-03-20 19:10:02,792 [73 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:10:02,792 [62 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:10:02,793 [73 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint 'Health checks'
INFO 2025-03-20 19:10:02,793 [62 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 GET https://10.0.50.50:443/health - - - 200 -
application/json 3.6627ms
INFO 2025-03-20 19:10:03,988 [73 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 GET https://10.0.50.50:443/health - -
INFO 2025-03-20 19:10:03,989 [73 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint 'Health checks'
INFO 2025-03-20 19:10:03,990 [73 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:10:03,990 [62 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:10:03,991 [62 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint 'Health checks'
INFO 2025-03-20 19:10:03,991 [73 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 GET https://10.0.50.50:443/health - - - 200 -
application/json 3.4685ms
INFO 2025-03-20 19:10:04,032 [73 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 POST https://stg.parcelat.com/hangfire/stats
application/x-www-form-urlencoded;+charset=UTF-8 392
INFO 2025-03-20 19:10:04,034 [73 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:10:04,040 [73 ] tCore.Cors.Infrastructure.CorsMiddleware - No
CORS policy found for the specified request.
INFO 2025-03-20 19:10:04,041 [63 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 POST https://stg.parcelat.com/hangfire/stats
application/x-www-form-urlencoded;+charset=UTF-8 392 - 302 - - 9.0064ms
INFO 2025-03-20 19:10:04,057 [63 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 GET https://stg.parcelat.com/Error?statusCode=403 - -
INFO 2025-03-20 19:10:04,059 [63 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint 'EnterpriseBase.Web.Controllers.ErrorController.Index
(EnterpriseBase.Web.Core)'
INFO 2025-03-20 19:10:04,059 [63 ] c.Infrastructure.ControllerActionInvoker -
Route matched with {action = "Index", controller = "Error", area = ""}. Executing
controller action with signature Microsoft.AspNetCore.Mvc.ActionResult Index(Int32)
on controller EnterpriseBase.Web.Controllers.ErrorController
(EnterpriseBase.Web.Core).
INFO 2025-03-20 19:10:04,060 [63 ] Core.Mvc.ViewFeatures.ViewResultExecutor -
Executing ViewResult, running view Error403.
INFO 2025-03-20 19:10:04,061 [63 ] Core.Mvc.ViewFeatures.ViewResultExecutor -
Executed ViewResult - view Error403 executed in 0.9421ms.
INFO 2025-03-20 19:10:04,061 [63 ] c.Infrastructure.ControllerActionInvoker -
Executed action EnterpriseBase.Web.Controllers.ErrorController.Index
(EnterpriseBase.Web.Core) in 1.3561ms
INFO 2025-03-20 19:10:04,061 [63 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint 'EnterpriseBase.Web.Controllers.ErrorController.Index
(EnterpriseBase.Web.Core)'
INFO 2025-03-20 19:10:04,061 [73 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 GET https://stg.parcelat.com/Error?statusCode=403 - - -
200 - text/html;+charset=utf-8 4.0728ms
INFO 2025-03-20 19:10:04,452 [73 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 POST https://stg.parcelat.com/signalr-chat?
id=Uyjig0mqhe3dtG-yVpGJXw text/plain;charset=UTF-8 11
INFO 2025-03-20 19:10:04,452 [73 ] tion.Cookies.CookieAuthenticationHandler -
Identity.Application was not authenticated. Failure message: Unprotect ticket
failed
INFO 2025-03-20 19:10:04,453 [61 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 POST https://stg.parcelat.com/signalr?id=5saTlv-
Zox5gsUguiAWOwQ text/plain;charset=UTF-8 11
INFO 2025-03-20 19:10:04,453 [73 ] tCore.Cors.Infrastructure.CorsMiddleware - No
CORS policy found for the specified request.
INFO 2025-03-20 19:10:04,453 [73 ] tion.Cookies.CookieAuthenticationHandler -
Identity.Application was not authenticated. Failure message: Unprotect ticket
failed
INFO 2025-03-20 19:10:04,453 [73 ] tion.Cookies.CookieAuthenticationHandler -
Identity.Application was not authenticated. Failure message: Unprotect ticket
failed
INFO 2025-03-20 19:10:04,453 [73 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint '/signalr-chat'
INFO 2025-03-20 19:10:04,453 [61 ] tion.Cookies.CookieAuthenticationHandler -
Identity.Application was not authenticated. Failure message: Unprotect ticket
failed
INFO 2025-03-20 19:10:04,453 [73 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint '/signalr-chat'
INFO 2025-03-20 19:10:04,453 [73 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 POST https://stg.parcelat.com/signalr-chat?
id=Uyjig0mqhe3dtG-yVpGJXw text/plain;charset=UTF-8 11 - 200 - text/plain 1.2478ms
INFO 2025-03-20 19:10:04,453 [61 ] tCore.Cors.Infrastructure.CorsMiddleware - No
CORS policy found for the specified request.
INFO 2025-03-20 19:10:04,453 [61 ] tion.Cookies.CookieAuthenticationHandler -
Identity.Application was not authenticated. Failure message: Unprotect ticket
failed
INFO 2025-03-20 19:10:04,453 [61 ] tion.Cookies.CookieAuthenticationHandler -
Identity.Application was not authenticated. Failure message: Unprotect ticket
failed
INFO 2025-03-20 19:10:04,454 [61 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint '/signalr'
INFO 2025-03-20 19:10:04,454 [61 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint '/signalr'
INFO 2025-03-20 19:10:04,454 [73 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 POST https://stg.parcelat.com/signalr?id=5saTlv-
Zox5gsUguiAWOwQ text/plain;charset=UTF-8 11 - 200 - text/plain 1.0830ms
INFO 2025-03-20 19:10:05,100 [73 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 GET https://10.0.50.50:443/health - -
INFO 2025-03-20 19:10:05,101 [73 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint 'Health checks'
INFO 2025-03-20 19:10:05,102 [73 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:10:05,102 [61 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:10:05,103 [73 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint 'Health checks'
INFO 2025-03-20 19:10:05,103 [61 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 GET https://10.0.50.50:443/health - - - 200 -
application/json 3.3702ms
INFO 2025-03-20 19:10:05,286 [73 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/2 POST https://localhost/signalr?id=znCJSWS9wfDRitdf6_zqvw
text/plain;charset=UTF-8 11
INFO 2025-03-20 19:10:05,286 [61 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/2 POST https://localhost/signalr-chat?
id=TZdjq5pXmYjbbkM2VABHWg text/plain;charset=UTF-8 11
INFO 2025-03-20 19:10:05,289 [73 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:10:05,289 [61 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:10:05,295 [61 ] tCore.Cors.Infrastructure.CorsMiddleware - No
CORS policy found for the specified request.
INFO 2025-03-20 19:10:05,296 [61 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint '/signalr-chat'
INFO 2025-03-20 19:10:05,296 [61 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint '/signalr-chat'
INFO 2025-03-20 19:10:05,296 [73 ] tCore.Cors.Infrastructure.CorsMiddleware - No
CORS policy found for the specified request.
INFO 2025-03-20 19:10:05,296 [61 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/2 POST https://localhost/signalr-chat?
id=TZdjq5pXmYjbbkM2VABHWg text/plain;charset=UTF-8 11 - 200 - text/plain 9.6771ms
INFO 2025-03-20 19:10:05,296 [73 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint '/signalr'
INFO 2025-03-20 19:10:05,296 [73 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint '/signalr'
INFO 2025-03-20 19:10:05,297 [73 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/2 POST https://localhost/signalr?id=znCJSWS9wfDRitdf6_zqvw
text/plain;charset=UTF-8 11 - 200 - text/plain 10.2588ms
INFO 2025-03-20 19:10:05,602 [63 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 GET https://10.0.50.50:443/health - -
INFO 2025-03-20 19:10:05,603 [63 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint 'Health checks'
INFO 2025-03-20 19:10:05,604 [63 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:10:05,604 [61 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:10:05,606 [63 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint 'Health checks'
INFO 2025-03-20 19:10:05,606 [61 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 GET https://10.0.50.50:443/health - - - 200 -
application/json 3.2669ms
INFO 2025-03-20 19:10:05,843 [61 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 GET https://10.0.50.50:443/health - -
INFO 2025-03-20 19:10:05,844 [61 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint 'Health checks'
INFO 2025-03-20 19:10:05,845 [61 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:10:05,845 [63 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:10:05,847 [61 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint 'Health checks'
INFO 2025-03-20 19:10:05,847 [63 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 GET https://10.0.50.50:443/health - - - 200 -
application/json 3.4000ms
INFO 2025-03-20 19:10:06,437 [61 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 GET https://10.0.50.50:443/health - -
INFO 2025-03-20 19:10:06,438 [61 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint 'Health checks'
INFO 2025-03-20 19:10:06,439 [61 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:10:06,439 [63 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:10:06,440 [63 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint 'Health checks'
INFO 2025-03-20 19:10:06,440 [62 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 GET https://10.0.50.50:443/health - - - 200 -
application/json 3.5719ms
INFO 2025-03-20 19:10:06,820 [62 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 GET https://10.0.50.50:443/health - -
INFO 2025-03-20 19:10:06,821 [62 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint 'Health checks'
INFO 2025-03-20 19:10:06,822 [62 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:10:06,822 [63 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:10:06,823 [63 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint 'Health checks'
INFO 2025-03-20 19:10:06,823 [62 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 GET https://10.0.50.50:443/health - - - 200 -
application/json 3.3477ms
INFO 2025-03-20 19:10:06,935 [62 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 GET https://10.0.50.50:443/health - -
INFO 2025-03-20 19:10:06,936 [62 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint 'Health checks'
INFO 2025-03-20 19:10:06,937 [62 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:10:06,937 [63 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:10:06,938 [63 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint 'Health checks'
INFO 2025-03-20 19:10:06,939 [62 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 GET https://10.0.50.50:443/health - - - 200 -
application/json 3.1667ms
INFO 2025-03-20 19:10:07,037 [62 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 GET https://10.0.50.50:443/health - -
INFO 2025-03-20 19:10:07,038 [62 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint 'Health checks'
INFO 2025-03-20 19:10:07,039 [62 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:10:07,039 [63 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:10:07,040 [62 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint 'Health checks'
INFO 2025-03-20 19:10:07,040 [63 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 GET https://10.0.50.50:443/health - - - 200 -
application/json 3.2315ms
INFO 2025-03-20 19:10:07,131 [63 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 GET https://10.0.50.50:443/health - -
INFO 2025-03-20 19:10:07,132 [63 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint 'Health checks'
INFO 2025-03-20 19:10:07,133 [63 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:10:07,133 [62 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:10:07,135 [63 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint 'Health checks'
INFO 2025-03-20 19:10:07,135 [62 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 GET https://10.0.50.50:443/health - - - 200 -
application/json 3.4271ms
INFO 2025-03-20 19:10:07,158 [62 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 POST https://stg.parcelat.com/hangfire/stats
application/x-www-form-urlencoded;+charset=UTF-8 392
INFO 2025-03-20 19:10:07,158 [63 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 POST https://stg.parcelat.com/signalr-chat?
id=X__BMyP0L5NXGBjpVzY_9g text/plain;charset=UTF-8 11
INFO 2025-03-20 19:10:07,161 [63 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:10:07,161 [62 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:10:07,161 [73 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 POST https://stg.parcelat.com/signalr?id=iNPIk-
13ic8dGiXMxszOBQ text/plain;charset=UTF-8 11
INFO 2025-03-20 19:10:07,164 [73 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:10:07,167 [73 ] tCore.Cors.Infrastructure.CorsMiddleware - No
CORS policy found for the specified request.
INFO 2025-03-20 19:10:07,167 [61 ] tCore.Cors.Infrastructure.CorsMiddleware - No
CORS policy found for the specified request.
INFO 2025-03-20 19:10:07,167 [73 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint '/signalr-chat'
INFO 2025-03-20 19:10:07,167 [73 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint '/signalr-chat'
INFO 2025-03-20 19:10:07,168 [73 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 POST https://stg.parcelat.com/signalr-chat?
id=X__BMyP0L5NXGBjpVzY_9g text/plain;charset=UTF-8 11 - 200 - text/plain 10.0219ms
INFO 2025-03-20 19:10:07,168 [61 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 POST https://stg.parcelat.com/hangfire/stats
application/x-www-form-urlencoded;+charset=UTF-8 392 - 302 - - 10.0752ms
INFO 2025-03-20 19:10:07,169 [73 ] tCore.Cors.Infrastructure.CorsMiddleware - No
CORS policy found for the specified request.
INFO 2025-03-20 19:10:07,170 [73 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint '/signalr'
INFO 2025-03-20 19:10:07,170 [73 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint '/signalr'
INFO 2025-03-20 19:10:07,170 [61 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 POST https://stg.parcelat.com/signalr?id=iNPIk-
13ic8dGiXMxszOBQ text/plain;charset=UTF-8 11 - 200 - text/plain 8.5300ms
INFO 2025-03-20 19:10:07,200 [61 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 GET https://stg.parcelat.com/Error?statusCode=403 - -
INFO 2025-03-20 19:10:07,202 [61 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint 'EnterpriseBase.Web.Controllers.ErrorController.Index
(EnterpriseBase.Web.Core)'
INFO 2025-03-20 19:10:07,202 [61 ] c.Infrastructure.ControllerActionInvoker -
Route matched with {action = "Index", controller = "Error", area = ""}. Executing
controller action with signature Microsoft.AspNetCore.Mvc.ActionResult Index(Int32)
on controller EnterpriseBase.Web.Controllers.ErrorController
(EnterpriseBase.Web.Core).
INFO 2025-03-20 19:10:07,203 [61 ] Core.Mvc.ViewFeatures.ViewResultExecutor -
Executing ViewResult, running view Error403.
INFO 2025-03-20 19:10:07,204 [61 ] Core.Mvc.ViewFeatures.ViewResultExecutor -
Executed ViewResult - view Error403 executed in 0.9775ms.
INFO 2025-03-20 19:10:07,204 [61 ] c.Infrastructure.ControllerActionInvoker -
Executed action EnterpriseBase.Web.Controllers.ErrorController.Index
(EnterpriseBase.Web.Core) in 1.3994ms
INFO 2025-03-20 19:10:07,204 [61 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint 'EnterpriseBase.Web.Controllers.ErrorController.Index
(EnterpriseBase.Web.Core)'
INFO 2025-03-20 19:10:07,204 [73 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 GET https://stg.parcelat.com/Error?statusCode=403 - - -
200 - text/html;+charset=utf-8 4.1928ms
INFO 2025-03-20 19:10:07,592 [61 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 GET https://10.0.50.50:443/health - -
INFO 2025-03-20 19:10:07,593 [61 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint 'Health checks'
INFO 2025-03-20 19:10:07,594 [61 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:10:07,594 [73 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:10:07,596 [61 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint 'Health checks'
INFO 2025-03-20 19:10:07,596 [73 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 GET https://10.0.50.50:443/health - - - 200 -
application/json 3.3105ms
INFO 2025-03-20 19:10:07,993 [73 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 GET https://10.0.50.50:443/health - -
INFO 2025-03-20 19:10:07,994 [73 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint 'Health checks'
INFO 2025-03-20 19:10:07,995 [73 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:10:07,995 [61 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:10:07,997 [73 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint 'Health checks'
INFO 2025-03-20 19:10:07,997 [61 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 GET https://10.0.50.50:443/health - - - 200 -
application/json 3.4294ms
INFO 2025-03-20 19:10:08,210 [61 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 GET https://10.0.50.50:443/health - -
INFO 2025-03-20 19:10:08,211 [61 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint 'Health checks'
INFO 2025-03-20 19:10:08,212 [61 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:10:08,212 [73 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:10:08,214 [61 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint 'Health checks'
INFO 2025-03-20 19:10:08,214 [73 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 GET https://10.0.50.50:443/health - - - 200 -
application/json 3.4222ms
INFO 2025-03-20 19:10:08,873 [61 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 GET https://10.0.50.50:443/health - -
INFO 2025-03-20 19:10:08,874 [61 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint 'Health checks'
INFO 2025-03-20 19:10:08,875 [61 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:10:08,875 [73 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:10:08,876 [73 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint 'Health checks'
INFO 2025-03-20 19:10:08,876 [63 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 GET https://10.0.50.50:443/health - - - 200 -
application/json 3.3892ms
DEBUG 2025-03-20 19:10:09,336 [63 ] Abp.AspNetCore.SignalR.Hubs.AbpCommonHub - A
client is disconnected: li0h_FsBHGtnVT9O9P-7Jg
INFO 2025-03-20 19:10:09,336 [63 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint '/signalr'
INFO 2025-03-20 19:10:09,336 [63 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 GET https://stg.parcelat.com/signalr?id=vug7UCMo-
a9GcTZqr5ezpw - - - 200 - text/event-stream 119654.1262ms
DEBUG 2025-03-20 19:10:09,338 [73 ] EnterpriseBase.Web.Chat.SignalR.ChatHub - A
client is disconnected: DupFbN8kr-NxFrIz8oBPPA
INFO 2025-03-20 19:10:09,338 [73 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint '/signalr-chat'
INFO 2025-03-20 19:10:09,338 [73 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 GET https://stg.parcelat.com/signalr-chat?
id=dSEv66xNhCnxNKhfDtVFWw - - - 200 - text/event-stream 119644.1244ms
INFO 2025-03-20 19:10:09,524 [67 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 POST https://stg.parcelat.com/signalr-chat/negotiate?
negotiateVersion=1 text/plain;charset=UTF-8 0
INFO 2025-03-20 19:10:09,524 [67 ] tion.Cookies.CookieAuthenticationHandler -
Identity.Application was not authenticated. Failure message: Unprotect ticket
failed
INFO 2025-03-20 19:10:09,525 [67 ] tCore.Cors.Infrastructure.CorsMiddleware - No
CORS policy found for the specified request.
INFO 2025-03-20 19:10:09,525 [67 ] tion.Cookies.CookieAuthenticationHandler -
Identity.Application was not authenticated. Failure message: Unprotect ticket
failed
INFO 2025-03-20 19:10:09,525 [67 ] tion.Cookies.CookieAuthenticationHandler -
Identity.Application was not authenticated. Failure message: Unprotect ticket
failed
INFO 2025-03-20 19:10:09,525 [67 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint '/signalr-chat/negotiate'
INFO 2025-03-20 19:10:09,525 [67 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint '/signalr-chat/negotiate'
INFO 2025-03-20 19:10:09,525 [62 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 POST https://stg.parcelat.com/signalr-chat/negotiate?
negotiateVersion=1 text/plain;charset=UTF-8 0 - 200 253 application/json 1.3547ms
INFO 2025-03-20 19:10:09,529 [62 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 POST https://stg.parcelat.com/signalr/negotiate?
negotiateVersion=1 text/plain;charset=UTF-8 0
INFO 2025-03-20 19:10:09,530 [62 ] tion.Cookies.CookieAuthenticationHandler -
Identity.Application was not authenticated. Failure message: Unprotect ticket
failed
INFO 2025-03-20 19:10:09,530 [62 ] tCore.Cors.Infrastructure.CorsMiddleware - No
CORS policy found for the specified request.
INFO 2025-03-20 19:10:09,530 [62 ] tion.Cookies.CookieAuthenticationHandler -
Identity.Application was not authenticated. Failure message: Unprotect ticket
failed
INFO 2025-03-20 19:10:09,530 [62 ] tion.Cookies.CookieAuthenticationHandler -
Identity.Application was not authenticated. Failure message: Unprotect ticket
failed
INFO 2025-03-20 19:10:09,530 [62 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint '/signalr/negotiate'
INFO 2025-03-20 19:10:09,530 [62 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint '/signalr/negotiate'
INFO 2025-03-20 19:10:09,530 [67 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 POST https://stg.parcelat.com/signalr/negotiate?
negotiateVersion=1 text/plain;charset=UTF-8 0 - 200 253 application/json 1.1390ms
INFO 2025-03-20 19:10:09,693 [67 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 GET https://stg.parcelat.com/signalr-chat?
id=PDSFDYTRPnAzTObfqV1iaQ - -
INFO 2025-03-20 19:10:09,693 [67 ] tion.Cookies.CookieAuthenticationHandler -
Identity.Application was not authenticated. Failure message: Unprotect ticket
failed
INFO 2025-03-20 19:10:09,694 [67 ] tion.Cookies.CookieAuthenticationHandler -
Identity.Application was not authenticated. Failure message: Unprotect ticket
failed
INFO 2025-03-20 19:10:09,694 [67 ] tion.Cookies.CookieAuthenticationHandler -
Identity.Application was not authenticated. Failure message: Unprotect ticket
failed
INFO 2025-03-20 19:10:09,694 [67 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint '/signalr-chat'
INFO 2025-03-20 19:10:09,705 [67 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 GET https://stg.parcelat.com/signalr?id=13Ff6R7IY-
qFrYfxT9tfDA - -
INFO 2025-03-20 19:10:09,705 [67 ] tion.Cookies.CookieAuthenticationHandler -
Identity.Application was not authenticated. Failure message: Unprotect ticket
failed
INFO 2025-03-20 19:10:09,705 [67 ] tion.Cookies.CookieAuthenticationHandler -
Identity.Application was not authenticated. Failure message: Unprotect ticket
failed
INFO 2025-03-20 19:10:09,706 [67 ] tion.Cookies.CookieAuthenticationHandler -
Identity.Application was not authenticated. Failure message: Unprotect ticket
failed
INFO 2025-03-20 19:10:09,706 [67 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint '/signalr'
INFO 2025-03-20 19:10:09,869 [67 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 POST https://stg.parcelat.com/signalr?id=13Ff6R7IY-
qFrYfxT9tfDA text/plain;charset=UTF-8 32
INFO 2025-03-20 19:10:09,870 [67 ] tion.Cookies.CookieAuthenticationHandler -
Identity.Application was not authenticated. Failure message: Unprotect ticket
failed
INFO 2025-03-20 19:10:09,870 [67 ] tCore.Cors.Infrastructure.CorsMiddleware - No
CORS policy found for the specified request.
INFO 2025-03-20 19:10:09,870 [67 ] tion.Cookies.CookieAuthenticationHandler -
Identity.Application was not authenticated. Failure message: Unprotect ticket
failed
INFO 2025-03-20 19:10:09,870 [67 ] tion.Cookies.CookieAuthenticationHandler -
Identity.Application was not authenticated. Failure message: Unprotect ticket
failed
INFO 2025-03-20 19:10:09,870 [67 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint '/signalr'
INFO 2025-03-20 19:10:09,870 [67 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint '/signalr'
INFO 2025-03-20 19:10:09,870 [67 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 POST https://stg.parcelat.com/signalr?id=13Ff6R7IY-
qFrYfxT9tfDA text/plain;charset=UTF-8 32 - 200 - text/plain 1.2633ms
DEBUG 2025-03-20 19:10:09,871 [62 ] Abp.AspNetCore.SignalR.Hubs.AbpCommonHub - A
client is connected:
{"ConnectionId":"oAsRKepQUIFFVXtoU_UuiA","IpAddress":"103.103.174.14","TenantId":nu
ll,"UserId":null,"ConnectTime":"2025-03-20T19:10:09.8709667+03:00","Properties":{}}
INFO 2025-03-20 19:10:09,874 [62 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 POST https://stg.parcelat.com/signalr-chat?
id=PDSFDYTRPnAzTObfqV1iaQ text/plain;charset=UTF-8 32
INFO 2025-03-20 19:10:09,874 [62 ] tion.Cookies.CookieAuthenticationHandler -
Identity.Application was not authenticated. Failure message: Unprotect ticket
failed
INFO 2025-03-20 19:10:09,874 [62 ] tCore.Cors.Infrastructure.CorsMiddleware - No
CORS policy found for the specified request.
INFO 2025-03-20 19:10:09,874 [62 ] tion.Cookies.CookieAuthenticationHandler -
Identity.Application was not authenticated. Failure message: Unprotect ticket
failed
INFO 2025-03-20 19:10:09,875 [62 ] tion.Cookies.CookieAuthenticationHandler -
Identity.Application was not authenticated. Failure message: Unprotect ticket
failed
INFO 2025-03-20 19:10:09,875 [62 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint '/signalr-chat'
INFO 2025-03-20 19:10:09,875 [62 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint '/signalr-chat'
INFO 2025-03-20 19:10:09,875 [62 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 POST https://stg.parcelat.com/signalr-chat?
id=PDSFDYTRPnAzTObfqV1iaQ text/plain;charset=UTF-8 32 - 200 - text/plain 1.1276ms
DEBUG 2025-03-20 19:10:09,877 [61 ] EnterpriseBase.Web.Chat.SignalR.ChatHub - A
client is connected: {"ConnectionId":"JLEchw1Yr1b4-
1CNcMpUkw","IpAddress":"103.103.174.14","TenantId":null,"UserId":null,"ConnectTime"
:"2025-03-20T19:10:09.8773789+03:00","Properties":{}}
INFO 2025-03-20 19:10:10,050 [61 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 POST https://stg.parcelat.com/hangfire/stats
application/x-www-form-urlencoded;+charset=UTF-8 392
INFO 2025-03-20 19:10:10,053 [61 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:10:10,059 [62 ] tCore.Cors.Infrastructure.CorsMiddleware - No
CORS policy found for the specified request.
INFO 2025-03-20 19:10:10,060 [67 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 POST https://stg.parcelat.com/hangfire/stats
application/x-www-form-urlencoded;+charset=UTF-8 392 - 302 - - 9.4882ms
INFO 2025-03-20 19:10:10,117 [67 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 GET https://stg.parcelat.com/Error?statusCode=403 - -
INFO 2025-03-20 19:10:10,120 [67 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint 'EnterpriseBase.Web.Controllers.ErrorController.Index
(EnterpriseBase.Web.Core)'
INFO 2025-03-20 19:10:10,120 [67 ] c.Infrastructure.ControllerActionInvoker -
Route matched with {action = "Index", controller = "Error", area = ""}. Executing
controller action with signature Microsoft.AspNetCore.Mvc.ActionResult Index(Int32)
on controller EnterpriseBase.Web.Controllers.ErrorController
(EnterpriseBase.Web.Core).
INFO 2025-03-20 19:10:10,121 [67 ] Core.Mvc.ViewFeatures.ViewResultExecutor -
Executing ViewResult, running view Error403.
INFO 2025-03-20 19:10:10,122 [67 ] Core.Mvc.ViewFeatures.ViewResultExecutor -
Executed ViewResult - view Error403 executed in 0.9885ms.
INFO 2025-03-20 19:10:10,122 [67 ] c.Infrastructure.ControllerActionInvoker -
Executed action EnterpriseBase.Web.Controllers.ErrorController.Index
(EnterpriseBase.Web.Core) in 1.4844ms
INFO 2025-03-20 19:10:10,122 [67 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint 'EnterpriseBase.Web.Controllers.ErrorController.Index
(EnterpriseBase.Web.Core)'
INFO 2025-03-20 19:10:10,122 [62 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 GET https://stg.parcelat.com/Error?statusCode=403 - - -
200 - text/html;+charset=utf-8 4.4328ms
INFO 2025-03-20 19:10:10,125 [62 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 GET https://10.0.50.50:443/health - -
INFO 2025-03-20 19:10:10,126 [62 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint 'Health checks'
INFO 2025-03-20 19:10:10,127 [62 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:10:10,127 [67 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:10:10,128 [73 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint 'Health checks'
INFO 2025-03-20 19:10:10,128 [67 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 GET https://10.0.50.50:443/health - - - 200 -
application/json 3.1112ms
INFO 2025-03-20 19:10:10,859 [73 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 GET https://10.0.50.50:443/health - -
INFO 2025-03-20 19:10:10,860 [73 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint 'Health checks'
INFO 2025-03-20 19:10:10,861 [73 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:10:10,861 [67 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:10:10,862 [73 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint 'Health checks'
INFO 2025-03-20 19:10:10,862 [67 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 GET https://10.0.50.50:443/health - - - 200 -
application/json 3.5224ms
INFO 2025-03-20 19:10:11,277 [62 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 GET https://10.0.50.50:443/health - -
INFO 2025-03-20 19:10:11,278 [62 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint 'Health checks'
INFO 2025-03-20 19:10:11,279 [62 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:10:11,279 [63 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:10:11,280 [62 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint 'Health checks'
INFO 2025-03-20 19:10:11,280 [63 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 GET https://10.0.50.50:443/health - - - 200 -
application/json 3.4517ms
INFO 2025-03-20 19:10:11,328 [63 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 GET https://10.0.50.50:443/health - -
INFO 2025-03-20 19:10:11,329 [63 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint 'Health checks'
INFO 2025-03-20 19:10:11,330 [63 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:10:11,330 [62 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:10:11,331 [62 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint 'Health checks'
INFO 2025-03-20 19:10:11,331 [63 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 GET https://10.0.50.50:443/health - - - 200 -
application/json 3.1228ms
INFO 2025-03-20 19:10:11,728 [73 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'HealthChecksDb' using provider
'Microsoft.EntityFrameworkCore.InMemory' with options: StoreName=HealthChecksUI
INFO 2025-03-20 19:10:11,728 [73 ] .HttpClient.health-checks.LogicalHandler -
Start processing HTTP request GET https://stg.parcelat.com/health
INFO 2025-03-20 19:10:11,728 [73 ] p.HttpClient.health-checks.ClientHandler -
Sending HTTP request GET https://stg.parcelat.com/health
INFO 2025-03-20 19:10:11,730 [73 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 GET https://stg.parcelat.com/health - -
INFO 2025-03-20 19:10:11,731 [73 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint 'Health checks'
INFO 2025-03-20 19:10:11,732 [73 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:10:11,732 [63 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:10:11,734 [73 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint 'Health checks'
INFO 2025-03-20 19:10:11,734 [67 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 GET https://stg.parcelat.com/health - - - 200 -
application/json 3.3554ms
INFO 2025-03-20 19:10:11,734 [70 ] p.HttpClient.health-checks.ClientHandler -
Received HTTP response headers after 5.7702ms - 200
INFO 2025-03-20 19:10:11,734 [70 ] .HttpClient.health-checks.LogicalHandler -
End processing HTTP request after 5.833ms - 200
INFO 2025-03-20 19:10:11,735 [70 ] Microsoft.EntityFrameworkCore.Update -
Saved 4 entities to in-memory store.
INFO 2025-03-20 19:10:11,880 [67 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 GET https://10.0.50.50:443/health - -
INFO 2025-03-20 19:10:11,882 [67 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint 'Health checks'
INFO 2025-03-20 19:10:11,883 [67 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:10:11,883 [73 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:10:11,884 [73 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint 'Health checks'
INFO 2025-03-20 19:10:11,884 [67 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 GET https://10.0.50.50:443/health - - - 200 -
application/json 4.8337ms
INFO 2025-03-20 19:10:11,897 [67 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 GET https://10.0.50.50:443/health - -
INFO 2025-03-20 19:10:11,898 [67 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint 'Health checks'
INFO 2025-03-20 19:10:11,899 [67 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:10:11,899 [73 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:10:11,900 [63 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint 'Health checks'
INFO 2025-03-20 19:10:11,900 [61 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 GET https://10.0.50.50:443/health - - - 200 -
application/json 3.2559ms
INFO 2025-03-20 19:10:11,937 [61 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 GET https://10.0.50.50:443/health - -
INFO 2025-03-20 19:10:11,938 [61 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint 'Health checks'
INFO 2025-03-20 19:10:11,939 [61 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:10:11,939 [63 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:10:11,940 [63 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint 'Health checks'
INFO 2025-03-20 19:10:11,941 [61 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 GET https://10.0.50.50:443/health - - - 200 -
application/json 3.0586ms
INFO 2025-03-20 19:10:12,178 [61 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 GET https://10.0.50.50:443/health - -
INFO 2025-03-20 19:10:12,179 [61 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint 'Health checks'
INFO 2025-03-20 19:10:12,180 [61 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:10:12,180 [63 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:10:12,181 [61 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint 'Health checks'
INFO 2025-03-20 19:10:12,181 [63 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 GET https://10.0.50.50:443/health - - - 200 -
application/json 3.4018ms
INFO 2025-03-20 19:10:12,516 [67 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 GET https://10.0.50.50:443/health - -
INFO 2025-03-20 19:10:12,517 [67 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint 'Health checks'
INFO 2025-03-20 19:10:12,518 [67 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:10:12,518 [73 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:10:12,519 [67 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint 'Health checks'
INFO 2025-03-20 19:10:12,520 [73 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 GET https://10.0.50.50:443/health - - - 200 -
application/json 3.3988ms
INFO 2025-03-20 19:10:13,040 [73 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 POST https://stg.parcelat.com/hangfire/stats
application/x-www-form-urlencoded;+charset=UTF-8 392
INFO 2025-03-20 19:10:13,043 [73 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:10:13,044 [67 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 GET https://10.0.50.50:443/health - -
INFO 2025-03-20 19:10:13,045 [67 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint 'Health checks'
INFO 2025-03-20 19:10:13,046 [67 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:10:13,046 [73 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:10:13,047 [73 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint 'Health checks'
INFO 2025-03-20 19:10:13,047 [67 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 GET https://10.0.50.50:443/health - - - 200 -
application/json 2.8523ms
INFO 2025-03-20 19:10:13,049 [67 ] tCore.Cors.Infrastructure.CorsMiddleware - No
CORS policy found for the specified request.
INFO 2025-03-20 19:10:13,050 [73 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 POST https://stg.parcelat.com/hangfire/stats
application/x-www-form-urlencoded;+charset=UTF-8 392 - 302 - - 9.4769ms
INFO 2025-03-20 19:10:13,070 [73 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 GET https://stg.parcelat.com/Error?statusCode=403 - -
INFO 2025-03-20 19:10:13,072 [73 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint 'EnterpriseBase.Web.Controllers.ErrorController.Index
(EnterpriseBase.Web.Core)'
INFO 2025-03-20 19:10:13,073 [73 ] c.Infrastructure.ControllerActionInvoker -
Route matched with {action = "Index", controller = "Error", area = ""}. Executing
controller action with signature Microsoft.AspNetCore.Mvc.ActionResult Index(Int32)
on controller EnterpriseBase.Web.Controllers.ErrorController
(EnterpriseBase.Web.Core).
INFO 2025-03-20 19:10:13,073 [73 ] Core.Mvc.ViewFeatures.ViewResultExecutor -
Executing ViewResult, running view Error403.
INFO 2025-03-20 19:10:13,074 [73 ] Core.Mvc.ViewFeatures.ViewResultExecutor -
Executed ViewResult - view Error403 executed in 0.9953ms.
INFO 2025-03-20 19:10:13,074 [73 ] c.Infrastructure.ControllerActionInvoker -
Executed action EnterpriseBase.Web.Controllers.ErrorController.Index
(EnterpriseBase.Web.Core) in 1.4496ms
INFO 2025-03-20 19:10:13,074 [73 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint 'EnterpriseBase.Web.Controllers.ErrorController.Index
(EnterpriseBase.Web.Core)'
INFO 2025-03-20 19:10:13,075 [67 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 GET https://stg.parcelat.com/Error?statusCode=403 - - -
200 - text/html;+charset=utf-8 4.4958ms
INFO 2025-03-20 19:10:13,222 [67 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 GET https://10.0.50.50:443/health - -
INFO 2025-03-20 19:10:13,223 [67 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint 'Health checks'
INFO 2025-03-20 19:10:13,224 [67 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:10:13,224 [73 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:10:13,225 [67 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint 'Health checks'
INFO 2025-03-20 19:10:13,225 [73 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 GET https://10.0.50.50:443/health - - - 200 -
application/json 3.3876ms
INFO 2025-03-20 19:10:13,924 [73 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 GET https://10.0.50.50:443/health - -
INFO 2025-03-20 19:10:13,925 [73 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint 'Health checks'
INFO 2025-03-20 19:10:13,926 [73 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:10:13,926 [67 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:10:13,927 [73 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint 'Health checks'
INFO 2025-03-20 19:10:13,928 [67 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 GET https://10.0.50.50:443/health - - - 200 -
application/json 3.3101ms
INFO 2025-03-20 19:10:15,553 [67 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 GET https://10.0.50.50:443/health - -
INFO 2025-03-20 19:10:15,554 [67 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint 'Health checks'
INFO 2025-03-20 19:10:15,555 [67 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:10:15,555 [73 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:10:15,556 [67 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint 'Health checks'
INFO 2025-03-20 19:10:15,556 [73 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 GET https://10.0.50.50:443/health - - - 200 -
application/json 3.3514ms
INFO 2025-03-20 19:10:15,711 [73 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 GET https://10.0.50.50:443/health - -
INFO 2025-03-20 19:10:15,713 [73 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint 'Health checks'
INFO 2025-03-20 19:10:15,714 [67 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:10:15,714 [73 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:10:15,715 [67 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint 'Health checks'
INFO 2025-03-20 19:10:15,715 [73 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 GET https://10.0.50.50:443/health - - - 200 -
application/json 3.7170ms
INFO 2025-03-20 19:10:16,101 [73 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 POST https://stg.parcelat.com/hangfire/stats
application/x-www-form-urlencoded;+charset=UTF-8 392
INFO 2025-03-20 19:10:16,104 [73 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:10:16,110 [61 ] tCore.Cors.Infrastructure.CorsMiddleware - No
CORS policy found for the specified request.
INFO 2025-03-20 19:10:16,111 [61 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 POST https://stg.parcelat.com/hangfire/stats
application/x-www-form-urlencoded;+charset=UTF-8 392 - 302 - - 9.7398ms
INFO 2025-03-20 19:10:16,124 [61 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 GET https://stg.parcelat.com/Error?statusCode=403 - -
INFO 2025-03-20 19:10:16,127 [61 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint 'EnterpriseBase.Web.Controllers.ErrorController.Index
(EnterpriseBase.Web.Core)'
INFO 2025-03-20 19:10:16,127 [61 ] c.Infrastructure.ControllerActionInvoker -
Route matched with {action = "Index", controller = "Error", area = ""}. Executing
controller action with signature Microsoft.AspNetCore.Mvc.ActionResult Index(Int32)
on controller EnterpriseBase.Web.Controllers.ErrorController
(EnterpriseBase.Web.Core).
INFO 2025-03-20 19:10:16,128 [61 ] Core.Mvc.ViewFeatures.ViewResultExecutor -
Executing ViewResult, running view Error403.
INFO 2025-03-20 19:10:16,129 [61 ] Core.Mvc.ViewFeatures.ViewResultExecutor -
Executed ViewResult - view Error403 executed in 1.0584ms.
INFO 2025-03-20 19:10:16,129 [61 ] c.Infrastructure.ControllerActionInvoker -
Executed action EnterpriseBase.Web.Controllers.ErrorController.Index
(EnterpriseBase.Web.Core) in 1.4907ms
INFO 2025-03-20 19:10:16,129 [61 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint 'EnterpriseBase.Web.Controllers.ErrorController.Index
(EnterpriseBase.Web.Core)'
INFO 2025-03-20 19:10:16,129 [73 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 GET https://stg.parcelat.com/Error?statusCode=403 - - -
200 - text/html;+charset=utf-8 4.3229ms
INFO 2025-03-20 19:10:16,324 [73 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 GET https://10.0.50.50:443/health - -
INFO 2025-03-20 19:10:16,325 [73 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint 'Health checks'
INFO 2025-03-20 19:10:16,326 [73 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:10:16,326 [61 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:10:16,327 [61 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint 'Health checks'
INFO 2025-03-20 19:10:16,327 [73 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 GET https://10.0.50.50:443/health - - - 200 -
application/json 3.3594ms
INFO 2025-03-20 19:10:16,539 [73 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 GET https://10.0.50.50:443/health - -
INFO 2025-03-20 19:10:16,540 [73 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint 'Health checks'
INFO 2025-03-20 19:10:16,541 [73 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:10:16,541 [67 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:10:16,542 [73 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint 'Health checks'
INFO 2025-03-20 19:10:16,543 [67 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 GET https://10.0.50.50:443/health - - - 200 -
application/json 3.3477ms
INFO 2025-03-20 19:10:16,911 [67 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 GET https://10.0.50.50:443/health - -
INFO 2025-03-20 19:10:16,912 [67 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint 'Health checks'
INFO 2025-03-20 19:10:16,913 [67 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:10:16,913 [73 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:10:16,914 [67 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint 'Health checks'
INFO 2025-03-20 19:10:16,914 [73 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 GET https://10.0.50.50:443/health - - - 200 -
application/json 3.2635ms
INFO 2025-03-20 19:10:16,947 [73 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 GET https://10.0.50.50:443/health - -
INFO 2025-03-20 19:10:16,948 [73 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint 'Health checks'
INFO 2025-03-20 19:10:16,949 [63 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:10:16,949 [73 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:10:16,950 [73 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint 'Health checks'
INFO 2025-03-20 19:10:16,950 [63 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 GET https://10.0.50.50:443/health - - - 200 -
application/json 3.4195ms
INFO 2025-03-20 19:10:17,252 [63 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 GET https://10.0.50.50:443/health - -
INFO 2025-03-20 19:10:17,253 [63 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint 'Health checks'
INFO 2025-03-20 19:10:17,254 [63 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:10:17,254 [73 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:10:17,255 [73 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint 'Health checks'
INFO 2025-03-20 19:10:17,255 [63 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 GET https://10.0.50.50:443/health - - - 200 -
application/json 3.4126ms
INFO 2025-03-20 19:10:17,283 [63 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 GET https://10.0.50.50:443/health - -
INFO 2025-03-20 19:10:17,283 [63 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint 'Health checks'
INFO 2025-03-20 19:10:17,284 [63 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:10:17,284 [73 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:10:17,286 [63 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint 'Health checks'
INFO 2025-03-20 19:10:17,286 [73 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 GET https://10.0.50.50:443/health - - - 200 -
application/json 3.2150ms
INFO 2025-03-20 19:10:17,715 [73 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 GET https://10.0.50.50:443/health - -
INFO 2025-03-20 19:10:17,716 [73 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint 'Health checks'
INFO 2025-03-20 19:10:17,717 [73 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:10:17,717 [63 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:10:17,718 [73 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint 'Health checks'
INFO 2025-03-20 19:10:17,718 [63 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 GET https://10.0.50.50:443/health - - - 200 -
application/json 3.4793ms
INFO 2025-03-20 19:10:17,857 [63 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 GET https://10.0.50.50:443/health - -
INFO 2025-03-20 19:10:17,858 [63 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint 'Health checks'
INFO 2025-03-20 19:10:17,859 [63 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:10:17,859 [73 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:10:17,860 [73 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint 'Health checks'
INFO 2025-03-20 19:10:17,860 [63 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 GET https://10.0.50.50:443/health - - - 200 -
application/json 3.3365ms
INFO 2025-03-20 19:10:18,191 [63 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 GET https://10.0.50.50:443/health - -
INFO 2025-03-20 19:10:18,192 [63 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint 'Health checks'
INFO 2025-03-20 19:10:18,193 [63 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:10:18,193 [73 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:10:18,198 [63 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint 'Health checks'
INFO 2025-03-20 19:10:18,198 [73 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 GET https://10.0.50.50:443/health - - - 200 -
application/json 7.2289ms
INFO 2025-03-20 19:10:18,926 [73 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 GET https://10.0.50.50:443/health - -
INFO 2025-03-20 19:10:18,927 [73 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint 'Health checks'
INFO 2025-03-20 19:10:18,928 [73 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:10:18,928 [63 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:10:18,930 [73 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint 'Health checks'
INFO 2025-03-20 19:10:18,930 [63 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 GET https://10.0.50.50:443/health - - - 200 -
application/json 3.4621ms
INFO 2025-03-20 19:10:19,041 [63 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 POST https://stg.parcelat.com/hangfire/stats
application/x-www-form-urlencoded;+charset=UTF-8 392
INFO 2025-03-20 19:10:19,044 [63 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:10:19,049 [73 ] tCore.Cors.Infrastructure.CorsMiddleware - No
CORS policy found for the specified request.
INFO 2025-03-20 19:10:19,050 [73 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 POST https://stg.parcelat.com/hangfire/stats
application/x-www-form-urlencoded;+charset=UTF-8 392 - 302 - - 8.8459ms
INFO 2025-03-20 19:10:19,068 [73 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 GET https://stg.parcelat.com/Error?statusCode=403 - -
INFO 2025-03-20 19:10:19,071 [73 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint 'EnterpriseBase.Web.Controllers.ErrorController.Index
(EnterpriseBase.Web.Core)'
INFO 2025-03-20 19:10:19,071 [73 ] c.Infrastructure.ControllerActionInvoker -
Route matched with {action = "Index", controller = "Error", area = ""}. Executing
controller action with signature Microsoft.AspNetCore.Mvc.ActionResult Index(Int32)
on controller EnterpriseBase.Web.Controllers.ErrorController
(EnterpriseBase.Web.Core).
INFO 2025-03-20 19:10:19,072 [73 ] Core.Mvc.ViewFeatures.ViewResultExecutor -
Executing ViewResult, running view Error403.
INFO 2025-03-20 19:10:19,072 [73 ] Core.Mvc.ViewFeatures.ViewResultExecutor -
Executed ViewResult - view Error403 executed in 0.9973ms.
INFO 2025-03-20 19:10:19,073 [73 ] c.Infrastructure.ControllerActionInvoker -
Executed action EnterpriseBase.Web.Controllers.ErrorController.Index
(EnterpriseBase.Web.Core) in 1.4075ms
INFO 2025-03-20 19:10:19,073 [73 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint 'EnterpriseBase.Web.Controllers.ErrorController.Index
(EnterpriseBase.Web.Core)'
INFO 2025-03-20 19:10:19,073 [63 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 GET https://stg.parcelat.com/Error?statusCode=403 - - -
200 - text/html;+charset=utf-8 4.1575ms
INFO 2025-03-20 19:10:20,452 [62 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 POST https://stg.parcelat.com/signalr-chat?
id=Uyjig0mqhe3dtG-yVpGJXw text/plain;charset=UTF-8 11
INFO 2025-03-20 19:10:20,453 [61 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 POST https://stg.parcelat.com/signalr?id=5saTlv-
Zox5gsUguiAWOwQ text/plain;charset=UTF-8 11
INFO 2025-03-20 19:10:20,453 [62 ] tion.Cookies.CookieAuthenticationHandler -
Identity.Application was not authenticated. Failure message: Unprotect ticket
failed
INFO 2025-03-20 19:10:20,453 [62 ] tCore.Cors.Infrastructure.CorsMiddleware - No
CORS policy found for the specified request.
INFO 2025-03-20 19:10:20,453 [61 ] tion.Cookies.CookieAuthenticationHandler -
Identity.Application was not authenticated. Failure message: Unprotect ticket
failed
INFO 2025-03-20 19:10:20,453 [62 ] tion.Cookies.CookieAuthenticationHandler -
Identity.Application was not authenticated. Failure message: Unprotect ticket
failed
INFO 2025-03-20 19:10:20,453 [62 ] tion.Cookies.CookieAuthenticationHandler -
Identity.Application was not authenticated. Failure message: Unprotect ticket
failed
INFO 2025-03-20 19:10:20,453 [62 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint '/signalr-chat'
INFO 2025-03-20 19:10:20,453 [61 ] tCore.Cors.Infrastructure.CorsMiddleware - No
CORS policy found for the specified request.
INFO 2025-03-20 19:10:20,453 [62 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint '/signalr-chat'
INFO 2025-03-20 19:10:20,454 [61 ] tion.Cookies.CookieAuthenticationHandler -
Identity.Application was not authenticated. Failure message: Unprotect ticket
failed
INFO 2025-03-20 19:10:20,454 [62 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 POST https://stg.parcelat.com/signalr-chat?
id=Uyjig0mqhe3dtG-yVpGJXw text/plain;charset=UTF-8 11 - 200 - text/plain 1.4288ms
INFO 2025-03-20 19:10:20,454 [61 ] tion.Cookies.CookieAuthenticationHandler -
Identity.Application was not authenticated. Failure message: Unprotect ticket
failed
INFO 2025-03-20 19:10:20,454 [61 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint '/signalr'
INFO 2025-03-20 19:10:20,454 [61 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint '/signalr'
INFO 2025-03-20 19:10:20,454 [61 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 POST https://stg.parcelat.com/signalr?id=5saTlv-
Zox5gsUguiAWOwQ text/plain;charset=UTF-8 11 - 200 - text/plain 1.1401ms
INFO 2025-03-20 19:10:20,559 [61 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 GET https://10.0.50.50:443/health - -
INFO 2025-03-20 19:10:20,560 [61 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint 'Health checks'
INFO 2025-03-20 19:10:20,561 [61 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:10:20,561 [67 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:10:20,562 [61 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint 'Health checks'
INFO 2025-03-20 19:10:20,563 [67 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 GET https://10.0.50.50:443/health - - - 200 -
application/json 3.5114ms
INFO 2025-03-20 19:10:20,644 [67 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 GET https://10.0.50.50:443/health - -
INFO 2025-03-20 19:10:20,645 [67 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint 'Health checks'
INFO 2025-03-20 19:10:20,646 [67 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:10:20,646 [61 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:10:20,647 [61 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint 'Health checks'
INFO 2025-03-20 19:10:20,648 [67 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 GET https://10.0.50.50:443/health - - - 200 -
application/json 3.4462ms
INFO 2025-03-20 19:10:21,245 [67 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 GET https://10.0.50.50:443/health - -
INFO 2025-03-20 19:10:21,246 [67 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint 'Health checks'
INFO 2025-03-20 19:10:21,247 [67 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:10:21,247 [61 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:10:21,248 [61 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint 'Health checks'
INFO 2025-03-20 19:10:21,249 [67 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 GET https://10.0.50.50:443/health - - - 200 -
application/json 3.6706ms
INFO 2025-03-20 19:10:21,285 [67 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/2 POST https://localhost/signalr?id=znCJSWS9wfDRitdf6_zqvw
text/plain;charset=UTF-8 11
INFO 2025-03-20 19:10:21,285 [61 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/2 POST https://localhost/signalr-chat?
id=TZdjq5pXmYjbbkM2VABHWg text/plain;charset=UTF-8 11
INFO 2025-03-20 19:10:21,287 [67 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:10:21,287 [61 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:10:21,294 [67 ] tCore.Cors.Infrastructure.CorsMiddleware - No
CORS policy found for the specified request.
INFO 2025-03-20 19:10:21,294 [61 ] tCore.Cors.Infrastructure.CorsMiddleware - No
CORS policy found for the specified request.
INFO 2025-03-20 19:10:21,295 [61 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint '/signalr-chat'
INFO 2025-03-20 19:10:21,295 [67 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint '/signalr'
INFO 2025-03-20 19:10:21,295 [61 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint '/signalr-chat'
INFO 2025-03-20 19:10:21,295 [67 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint '/signalr'
INFO 2025-03-20 19:10:21,295 [61 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/2 POST https://localhost/signalr-chat?
id=TZdjq5pXmYjbbkM2VABHWg text/plain;charset=UTF-8 11 - 200 - text/plain 10.5164ms
INFO 2025-03-20 19:10:21,295 [67 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/2 POST https://localhost/signalr?id=znCJSWS9wfDRitdf6_zqvw
text/plain;charset=UTF-8 11 - 200 - text/plain 10.5542ms
INFO 2025-03-20 19:10:21,706 [61 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 GET https://10.0.50.50:443/health - -
INFO 2025-03-20 19:10:21,707 [61 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint 'Health checks'
INFO 2025-03-20 19:10:21,708 [63 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:10:21,708 [62 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:10:21,709 [63 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint 'Health checks'
INFO 2025-03-20 19:10:21,709 [62 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 GET https://10.0.50.50:443/health - - - 200 -
application/json 3.5887ms
INFO 2025-03-20 19:10:21,736 [62 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'HealthChecksDb' using provider
'Microsoft.EntityFrameworkCore.InMemory' with options: StoreName=HealthChecksUI
INFO 2025-03-20 19:10:21,736 [62 ] .HttpClient.health-checks.LogicalHandler -
Start processing HTTP request GET https://stg.parcelat.com/health
INFO 2025-03-20 19:10:21,736 [62 ] p.HttpClient.health-checks.ClientHandler -
Sending HTTP request GET https://stg.parcelat.com/health
INFO 2025-03-20 19:10:21,738 [62 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 GET https://stg.parcelat.com/health - -
INFO 2025-03-20 19:10:21,739 [62 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint 'Health checks'
INFO 2025-03-20 19:10:21,739 [62 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:10:21,739 [63 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:10:21,740 [63 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint 'Health checks'
INFO 2025-03-20 19:10:21,741 [62 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 GET https://stg.parcelat.com/health - - - 200 -
application/json 2.9196ms
INFO 2025-03-20 19:10:21,741 [70 ] p.HttpClient.health-checks.ClientHandler -
Received HTTP response headers after 5.0509ms - 200
INFO 2025-03-20 19:10:21,741 [70 ] .HttpClient.health-checks.LogicalHandler -
End processing HTTP request after 5.1053ms - 200
INFO 2025-03-20 19:10:21,742 [70 ] Microsoft.EntityFrameworkCore.Update -
Saved 4 entities to in-memory store.
INFO 2025-03-20 19:10:21,965 [62 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 GET https://10.0.50.50:443/health - -
INFO 2025-03-20 19:10:21,966 [62 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint 'Health checks'
INFO 2025-03-20 19:10:21,967 [62 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:10:21,967 [63 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:10:21,969 [62 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint 'Health checks'
INFO 2025-03-20 19:10:21,969 [63 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 GET https://10.0.50.50:443/health - - - 200 -
application/json 3.3001ms
INFO 2025-03-20 19:10:22,026 [63 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 GET https://10.0.50.50:443/health - -
INFO 2025-03-20 19:10:22,027 [63 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint 'Health checks'
INFO 2025-03-20 19:10:22,028 [63 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:10:22,028 [62 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:10:22,029 [63 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint 'Health checks'
INFO 2025-03-20 19:10:22,029 [62 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 GET https://10.0.50.50:443/health - - - 200 -
application/json 3.1889ms
INFO 2025-03-20 19:10:22,043 [62 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 POST https://stg.parcelat.com/hangfire/stats
application/x-www-form-urlencoded;+charset=UTF-8 392
INFO 2025-03-20 19:10:22,046 [62 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:10:22,051 [63 ] tCore.Cors.Infrastructure.CorsMiddleware - No
CORS policy found for the specified request.
INFO 2025-03-20 19:10:22,052 [63 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 POST https://stg.parcelat.com/hangfire/stats
application/x-www-form-urlencoded;+charset=UTF-8 392 - 302 - - 8.9085ms
INFO 2025-03-20 19:10:22,069 [63 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 GET https://stg.parcelat.com/Error?statusCode=403 - -
INFO 2025-03-20 19:10:22,072 [63 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint 'EnterpriseBase.Web.Controllers.ErrorController.Index
(EnterpriseBase.Web.Core)'
INFO 2025-03-20 19:10:22,072 [63 ] c.Infrastructure.ControllerActionInvoker -
Route matched with {action = "Index", controller = "Error", area = ""}. Executing
controller action with signature Microsoft.AspNetCore.Mvc.ActionResult Index(Int32)
on controller EnterpriseBase.Web.Controllers.ErrorController
(EnterpriseBase.Web.Core).
INFO 2025-03-20 19:10:22,073 [63 ] Core.Mvc.ViewFeatures.ViewResultExecutor -
Executing ViewResult, running view Error403.
INFO 2025-03-20 19:10:22,074 [63 ] Core.Mvc.ViewFeatures.ViewResultExecutor -
Executed ViewResult - view Error403 executed in 0.9937ms.
INFO 2025-03-20 19:10:22,074 [63 ] c.Infrastructure.ControllerActionInvoker -
Executed action EnterpriseBase.Web.Controllers.ErrorController.Index
(EnterpriseBase.Web.Core) in 1.4295ms
INFO 2025-03-20 19:10:22,074 [63 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint 'EnterpriseBase.Web.Controllers.ErrorController.Index
(EnterpriseBase.Web.Core)'
INFO 2025-03-20 19:10:22,074 [62 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 GET https://stg.parcelat.com/Error?statusCode=403 - - -
200 - text/html;+charset=utf-8 4.3148ms
INFO 2025-03-20 19:10:22,394 [73 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 GET https://10.0.50.50:443/health - -
INFO 2025-03-20 19:10:22,395 [73 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint 'Health checks'
INFO 2025-03-20 19:10:22,396 [73 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:10:22,396 [67 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:10:22,397 [67 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint 'Health checks'
INFO 2025-03-20 19:10:22,397 [73 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 GET https://10.0.50.50:443/health - - - 200 -
application/json 3.2826ms
INFO 2025-03-20 19:10:22,751 [73 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 GET https://10.0.50.50:443/health - -
INFO 2025-03-20 19:10:22,752 [73 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint 'Health checks'
INFO 2025-03-20 19:10:22,753 [73 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:10:22,753 [67 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:10:22,755 [67 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint 'Health checks'
INFO 2025-03-20 19:10:22,755 [73 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 GET https://10.0.50.50:443/health - - - 200 -
application/json 4.0220ms
INFO 2025-03-20 19:10:22,759 [73 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 GET https://10.0.50.50:443/health - -
INFO 2025-03-20 19:10:22,760 [73 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint 'Health checks'
INFO 2025-03-20 19:10:22,761 [61 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:10:22,762 [73 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:10:22,763 [61 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint 'Health checks'
INFO 2025-03-20 19:10:22,763 [73 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 GET https://10.0.50.50:443/health - - - 200 -
application/json 4.1118ms
INFO 2025-03-20 19:10:22,769 [73 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 GET https://10.0.50.50:443/health - -
INFO 2025-03-20 19:10:22,770 [73 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint 'Health checks'
INFO 2025-03-20 19:10:22,771 [61 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:10:22,771 [73 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:10:22,772 [73 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint 'Health checks'
INFO 2025-03-20 19:10:22,772 [61 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 GET https://10.0.50.50:443/health - - - 200 -
application/json 3.4260ms
INFO 2025-03-20 19:10:23,172 [61 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 GET https://10.0.50.50:443/health - -
INFO 2025-03-20 19:10:23,173 [61 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint 'Health checks'
INFO 2025-03-20 19:10:23,173 [61 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:10:23,173 [73 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:10:23,175 [61 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint 'Health checks'
INFO 2025-03-20 19:10:23,175 [73 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 GET https://10.0.50.50:443/health - - - 200 -
application/json 3.1989ms
INFO 2025-03-20 19:10:24,179 [73 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 GET https://10.0.50.50:443/health - -
INFO 2025-03-20 19:10:24,180 [73 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint 'Health checks'
INFO 2025-03-20 19:10:24,181 [73 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:10:24,181 [63 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:10:24,182 [73 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint 'Health checks'
INFO 2025-03-20 19:10:24,182 [63 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 GET https://10.0.50.50:443/health - - - 200 -
application/json 3.3953ms
INFO 2025-03-20 19:10:25,035 [61 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 POST https://stg.parcelat.com/hangfire/stats
application/x-www-form-urlencoded;+charset=UTF-8 392
INFO 2025-03-20 19:10:25,038 [61 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:10:25,044 [67 ] tCore.Cors.Infrastructure.CorsMiddleware - No
CORS policy found for the specified request.
INFO 2025-03-20 19:10:25,044 [61 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 POST https://stg.parcelat.com/hangfire/stats
application/x-www-form-urlencoded;+charset=UTF-8 392 - 302 - - 9.4873ms
INFO 2025-03-20 19:10:25,061 [61 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 GET https://stg.parcelat.com/Error?statusCode=403 - -
INFO 2025-03-20 19:10:25,064 [61 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint 'EnterpriseBase.Web.Controllers.ErrorController.Index
(EnterpriseBase.Web.Core)'
INFO 2025-03-20 19:10:25,064 [61 ] c.Infrastructure.ControllerActionInvoker -
Route matched with {action = "Index", controller = "Error", area = ""}. Executing
controller action with signature Microsoft.AspNetCore.Mvc.ActionResult Index(Int32)
on controller EnterpriseBase.Web.Controllers.ErrorController
(EnterpriseBase.Web.Core).
INFO 2025-03-20 19:10:25,064 [61 ] Core.Mvc.ViewFeatures.ViewResultExecutor -
Executing ViewResult, running view Error403.
INFO 2025-03-20 19:10:25,065 [61 ] Core.Mvc.ViewFeatures.ViewResultExecutor -
Executed ViewResult - view Error403 executed in 1.0208ms.
INFO 2025-03-20 19:10:25,065 [61 ] c.Infrastructure.ControllerActionInvoker -
Executed action EnterpriseBase.Web.Controllers.ErrorController.Index
(EnterpriseBase.Web.Core) in 1.4485ms
INFO 2025-03-20 19:10:25,065 [61 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint 'EnterpriseBase.Web.Controllers.ErrorController.Index
(EnterpriseBase.Web.Core)'
INFO 2025-03-20 19:10:25,066 [67 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 GET https://stg.parcelat.com/Error?statusCode=403 - - -
200 - text/html;+charset=utf-8 4.4737ms
INFO 2025-03-20 19:10:25,313 [67 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 GET https://10.0.50.50:443/health - -
INFO 2025-03-20 19:10:25,314 [67 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint 'Health checks'
INFO 2025-03-20 19:10:25,315 [67 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:10:25,316 [61 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:10:25,317 [61 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint 'Health checks'
INFO 2025-03-20 19:10:25,317 [67 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 GET https://10.0.50.50:443/health - - - 200 -
application/json 3.4676ms
INFO 2025-03-20 19:10:25,701 [67 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 POST https://stg.parcelat.com/signalr-chat?
id=PDSFDYTRPnAzTObfqV1iaQ text/plain;charset=UTF-8 11
INFO 2025-03-20 19:10:25,702 [67 ] tion.Cookies.CookieAuthenticationHandler -
Identity.Application was not authenticated. Failure message: Unprotect ticket
failed
INFO 2025-03-20 19:10:25,702 [67 ] tCore.Cors.Infrastructure.CorsMiddleware - No
CORS policy found for the specified request.
INFO 2025-03-20 19:10:25,702 [67 ] tion.Cookies.CookieAuthenticationHandler -
Identity.Application was not authenticated. Failure message: Unprotect ticket
failed
INFO 2025-03-20 19:10:25,702 [67 ] tion.Cookies.CookieAuthenticationHandler -
Identity.Application was not authenticated. Failure message: Unprotect ticket
failed
INFO 2025-03-20 19:10:25,702 [67 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint '/signalr-chat'
INFO 2025-03-20 19:10:25,702 [67 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint '/signalr-chat'
INFO 2025-03-20 19:10:25,702 [67 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 POST https://stg.parcelat.com/signalr-chat?
id=PDSFDYTRPnAzTObfqV1iaQ text/plain;charset=UTF-8 11 - 200 - text/plain 1.3301ms
INFO 2025-03-20 19:10:25,712 [67 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 POST https://stg.parcelat.com/signalr?id=13Ff6R7IY-
qFrYfxT9tfDA text/plain;charset=UTF-8 11
INFO 2025-03-20 19:10:25,713 [67 ] tion.Cookies.CookieAuthenticationHandler -
Identity.Application was not authenticated. Failure message: Unprotect ticket
failed
INFO 2025-03-20 19:10:25,713 [67 ] tCore.Cors.Infrastructure.CorsMiddleware - No
CORS policy found for the specified request.
INFO 2025-03-20 19:10:25,713 [67 ] tion.Cookies.CookieAuthenticationHandler -
Identity.Application was not authenticated. Failure message: Unprotect ticket
failed
INFO 2025-03-20 19:10:25,713 [67 ] tion.Cookies.CookieAuthenticationHandler -
Identity.Application was not authenticated. Failure message: Unprotect ticket
failed
INFO 2025-03-20 19:10:25,713 [67 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint '/signalr'
INFO 2025-03-20 19:10:25,713 [67 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint '/signalr'
INFO 2025-03-20 19:10:25,713 [67 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 POST https://stg.parcelat.com/signalr?id=13Ff6R7IY-
qFrYfxT9tfDA text/plain;charset=UTF-8 11 - 200 - text/plain 1.1515ms
INFO 2025-03-20 19:10:25,808 [67 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 GET https://10.0.50.50:443/health - -
INFO 2025-03-20 19:10:25,809 [67 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint 'Health checks'
INFO 2025-03-20 19:10:25,810 [67 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:10:25,810 [61 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:10:25,811 [67 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint 'Health checks'
INFO 2025-03-20 19:10:25,811 [61 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 GET https://10.0.50.50:443/health - - - 200 -
application/json 3.2803ms
INFO 2025-03-20 19:10:26,617 [67 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 GET https://10.0.50.50:443/health - -
INFO 2025-03-20 19:10:26,618 [67 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint 'Health checks'
INFO 2025-03-20 19:10:26,619 [67 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:10:26,619 [61 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:10:26,620 [67 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint 'Health checks'
INFO 2025-03-20 19:10:26,621 [61 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 GET https://10.0.50.50:443/health - - - 200 -
application/json 3.4661ms
INFO 2025-03-20 19:10:26,684 [61 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 GET https://10.0.50.50:443/health - -
INFO 2025-03-20 19:10:26,685 [61 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint 'Health checks'
INFO 2025-03-20 19:10:26,686 [61 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:10:26,686 [67 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:10:26,687 [61 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint 'Health checks'
INFO 2025-03-20 19:10:26,687 [67 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 GET https://10.0.50.50:443/health - - - 200 -
application/json 3.1446ms
INFO 2025-03-20 19:10:26,966 [67 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 GET https://10.0.50.50:443/health - -
INFO 2025-03-20 19:10:26,967 [67 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint 'Health checks'
INFO 2025-03-20 19:10:26,968 [67 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:10:26,968 [61 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:10:26,969 [67 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint 'Health checks'
INFO 2025-03-20 19:10:26,969 [61 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 GET https://10.0.50.50:443/health - - - 200 -
application/json 3.4186ms
INFO 2025-03-20 19:10:27,106 [61 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 GET https://10.0.50.50:443/health - -
INFO 2025-03-20 19:10:27,107 [61 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint 'Health checks'
INFO 2025-03-20 19:10:27,108 [67 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:10:27,108 [61 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:10:27,109 [61 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint 'Health checks'
INFO 2025-03-20 19:10:27,109 [67 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 GET https://10.0.50.50:443/health - - - 200 -
application/json 3.9092ms
INFO 2025-03-20 19:10:27,414 [67 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 GET https://10.0.50.50:443/health - -
INFO 2025-03-20 19:10:27,415 [67 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint 'Health checks'
INFO 2025-03-20 19:10:27,416 [67 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:10:27,416 [73 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:10:27,418 [67 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint 'Health checks'
INFO 2025-03-20 19:10:27,418 [73 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 GET https://10.0.50.50:443/health - - - 200 -
application/json 3.2754ms
INFO 2025-03-20 19:10:27,749 [73 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 GET https://10.0.50.50:443/health - -
INFO 2025-03-20 19:10:27,750 [73 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint 'Health checks'
INFO 2025-03-20 19:10:27,750 [73 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:10:27,751 [67 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:10:27,752 [67 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint 'Health checks'
INFO 2025-03-20 19:10:27,752 [61 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 GET https://10.0.50.50:443/health - - - 200 -
application/json 3.3450ms
INFO 2025-03-20 19:10:27,931 [61 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 GET https://10.0.50.50:443/health - -
INFO 2025-03-20 19:10:27,932 [61 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint 'Health checks'
INFO 2025-03-20 19:10:27,933 [61 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:10:27,933 [67 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:10:27,934 [61 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint 'Health checks'
INFO 2025-03-20 19:10:27,934 [63 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 GET https://10.0.50.50:443/health - - - 200 -
application/json 3.2556ms
INFO 2025-03-20 19:10:27,950 [63 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 GET https://10.0.50.50:443/health - -
INFO 2025-03-20 19:10:27,951 [63 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint 'Health checks'
INFO 2025-03-20 19:10:27,952 [63 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:10:27,952 [61 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:10:27,953 [61 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint 'Health checks'
INFO 2025-03-20 19:10:27,953 [63 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 GET https://10.0.50.50:443/health - - - 200 -
application/json 3.2228ms
INFO 2025-03-20 19:10:28,037 [63 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 POST https://stg.parcelat.com/hangfire/stats
application/x-www-form-urlencoded;+charset=UTF-8 392
INFO 2025-03-20 19:10:28,039 [63 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:10:28,045 [73 ] tCore.Cors.Infrastructure.CorsMiddleware - No
CORS policy found for the specified request.
INFO 2025-03-20 19:10:28,046 [61 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 POST https://stg.parcelat.com/hangfire/stats
application/x-www-form-urlencoded;+charset=UTF-8 392 - 302 - - 9.2787ms
INFO 2025-03-20 19:10:28,063 [61 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 GET https://stg.parcelat.com/Error?statusCode=403 - -
INFO 2025-03-20 19:10:28,066 [61 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint 'EnterpriseBase.Web.Controllers.ErrorController.Index
(EnterpriseBase.Web.Core)'
INFO 2025-03-20 19:10:28,066 [61 ] c.Infrastructure.ControllerActionInvoker -
Route matched with {action = "Index", controller = "Error", area = ""}. Executing
controller action with signature Microsoft.AspNetCore.Mvc.ActionResult Index(Int32)
on controller EnterpriseBase.Web.Controllers.ErrorController
(EnterpriseBase.Web.Core).
INFO 2025-03-20 19:10:28,066 [61 ] Core.Mvc.ViewFeatures.ViewResultExecutor -
Executing ViewResult, running view Error403.
INFO 2025-03-20 19:10:28,067 [61 ] Core.Mvc.ViewFeatures.ViewResultExecutor -
Executed ViewResult - view Error403 executed in 0.9578ms.
INFO 2025-03-20 19:10:28,067 [61 ] c.Infrastructure.ControllerActionInvoker -
Executed action EnterpriseBase.Web.Controllers.ErrorController.Index
(EnterpriseBase.Web.Core) in 1.3704ms
INFO 2025-03-20 19:10:28,067 [61 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint 'EnterpriseBase.Web.Controllers.ErrorController.Index
(EnterpriseBase.Web.Core)'
INFO 2025-03-20 19:10:28,068 [62 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 GET https://stg.parcelat.com/Error?statusCode=403 - - -
200 - text/html;+charset=utf-8 4.4197ms
INFO 2025-03-20 19:10:28,649 [62 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 GET https://10.0.50.50:443/health - -
INFO 2025-03-20 19:10:28,650 [62 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint 'Health checks'
INFO 2025-03-20 19:10:28,651 [62 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:10:28,651 [61 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:10:28,652 [61 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint 'Health checks'
INFO 2025-03-20 19:10:28,653 [62 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 GET https://10.0.50.50:443/health - - - 200 -
application/json 3.3560ms
INFO 2025-03-20 19:10:29,630 [61 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 GET https://10.0.50.50:443/health - -
INFO 2025-03-20 19:10:29,631 [61 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint 'Health checks'
INFO 2025-03-20 19:10:29,632 [61 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:10:29,633 [62 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:10:29,633 [62 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint 'Health checks'
INFO 2025-03-20 19:10:29,634 [62 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 GET https://10.0.50.50:443/health - - - 200 -
application/json 3.9204ms
INFO 2025-03-20 19:10:30,433 [67 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 GET https://10.0.50.50:443/health - -
INFO 2025-03-20 19:10:30,434 [67 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint 'Health checks'
INFO 2025-03-20 19:10:30,435 [67 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:10:30,435 [63 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:10:30,437 [67 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint 'Health checks'
INFO 2025-03-20 19:10:30,437 [63 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 GET https://10.0.50.50:443/health - - - 200 -
application/json 3.8328ms
INFO 2025-03-20 19:10:30,635 [63 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 GET https://10.0.50.50:443/health - -
INFO 2025-03-20 19:10:30,636 [63 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint 'Health checks'
INFO 2025-03-20 19:10:30,637 [67 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:10:30,637 [63 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:10:30,638 [67 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint 'Health checks'
INFO 2025-03-20 19:10:30,638 [63 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 GET https://10.0.50.50:443/health - - - 200 -
application/json 3.4688ms
INFO 2025-03-20 19:10:31,040 [63 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 POST https://stg.parcelat.com/hangfire/stats
application/x-www-form-urlencoded;+charset=UTF-8 392
INFO 2025-03-20 19:10:31,042 [63 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:10:31,048 [61 ] tCore.Cors.Infrastructure.CorsMiddleware - No
CORS policy found for the specified request.
INFO 2025-03-20 19:10:31,049 [73 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 POST https://stg.parcelat.com/hangfire/stats
application/x-www-form-urlencoded;+charset=UTF-8 392 - 302 - - 9.5271ms
INFO 2025-03-20 19:10:31,070 [73 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 GET https://stg.parcelat.com/Error?statusCode=403 - -
INFO 2025-03-20 19:10:31,073 [73 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint 'EnterpriseBase.Web.Controllers.ErrorController.Index
(EnterpriseBase.Web.Core)'
INFO 2025-03-20 19:10:31,074 [73 ] c.Infrastructure.ControllerActionInvoker -
Route matched with {action = "Index", controller = "Error", area = ""}. Executing
controller action with signature Microsoft.AspNetCore.Mvc.ActionResult Index(Int32)
on controller EnterpriseBase.Web.Controllers.ErrorController
(EnterpriseBase.Web.Core).
INFO 2025-03-20 19:10:31,074 [73 ] Core.Mvc.ViewFeatures.ViewResultExecutor -
Executing ViewResult, running view Error403.
INFO 2025-03-20 19:10:31,075 [73 ] Core.Mvc.ViewFeatures.ViewResultExecutor -
Executed ViewResult - view Error403 executed in 0.9932ms.
INFO 2025-03-20 19:10:31,075 [73 ] c.Infrastructure.ControllerActionInvoker -
Executed action EnterpriseBase.Web.Controllers.ErrorController.Index
(EnterpriseBase.Web.Core) in 1.4196ms
INFO 2025-03-20 19:10:31,075 [73 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint 'EnterpriseBase.Web.Controllers.ErrorController.Index
(EnterpriseBase.Web.Core)'
INFO 2025-03-20 19:10:31,075 [61 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 GET https://stg.parcelat.com/Error?statusCode=403 - - -
200 - text/html;+charset=utf-8 5.8705ms
INFO 2025-03-20 19:10:31,367 [73 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 GET https://10.0.50.50:443/health - -
INFO 2025-03-20 19:10:31,368 [73 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint 'Health checks'
INFO 2025-03-20 19:10:31,369 [73 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:10:31,370 [61 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:10:31,371 [73 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint 'Health checks'
INFO 2025-03-20 19:10:31,371 [61 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 GET https://10.0.50.50:443/health - - - 200 -
application/json 3.4724ms
INFO 2025-03-20 19:10:31,742 [61 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'HealthChecksDb' using provider
'Microsoft.EntityFrameworkCore.InMemory' with options: StoreName=HealthChecksUI
INFO 2025-03-20 19:10:31,742 [61 ] .HttpClient.health-checks.LogicalHandler -
Start processing HTTP request GET https://stg.parcelat.com/health
INFO 2025-03-20 19:10:31,742 [61 ] p.HttpClient.health-checks.ClientHandler -
Sending HTTP request GET https://stg.parcelat.com/health
INFO 2025-03-20 19:10:31,744 [61 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 GET https://stg.parcelat.com/health - -
INFO 2025-03-20 19:10:31,745 [61 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint 'Health checks'
INFO 2025-03-20 19:10:31,746 [61 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:10:31,746 [73 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:10:31,748 [73 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint 'Health checks'
INFO 2025-03-20 19:10:31,748 [61 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 GET https://stg.parcelat.com/health - - - 200 -
application/json 3.4382ms
INFO 2025-03-20 19:10:31,748 [70 ] p.HttpClient.health-checks.ClientHandler -
Received HTTP response headers after 5.6511ms - 200
INFO 2025-03-20 19:10:31,748 [70 ] .HttpClient.health-checks.LogicalHandler -
End processing HTTP request after 5.7094ms - 200
INFO 2025-03-20 19:10:31,749 [70 ] Microsoft.EntityFrameworkCore.Update -
Saved 4 entities to in-memory store.
INFO 2025-03-20 19:10:31,782 [61 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 GET https://10.0.50.50:443/health - -
INFO 2025-03-20 19:10:31,784 [61 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint 'Health checks'
INFO 2025-03-20 19:10:31,785 [73 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:10:31,785 [67 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:10:31,786 [67 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint 'Health checks'
INFO 2025-03-20 19:10:31,786 [73 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 GET https://10.0.50.50:443/health - - - 200 -
application/json 3.7051ms
INFO 2025-03-20 19:10:32,256 [73 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 GET https://10.0.50.50:443/health - -
INFO 2025-03-20 19:10:32,257 [73 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint 'Health checks'
INFO 2025-03-20 19:10:32,258 [73 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:10:32,258 [67 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:10:32,259 [73 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint 'Health checks'
INFO 2025-03-20 19:10:32,259 [67 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 GET https://10.0.50.50:443/health - - - 200 -
application/json 3.2824ms
INFO 2025-03-20 19:10:32,365 [67 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 GET https://10.0.50.50:443/health - -
INFO 2025-03-20 19:10:32,367 [67 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint 'Health checks'
INFO 2025-03-20 19:10:32,367 [67 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:10:32,367 [73 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:10:32,369 [67 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint 'Health checks'
INFO 2025-03-20 19:10:32,369 [73 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 GET https://10.0.50.50:443/health - - - 200 -
application/json 3.3831ms
INFO 2025-03-20 19:10:32,371 [73 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 GET https://10.0.50.50:443/health - -
INFO 2025-03-20 19:10:32,372 [73 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint 'Health checks'
INFO 2025-03-20 19:10:32,373 [73 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:10:32,374 [67 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:10:32,374 [67 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint 'Health checks'
INFO 2025-03-20 19:10:32,374 [73 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 GET https://10.0.50.50:443/health - - - 200 -
application/json 2.9909ms
INFO 2025-03-20 19:10:32,913 [73 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 GET https://10.0.50.50:443/health - -
INFO 2025-03-20 19:10:32,914 [73 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint 'Health checks'
INFO 2025-03-20 19:10:32,915 [73 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:10:32,915 [67 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:10:32,916 [73 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint 'Health checks'
INFO 2025-03-20 19:10:32,916 [67 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 GET https://10.0.50.50:443/health - - - 200 -
application/json 3.3668ms
INFO 2025-03-20 19:10:33,073 [67 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 GET https://10.0.50.50:443/health - -
INFO 2025-03-20 19:10:33,074 [67 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint 'Health checks'
INFO 2025-03-20 19:10:33,075 [67 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:10:33,075 [73 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:10:33,076 [67 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint 'Health checks'
INFO 2025-03-20 19:10:33,077 [73 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 GET https://10.0.50.50:443/health - - - 200 -
application/json 3.6029ms
INFO 2025-03-20 19:10:33,113 [73 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 GET https://10.0.50.50:443/health - -
INFO 2025-03-20 19:10:33,114 [73 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint 'Health checks'
INFO 2025-03-20 19:10:33,115 [73 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:10:33,115 [67 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:10:33,117 [73 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint 'Health checks'
INFO 2025-03-20 19:10:33,117 [67 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 GET https://10.0.50.50:443/health - - - 200 -
application/json 3.4897ms
INFO 2025-03-20 19:10:33,435 [67 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 GET https://10.0.50.50:443/health - -
INFO 2025-03-20 19:10:33,436 [67 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint 'Health checks'
INFO 2025-03-20 19:10:33,437 [67 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:10:33,438 [73 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:10:33,439 [67 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint 'Health checks'
INFO 2025-03-20 19:10:33,439 [73 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 GET https://10.0.50.50:443/health - - - 200 -
application/json 3.6037ms
INFO 2025-03-20 19:10:34,046 [67 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 POST https://stg.parcelat.com/hangfire/stats
application/x-www-form-urlencoded;+charset=UTF-8 392
INFO 2025-03-20 19:10:34,048 [67 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:10:34,055 [73 ] tCore.Cors.Infrastructure.CorsMiddleware - No
CORS policy found for the specified request.
INFO 2025-03-20 19:10:34,056 [67 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 POST https://stg.parcelat.com/hangfire/stats
application/x-www-form-urlencoded;+charset=UTF-8 392 - 302 - - 9.9550ms
INFO 2025-03-20 19:10:34,074 [67 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 GET https://stg.parcelat.com/Error?statusCode=403 - -
INFO 2025-03-20 19:10:34,077 [67 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint 'EnterpriseBase.Web.Controllers.ErrorController.Index
(EnterpriseBase.Web.Core)'
INFO 2025-03-20 19:10:34,077 [67 ] c.Infrastructure.ControllerActionInvoker -
Route matched with {action = "Index", controller = "Error", area = ""}. Executing
controller action with signature Microsoft.AspNetCore.Mvc.ActionResult Index(Int32)
on controller EnterpriseBase.Web.Controllers.ErrorController
(EnterpriseBase.Web.Core).
INFO 2025-03-20 19:10:34,078 [67 ] Core.Mvc.ViewFeatures.ViewResultExecutor -
Executing ViewResult, running view Error403.
INFO 2025-03-20 19:10:34,079 [67 ] Core.Mvc.ViewFeatures.ViewResultExecutor -
Executed ViewResult - view Error403 executed in 1.129ms.
INFO 2025-03-20 19:10:34,079 [67 ] c.Infrastructure.ControllerActionInvoker -
Executed action EnterpriseBase.Web.Controllers.ErrorController.Index
(EnterpriseBase.Web.Core) in 1.5703ms
INFO 2025-03-20 19:10:34,079 [67 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint 'EnterpriseBase.Web.Controllers.ErrorController.Index
(EnterpriseBase.Web.Core)'
INFO 2025-03-20 19:10:34,079 [73 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 GET https://stg.parcelat.com/Error?statusCode=403 - - -
200 - text/html;+charset=utf-8 4.7536ms
INFO 2025-03-20 19:10:34,930 [67 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 GET https://10.0.50.50:443/health - -
INFO 2025-03-20 19:10:34,931 [67 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint 'Health checks'
INFO 2025-03-20 19:10:34,932 [67 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:10:34,932 [73 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:10:34,933 [73 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint 'Health checks'
INFO 2025-03-20 19:10:34,933 [67 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 GET https://10.0.50.50:443/health - - - 200 -
application/json 3.3722ms
INFO 2025-03-20 19:10:35,193 [67 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 GET https://10.0.50.50:443/health - -
INFO 2025-03-20 19:10:35,194 [67 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint 'Health checks'
INFO 2025-03-20 19:10:35,195 [67 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:10:35,195 [73 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:10:35,196 [67 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint 'Health checks'
INFO 2025-03-20 19:10:35,196 [73 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 GET https://10.0.50.50:443/health - - - 200 -
application/json 3.3238ms
INFO 2025-03-20 19:10:35,377 [73 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 GET https://10.0.50.50:443/health - -
INFO 2025-03-20 19:10:35,378 [73 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint 'Health checks'
INFO 2025-03-20 19:10:35,379 [73 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:10:35,379 [67 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:10:35,380 [73 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint 'Health checks'
INFO 2025-03-20 19:10:35,380 [67 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 GET https://10.0.50.50:443/health - - - 200 -
application/json 3.1897ms
INFO 2025-03-20 19:10:36,053 [67 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 POST https://stg.parcelat.com/signalr?id=iNPIk-
13ic8dGiXMxszOBQ text/plain;charset=UTF-8 11
INFO 2025-03-20 19:10:36,053 [73 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 POST https://stg.parcelat.com/signalr-chat?
id=X__BMyP0L5NXGBjpVzY_9g text/plain;charset=UTF-8 11
INFO 2025-03-20 19:10:36,056 [67 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:10:36,056 [73 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:10:36,062 [61 ] tCore.Cors.Infrastructure.CorsMiddleware - No
CORS policy found for the specified request.
INFO 2025-03-20 19:10:36,062 [61 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint '/signalr-chat'
INFO 2025-03-20 19:10:36,062 [61 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint '/signalr-chat'
INFO 2025-03-20 19:10:36,062 [73 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 POST https://stg.parcelat.com/signalr-chat?
id=X__BMyP0L5NXGBjpVzY_9g text/plain;charset=UTF-8 11 - 200 - text/plain 9.0502ms
INFO 2025-03-20 19:10:36,103 [73 ] tCore.Cors.Infrastructure.CorsMiddleware - No
CORS policy found for the specified request.
INFO 2025-03-20 19:10:36,104 [73 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint '/signalr'
INFO 2025-03-20 19:10:36,104 [73 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint '/signalr'
INFO 2025-03-20 19:10:36,104 [61 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 POST https://stg.parcelat.com/signalr?id=iNPIk-
13ic8dGiXMxszOBQ text/plain;charset=UTF-8 11 - 200 - text/plain 50.9172ms
INFO 2025-03-20 19:10:36,229 [61 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 GET https://10.0.50.50:443/health - -
INFO 2025-03-20 19:10:36,230 [61 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint 'Health checks'
INFO 2025-03-20 19:10:36,231 [61 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:10:36,231 [73 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:10:36,233 [61 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint 'Health checks'
INFO 2025-03-20 19:10:36,233 [73 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 GET https://10.0.50.50:443/health - - - 200 -
application/json 3.6010ms
INFO 2025-03-20 19:10:36,971 [62 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 GET https://10.0.50.50:443/health - -
INFO 2025-03-20 19:10:36,972 [62 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint 'Health checks'
INFO 2025-03-20 19:10:36,973 [62 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:10:36,973 [73 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:10:36,975 [62 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint 'Health checks'
INFO 2025-03-20 19:10:36,975 [73 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 GET https://10.0.50.50:443/health - - - 200 -
application/json 3.2257ms
INFO 2025-03-20 19:10:37,036 [73 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 POST https://stg.parcelat.com/hangfire/stats
application/x-www-form-urlencoded;+charset=UTF-8 392
INFO 2025-03-20 19:10:37,038 [73 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:10:37,044 [73 ] tCore.Cors.Infrastructure.CorsMiddleware - No
CORS policy found for the specified request.
INFO 2025-03-20 19:10:37,045 [62 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 POST https://stg.parcelat.com/hangfire/stats
application/x-www-form-urlencoded;+charset=UTF-8 392 - 302 - - 9.2579ms
INFO 2025-03-20 19:10:37,059 [62 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 GET https://stg.parcelat.com/Error?statusCode=403 - -
INFO 2025-03-20 19:10:37,061 [62 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint 'EnterpriseBase.Web.Controllers.ErrorController.Index
(EnterpriseBase.Web.Core)'
INFO 2025-03-20 19:10:37,062 [62 ] c.Infrastructure.ControllerActionInvoker -
Route matched with {action = "Index", controller = "Error", area = ""}. Executing
controller action with signature Microsoft.AspNetCore.Mvc.ActionResult Index(Int32)
on controller EnterpriseBase.Web.Controllers.ErrorController
(EnterpriseBase.Web.Core).
INFO 2025-03-20 19:10:37,062 [62 ] Core.Mvc.ViewFeatures.ViewResultExecutor -
Executing ViewResult, running view Error403.
INFO 2025-03-20 19:10:37,063 [62 ] Core.Mvc.ViewFeatures.ViewResultExecutor -
Executed ViewResult - view Error403 executed in 0.9873ms.
INFO 2025-03-20 19:10:37,063 [62 ] c.Infrastructure.ControllerActionInvoker -
Executed action EnterpriseBase.Web.Controllers.ErrorController.Index
(EnterpriseBase.Web.Core) in 1.3656ms
INFO 2025-03-20 19:10:37,063 [62 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint 'EnterpriseBase.Web.Controllers.ErrorController.Index
(EnterpriseBase.Web.Core)'
INFO 2025-03-20 19:10:37,063 [73 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 GET https://stg.parcelat.com/Error?statusCode=403 - - -
200 - text/html;+charset=utf-8 3.9914ms
INFO 2025-03-20 19:10:37,176 [73 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 GET https://10.0.50.50:443/health - -
INFO 2025-03-20 19:10:37,176 [73 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint 'Health checks'
INFO 2025-03-20 19:10:37,177 [73 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:10:37,177 [62 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:10:37,179 [73 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint 'Health checks'
INFO 2025-03-20 19:10:37,179 [62 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 GET https://10.0.50.50:443/health - - - 200 -
application/json 3.2213ms
INFO 2025-03-20 19:10:37,201 [62 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 GET https://10.0.50.50:443/health - -
INFO 2025-03-20 19:10:37,202 [62 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint 'Health checks'
INFO 2025-03-20 19:10:37,203 [62 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:10:37,203 [73 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:10:37,204 [62 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint 'Health checks'
INFO 2025-03-20 19:10:37,204 [73 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 GET https://10.0.50.50:443/health - - - 200 -
application/json 2.9726ms
INFO 2025-03-20 19:10:37,286 [73 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/2 POST https://localhost/signalr?id=znCJSWS9wfDRitdf6_zqvw
text/plain;charset=UTF-8 11
INFO 2025-03-20 19:10:37,289 [73 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:10:37,300 [62 ] tCore.Cors.Infrastructure.CorsMiddleware - No
CORS policy found for the specified request.
INFO 2025-03-20 19:10:37,300 [62 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint '/signalr'
INFO 2025-03-20 19:10:37,300 [62 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint '/signalr'
INFO 2025-03-20 19:10:37,301 [63 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/2 POST https://localhost/signalr?id=znCJSWS9wfDRitdf6_zqvw
text/plain;charset=UTF-8 11 - 200 - text/plain 14.2234ms
INFO 2025-03-20 19:10:37,304 [63 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/2 POST https://localhost/signalr-chat?
id=TZdjq5pXmYjbbkM2VABHWg text/plain;charset=UTF-8 11
INFO 2025-03-20 19:10:37,306 [63 ] tCore.Cors.Infrastructure.CorsMiddleware - No
CORS policy found for the specified request.
INFO 2025-03-20 19:10:37,306 [63 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint '/signalr-chat'
INFO 2025-03-20 19:10:37,306 [63 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint '/signalr-chat'
INFO 2025-03-20 19:10:37,306 [63 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/2 POST https://localhost/signalr-chat?
id=TZdjq5pXmYjbbkM2VABHWg text/plain;charset=UTF-8 11 - 200 - text/plain 2.7206ms
INFO 2025-03-20 19:10:37,672 [61 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 GET https://10.0.50.50:443/health - -
INFO 2025-03-20 19:10:37,673 [61 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint 'Health checks'
INFO 2025-03-20 19:10:37,674 [63 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:10:37,674 [61 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:10:37,675 [61 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint 'Health checks'
INFO 2025-03-20 19:10:37,675 [63 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 GET https://10.0.50.50:443/health - - - 200 -
application/json 3.2980ms
INFO 2025-03-20 19:10:37,791 [63 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 GET https://10.0.50.50:443/health - -
INFO 2025-03-20 19:10:37,792 [63 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint 'Health checks'
INFO 2025-03-20 19:10:37,793 [63 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:10:37,793 [61 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:10:37,795 [63 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint 'Health checks'
INFO 2025-03-20 19:10:37,795 [61 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 GET https://10.0.50.50:443/health - - - 200 -
application/json 3.3409ms
INFO 2025-03-20 19:10:37,905 [61 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 GET https://10.0.50.50:443/health - -
INFO 2025-03-20 19:10:37,906 [61 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint 'Health checks'
INFO 2025-03-20 19:10:37,907 [61 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:10:37,907 [63 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:10:37,908 [61 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint 'Health checks'
INFO 2025-03-20 19:10:37,909 [73 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 GET https://10.0.50.50:443/health - - - 200 -
application/json 3.2488ms
INFO 2025-03-20 19:10:38,235 [73 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 GET https://10.0.50.50:443/health - -
INFO 2025-03-20 19:10:38,236 [73 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint 'Health checks'
INFO 2025-03-20 19:10:38,237 [73 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:10:38,237 [61 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:10:38,238 [73 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint 'Health checks'
INFO 2025-03-20 19:10:38,239 [62 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 GET https://10.0.50.50:443/health - - - 200 -
application/json 3.1696ms
INFO 2025-03-20 19:10:38,417 [62 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 GET https://10.0.50.50:443/health - -
INFO 2025-03-20 19:10:38,418 [62 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint 'Health checks'
INFO 2025-03-20 19:10:38,419 [62 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:10:38,419 [73 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:10:38,420 [62 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint 'Health checks'
INFO 2025-03-20 19:10:38,421 [73 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 GET https://10.0.50.50:443/health - - - 200 -
application/json 3.2357ms
INFO 2025-03-20 19:10:39,765 [73 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 GET https://10.0.50.50:443/health - -
INFO 2025-03-20 19:10:39,766 [73 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint 'Health checks'
INFO 2025-03-20 19:10:39,767 [73 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:10:39,767 [61 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:10:39,768 [73 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint 'Health checks'
INFO 2025-03-20 19:10:39,768 [61 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 GET https://10.0.50.50:443/health - - - 200 -
application/json 3.2322ms
INFO 2025-03-20 19:10:40,039 [61 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 POST https://stg.parcelat.com/hangfire/stats
application/x-www-form-urlencoded;+charset=UTF-8 392
INFO 2025-03-20 19:10:40,042 [61 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:10:40,048 [62 ] tCore.Cors.Infrastructure.CorsMiddleware - No
CORS policy found for the specified request.
INFO 2025-03-20 19:10:40,048 [62 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 POST https://stg.parcelat.com/hangfire/stats
application/x-www-form-urlencoded;+charset=UTF-8 392 - 302 - - 9.2821ms
INFO 2025-03-20 19:10:40,063 [62 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 GET https://stg.parcelat.com/Error?statusCode=403 - -
INFO 2025-03-20 19:10:40,066 [62 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint 'EnterpriseBase.Web.Controllers.ErrorController.Index
(EnterpriseBase.Web.Core)'
INFO 2025-03-20 19:10:40,066 [62 ] c.Infrastructure.ControllerActionInvoker -
Route matched with {action = "Index", controller = "Error", area = ""}. Executing
controller action with signature Microsoft.AspNetCore.Mvc.ActionResult Index(Int32)
on controller EnterpriseBase.Web.Controllers.ErrorController
(EnterpriseBase.Web.Core).
INFO 2025-03-20 19:10:40,066 [62 ] Core.Mvc.ViewFeatures.ViewResultExecutor -
Executing ViewResult, running view Error403.
INFO 2025-03-20 19:10:40,067 [62 ] Core.Mvc.ViewFeatures.ViewResultExecutor -
Executed ViewResult - view Error403 executed in 0.9391ms.
INFO 2025-03-20 19:10:40,067 [62 ] c.Infrastructure.ControllerActionInvoker -
Executed action EnterpriseBase.Web.Controllers.ErrorController.Index
(EnterpriseBase.Web.Core) in 1.3384ms
INFO 2025-03-20 19:10:40,067 [62 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint 'EnterpriseBase.Web.Controllers.ErrorController.Index
(EnterpriseBase.Web.Core)'
INFO 2025-03-20 19:10:40,068 [61 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 GET https://stg.parcelat.com/Error?statusCode=403 - - -
200 - text/html;+charset=utf-8 4.0745ms
INFO 2025-03-20 19:10:40,329 [61 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 GET https://10.0.50.50:443/health - -
INFO 2025-03-20 19:10:40,330 [61 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint 'Health checks'
INFO 2025-03-20 19:10:40,331 [61 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:10:40,331 [62 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:10:40,332 [61 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint 'Health checks'
INFO 2025-03-20 19:10:40,332 [62 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 GET https://10.0.50.50:443/health - - - 200 -
application/json 3.4532ms
INFO 2025-03-20 19:10:40,370 [61 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request starting HTTP/1.1 GET https://10.0.50.50:443/health - -
INFO 2025-03-20 19:10:40,371 [61 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executing endpoint 'Health checks'
INFO 2025-03-20 19:10:40,372 [61 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:10:40,374 [62 ] osoft.EntityFrameworkCore.Infrastructure -
Entity Framework Core 5.0.10 initialized 'EnterpriseBaseDbContext' using provider
'Microsoft.EntityFrameworkCore.SqlServer' with options: None
INFO 2025-03-20 19:10:40,374 [62 ] ft.AspNetCore.Routing.EndpointMiddleware -
Executed endpoint 'Health checks'
INFO 2025-03-20 19:10:40,375 [62 ] Microsoft.AspNetCore.Hosting.Diagnostics -
Request finished HTTP/1.1 GET https://10.0.50.50:443/health - - - 200 -
application/json 4.0884ms

You might also like