You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
3929 lines
491 KiB
3929 lines
491 KiB
2023-04-01 13:32:00.925 +08:00 [INF] User profile is available. Using 'C:\Users\Administrator\AppData\Local\ASP.NET\DataProtection-Keys' as key repository and Windows DPAPI to encrypt keys at rest.
|
|
2023-04-01 13:32:00.979 +08:00 [INF] Loading proxy data from config.
|
|
2023-04-01 13:32:01.123 +08:00 [FTL] Application terminated unexpectedly
|
|
System.IO.IOException: Failed to bind to address http://127.0.0.1:21093: address already in use.
|
|
---> Microsoft.AspNetCore.Connections.AddressInUseException: 通常每个套接字地址(协议/网络地址/端口)只允许使用一次。
|
|
---> System.Net.Sockets.SocketException (10048): 通常每个套接字地址(协议/网络地址/端口)只允许使用一次。
|
|
at System.Net.Sockets.Socket.UpdateStatusAfterSocketErrorAndThrowException(SocketError error, String callerName)
|
|
at System.Net.Sockets.Socket.DoBind(EndPoint endPointSnapshot, SocketAddress socketAddress)
|
|
at System.Net.Sockets.Socket.Bind(EndPoint localEP)
|
|
at Microsoft.AspNetCore.Server.Kestrel.Transport.Sockets.SocketTransportOptions.CreateDefaultBoundListenSocket(EndPoint endpoint)
|
|
at Microsoft.AspNetCore.Server.Kestrel.Transport.Sockets.SocketConnectionListener.Bind()
|
|
--- End of inner exception stack trace ---
|
|
at Microsoft.AspNetCore.Server.Kestrel.Transport.Sockets.SocketConnectionListener.Bind()
|
|
at Microsoft.AspNetCore.Server.Kestrel.Transport.Sockets.SocketTransportFactory.BindAsync(EndPoint endpoint, CancellationToken cancellationToken)
|
|
at Microsoft.AspNetCore.Server.Kestrel.Core.Internal.Infrastructure.TransportManager.BindAsync(EndPoint endPoint, ConnectionDelegate connectionDelegate, EndpointConfig endpointConfig, CancellationToken cancellationToken)
|
|
at Microsoft.AspNetCore.Server.Kestrel.Core.KestrelServerImpl.<>c__DisplayClass30_0`1.<<StartAsync>g__OnBind|0>d.MoveNext()
|
|
--- End of stack trace from previous location ---
|
|
at Microsoft.AspNetCore.Server.Kestrel.Core.Internal.AddressBinder.BindEndpointAsync(ListenOptions endpoint, AddressBindContext context, CancellationToken cancellationToken)
|
|
--- End of inner exception stack trace ---
|
|
at Microsoft.AspNetCore.Server.Kestrel.Core.Internal.AddressBinder.BindEndpointAsync(ListenOptions endpoint, AddressBindContext context, CancellationToken cancellationToken)
|
|
at Microsoft.AspNetCore.Server.Kestrel.Core.LocalhostListenOptions.BindAsync(AddressBindContext context, CancellationToken cancellationToken)
|
|
at Microsoft.AspNetCore.Server.Kestrel.Core.Internal.AddressBinder.AddressesStrategy.BindAsync(AddressBindContext context, CancellationToken cancellationToken)
|
|
at Microsoft.AspNetCore.Server.Kestrel.Core.Internal.AddressBinder.BindAsync(IEnumerable`1 listenOptions, AddressBindContext context, CancellationToken cancellationToken)
|
|
at Microsoft.AspNetCore.Server.Kestrel.Core.KestrelServerImpl.BindAsync(CancellationToken cancellationToken)
|
|
at Microsoft.AspNetCore.Server.Kestrel.Core.KestrelServerImpl.StartAsync[TContext](IHttpApplication`1 application, CancellationToken cancellationToken)
|
|
at Microsoft.AspNetCore.Hosting.GenericWebHostService.StartAsync(CancellationToken cancellationToken)
|
|
at Microsoft.Extensions.Hosting.Internal.Host.StartAsync(CancellationToken cancellationToken)
|
|
at Microsoft.Extensions.Hosting.HostingAbstractionsHostExtensions.RunAsync(IHost host, CancellationToken token)
|
|
at Microsoft.Extensions.Hosting.HostingAbstractionsHostExtensions.RunAsync(IHost host, CancellationToken token)
|
|
at Microsoft.Extensions.Hosting.HostingAbstractionsHostExtensions.Run(IHost host)
|
|
at Microsoft.AspNetCore.Builder.WebApplication.Run(String url)
|
|
at Program.<Main>$(String[] args) in E:\repo\WTA\be\src\Web.Gateway\Program.cs:line 60
|
|
2023-04-01 13:32:01.406 +08:00 [INF] User profile is available. Using 'C:\Users\Administrator\AppData\Local\ASP.NET\DataProtection-Keys' as key repository and Windows DPAPI to encrypt keys at rest.
|
|
2023-04-01 13:32:01.465 +08:00 [INF] Loading proxy data from config.
|
|
2023-04-01 13:32:01.592 +08:00 [FTL] Application terminated unexpectedly
|
|
System.IO.IOException: Failed to bind to address http://127.0.0.1:21093: address already in use.
|
|
---> Microsoft.AspNetCore.Connections.AddressInUseException: 通常每个套接字地址(协议/网络地址/端口)只允许使用一次。
|
|
---> System.Net.Sockets.SocketException (10048): 通常每个套接字地址(协议/网络地址/端口)只允许使用一次。
|
|
at System.Net.Sockets.Socket.UpdateStatusAfterSocketErrorAndThrowException(SocketError error, String callerName)
|
|
at System.Net.Sockets.Socket.DoBind(EndPoint endPointSnapshot, SocketAddress socketAddress)
|
|
at System.Net.Sockets.Socket.Bind(EndPoint localEP)
|
|
at Microsoft.AspNetCore.Server.Kestrel.Transport.Sockets.SocketTransportOptions.CreateDefaultBoundListenSocket(EndPoint endpoint)
|
|
at Microsoft.AspNetCore.Server.Kestrel.Transport.Sockets.SocketConnectionListener.Bind()
|
|
--- End of inner exception stack trace ---
|
|
at Microsoft.AspNetCore.Server.Kestrel.Transport.Sockets.SocketConnectionListener.Bind()
|
|
at Microsoft.AspNetCore.Server.Kestrel.Transport.Sockets.SocketTransportFactory.BindAsync(EndPoint endpoint, CancellationToken cancellationToken)
|
|
at Microsoft.AspNetCore.Server.Kestrel.Core.Internal.Infrastructure.TransportManager.BindAsync(EndPoint endPoint, ConnectionDelegate connectionDelegate, EndpointConfig endpointConfig, CancellationToken cancellationToken)
|
|
at Microsoft.AspNetCore.Server.Kestrel.Core.KestrelServerImpl.<>c__DisplayClass30_0`1.<<StartAsync>g__OnBind|0>d.MoveNext()
|
|
--- End of stack trace from previous location ---
|
|
at Microsoft.AspNetCore.Server.Kestrel.Core.Internal.AddressBinder.BindEndpointAsync(ListenOptions endpoint, AddressBindContext context, CancellationToken cancellationToken)
|
|
--- End of inner exception stack trace ---
|
|
at Microsoft.AspNetCore.Server.Kestrel.Core.Internal.AddressBinder.BindEndpointAsync(ListenOptions endpoint, AddressBindContext context, CancellationToken cancellationToken)
|
|
at Microsoft.AspNetCore.Server.Kestrel.Core.LocalhostListenOptions.BindAsync(AddressBindContext context, CancellationToken cancellationToken)
|
|
at Microsoft.AspNetCore.Server.Kestrel.Core.Internal.AddressBinder.AddressesStrategy.BindAsync(AddressBindContext context, CancellationToken cancellationToken)
|
|
at Microsoft.AspNetCore.Server.Kestrel.Core.Internal.AddressBinder.BindAsync(IEnumerable`1 listenOptions, AddressBindContext context, CancellationToken cancellationToken)
|
|
at Microsoft.AspNetCore.Server.Kestrel.Core.KestrelServerImpl.BindAsync(CancellationToken cancellationToken)
|
|
at Microsoft.AspNetCore.Server.Kestrel.Core.KestrelServerImpl.StartAsync[TContext](IHttpApplication`1 application, CancellationToken cancellationToken)
|
|
at Microsoft.AspNetCore.Hosting.GenericWebHostService.StartAsync(CancellationToken cancellationToken)
|
|
at Microsoft.Extensions.Hosting.Internal.Host.StartAsync(CancellationToken cancellationToken)
|
|
at Microsoft.Extensions.Hosting.HostingAbstractionsHostExtensions.RunAsync(IHost host, CancellationToken token)
|
|
at Microsoft.Extensions.Hosting.HostingAbstractionsHostExtensions.RunAsync(IHost host, CancellationToken token)
|
|
at Microsoft.Extensions.Hosting.HostingAbstractionsHostExtensions.Run(IHost host)
|
|
at Microsoft.AspNetCore.Builder.WebApplication.Run(String url)
|
|
at Program.<Main>$(String[] args) in E:\repo\WTA\be\src\Web.Gateway\Program.cs:line 60
|
|
2023-04-01 13:32:01.912 +08:00 [INF] User profile is available. Using 'C:\Users\Administrator\AppData\Local\ASP.NET\DataProtection-Keys' as key repository and Windows DPAPI to encrypt keys at rest.
|
|
2023-04-01 13:32:01.958 +08:00 [INF] Loading proxy data from config.
|
|
2023-04-01 13:32:02.072 +08:00 [FTL] Application terminated unexpectedly
|
|
System.IO.IOException: Failed to bind to address http://127.0.0.1:21093: address already in use.
|
|
---> Microsoft.AspNetCore.Connections.AddressInUseException: 通常每个套接字地址(协议/网络地址/端口)只允许使用一次。
|
|
---> System.Net.Sockets.SocketException (10048): 通常每个套接字地址(协议/网络地址/端口)只允许使用一次。
|
|
at System.Net.Sockets.Socket.UpdateStatusAfterSocketErrorAndThrowException(SocketError error, String callerName)
|
|
at System.Net.Sockets.Socket.DoBind(EndPoint endPointSnapshot, SocketAddress socketAddress)
|
|
at System.Net.Sockets.Socket.Bind(EndPoint localEP)
|
|
at Microsoft.AspNetCore.Server.Kestrel.Transport.Sockets.SocketTransportOptions.CreateDefaultBoundListenSocket(EndPoint endpoint)
|
|
at Microsoft.AspNetCore.Server.Kestrel.Transport.Sockets.SocketConnectionListener.Bind()
|
|
--- End of inner exception stack trace ---
|
|
at Microsoft.AspNetCore.Server.Kestrel.Transport.Sockets.SocketConnectionListener.Bind()
|
|
at Microsoft.AspNetCore.Server.Kestrel.Transport.Sockets.SocketTransportFactory.BindAsync(EndPoint endpoint, CancellationToken cancellationToken)
|
|
at Microsoft.AspNetCore.Server.Kestrel.Core.Internal.Infrastructure.TransportManager.BindAsync(EndPoint endPoint, ConnectionDelegate connectionDelegate, EndpointConfig endpointConfig, CancellationToken cancellationToken)
|
|
at Microsoft.AspNetCore.Server.Kestrel.Core.KestrelServerImpl.<>c__DisplayClass30_0`1.<<StartAsync>g__OnBind|0>d.MoveNext()
|
|
--- End of stack trace from previous location ---
|
|
at Microsoft.AspNetCore.Server.Kestrel.Core.Internal.AddressBinder.BindEndpointAsync(ListenOptions endpoint, AddressBindContext context, CancellationToken cancellationToken)
|
|
--- End of inner exception stack trace ---
|
|
at Microsoft.AspNetCore.Server.Kestrel.Core.Internal.AddressBinder.BindEndpointAsync(ListenOptions endpoint, AddressBindContext context, CancellationToken cancellationToken)
|
|
at Microsoft.AspNetCore.Server.Kestrel.Core.LocalhostListenOptions.BindAsync(AddressBindContext context, CancellationToken cancellationToken)
|
|
at Microsoft.AspNetCore.Server.Kestrel.Core.Internal.AddressBinder.AddressesStrategy.BindAsync(AddressBindContext context, CancellationToken cancellationToken)
|
|
at Microsoft.AspNetCore.Server.Kestrel.Core.Internal.AddressBinder.BindAsync(IEnumerable`1 listenOptions, AddressBindContext context, CancellationToken cancellationToken)
|
|
at Microsoft.AspNetCore.Server.Kestrel.Core.KestrelServerImpl.BindAsync(CancellationToken cancellationToken)
|
|
at Microsoft.AspNetCore.Server.Kestrel.Core.KestrelServerImpl.StartAsync[TContext](IHttpApplication`1 application, CancellationToken cancellationToken)
|
|
at Microsoft.AspNetCore.Hosting.GenericWebHostService.StartAsync(CancellationToken cancellationToken)
|
|
at Microsoft.Extensions.Hosting.Internal.Host.StartAsync(CancellationToken cancellationToken)
|
|
at Microsoft.Extensions.Hosting.HostingAbstractionsHostExtensions.RunAsync(IHost host, CancellationToken token)
|
|
at Microsoft.Extensions.Hosting.HostingAbstractionsHostExtensions.RunAsync(IHost host, CancellationToken token)
|
|
at Microsoft.Extensions.Hosting.HostingAbstractionsHostExtensions.Run(IHost host)
|
|
at Microsoft.AspNetCore.Builder.WebApplication.Run(String url)
|
|
at Program.<Main>$(String[] args) in E:\repo\WTA\be\src\Web.Gateway\Program.cs:line 60
|
|
2023-04-01 13:32:02.342 +08:00 [INF] User profile is available. Using 'C:\Users\Administrator\AppData\Local\ASP.NET\DataProtection-Keys' as key repository and Windows DPAPI to encrypt keys at rest.
|
|
2023-04-01 13:32:02.391 +08:00 [INF] Loading proxy data from config.
|
|
2023-04-01 13:32:02.521 +08:00 [FTL] Application terminated unexpectedly
|
|
System.IO.IOException: Failed to bind to address http://127.0.0.1:21093: address already in use.
|
|
---> Microsoft.AspNetCore.Connections.AddressInUseException: 通常每个套接字地址(协议/网络地址/端口)只允许使用一次。
|
|
---> System.Net.Sockets.SocketException (10048): 通常每个套接字地址(协议/网络地址/端口)只允许使用一次。
|
|
at System.Net.Sockets.Socket.UpdateStatusAfterSocketErrorAndThrowException(SocketError error, String callerName)
|
|
at System.Net.Sockets.Socket.DoBind(EndPoint endPointSnapshot, SocketAddress socketAddress)
|
|
at System.Net.Sockets.Socket.Bind(EndPoint localEP)
|
|
at Microsoft.AspNetCore.Server.Kestrel.Transport.Sockets.SocketTransportOptions.CreateDefaultBoundListenSocket(EndPoint endpoint)
|
|
at Microsoft.AspNetCore.Server.Kestrel.Transport.Sockets.SocketConnectionListener.Bind()
|
|
--- End of inner exception stack trace ---
|
|
at Microsoft.AspNetCore.Server.Kestrel.Transport.Sockets.SocketConnectionListener.Bind()
|
|
at Microsoft.AspNetCore.Server.Kestrel.Transport.Sockets.SocketTransportFactory.BindAsync(EndPoint endpoint, CancellationToken cancellationToken)
|
|
at Microsoft.AspNetCore.Server.Kestrel.Core.Internal.Infrastructure.TransportManager.BindAsync(EndPoint endPoint, ConnectionDelegate connectionDelegate, EndpointConfig endpointConfig, CancellationToken cancellationToken)
|
|
at Microsoft.AspNetCore.Server.Kestrel.Core.KestrelServerImpl.<>c__DisplayClass30_0`1.<<StartAsync>g__OnBind|0>d.MoveNext()
|
|
--- End of stack trace from previous location ---
|
|
at Microsoft.AspNetCore.Server.Kestrel.Core.Internal.AddressBinder.BindEndpointAsync(ListenOptions endpoint, AddressBindContext context, CancellationToken cancellationToken)
|
|
--- End of inner exception stack trace ---
|
|
at Microsoft.AspNetCore.Server.Kestrel.Core.Internal.AddressBinder.BindEndpointAsync(ListenOptions endpoint, AddressBindContext context, CancellationToken cancellationToken)
|
|
at Microsoft.AspNetCore.Server.Kestrel.Core.LocalhostListenOptions.BindAsync(AddressBindContext context, CancellationToken cancellationToken)
|
|
at Microsoft.AspNetCore.Server.Kestrel.Core.Internal.AddressBinder.AddressesStrategy.BindAsync(AddressBindContext context, CancellationToken cancellationToken)
|
|
at Microsoft.AspNetCore.Server.Kestrel.Core.Internal.AddressBinder.BindAsync(IEnumerable`1 listenOptions, AddressBindContext context, CancellationToken cancellationToken)
|
|
at Microsoft.AspNetCore.Server.Kestrel.Core.KestrelServerImpl.BindAsync(CancellationToken cancellationToken)
|
|
at Microsoft.AspNetCore.Server.Kestrel.Core.KestrelServerImpl.StartAsync[TContext](IHttpApplication`1 application, CancellationToken cancellationToken)
|
|
at Microsoft.AspNetCore.Hosting.GenericWebHostService.StartAsync(CancellationToken cancellationToken)
|
|
at Microsoft.Extensions.Hosting.Internal.Host.StartAsync(CancellationToken cancellationToken)
|
|
at Microsoft.Extensions.Hosting.HostingAbstractionsHostExtensions.RunAsync(IHost host, CancellationToken token)
|
|
at Microsoft.Extensions.Hosting.HostingAbstractionsHostExtensions.RunAsync(IHost host, CancellationToken token)
|
|
at Microsoft.Extensions.Hosting.HostingAbstractionsHostExtensions.Run(IHost host)
|
|
at Microsoft.AspNetCore.Builder.WebApplication.Run(String url)
|
|
at Program.<Main>$(String[] args) in E:\repo\WTA\be\src\Web.Gateway\Program.cs:line 60
|
|
2023-04-01 13:32:02.793 +08:00 [INF] User profile is available. Using 'C:\Users\Administrator\AppData\Local\ASP.NET\DataProtection-Keys' as key repository and Windows DPAPI to encrypt keys at rest.
|
|
2023-04-01 13:32:02.842 +08:00 [INF] Loading proxy data from config.
|
|
2023-04-01 13:32:02.962 +08:00 [FTL] Application terminated unexpectedly
|
|
System.IO.IOException: Failed to bind to address http://127.0.0.1:21093: address already in use.
|
|
---> Microsoft.AspNetCore.Connections.AddressInUseException: 通常每个套接字地址(协议/网络地址/端口)只允许使用一次。
|
|
---> System.Net.Sockets.SocketException (10048): 通常每个套接字地址(协议/网络地址/端口)只允许使用一次。
|
|
at System.Net.Sockets.Socket.UpdateStatusAfterSocketErrorAndThrowException(SocketError error, String callerName)
|
|
at System.Net.Sockets.Socket.DoBind(EndPoint endPointSnapshot, SocketAddress socketAddress)
|
|
at System.Net.Sockets.Socket.Bind(EndPoint localEP)
|
|
at Microsoft.AspNetCore.Server.Kestrel.Transport.Sockets.SocketTransportOptions.CreateDefaultBoundListenSocket(EndPoint endpoint)
|
|
at Microsoft.AspNetCore.Server.Kestrel.Transport.Sockets.SocketConnectionListener.Bind()
|
|
--- End of inner exception stack trace ---
|
|
at Microsoft.AspNetCore.Server.Kestrel.Transport.Sockets.SocketConnectionListener.Bind()
|
|
at Microsoft.AspNetCore.Server.Kestrel.Transport.Sockets.SocketTransportFactory.BindAsync(EndPoint endpoint, CancellationToken cancellationToken)
|
|
at Microsoft.AspNetCore.Server.Kestrel.Core.Internal.Infrastructure.TransportManager.BindAsync(EndPoint endPoint, ConnectionDelegate connectionDelegate, EndpointConfig endpointConfig, CancellationToken cancellationToken)
|
|
at Microsoft.AspNetCore.Server.Kestrel.Core.KestrelServerImpl.<>c__DisplayClass30_0`1.<<StartAsync>g__OnBind|0>d.MoveNext()
|
|
--- End of stack trace from previous location ---
|
|
at Microsoft.AspNetCore.Server.Kestrel.Core.Internal.AddressBinder.BindEndpointAsync(ListenOptions endpoint, AddressBindContext context, CancellationToken cancellationToken)
|
|
--- End of inner exception stack trace ---
|
|
at Microsoft.AspNetCore.Server.Kestrel.Core.Internal.AddressBinder.BindEndpointAsync(ListenOptions endpoint, AddressBindContext context, CancellationToken cancellationToken)
|
|
at Microsoft.AspNetCore.Server.Kestrel.Core.LocalhostListenOptions.BindAsync(AddressBindContext context, CancellationToken cancellationToken)
|
|
at Microsoft.AspNetCore.Server.Kestrel.Core.Internal.AddressBinder.AddressesStrategy.BindAsync(AddressBindContext context, CancellationToken cancellationToken)
|
|
at Microsoft.AspNetCore.Server.Kestrel.Core.Internal.AddressBinder.BindAsync(IEnumerable`1 listenOptions, AddressBindContext context, CancellationToken cancellationToken)
|
|
at Microsoft.AspNetCore.Server.Kestrel.Core.KestrelServerImpl.BindAsync(CancellationToken cancellationToken)
|
|
at Microsoft.AspNetCore.Server.Kestrel.Core.KestrelServerImpl.StartAsync[TContext](IHttpApplication`1 application, CancellationToken cancellationToken)
|
|
at Microsoft.AspNetCore.Hosting.GenericWebHostService.StartAsync(CancellationToken cancellationToken)
|
|
at Microsoft.Extensions.Hosting.Internal.Host.StartAsync(CancellationToken cancellationToken)
|
|
at Microsoft.Extensions.Hosting.HostingAbstractionsHostExtensions.RunAsync(IHost host, CancellationToken token)
|
|
at Microsoft.Extensions.Hosting.HostingAbstractionsHostExtensions.RunAsync(IHost host, CancellationToken token)
|
|
at Microsoft.Extensions.Hosting.HostingAbstractionsHostExtensions.Run(IHost host)
|
|
at Microsoft.AspNetCore.Builder.WebApplication.Run(String url)
|
|
at Program.<Main>$(String[] args) in E:\repo\WTA\be\src\Web.Gateway\Program.cs:line 60
|
|
2023-04-01 13:32:03.212 +08:00 [INF] User profile is available. Using 'C:\Users\Administrator\AppData\Local\ASP.NET\DataProtection-Keys' as key repository and Windows DPAPI to encrypt keys at rest.
|
|
2023-04-01 13:32:03.263 +08:00 [INF] Loading proxy data from config.
|
|
2023-04-01 13:32:03.384 +08:00 [FTL] Application terminated unexpectedly
|
|
System.IO.IOException: Failed to bind to address http://127.0.0.1:21093: address already in use.
|
|
---> Microsoft.AspNetCore.Connections.AddressInUseException: 通常每个套接字地址(协议/网络地址/端口)只允许使用一次。
|
|
---> System.Net.Sockets.SocketException (10048): 通常每个套接字地址(协议/网络地址/端口)只允许使用一次。
|
|
at System.Net.Sockets.Socket.UpdateStatusAfterSocketErrorAndThrowException(SocketError error, String callerName)
|
|
at System.Net.Sockets.Socket.DoBind(EndPoint endPointSnapshot, SocketAddress socketAddress)
|
|
at System.Net.Sockets.Socket.Bind(EndPoint localEP)
|
|
at Microsoft.AspNetCore.Server.Kestrel.Transport.Sockets.SocketTransportOptions.CreateDefaultBoundListenSocket(EndPoint endpoint)
|
|
at Microsoft.AspNetCore.Server.Kestrel.Transport.Sockets.SocketConnectionListener.Bind()
|
|
--- End of inner exception stack trace ---
|
|
at Microsoft.AspNetCore.Server.Kestrel.Transport.Sockets.SocketConnectionListener.Bind()
|
|
at Microsoft.AspNetCore.Server.Kestrel.Transport.Sockets.SocketTransportFactory.BindAsync(EndPoint endpoint, CancellationToken cancellationToken)
|
|
at Microsoft.AspNetCore.Server.Kestrel.Core.Internal.Infrastructure.TransportManager.BindAsync(EndPoint endPoint, ConnectionDelegate connectionDelegate, EndpointConfig endpointConfig, CancellationToken cancellationToken)
|
|
at Microsoft.AspNetCore.Server.Kestrel.Core.KestrelServerImpl.<>c__DisplayClass30_0`1.<<StartAsync>g__OnBind|0>d.MoveNext()
|
|
--- End of stack trace from previous location ---
|
|
at Microsoft.AspNetCore.Server.Kestrel.Core.Internal.AddressBinder.BindEndpointAsync(ListenOptions endpoint, AddressBindContext context, CancellationToken cancellationToken)
|
|
--- End of inner exception stack trace ---
|
|
at Microsoft.AspNetCore.Server.Kestrel.Core.Internal.AddressBinder.BindEndpointAsync(ListenOptions endpoint, AddressBindContext context, CancellationToken cancellationToken)
|
|
at Microsoft.AspNetCore.Server.Kestrel.Core.LocalhostListenOptions.BindAsync(AddressBindContext context, CancellationToken cancellationToken)
|
|
at Microsoft.AspNetCore.Server.Kestrel.Core.Internal.AddressBinder.AddressesStrategy.BindAsync(AddressBindContext context, CancellationToken cancellationToken)
|
|
at Microsoft.AspNetCore.Server.Kestrel.Core.Internal.AddressBinder.BindAsync(IEnumerable`1 listenOptions, AddressBindContext context, CancellationToken cancellationToken)
|
|
at Microsoft.AspNetCore.Server.Kestrel.Core.KestrelServerImpl.BindAsync(CancellationToken cancellationToken)
|
|
at Microsoft.AspNetCore.Server.Kestrel.Core.KestrelServerImpl.StartAsync[TContext](IHttpApplication`1 application, CancellationToken cancellationToken)
|
|
at Microsoft.AspNetCore.Hosting.GenericWebHostService.StartAsync(CancellationToken cancellationToken)
|
|
at Microsoft.Extensions.Hosting.Internal.Host.StartAsync(CancellationToken cancellationToken)
|
|
at Microsoft.Extensions.Hosting.HostingAbstractionsHostExtensions.RunAsync(IHost host, CancellationToken token)
|
|
at Microsoft.Extensions.Hosting.HostingAbstractionsHostExtensions.RunAsync(IHost host, CancellationToken token)
|
|
at Microsoft.Extensions.Hosting.HostingAbstractionsHostExtensions.Run(IHost host)
|
|
at Microsoft.AspNetCore.Builder.WebApplication.Run(String url)
|
|
at Program.<Main>$(String[] args) in E:\repo\WTA\be\src\Web.Gateway\Program.cs:line 60
|
|
2023-04-01 13:32:08.669 +08:00 [INF] User profile is available. Using 'C:\Users\Administrator\AppData\Local\ASP.NET\DataProtection-Keys' as key repository and Windows DPAPI to encrypt keys at rest.
|
|
2023-04-01 13:32:08.721 +08:00 [INF] Loading proxy data from config.
|
|
2023-04-01 13:32:08.856 +08:00 [INF] Now listening on: http://localhost:21093
|
|
2023-04-01 13:32:08.859 +08:00 [INF] Application started. Press Ctrl+C to shut down.
|
|
2023-04-01 13:32:08.859 +08:00 [INF] Hosting environment: Production
|
|
2023-04-01 13:32:08.859 +08:00 [INF] Content root path: E:\repo\WZC2\build\src\win-x64\publish\gateway\
|
|
2023-04-01 13:35:51.109 +08:00 [INF] User profile is available. Using 'C:\Users\Administrator\AppData\Local\ASP.NET\DataProtection-Keys' as key repository and Windows DPAPI to encrypt keys at rest.
|
|
2023-04-01 13:35:51.158 +08:00 [INF] Loading proxy data from config.
|
|
2023-04-01 13:35:51.280 +08:00 [INF] Now listening on: http://localhost:21093
|
|
2023-04-01 13:35:51.282 +08:00 [INF] Application started. Press Ctrl+C to shut down.
|
|
2023-04-01 13:35:51.282 +08:00 [INF] Hosting environment: Production
|
|
2023-04-01 13:35:51.282 +08:00 [INF] Content root path: E:\repo\WZC2\build\src\win-x64\publish\gateway\
|
|
2023-04-01 13:39:26.230 +08:00 [INF] Loading proxy data from config.
|
|
2023-04-01 13:39:26.489 +08:00 [INF] Loading proxy data from config.
|
|
2023-04-01 13:39:52.211 +08:00 [INF] Loading proxy data from config.
|
|
2023-04-01 13:39:52.468 +08:00 [INF] Loading proxy data from config.
|
|
2023-04-01 13:47:43.151 +08:00 [INF] Request starting HTTP/1.1 GET http://localhost:21093/settings/appsettings.json - -
|
|
2023-04-01 13:47:43.160 +08:00 [INF] Sending file. Request path: '/settings/appsettings.json'. Physical path: 'E:\repo\WZC2\build\src\win-x64\publish\gateway\wwwroot\settings\appsettings.json'
|
|
2023-04-01 13:47:43.161 +08:00 [INF] HTTP GET /settings/appsettings.json responded 200 in 7.2742 ms
|
|
2023-04-01 13:47:43.162 +08:00 [INF] Request finished HTTP/1.1 GET http://localhost:21093/settings/appsettings.json - - - 200 5086 application/json 12.9067ms
|
|
2023-04-01 13:47:43.194 +08:00 [INF] Request starting HTTP/1.1 GET http://localhost:21093/settings/appsettings.Development.json - -
|
|
2023-04-01 13:47:43.194 +08:00 [INF] Sending file. Request path: '/settings/appsettings.Development.json'. Physical path: 'E:\repo\WZC2\build\src\win-x64\publish\gateway\wwwroot\settings\appsettings.Development.json'
|
|
2023-04-01 13:47:43.195 +08:00 [INF] HTTP GET /settings/appsettings.Development.json responded 200 in 0.6341 ms
|
|
2023-04-01 13:47:43.195 +08:00 [INF] Request finished HTTP/1.1 GET http://localhost:21093/settings/appsettings.Development.json - - - 200 6971 application/json 0.9738ms
|
|
2023-04-01 13:47:43.215 +08:00 [INF] Request starting HTTP/1.1 GET http://localhost:21093/settings/appsettings.Development.json - -
|
|
2023-04-01 13:47:43.219 +08:00 [INF] Sending file. Request path: '/settings/appsettings.Development.json'. Physical path: 'E:\repo\WZC2\build\src\win-x64\publish\gateway\wwwroot\settings\appsettings.Development.json'
|
|
2023-04-01 13:47:43.219 +08:00 [INF] HTTP GET /settings/appsettings.Development.json responded 200 in 4.0334 ms
|
|
2023-04-01 13:47:43.220 +08:00 [INF] Request finished HTTP/1.1 GET http://localhost:21093/settings/appsettings.Development.json - - - 200 6971 application/json 4.3957ms
|
|
2023-04-01 13:49:25.526 +08:00 [INF] Request starting HTTP/1.1 GET http://localhost:21093/ - -
|
|
2023-04-01 13:49:25.550 +08:00 [INF] Cookies was not authenticated. Failure message: Unprotect ticket failed
|
|
2023-04-01 13:49:25.552 +08:00 [INF] Authorization failed. These requirements were not met:
|
|
DenyAnonymousAuthorizationRequirement: Requires an authenticated user.
|
|
2023-04-01 13:49:25.553 +08:00 [INF] AuthenticationScheme: Cookies was challenged.
|
|
2023-04-01 13:49:25.553 +08:00 [INF] HTTP GET / responded 302 in 27.7683 ms
|
|
2023-04-01 13:49:25.554 +08:00 [INF] Request finished HTTP/1.1 GET http://localhost:21093/ - - - 302 0 - 28.5595ms
|
|
2023-04-01 13:49:25.558 +08:00 [INF] Request starting HTTP/1.1 GET http://localhost:21093/Account/Login?ReturnUrl=%2F - -
|
|
2023-04-01 13:49:25.560 +08:00 [INF] Cookies was not authenticated. Failure message: Unprotect ticket failed
|
|
2023-04-01 13:49:25.560 +08:00 [INF] Executing endpoint 'Web.Gateway.Controllers.AccountController.Login (Web.Gateway)'
|
|
2023-04-01 13:49:25.573 +08:00 [INF] Route matched with {action = "Login", controller = "Account"}. Executing controller action with signature Microsoft.AspNetCore.Mvc.IActionResult Login(System.String) on controller Web.Gateway.Controllers.AccountController (Web.Gateway).
|
|
2023-04-01 13:49:25.613 +08:00 [INF] Executing ViewResult, running view Login.
|
|
2023-04-01 13:49:25.654 +08:00 [INF] Executed ViewResult - view Login executed in 40.4298ms.
|
|
2023-04-01 13:49:25.654 +08:00 [INF] Executed action Web.Gateway.Controllers.AccountController.Login (Web.Gateway) in 81.1932ms
|
|
2023-04-01 13:49:25.654 +08:00 [INF] Executed endpoint 'Web.Gateway.Controllers.AccountController.Login (Web.Gateway)'
|
|
2023-04-01 13:49:25.654 +08:00 [INF] HTTP GET /Account/Login responded 200 in 96.2293 ms
|
|
2023-04-01 13:49:25.656 +08:00 [INF] Request finished HTTP/1.1 GET http://localhost:21093/Account/Login?ReturnUrl=%2F - - - 200 - text/html;+charset=utf-8 98.0422ms
|
|
2023-04-01 13:49:25.660 +08:00 [INF] Request starting HTTP/1.1 GET http://localhost:21093/lib/fecha.min.js - -
|
|
2023-04-01 13:49:25.661 +08:00 [INF] Request starting HTTP/1.1 GET http://localhost:21093/lib/micromodal.min.js - -
|
|
2023-04-01 13:49:25.661 +08:00 [INF] Request starting HTTP/1.1 GET http://localhost:21093/lib/codeflask.min.js - -
|
|
2023-04-01 13:49:25.670 +08:00 [INF] The file /lib/codeflask.min.js was not modified
|
|
2023-04-01 13:49:25.670 +08:00 [INF] The file /lib/micromodal.min.js was not modified
|
|
2023-04-01 13:49:25.670 +08:00 [INF] The file /lib/fecha.min.js was not modified
|
|
2023-04-01 13:49:25.671 +08:00 [INF] HTTP GET /lib/codeflask.min.js responded 304 in 9.1191 ms
|
|
2023-04-01 13:49:25.671 +08:00 [INF] HTTP GET /lib/fecha.min.js responded 304 in 10.6299 ms
|
|
2023-04-01 13:49:25.671 +08:00 [INF] HTTP GET /lib/micromodal.min.js responded 304 in 9.4012 ms
|
|
2023-04-01 13:49:25.671 +08:00 [INF] Request finished HTTP/1.1 GET http://localhost:21093/lib/fecha.min.js - - - 304 - application/javascript 10.9088ms
|
|
2023-04-01 13:49:25.671 +08:00 [INF] Request finished HTTP/1.1 GET http://localhost:21093/lib/codeflask.min.js - - - 304 - application/javascript 9.3556ms
|
|
2023-04-01 13:49:25.671 +08:00 [INF] Request finished HTTP/1.1 GET http://localhost:21093/lib/micromodal.min.js - - - 304 - application/javascript 9.9664ms
|
|
2023-04-01 13:49:32.928 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:21093/Account/Login application/x-www-form-urlencoded 232
|
|
2023-04-01 13:49:32.930 +08:00 [INF] Cookies was not authenticated. Failure message: Unprotect ticket failed
|
|
2023-04-01 13:49:32.930 +08:00 [INF] Executing endpoint 'Web.Gateway.Controllers.AccountController.Login (Web.Gateway)'
|
|
2023-04-01 13:49:32.933 +08:00 [INF] Route matched with {action = "Login", controller = "Account"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] Login(Web.Gateway.Models.LoginModel, System.String) on controller Web.Gateway.Controllers.AccountController (Web.Gateway).
|
|
2023-04-01 13:49:32.941 +08:00 [INF] AuthenticationScheme: Cookies signed in.
|
|
2023-04-01 13:49:32.941 +08:00 [INF] Executing LocalRedirectResult, redirecting to /.
|
|
2023-04-01 13:49:32.941 +08:00 [INF] Executed action Web.Gateway.Controllers.AccountController.Login (Web.Gateway) in 7.6571ms
|
|
2023-04-01 13:49:32.941 +08:00 [INF] Executed endpoint 'Web.Gateway.Controllers.AccountController.Login (Web.Gateway)'
|
|
2023-04-01 13:49:32.941 +08:00 [INF] HTTP POST /Account/Login responded 302 in 13.1710 ms
|
|
2023-04-01 13:49:32.941 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:21093/Account/Login application/x-www-form-urlencoded 232 - 302 0 - 13.4118ms
|
|
2023-04-01 13:49:32.943 +08:00 [INF] Request starting HTTP/1.1 GET http://localhost:21093/ - -
|
|
2023-04-01 13:49:32.944 +08:00 [INF] Executing endpoint 'Web.Gateway.HomeController.Index (Web.Gateway)'
|
|
2023-04-01 13:49:32.949 +08:00 [INF] Route matched with {action = "Index", controller = "Home"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] Index(Web.Gateway.Models.QueryLogModel) on controller Web.Gateway.HomeController (Web.Gateway).
|
|
2023-04-01 13:49:32.968 +08:00 [INF] Start processing HTTP request GET "http://localhost:8086/query?db=logs&q=select %2A from log where time>%3D%272023-03-31T16%3A00%3A00.0000000Z%27 and time<%3D%272023-04-01T16%3A00%3A00.0000000Z%27 order by time desc limit 100 offset 0"
|
|
2023-04-01 13:49:32.970 +08:00 [INF] Sending HTTP request GET "http://localhost:8086/query?db=logs&q=select %2A from log where time>%3D%272023-03-31T16%3A00%3A00.0000000Z%27 and time<%3D%272023-04-01T16%3A00%3A00.0000000Z%27 order by time desc limit 100 offset 0"
|
|
2023-04-01 13:49:37.065 +08:00 [ERR] System.Net.Http.HttpRequestException: 由于目标计算机积极拒绝,无法连接。 (localhost:8086)
|
|
---> System.Net.Sockets.SocketException (10061): 由于目标计算机积极拒绝,无法连接。
|
|
at System.Net.Sockets.Socket.AwaitableSocketAsyncEventArgs.ThrowException(SocketError error, CancellationToken cancellationToken)
|
|
at System.Net.Sockets.Socket.AwaitableSocketAsyncEventArgs.System.Threading.Tasks.Sources.IValueTaskSource.GetResult(Int16 token)
|
|
at System.Net.Sockets.Socket.<ConnectAsync>g__WaitForConnectWithCancellation|277_0(AwaitableSocketAsyncEventArgs saea, ValueTask connectTask, CancellationToken cancellationToken)
|
|
at System.Net.Http.HttpConnectionPool.ConnectToTcpHostAsync(String host, Int32 port, HttpRequestMessage initialRequest, Boolean async, CancellationToken cancellationToken)
|
|
--- End of inner exception stack trace ---
|
|
at System.Net.Http.HttpConnectionPool.ConnectToTcpHostAsync(String host, Int32 port, HttpRequestMessage initialRequest, Boolean async, CancellationToken cancellationToken)
|
|
at System.Net.Http.HttpConnectionPool.ConnectAsync(HttpRequestMessage request, Boolean async, CancellationToken cancellationToken)
|
|
at System.Net.Http.HttpConnectionPool.CreateHttp11ConnectionAsync(HttpRequestMessage request, Boolean async, CancellationToken cancellationToken)
|
|
at System.Net.Http.HttpConnectionPool.AddHttp11ConnectionAsync(HttpRequestMessage request)
|
|
at System.Threading.Tasks.TaskCompletionSourceWithCancellation`1.WaitWithCancellationAsync(CancellationToken cancellationToken)
|
|
at System.Net.Http.HttpConnectionPool.GetHttp11ConnectionAsync(HttpRequestMessage request, Boolean async, CancellationToken cancellationToken)
|
|
at System.Net.Http.HttpConnectionPool.SendWithVersionDetectionAndRetryAsync(HttpRequestMessage request, Boolean async, Boolean doRequestAuth, CancellationToken cancellationToken)
|
|
at System.Net.Http.DiagnosticsHandler.SendAsyncCore(HttpRequestMessage request, Boolean async, CancellationToken cancellationToken)
|
|
at System.Net.Http.RedirectHandler.SendAsync(HttpRequestMessage request, Boolean async, CancellationToken cancellationToken)
|
|
at Microsoft.Extensions.Http.Logging.LoggingHttpMessageHandler.SendAsync(HttpRequestMessage request, CancellationToken cancellationToken)
|
|
at Microsoft.Extensions.Http.Logging.LoggingScopeHttpMessageHandler.SendAsync(HttpRequestMessage request, CancellationToken cancellationToken)
|
|
at System.Net.Http.HttpClient.<SendAsync>g__Core|83_0(HttpRequestMessage request, HttpCompletionOption completionOption, CancellationTokenSource cts, Boolean disposeCts, CancellationTokenSource pendingRequestsCts, CancellationToken originalCancellationToken)
|
|
at Web.Gateway.HomeController.QueryInfluxDB(String query) in E:\repo\WTA\be\src\Web.Gateway\Controllers\HomeController.cs:line 220
|
|
at Web.Gateway.HomeController.Index(QueryLogModel model) in E:\repo\WTA\be\src\Web.Gateway\Controllers\HomeController.cs:line 79
|
|
System.Net.Http.HttpRequestException: 由于目标计算机积极拒绝,无法连接。 (localhost:8086)
|
|
---> System.Net.Sockets.SocketException (10061): 由于目标计算机积极拒绝,无法连接。
|
|
at System.Net.Sockets.Socket.AwaitableSocketAsyncEventArgs.ThrowException(SocketError error, CancellationToken cancellationToken)
|
|
at System.Net.Sockets.Socket.AwaitableSocketAsyncEventArgs.System.Threading.Tasks.Sources.IValueTaskSource.GetResult(Int16 token)
|
|
at System.Net.Sockets.Socket.<ConnectAsync>g__WaitForConnectWithCancellation|277_0(AwaitableSocketAsyncEventArgs saea, ValueTask connectTask, CancellationToken cancellationToken)
|
|
at System.Net.Http.HttpConnectionPool.ConnectToTcpHostAsync(String host, Int32 port, HttpRequestMessage initialRequest, Boolean async, CancellationToken cancellationToken)
|
|
--- End of inner exception stack trace ---
|
|
at System.Net.Http.HttpConnectionPool.ConnectToTcpHostAsync(String host, Int32 port, HttpRequestMessage initialRequest, Boolean async, CancellationToken cancellationToken)
|
|
at System.Net.Http.HttpConnectionPool.ConnectAsync(HttpRequestMessage request, Boolean async, CancellationToken cancellationToken)
|
|
at System.Net.Http.HttpConnectionPool.CreateHttp11ConnectionAsync(HttpRequestMessage request, Boolean async, CancellationToken cancellationToken)
|
|
at System.Net.Http.HttpConnectionPool.AddHttp11ConnectionAsync(HttpRequestMessage request)
|
|
at System.Threading.Tasks.TaskCompletionSourceWithCancellation`1.WaitWithCancellationAsync(CancellationToken cancellationToken)
|
|
at System.Net.Http.HttpConnectionPool.GetHttp11ConnectionAsync(HttpRequestMessage request, Boolean async, CancellationToken cancellationToken)
|
|
at System.Net.Http.HttpConnectionPool.SendWithVersionDetectionAndRetryAsync(HttpRequestMessage request, Boolean async, Boolean doRequestAuth, CancellationToken cancellationToken)
|
|
at System.Net.Http.DiagnosticsHandler.SendAsyncCore(HttpRequestMessage request, Boolean async, CancellationToken cancellationToken)
|
|
at System.Net.Http.RedirectHandler.SendAsync(HttpRequestMessage request, Boolean async, CancellationToken cancellationToken)
|
|
at Microsoft.Extensions.Http.Logging.LoggingHttpMessageHandler.SendAsync(HttpRequestMessage request, CancellationToken cancellationToken)
|
|
at Microsoft.Extensions.Http.Logging.LoggingScopeHttpMessageHandler.SendAsync(HttpRequestMessage request, CancellationToken cancellationToken)
|
|
at System.Net.Http.HttpClient.<SendAsync>g__Core|83_0(HttpRequestMessage request, HttpCompletionOption completionOption, CancellationTokenSource cts, Boolean disposeCts, CancellationTokenSource pendingRequestsCts, CancellationToken originalCancellationToken)
|
|
at Web.Gateway.HomeController.QueryInfluxDB(String query) in E:\repo\WTA\be\src\Web.Gateway\Controllers\HomeController.cs:line 220
|
|
at Web.Gateway.HomeController.Index(QueryLogModel model) in E:\repo\WTA\be\src\Web.Gateway\Controllers\HomeController.cs:line 79
|
|
2023-04-01 13:49:37.068 +08:00 [INF] Executing ViewResult, running view Index.
|
|
2023-04-01 13:49:37.085 +08:00 [INF] Executed ViewResult - view Index executed in 17.6007ms.
|
|
2023-04-01 13:49:37.085 +08:00 [INF] Executed action Web.Gateway.HomeController.Index (Web.Gateway) in 4136.5291ms
|
|
2023-04-01 13:49:37.086 +08:00 [INF] Executed endpoint 'Web.Gateway.HomeController.Index (Web.Gateway)'
|
|
2023-04-01 13:49:37.086 +08:00 [INF] HTTP GET / responded 200 in 4143.1819 ms
|
|
2023-04-01 13:49:37.086 +08:00 [INF] Request finished HTTP/1.1 GET http://localhost:21093/ - - - 200 - text/html;+charset=utf-8 4143.3523ms
|
|
2023-04-01 13:49:37.101 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:21093/hub/negotiate?negotiateVersion=1 - 0
|
|
2023-04-01 13:49:37.101 +08:00 [INF] Executing endpoint '/hub/negotiate'
|
|
2023-04-01 13:49:37.104 +08:00 [INF] Executed endpoint '/hub/negotiate'
|
|
2023-04-01 13:49:37.104 +08:00 [INF] HTTP POST /hub/negotiate responded 200 in 3.7738 ms
|
|
2023-04-01 13:49:37.104 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:21093/hub/negotiate?negotiateVersion=1 - 0 - 200 316 application/json 3.9494ms
|
|
2023-04-01 13:49:37.128 +08:00 [INF] Request starting HTTP/1.1 GET http://localhost:21093/hub?id=rH1ygiBVI8DbKsEOsUAu1g - -
|
|
2023-04-01 13:49:37.128 +08:00 [INF] Executing endpoint '/hub'
|
|
2023-04-01 13:49:37.141 +08:00 [INF] LjhojfcQWkiRMr3wamUsMA has connected
|
|
2023-04-01 13:49:46.980 +08:00 [INF] Request starting HTTP/1.1 GET http://localhost:21093/?query=select+*+from+log+where+time%3E%3D%272023-03-31T16%3A00%3A00.0000000Z%27+and+time%3C%3D%272023-04-01T16%3A00%3A00.0000000Z%27+order+by+time+desc+limit+100+offset+0&applicationName=&level=&start=2023-04-01T00%3A00&end=2023-04-01T16%3A00%3A00.000Z&pageSize=100&enalbeTail=true - -
|
|
2023-04-01 13:49:46.981 +08:00 [INF] Executing endpoint 'Web.Gateway.HomeController.Index (Web.Gateway)'
|
|
2023-04-01 13:49:46.981 +08:00 [INF] Route matched with {action = "Index", controller = "Home"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] Index(Web.Gateway.Models.QueryLogModel) on controller Web.Gateway.HomeController (Web.Gateway).
|
|
2023-04-01 13:49:46.983 +08:00 [INF] Start processing HTTP request GET "http://localhost:8086/query?db=logs&q=select %2A from log where time>%3D%272023-03-31T16%3A00%3A00.0000000Z%27 and time<%3D%272023-04-01T16%3A00%3A00.0000000Z%27 order by time desc limit 100 offset 0"
|
|
2023-04-01 13:49:46.983 +08:00 [INF] Sending HTTP request GET "http://localhost:8086/query?db=logs&q=select %2A from log where time>%3D%272023-03-31T16%3A00%3A00.0000000Z%27 and time<%3D%272023-04-01T16%3A00%3A00.0000000Z%27 order by time desc limit 100 offset 0"
|
|
2023-04-01 13:49:51.014 +08:00 [ERR] System.Net.Http.HttpRequestException: 由于目标计算机积极拒绝,无法连接。 (localhost:8086)
|
|
---> System.Net.Sockets.SocketException (10061): 由于目标计算机积极拒绝,无法连接。
|
|
at System.Net.Sockets.Socket.AwaitableSocketAsyncEventArgs.ThrowException(SocketError error, CancellationToken cancellationToken)
|
|
at System.Net.Sockets.Socket.AwaitableSocketAsyncEventArgs.System.Threading.Tasks.Sources.IValueTaskSource.GetResult(Int16 token)
|
|
at System.Net.Sockets.Socket.<ConnectAsync>g__WaitForConnectWithCancellation|277_0(AwaitableSocketAsyncEventArgs saea, ValueTask connectTask, CancellationToken cancellationToken)
|
|
at System.Net.Http.HttpConnectionPool.ConnectToTcpHostAsync(String host, Int32 port, HttpRequestMessage initialRequest, Boolean async, CancellationToken cancellationToken)
|
|
--- End of inner exception stack trace ---
|
|
at System.Net.Http.HttpConnectionPool.ConnectToTcpHostAsync(String host, Int32 port, HttpRequestMessage initialRequest, Boolean async, CancellationToken cancellationToken)
|
|
at System.Net.Http.HttpConnectionPool.ConnectAsync(HttpRequestMessage request, Boolean async, CancellationToken cancellationToken)
|
|
at System.Net.Http.HttpConnectionPool.CreateHttp11ConnectionAsync(HttpRequestMessage request, Boolean async, CancellationToken cancellationToken)
|
|
at System.Net.Http.HttpConnectionPool.AddHttp11ConnectionAsync(HttpRequestMessage request)
|
|
at System.Threading.Tasks.TaskCompletionSourceWithCancellation`1.WaitWithCancellationAsync(CancellationToken cancellationToken)
|
|
at System.Net.Http.HttpConnectionPool.GetHttp11ConnectionAsync(HttpRequestMessage request, Boolean async, CancellationToken cancellationToken)
|
|
at System.Net.Http.HttpConnectionPool.SendWithVersionDetectionAndRetryAsync(HttpRequestMessage request, Boolean async, Boolean doRequestAuth, CancellationToken cancellationToken)
|
|
at System.Net.Http.DiagnosticsHandler.SendAsyncCore(HttpRequestMessage request, Boolean async, CancellationToken cancellationToken)
|
|
at System.Net.Http.RedirectHandler.SendAsync(HttpRequestMessage request, Boolean async, CancellationToken cancellationToken)
|
|
at Microsoft.Extensions.Http.Logging.LoggingHttpMessageHandler.SendAsync(HttpRequestMessage request, CancellationToken cancellationToken)
|
|
at Microsoft.Extensions.Http.Logging.LoggingScopeHttpMessageHandler.SendAsync(HttpRequestMessage request, CancellationToken cancellationToken)
|
|
at System.Net.Http.HttpClient.<SendAsync>g__Core|83_0(HttpRequestMessage request, HttpCompletionOption completionOption, CancellationTokenSource cts, Boolean disposeCts, CancellationTokenSource pendingRequestsCts, CancellationToken originalCancellationToken)
|
|
at Web.Gateway.HomeController.QueryInfluxDB(String query) in E:\repo\WTA\be\src\Web.Gateway\Controllers\HomeController.cs:line 220
|
|
at Web.Gateway.HomeController.Index(QueryLogModel model) in E:\repo\WTA\be\src\Web.Gateway\Controllers\HomeController.cs:line 79
|
|
System.Net.Http.HttpRequestException: 由于目标计算机积极拒绝,无法连接。 (localhost:8086)
|
|
---> System.Net.Sockets.SocketException (10061): 由于目标计算机积极拒绝,无法连接。
|
|
at System.Net.Sockets.Socket.AwaitableSocketAsyncEventArgs.ThrowException(SocketError error, CancellationToken cancellationToken)
|
|
at System.Net.Sockets.Socket.AwaitableSocketAsyncEventArgs.System.Threading.Tasks.Sources.IValueTaskSource.GetResult(Int16 token)
|
|
at System.Net.Sockets.Socket.<ConnectAsync>g__WaitForConnectWithCancellation|277_0(AwaitableSocketAsyncEventArgs saea, ValueTask connectTask, CancellationToken cancellationToken)
|
|
at System.Net.Http.HttpConnectionPool.ConnectToTcpHostAsync(String host, Int32 port, HttpRequestMessage initialRequest, Boolean async, CancellationToken cancellationToken)
|
|
--- End of inner exception stack trace ---
|
|
at System.Net.Http.HttpConnectionPool.ConnectToTcpHostAsync(String host, Int32 port, HttpRequestMessage initialRequest, Boolean async, CancellationToken cancellationToken)
|
|
at System.Net.Http.HttpConnectionPool.ConnectAsync(HttpRequestMessage request, Boolean async, CancellationToken cancellationToken)
|
|
at System.Net.Http.HttpConnectionPool.CreateHttp11ConnectionAsync(HttpRequestMessage request, Boolean async, CancellationToken cancellationToken)
|
|
at System.Net.Http.HttpConnectionPool.AddHttp11ConnectionAsync(HttpRequestMessage request)
|
|
at System.Threading.Tasks.TaskCompletionSourceWithCancellation`1.WaitWithCancellationAsync(CancellationToken cancellationToken)
|
|
at System.Net.Http.HttpConnectionPool.GetHttp11ConnectionAsync(HttpRequestMessage request, Boolean async, CancellationToken cancellationToken)
|
|
at System.Net.Http.HttpConnectionPool.SendWithVersionDetectionAndRetryAsync(HttpRequestMessage request, Boolean async, Boolean doRequestAuth, CancellationToken cancellationToken)
|
|
at System.Net.Http.DiagnosticsHandler.SendAsyncCore(HttpRequestMessage request, Boolean async, CancellationToken cancellationToken)
|
|
at System.Net.Http.RedirectHandler.SendAsync(HttpRequestMessage request, Boolean async, CancellationToken cancellationToken)
|
|
at Microsoft.Extensions.Http.Logging.LoggingHttpMessageHandler.SendAsync(HttpRequestMessage request, CancellationToken cancellationToken)
|
|
at Microsoft.Extensions.Http.Logging.LoggingScopeHttpMessageHandler.SendAsync(HttpRequestMessage request, CancellationToken cancellationToken)
|
|
at System.Net.Http.HttpClient.<SendAsync>g__Core|83_0(HttpRequestMessage request, HttpCompletionOption completionOption, CancellationTokenSource cts, Boolean disposeCts, CancellationTokenSource pendingRequestsCts, CancellationToken originalCancellationToken)
|
|
at Web.Gateway.HomeController.QueryInfluxDB(String query) in E:\repo\WTA\be\src\Web.Gateway\Controllers\HomeController.cs:line 220
|
|
at Web.Gateway.HomeController.Index(QueryLogModel model) in E:\repo\WTA\be\src\Web.Gateway\Controllers\HomeController.cs:line 79
|
|
2023-04-01 13:49:51.016 +08:00 [INF] Executing ViewResult, running view Index.
|
|
2023-04-01 13:49:51.017 +08:00 [INF] Executed ViewResult - view Index executed in 0.6885ms.
|
|
2023-04-01 13:49:51.017 +08:00 [INF] Executed action Web.Gateway.HomeController.Index (Web.Gateway) in 4035.9304ms
|
|
2023-04-01 13:49:51.017 +08:00 [INF] Executed endpoint 'Web.Gateway.HomeController.Index (Web.Gateway)'
|
|
2023-04-01 13:49:51.017 +08:00 [INF] HTTP GET / responded 200 in 4036.7979 ms
|
|
2023-04-01 13:49:51.017 +08:00 [INF] Request finished HTTP/1.1 GET http://localhost:21093/?query=select+*+from+log+where+time%3E%3D%272023-03-31T16%3A00%3A00.0000000Z%27+and+time%3C%3D%272023-04-01T16%3A00%3A00.0000000Z%27+order+by+time+desc+limit+100+offset+0&applicationName=&level=&start=2023-04-01T00%3A00&end=2023-04-01T16%3A00%3A00.000Z&pageSize=100&enalbeTail=true - - - 200 - text/html;+charset=utf-8 4037.0302ms
|
|
2023-04-01 13:49:51.031 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:21093/hub/negotiate?negotiateVersion=1 - 0
|
|
2023-04-01 13:49:51.032 +08:00 [INF] Executing endpoint '/hub/negotiate'
|
|
2023-04-01 13:49:51.032 +08:00 [INF] Executed endpoint '/hub/negotiate'
|
|
2023-04-01 13:49:51.032 +08:00 [INF] HTTP POST /hub/negotiate responded 200 in 0.5494 ms
|
|
2023-04-01 13:49:51.032 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:21093/hub/negotiate?negotiateVersion=1 - 0 - 200 316 application/json 0.7758ms
|
|
2023-04-01 13:49:51.050 +08:00 [INF] Request starting HTTP/1.1 GET http://localhost:21093/hub?id=aa6shT0MeofTN81T2JQqLQ - -
|
|
2023-04-01 13:49:51.051 +08:00 [INF] Executing endpoint '/hub'
|
|
2023-04-01 13:49:51.053 +08:00 [INF] LjhojfcQWkiRMr3wamUsMA has disconnected:
|
|
2023-04-01 13:49:51.055 +08:00 [INF] Q0Td_vTbqKjE7p_qNGcJLg has connected
|
|
2023-04-01 13:49:51.059 +08:00 [INF] Executed endpoint '/hub'
|
|
2023-04-01 13:49:51.059 +08:00 [INF] HTTP GET /hub responded 101 in 13931.3150 ms
|
|
2023-04-01 13:49:51.059 +08:00 [INF] Request finished HTTP/1.1 GET http://localhost:21093/hub?id=rH1ygiBVI8DbKsEOsUAu1g - - - 101 - - 13931.5680ms
|
|
2023-04-01 13:54:40.034 +08:00 [INF] User profile is available. Using 'C:\Users\Administrator\AppData\Local\ASP.NET\DataProtection-Keys' as key repository and Windows DPAPI to encrypt keys at rest.
|
|
2023-04-01 13:54:40.084 +08:00 [INF] Loading proxy data from config.
|
|
2023-04-01 13:54:40.234 +08:00 [INF] Now listening on: http://localhost:21093
|
|
2023-04-01 13:54:40.235 +08:00 [INF] Application started. Press Ctrl+C to shut down.
|
|
2023-04-01 13:54:40.235 +08:00 [INF] Hosting environment: Production
|
|
2023-04-01 13:54:40.235 +08:00 [INF] Content root path: E:\repo\WZC2\build\src\win-x64\publish\gateway\
|
|
2023-04-01 13:54:43.675 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:21093/hub/negotiate?negotiateVersion=1 - 0
|
|
2023-04-01 13:54:43.703 +08:00 [INF] Executing endpoint '/hub/negotiate'
|
|
2023-04-01 13:54:43.713 +08:00 [INF] Executed endpoint '/hub/negotiate'
|
|
2023-04-01 13:54:43.714 +08:00 [INF] HTTP POST /hub/negotiate responded 200 in 36.0657 ms
|
|
2023-04-01 13:54:43.716 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:21093/hub/negotiate?negotiateVersion=1 - 0 - 200 316 application/json 44.1870ms
|
|
2023-04-01 13:54:43.717 +08:00 [INF] Request starting HTTP/1.1 GET http://localhost:21093/hub?id=RMqzZY9LSndjfUv9LSwuHA - -
|
|
2023-04-01 13:54:43.718 +08:00 [INF] Executing endpoint '/hub'
|
|
2023-04-01 13:54:43.729 +08:00 [INF] PU1b_NEMQ7WXozFW5T5-TA has connected
|
|
2023-04-01 13:54:46.381 +08:00 [INF] Request starting HTTP/1.1 GET http://localhost:21093/?query=select+*+from+log+where+time%3E%3D%272023-03-31T16%3A00%3A00.0000000Z%27+and+time%3C%3D%272023-04-01T16%3A00%3A00.0000000Z%27+order+by+time+desc+limit+100+offset+0&applicationName=&level=&start=2023-04-01T00%3A00&end=2023-04-01T16%3A00%3A00.000Z&pageSize=100&enalbeTail=true - -
|
|
2023-04-01 13:54:46.385 +08:00 [INF] Executing endpoint 'Web.Gateway.HomeController.Index (Web.Gateway)'
|
|
2023-04-01 13:54:46.405 +08:00 [INF] Route matched with {action = "Index", controller = "Home"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] Index(Web.Gateway.Models.QueryLogModel) on controller Web.Gateway.HomeController (Web.Gateway).
|
|
2023-04-01 13:54:46.443 +08:00 [INF] Start processing HTTP request GET "http://localhost:8086/query?db=logs&q=select %2A from log where time>%3D%272023-03-31T16%3A00%3A00.0000000Z%27 and time<%3D%272023-04-01T16%3A00%3A00.0000000Z%27 order by time desc limit 100 offset 0"
|
|
2023-04-01 13:54:46.444 +08:00 [INF] Sending HTTP request GET "http://localhost:8086/query?db=logs&q=select %2A from log where time>%3D%272023-03-31T16%3A00%3A00.0000000Z%27 and time<%3D%272023-04-01T16%3A00%3A00.0000000Z%27 order by time desc limit 100 offset 0"
|
|
2023-04-01 13:54:50.567 +08:00 [ERR] System.Net.Http.HttpRequestException: 由于目标计算机积极拒绝,无法连接。 (localhost:8086)
|
|
---> System.Net.Sockets.SocketException (10061): 由于目标计算机积极拒绝,无法连接。
|
|
at System.Net.Sockets.Socket.AwaitableSocketAsyncEventArgs.ThrowException(SocketError error, CancellationToken cancellationToken)
|
|
at System.Net.Sockets.Socket.AwaitableSocketAsyncEventArgs.System.Threading.Tasks.Sources.IValueTaskSource.GetResult(Int16 token)
|
|
at System.Net.Sockets.Socket.<ConnectAsync>g__WaitForConnectWithCancellation|277_0(AwaitableSocketAsyncEventArgs saea, ValueTask connectTask, CancellationToken cancellationToken)
|
|
at System.Net.Http.HttpConnectionPool.ConnectToTcpHostAsync(String host, Int32 port, HttpRequestMessage initialRequest, Boolean async, CancellationToken cancellationToken)
|
|
--- End of inner exception stack trace ---
|
|
at System.Net.Http.HttpConnectionPool.ConnectToTcpHostAsync(String host, Int32 port, HttpRequestMessage initialRequest, Boolean async, CancellationToken cancellationToken)
|
|
at System.Net.Http.HttpConnectionPool.ConnectAsync(HttpRequestMessage request, Boolean async, CancellationToken cancellationToken)
|
|
at System.Net.Http.HttpConnectionPool.CreateHttp11ConnectionAsync(HttpRequestMessage request, Boolean async, CancellationToken cancellationToken)
|
|
at System.Net.Http.HttpConnectionPool.AddHttp11ConnectionAsync(HttpRequestMessage request)
|
|
at System.Threading.Tasks.TaskCompletionSourceWithCancellation`1.WaitWithCancellationAsync(CancellationToken cancellationToken)
|
|
at System.Net.Http.HttpConnectionPool.GetHttp11ConnectionAsync(HttpRequestMessage request, Boolean async, CancellationToken cancellationToken)
|
|
at System.Net.Http.HttpConnectionPool.SendWithVersionDetectionAndRetryAsync(HttpRequestMessage request, Boolean async, Boolean doRequestAuth, CancellationToken cancellationToken)
|
|
at System.Net.Http.DiagnosticsHandler.SendAsyncCore(HttpRequestMessage request, Boolean async, CancellationToken cancellationToken)
|
|
at System.Net.Http.RedirectHandler.SendAsync(HttpRequestMessage request, Boolean async, CancellationToken cancellationToken)
|
|
at Microsoft.Extensions.Http.Logging.LoggingHttpMessageHandler.SendAsync(HttpRequestMessage request, CancellationToken cancellationToken)
|
|
at Microsoft.Extensions.Http.Logging.LoggingScopeHttpMessageHandler.SendAsync(HttpRequestMessage request, CancellationToken cancellationToken)
|
|
at System.Net.Http.HttpClient.<SendAsync>g__Core|83_0(HttpRequestMessage request, HttpCompletionOption completionOption, CancellationTokenSource cts, Boolean disposeCts, CancellationTokenSource pendingRequestsCts, CancellationToken originalCancellationToken)
|
|
at Web.Gateway.HomeController.QueryInfluxDB(String query) in E:\repo\WTA\be\src\Web.Gateway\Controllers\HomeController.cs:line 220
|
|
at Web.Gateway.HomeController.Index(QueryLogModel model) in E:\repo\WTA\be\src\Web.Gateway\Controllers\HomeController.cs:line 79
|
|
System.Net.Http.HttpRequestException: 由于目标计算机积极拒绝,无法连接。 (localhost:8086)
|
|
---> System.Net.Sockets.SocketException (10061): 由于目标计算机积极拒绝,无法连接。
|
|
at System.Net.Sockets.Socket.AwaitableSocketAsyncEventArgs.ThrowException(SocketError error, CancellationToken cancellationToken)
|
|
at System.Net.Sockets.Socket.AwaitableSocketAsyncEventArgs.System.Threading.Tasks.Sources.IValueTaskSource.GetResult(Int16 token)
|
|
at System.Net.Sockets.Socket.<ConnectAsync>g__WaitForConnectWithCancellation|277_0(AwaitableSocketAsyncEventArgs saea, ValueTask connectTask, CancellationToken cancellationToken)
|
|
at System.Net.Http.HttpConnectionPool.ConnectToTcpHostAsync(String host, Int32 port, HttpRequestMessage initialRequest, Boolean async, CancellationToken cancellationToken)
|
|
--- End of inner exception stack trace ---
|
|
at System.Net.Http.HttpConnectionPool.ConnectToTcpHostAsync(String host, Int32 port, HttpRequestMessage initialRequest, Boolean async, CancellationToken cancellationToken)
|
|
at System.Net.Http.HttpConnectionPool.ConnectAsync(HttpRequestMessage request, Boolean async, CancellationToken cancellationToken)
|
|
at System.Net.Http.HttpConnectionPool.CreateHttp11ConnectionAsync(HttpRequestMessage request, Boolean async, CancellationToken cancellationToken)
|
|
at System.Net.Http.HttpConnectionPool.AddHttp11ConnectionAsync(HttpRequestMessage request)
|
|
at System.Threading.Tasks.TaskCompletionSourceWithCancellation`1.WaitWithCancellationAsync(CancellationToken cancellationToken)
|
|
at System.Net.Http.HttpConnectionPool.GetHttp11ConnectionAsync(HttpRequestMessage request, Boolean async, CancellationToken cancellationToken)
|
|
at System.Net.Http.HttpConnectionPool.SendWithVersionDetectionAndRetryAsync(HttpRequestMessage request, Boolean async, Boolean doRequestAuth, CancellationToken cancellationToken)
|
|
at System.Net.Http.DiagnosticsHandler.SendAsyncCore(HttpRequestMessage request, Boolean async, CancellationToken cancellationToken)
|
|
at System.Net.Http.RedirectHandler.SendAsync(HttpRequestMessage request, Boolean async, CancellationToken cancellationToken)
|
|
at Microsoft.Extensions.Http.Logging.LoggingHttpMessageHandler.SendAsync(HttpRequestMessage request, CancellationToken cancellationToken)
|
|
at Microsoft.Extensions.Http.Logging.LoggingScopeHttpMessageHandler.SendAsync(HttpRequestMessage request, CancellationToken cancellationToken)
|
|
at System.Net.Http.HttpClient.<SendAsync>g__Core|83_0(HttpRequestMessage request, HttpCompletionOption completionOption, CancellationTokenSource cts, Boolean disposeCts, CancellationTokenSource pendingRequestsCts, CancellationToken originalCancellationToken)
|
|
at Web.Gateway.HomeController.QueryInfluxDB(String query) in E:\repo\WTA\be\src\Web.Gateway\Controllers\HomeController.cs:line 220
|
|
at Web.Gateway.HomeController.Index(QueryLogModel model) in E:\repo\WTA\be\src\Web.Gateway\Controllers\HomeController.cs:line 79
|
|
2023-04-01 13:54:50.573 +08:00 [INF] Executing ViewResult, running view Index.
|
|
2023-04-01 13:54:50.615 +08:00 [INF] Executed ViewResult - view Index executed in 42.6775ms.
|
|
2023-04-01 13:54:50.616 +08:00 [INF] Executed action Web.Gateway.HomeController.Index (Web.Gateway) in 4211.5399ms
|
|
2023-04-01 13:54:50.617 +08:00 [INF] Executed endpoint 'Web.Gateway.HomeController.Index (Web.Gateway)'
|
|
2023-04-01 13:54:50.618 +08:00 [INF] HTTP GET / responded 200 in 4236.5009 ms
|
|
2023-04-01 13:54:50.619 +08:00 [INF] Request finished HTTP/1.1 GET http://localhost:21093/?query=select+*+from+log+where+time%3E%3D%272023-03-31T16%3A00%3A00.0000000Z%27+and+time%3C%3D%272023-04-01T16%3A00%3A00.0000000Z%27+order+by+time+desc+limit+100+offset+0&applicationName=&level=&start=2023-04-01T00%3A00&end=2023-04-01T16%3A00%3A00.000Z&pageSize=100&enalbeTail=true - - - 200 - text/html;+charset=utf-8 4238.2955ms
|
|
2023-04-01 13:54:50.620 +08:00 [INF] PU1b_NEMQ7WXozFW5T5-TA has disconnected:
|
|
2023-04-01 13:54:50.624 +08:00 [INF] Executed endpoint '/hub'
|
|
2023-04-01 13:54:50.625 +08:00 [INF] HTTP GET /hub responded 101 in 6907.6838 ms
|
|
2023-04-01 13:54:50.625 +08:00 [INF] Request finished HTTP/1.1 GET http://localhost:21093/hub?id=RMqzZY9LSndjfUv9LSwuHA - - - 101 - - 6907.9039ms
|
|
2023-04-01 13:54:50.638 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:21093/hub/negotiate?negotiateVersion=1 - 0
|
|
2023-04-01 13:54:50.638 +08:00 [INF] Executing endpoint '/hub/negotiate'
|
|
2023-04-01 13:54:50.638 +08:00 [INF] Executed endpoint '/hub/negotiate'
|
|
2023-04-01 13:54:50.638 +08:00 [INF] HTTP POST /hub/negotiate responded 200 in 0.4651 ms
|
|
2023-04-01 13:54:50.638 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:21093/hub/negotiate?negotiateVersion=1 - 0 - 200 316 application/json 0.6714ms
|
|
2023-04-01 13:54:50.655 +08:00 [INF] Request starting HTTP/1.1 GET http://localhost:21093/hub?id=C9kG0eMOpRBHlcXWknlyXw - -
|
|
2023-04-01 13:54:50.656 +08:00 [INF] Executing endpoint '/hub'
|
|
2023-04-01 13:54:50.657 +08:00 [INF] kx0d0Z4mtS2KPIL3Uc3nwQ has connected
|
|
2023-04-01 13:55:14.889 +08:00 [INF] Request starting HTTP/1.1 GET http://localhost:21093/settings/appsettings.json - -
|
|
2023-04-01 13:55:14.892 +08:00 [INF] Sending file. Request path: '/settings/appsettings.json'. Physical path: 'E:\repo\WZC2\build\src\win-x64\publish\gateway\wwwroot\settings\appsettings.json'
|
|
2023-04-01 13:55:14.893 +08:00 [INF] HTTP GET /settings/appsettings.json responded 200 in 3.5902 ms
|
|
2023-04-01 13:55:14.893 +08:00 [INF] Request finished HTTP/1.1 GET http://localhost:21093/settings/appsettings.json - - - 200 5131 application/json 3.7806ms
|
|
2023-04-01 13:55:14.932 +08:00 [INF] Request starting HTTP/1.1 GET http://localhost:21093/settings/appsettings.Development.json - -
|
|
2023-04-01 13:55:14.932 +08:00 [INF] Sending file. Request path: '/settings/appsettings.Development.json'. Physical path: 'E:\repo\WZC2\build\src\win-x64\publish\gateway\wwwroot\settings\appsettings.Development.json'
|
|
2023-04-01 13:55:14.932 +08:00 [INF] HTTP GET /settings/appsettings.Development.json responded 200 in 0.4348 ms
|
|
2023-04-01 13:55:14.932 +08:00 [INF] Request finished HTTP/1.1 GET http://localhost:21093/settings/appsettings.Development.json - - - 200 7011 application/json 0.6201ms
|
|
2023-04-01 13:55:14.952 +08:00 [INF] Request starting HTTP/1.1 GET http://localhost:21093/settings/appsettings.Development.json - -
|
|
2023-04-01 13:55:14.956 +08:00 [INF] Sending file. Request path: '/settings/appsettings.Development.json'. Physical path: 'E:\repo\WZC2\build\src\win-x64\publish\gateway\wwwroot\settings\appsettings.Development.json'
|
|
2023-04-01 13:55:14.956 +08:00 [INF] HTTP GET /settings/appsettings.Development.json responded 200 in 3.7854 ms
|
|
2023-04-01 13:55:14.956 +08:00 [INF] Request finished HTTP/1.1 GET http://localhost:21093/settings/appsettings.Development.json - - - 200 7011 application/json 4.0760ms
|
|
2023-04-01 13:55:21.383 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:21093/ application/json 65409
|
|
2023-04-01 13:55:21.384 +08:00 [INF] Executing endpoint 'Web.Gateway.HomeController.Index (Web.Gateway)'
|
|
2023-04-01 13:55:21.386 +08:00 [INF] Route matched with {action = "Index", controller = "Home"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] Index() on controller Web.Gateway.HomeController (Web.Gateway).
|
|
2023-04-01 13:55:51.667 +08:00 [INF] Executing StatusCodeResult, setting HTTP status code 200
|
|
2023-04-01 13:55:51.667 +08:00 [INF] Executed action Web.Gateway.HomeController.Index (Web.Gateway) in 30281.3411ms
|
|
2023-04-01 13:55:51.668 +08:00 [INF] Executed endpoint 'Web.Gateway.HomeController.Index (Web.Gateway)'
|
|
2023-04-01 13:55:51.668 +08:00 [INF] HTTP POST / responded 200 in 30284.4522 ms
|
|
2023-04-01 13:55:51.669 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:21093/ application/json 65409 - 200 0 - 30286.1085ms
|
|
2023-04-01 13:55:53.711 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:21093/ application/json 284878
|
|
2023-04-01 13:55:53.712 +08:00 [INF] Executing endpoint 'Web.Gateway.HomeController.Index (Web.Gateway)'
|
|
2023-04-01 13:55:53.712 +08:00 [INF] Route matched with {action = "Index", controller = "Home"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] Index() on controller Web.Gateway.HomeController (Web.Gateway).
|
|
2023-04-01 13:56:23.739 +08:00 [INF] Executing StatusCodeResult, setting HTTP status code 200
|
|
2023-04-01 13:56:23.740 +08:00 [INF] Executed action Web.Gateway.HomeController.Index (Web.Gateway) in 30028.043ms
|
|
2023-04-01 13:56:23.740 +08:00 [INF] Executed endpoint 'Web.Gateway.HomeController.Index (Web.Gateway)'
|
|
2023-04-01 13:56:23.740 +08:00 [INF] HTTP POST / responded 200 in 30028.6699 ms
|
|
2023-04-01 13:56:23.742 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:21093/ application/json 284878 - 200 0 - 30030.3639ms
|
|
2023-04-01 13:56:25.770 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:21093/ application/json 18650
|
|
2023-04-01 13:56:25.771 +08:00 [INF] Executing endpoint 'Web.Gateway.HomeController.Index (Web.Gateway)'
|
|
2023-04-01 13:56:25.771 +08:00 [INF] Route matched with {action = "Index", controller = "Home"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] Index() on controller Web.Gateway.HomeController (Web.Gateway).
|
|
2023-04-01 13:56:55.790 +08:00 [INF] Executing StatusCodeResult, setting HTTP status code 200
|
|
2023-04-01 13:56:55.791 +08:00 [INF] Executed action Web.Gateway.HomeController.Index (Web.Gateway) in 30019.9404ms
|
|
2023-04-01 13:56:55.791 +08:00 [INF] Executed endpoint 'Web.Gateway.HomeController.Index (Web.Gateway)'
|
|
2023-04-01 13:56:55.791 +08:00 [INF] HTTP POST / responded 200 in 30020.4905 ms
|
|
2023-04-01 13:56:55.791 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:21093/ application/json 18650 - 200 0 - 30020.8169ms
|
|
2023-04-01 13:56:57.827 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:21093/ application/json 15983
|
|
2023-04-01 13:56:57.827 +08:00 [INF] Executing endpoint 'Web.Gateway.HomeController.Index (Web.Gateway)'
|
|
2023-04-01 13:56:57.827 +08:00 [INF] Route matched with {action = "Index", controller = "Home"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] Index() on controller Web.Gateway.HomeController (Web.Gateway).
|
|
2023-04-01 13:57:27.854 +08:00 [INF] Executing StatusCodeResult, setting HTTP status code 200
|
|
2023-04-01 13:57:27.854 +08:00 [INF] Executed action Web.Gateway.HomeController.Index (Web.Gateway) in 30027.2717ms
|
|
2023-04-01 13:57:27.854 +08:00 [INF] Executed endpoint 'Web.Gateway.HomeController.Index (Web.Gateway)'
|
|
2023-04-01 13:57:27.854 +08:00 [INF] HTTP POST / responded 200 in 30027.6195 ms
|
|
2023-04-01 13:57:27.855 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:21093/ application/json 15983 - 200 0 - 30027.8620ms
|
|
2023-04-01 13:57:29.887 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:21093/ application/json 15981
|
|
2023-04-01 13:57:29.887 +08:00 [INF] Executing endpoint 'Web.Gateway.HomeController.Index (Web.Gateway)'
|
|
2023-04-01 13:57:29.887 +08:00 [INF] Route matched with {action = "Index", controller = "Home"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] Index() on controller Web.Gateway.HomeController (Web.Gateway).
|
|
2023-04-01 13:57:59.913 +08:00 [INF] Executing StatusCodeResult, setting HTTP status code 200
|
|
2023-04-01 13:57:59.913 +08:00 [INF] Executed action Web.Gateway.HomeController.Index (Web.Gateway) in 30025.8365ms
|
|
2023-04-01 13:57:59.913 +08:00 [INF] Executed endpoint 'Web.Gateway.HomeController.Index (Web.Gateway)'
|
|
2023-04-01 13:57:59.913 +08:00 [INF] HTTP POST / responded 200 in 30026.4145 ms
|
|
2023-04-01 13:57:59.913 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:21093/ application/json 15981 - 200 0 - 30026.7014ms
|
|
2023-04-01 13:58:01.937 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:21093/ application/json 18650
|
|
2023-04-01 13:58:01.937 +08:00 [INF] Executing endpoint 'Web.Gateway.HomeController.Index (Web.Gateway)'
|
|
2023-04-01 13:58:01.937 +08:00 [INF] Route matched with {action = "Index", controller = "Home"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] Index() on controller Web.Gateway.HomeController (Web.Gateway).
|
|
2023-04-01 13:58:31.949 +08:00 [INF] Executing StatusCodeResult, setting HTTP status code 200
|
|
2023-04-01 13:58:31.949 +08:00 [INF] Executed action Web.Gateway.HomeController.Index (Web.Gateway) in 30012.0279ms
|
|
2023-04-01 13:58:31.949 +08:00 [INF] Executed endpoint 'Web.Gateway.HomeController.Index (Web.Gateway)'
|
|
2023-04-01 13:58:31.949 +08:00 [INF] HTTP POST / responded 200 in 30012.4242 ms
|
|
2023-04-01 13:58:31.950 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:21093/ application/json 18650 - 200 0 - 30012.6671ms
|
|
2023-04-01 13:58:33.977 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:21093/ application/json 15983
|
|
2023-04-01 13:58:33.977 +08:00 [INF] Executing endpoint 'Web.Gateway.HomeController.Index (Web.Gateway)'
|
|
2023-04-01 13:58:33.978 +08:00 [INF] Route matched with {action = "Index", controller = "Home"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] Index() on controller Web.Gateway.HomeController (Web.Gateway).
|
|
2023-04-01 13:59:03.986 +08:00 [INF] Executing StatusCodeResult, setting HTTP status code 200
|
|
2023-04-01 13:59:03.986 +08:00 [INF] Executed action Web.Gateway.HomeController.Index (Web.Gateway) in 30008.4736ms
|
|
2023-04-01 13:59:03.986 +08:00 [INF] Executed endpoint 'Web.Gateway.HomeController.Index (Web.Gateway)'
|
|
2023-04-01 13:59:03.986 +08:00 [INF] HTTP POST / responded 200 in 30008.9566 ms
|
|
2023-04-01 13:59:03.987 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:21093/ application/json 15983 - 200 0 - 30009.3021ms
|
|
2023-04-01 13:59:06.011 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:21093/ application/json 15979
|
|
2023-04-01 13:59:06.011 +08:00 [INF] Executing endpoint 'Web.Gateway.HomeController.Index (Web.Gateway)'
|
|
2023-04-01 13:59:06.012 +08:00 [INF] Route matched with {action = "Index", controller = "Home"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] Index() on controller Web.Gateway.HomeController (Web.Gateway).
|
|
2023-04-01 13:59:36.019 +08:00 [INF] Executing StatusCodeResult, setting HTTP status code 200
|
|
2023-04-01 13:59:36.019 +08:00 [INF] Executed action Web.Gateway.HomeController.Index (Web.Gateway) in 30007.7158ms
|
|
2023-04-01 13:59:36.019 +08:00 [INF] Executed endpoint 'Web.Gateway.HomeController.Index (Web.Gateway)'
|
|
2023-04-01 13:59:36.019 +08:00 [INF] HTTP POST / responded 200 in 30008.1511 ms
|
|
2023-04-01 13:59:36.020 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:21093/ application/json 15979 - 200 0 - 30008.4925ms
|
|
2023-04-01 13:59:38.056 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:21093/ application/json 18644
|
|
2023-04-01 13:59:38.056 +08:00 [INF] Executing endpoint 'Web.Gateway.HomeController.Index (Web.Gateway)'
|
|
2023-04-01 13:59:38.056 +08:00 [INF] Route matched with {action = "Index", controller = "Home"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] Index() on controller Web.Gateway.HomeController (Web.Gateway).
|
|
2023-04-01 14:00:08.065 +08:00 [INF] Executing StatusCodeResult, setting HTTP status code 200
|
|
2023-04-01 14:00:08.065 +08:00 [INF] Executed action Web.Gateway.HomeController.Index (Web.Gateway) in 30008.6398ms
|
|
2023-04-01 14:00:08.065 +08:00 [INF] Executed endpoint 'Web.Gateway.HomeController.Index (Web.Gateway)'
|
|
2023-04-01 14:00:08.065 +08:00 [INF] HTTP POST / responded 200 in 30009.5042 ms
|
|
2023-04-01 14:00:08.065 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:21093/ application/json 18644 - 200 0 - 30009.9039ms
|
|
2023-04-01 14:00:10.098 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:21093/ application/json 15981
|
|
2023-04-01 14:00:10.099 +08:00 [INF] Executing endpoint 'Web.Gateway.HomeController.Index (Web.Gateway)'
|
|
2023-04-01 14:00:10.099 +08:00 [INF] Route matched with {action = "Index", controller = "Home"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] Index() on controller Web.Gateway.HomeController (Web.Gateway).
|
|
2023-04-01 14:00:40.120 +08:00 [INF] Executing StatusCodeResult, setting HTTP status code 200
|
|
2023-04-01 14:00:40.120 +08:00 [INF] Executed action Web.Gateway.HomeController.Index (Web.Gateway) in 30021.4992ms
|
|
2023-04-01 14:00:40.120 +08:00 [INF] Executed endpoint 'Web.Gateway.HomeController.Index (Web.Gateway)'
|
|
2023-04-01 14:00:40.121 +08:00 [INF] HTTP POST / responded 200 in 30022.0262 ms
|
|
2023-04-01 14:00:40.121 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:21093/ application/json 15981 - 200 0 - 30022.3059ms
|
|
2023-04-01 14:00:42.153 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:21093/ application/json 18642
|
|
2023-04-01 14:00:42.154 +08:00 [INF] Executing endpoint 'Web.Gateway.HomeController.Index (Web.Gateway)'
|
|
2023-04-01 14:00:42.154 +08:00 [INF] Route matched with {action = "Index", controller = "Home"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] Index() on controller Web.Gateway.HomeController (Web.Gateway).
|
|
2023-04-01 14:01:12.186 +08:00 [INF] Executing StatusCodeResult, setting HTTP status code 200
|
|
2023-04-01 14:01:12.186 +08:00 [INF] Executed action Web.Gateway.HomeController.Index (Web.Gateway) in 30032.4471ms
|
|
2023-04-01 14:01:12.186 +08:00 [INF] Executed endpoint 'Web.Gateway.HomeController.Index (Web.Gateway)'
|
|
2023-04-01 14:01:12.187 +08:00 [INF] HTTP POST / responded 200 in 30033.0086 ms
|
|
2023-04-01 14:01:12.187 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:21093/ application/json 18642 - 200 0 - 30033.5446ms
|
|
2023-04-01 14:01:14.220 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:21093/ application/json 15981
|
|
2023-04-01 14:01:14.220 +08:00 [INF] Executing endpoint 'Web.Gateway.HomeController.Index (Web.Gateway)'
|
|
2023-04-01 14:01:14.220 +08:00 [INF] Route matched with {action = "Index", controller = "Home"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] Index() on controller Web.Gateway.HomeController (Web.Gateway).
|
|
2023-04-01 14:01:44.249 +08:00 [INF] Executing StatusCodeResult, setting HTTP status code 200
|
|
2023-04-01 14:01:44.249 +08:00 [INF] Executed action Web.Gateway.HomeController.Index (Web.Gateway) in 30028.9807ms
|
|
2023-04-01 14:01:44.249 +08:00 [INF] Executed endpoint 'Web.Gateway.HomeController.Index (Web.Gateway)'
|
|
2023-04-01 14:01:44.249 +08:00 [INF] HTTP POST / responded 200 in 30029.4253 ms
|
|
2023-04-01 14:01:44.250 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:21093/ application/json 15981 - 200 0 - 30030.1859ms
|
|
2023-04-01 14:01:46.280 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:21093/ application/json 15981
|
|
2023-04-01 14:01:46.280 +08:00 [INF] Executing endpoint 'Web.Gateway.HomeController.Index (Web.Gateway)'
|
|
2023-04-01 14:01:46.280 +08:00 [INF] Route matched with {action = "Index", controller = "Home"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] Index() on controller Web.Gateway.HomeController (Web.Gateway).
|
|
2023-04-01 14:02:16.292 +08:00 [INF] Executing StatusCodeResult, setting HTTP status code 200
|
|
2023-04-01 14:02:16.293 +08:00 [INF] Executed action Web.Gateway.HomeController.Index (Web.Gateway) in 30012.5022ms
|
|
2023-04-01 14:02:16.293 +08:00 [INF] Executed endpoint 'Web.Gateway.HomeController.Index (Web.Gateway)'
|
|
2023-04-01 14:02:16.293 +08:00 [INF] HTTP POST / responded 200 in 30012.9364 ms
|
|
2023-04-01 14:02:16.293 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:21093/ application/json 15981 - 200 0 - 30013.2850ms
|
|
2023-04-01 14:02:18.321 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:21093/ application/json 18642
|
|
2023-04-01 14:02:18.321 +08:00 [INF] Executing endpoint 'Web.Gateway.HomeController.Index (Web.Gateway)'
|
|
2023-04-01 14:02:18.321 +08:00 [INF] Route matched with {action = "Index", controller = "Home"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] Index() on controller Web.Gateway.HomeController (Web.Gateway).
|
|
2023-04-01 14:02:48.331 +08:00 [INF] Executing StatusCodeResult, setting HTTP status code 200
|
|
2023-04-01 14:02:48.332 +08:00 [INF] Executed action Web.Gateway.HomeController.Index (Web.Gateway) in 30010.4083ms
|
|
2023-04-01 14:02:48.332 +08:00 [INF] Executed endpoint 'Web.Gateway.HomeController.Index (Web.Gateway)'
|
|
2023-04-01 14:02:48.332 +08:00 [INF] HTTP POST / responded 200 in 30011.0895 ms
|
|
2023-04-01 14:02:48.332 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:21093/ application/json 18642 - 200 0 - 30011.5442ms
|
|
2023-04-01 14:02:50.383 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:21093/ application/json 15979
|
|
2023-04-01 14:02:50.383 +08:00 [INF] Executing endpoint 'Web.Gateway.HomeController.Index (Web.Gateway)'
|
|
2023-04-01 14:02:50.383 +08:00 [INF] Route matched with {action = "Index", controller = "Home"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] Index() on controller Web.Gateway.HomeController (Web.Gateway).
|
|
2023-04-01 14:03:20.413 +08:00 [INF] Executing StatusCodeResult, setting HTTP status code 200
|
|
2023-04-01 14:03:20.413 +08:00 [INF] Executed action Web.Gateway.HomeController.Index (Web.Gateway) in 30030.0052ms
|
|
2023-04-01 14:03:20.413 +08:00 [INF] Executed endpoint 'Web.Gateway.HomeController.Index (Web.Gateway)'
|
|
2023-04-01 14:03:20.413 +08:00 [INF] HTTP POST / responded 200 in 30030.7120 ms
|
|
2023-04-01 14:03:20.414 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:21093/ application/json 15979 - 200 0 - 30031.0508ms
|
|
2023-04-01 14:03:22.445 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:21093/ application/json 15979
|
|
2023-04-01 14:03:22.446 +08:00 [INF] Executing endpoint 'Web.Gateway.HomeController.Index (Web.Gateway)'
|
|
2023-04-01 14:03:22.446 +08:00 [INF] Route matched with {action = "Index", controller = "Home"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] Index() on controller Web.Gateway.HomeController (Web.Gateway).
|
|
2023-04-01 14:03:52.463 +08:00 [INF] Executing StatusCodeResult, setting HTTP status code 200
|
|
2023-04-01 14:03:52.463 +08:00 [INF] Executed action Web.Gateway.HomeController.Index (Web.Gateway) in 30017.3693ms
|
|
2023-04-01 14:03:52.463 +08:00 [INF] Executed endpoint 'Web.Gateway.HomeController.Index (Web.Gateway)'
|
|
2023-04-01 14:03:52.463 +08:00 [INF] HTTP POST / responded 200 in 30017.7857 ms
|
|
2023-04-01 14:03:52.463 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:21093/ application/json 15979 - 200 0 - 30018.0815ms
|
|
2023-04-01 14:03:54.495 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:21093/ application/json 18642
|
|
2023-04-01 14:03:54.495 +08:00 [INF] Executing endpoint 'Web.Gateway.HomeController.Index (Web.Gateway)'
|
|
2023-04-01 14:03:54.496 +08:00 [INF] Route matched with {action = "Index", controller = "Home"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] Index() on controller Web.Gateway.HomeController (Web.Gateway).
|
|
2023-04-01 14:04:24.511 +08:00 [INF] Executing StatusCodeResult, setting HTTP status code 200
|
|
2023-04-01 14:04:24.511 +08:00 [INF] Executed action Web.Gateway.HomeController.Index (Web.Gateway) in 30015.3959ms
|
|
2023-04-01 14:04:24.511 +08:00 [INF] Executed endpoint 'Web.Gateway.HomeController.Index (Web.Gateway)'
|
|
2023-04-01 14:04:24.511 +08:00 [INF] HTTP POST / responded 200 in 30016.0713 ms
|
|
2023-04-01 14:04:24.512 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:21093/ application/json 18642 - 200 0 - 30016.4677ms
|
|
2023-04-01 14:04:26.541 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:21093/ application/json 15981
|
|
2023-04-01 14:04:26.541 +08:00 [INF] Executing endpoint 'Web.Gateway.HomeController.Index (Web.Gateway)'
|
|
2023-04-01 14:04:26.541 +08:00 [INF] Route matched with {action = "Index", controller = "Home"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] Index() on controller Web.Gateway.HomeController (Web.Gateway).
|
|
2023-04-01 14:04:56.554 +08:00 [INF] Executing StatusCodeResult, setting HTTP status code 200
|
|
2023-04-01 14:04:56.554 +08:00 [INF] Executed action Web.Gateway.HomeController.Index (Web.Gateway) in 30012.9548ms
|
|
2023-04-01 14:04:56.555 +08:00 [INF] Executed endpoint 'Web.Gateway.HomeController.Index (Web.Gateway)'
|
|
2023-04-01 14:04:56.555 +08:00 [INF] HTTP POST / responded 200 in 30013.3881 ms
|
|
2023-04-01 14:04:56.555 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:21093/ application/json 15981 - 200 0 - 30013.6981ms
|
|
2023-04-01 14:04:58.595 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:21093/ application/json 18642
|
|
2023-04-01 14:04:58.595 +08:00 [INF] Executing endpoint 'Web.Gateway.HomeController.Index (Web.Gateway)'
|
|
2023-04-01 14:04:58.595 +08:00 [INF] Route matched with {action = "Index", controller = "Home"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] Index() on controller Web.Gateway.HomeController (Web.Gateway).
|
|
2023-04-01 14:05:28.619 +08:00 [INF] Executing StatusCodeResult, setting HTTP status code 200
|
|
2023-04-01 14:05:28.620 +08:00 [INF] Executed action Web.Gateway.HomeController.Index (Web.Gateway) in 30024.3464ms
|
|
2023-04-01 14:05:28.620 +08:00 [INF] Executed endpoint 'Web.Gateway.HomeController.Index (Web.Gateway)'
|
|
2023-04-01 14:05:28.620 +08:00 [INF] HTTP POST / responded 200 in 30024.6748 ms
|
|
2023-04-01 14:05:28.620 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:21093/ application/json 18642 - 200 0 - 30025.0259ms
|
|
2023-04-01 14:05:30.652 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:21093/ application/json 15979
|
|
2023-04-01 14:05:30.652 +08:00 [INF] Executing endpoint 'Web.Gateway.HomeController.Index (Web.Gateway)'
|
|
2023-04-01 14:05:30.652 +08:00 [INF] Route matched with {action = "Index", controller = "Home"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] Index() on controller Web.Gateway.HomeController (Web.Gateway).
|
|
2023-04-01 14:06:00.672 +08:00 [INF] Executing StatusCodeResult, setting HTTP status code 200
|
|
2023-04-01 14:06:00.673 +08:00 [INF] Executed action Web.Gateway.HomeController.Index (Web.Gateway) in 30020.7553ms
|
|
2023-04-01 14:06:00.673 +08:00 [INF] Executed endpoint 'Web.Gateway.HomeController.Index (Web.Gateway)'
|
|
2023-04-01 14:06:00.673 +08:00 [INF] HTTP POST / responded 200 in 30021.2909 ms
|
|
2023-04-01 14:06:00.673 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:21093/ application/json 15979 - 200 0 - 30021.7464ms
|
|
2023-04-01 14:06:02.715 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:21093/ application/json 15979
|
|
2023-04-01 14:06:02.716 +08:00 [INF] Executing endpoint 'Web.Gateway.HomeController.Index (Web.Gateway)'
|
|
2023-04-01 14:06:02.716 +08:00 [INF] Route matched with {action = "Index", controller = "Home"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] Index() on controller Web.Gateway.HomeController (Web.Gateway).
|
|
2023-04-01 14:06:32.744 +08:00 [INF] Executing StatusCodeResult, setting HTTP status code 200
|
|
2023-04-01 14:06:32.745 +08:00 [INF] Executed action Web.Gateway.HomeController.Index (Web.Gateway) in 30028.6778ms
|
|
2023-04-01 14:06:32.745 +08:00 [INF] Executed endpoint 'Web.Gateway.HomeController.Index (Web.Gateway)'
|
|
2023-04-01 14:06:32.745 +08:00 [INF] HTTP POST / responded 200 in 30029.8009 ms
|
|
2023-04-01 14:06:32.746 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:21093/ application/json 15979 - 200 0 - 30030.4787ms
|
|
2023-04-01 14:06:34.783 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:21093/ application/json 18644
|
|
2023-04-01 14:06:34.784 +08:00 [INF] Executing endpoint 'Web.Gateway.HomeController.Index (Web.Gateway)'
|
|
2023-04-01 14:06:34.784 +08:00 [INF] Route matched with {action = "Index", controller = "Home"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] Index() on controller Web.Gateway.HomeController (Web.Gateway).
|
|
2023-04-01 14:07:04.809 +08:00 [INF] Executing StatusCodeResult, setting HTTP status code 200
|
|
2023-04-01 14:07:04.809 +08:00 [INF] Executed action Web.Gateway.HomeController.Index (Web.Gateway) in 30024.5222ms
|
|
2023-04-01 14:07:04.809 +08:00 [INF] Executed endpoint 'Web.Gateway.HomeController.Index (Web.Gateway)'
|
|
2023-04-01 14:07:04.809 +08:00 [INF] HTTP POST / responded 200 in 30025.2418 ms
|
|
2023-04-01 14:07:04.809 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:21093/ application/json 18644 - 200 0 - 30025.5759ms
|
|
2023-04-01 14:07:06.843 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:21093/ application/json 15983
|
|
2023-04-01 14:07:06.843 +08:00 [INF] Executing endpoint 'Web.Gateway.HomeController.Index (Web.Gateway)'
|
|
2023-04-01 14:07:06.843 +08:00 [INF] Route matched with {action = "Index", controller = "Home"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] Index() on controller Web.Gateway.HomeController (Web.Gateway).
|
|
2023-04-01 14:07:36.856 +08:00 [INF] Executing StatusCodeResult, setting HTTP status code 200
|
|
2023-04-01 14:07:36.856 +08:00 [INF] Executed action Web.Gateway.HomeController.Index (Web.Gateway) in 30012.8234ms
|
|
2023-04-01 14:07:36.857 +08:00 [INF] Executed endpoint 'Web.Gateway.HomeController.Index (Web.Gateway)'
|
|
2023-04-01 14:07:36.857 +08:00 [INF] HTTP POST / responded 200 in 30014.1750 ms
|
|
2023-04-01 14:07:36.858 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:21093/ application/json 15983 - 0 - - 30014.9589ms
|
|
2023-04-01 14:36:19.844 +08:00 [INF] kx0d0Z4mtS2KPIL3Uc3nwQ has disconnected:
|
|
2023-04-01 14:36:19.846 +08:00 [INF] Executed endpoint '/hub'
|
|
2023-04-01 14:36:19.846 +08:00 [INF] HTTP GET /hub responded 101 in 2489190.8411 ms
|
|
2023-04-01 14:36:19.847 +08:00 [INF] Request finished HTTP/1.1 GET http://localhost:21093/hub?id=C9kG0eMOpRBHlcXWknlyXw - - - 101 - - 2489191.0630ms
|
|
2023-04-01 14:36:29.734 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:21093/hub/negotiate?negotiateVersion=1 - 0
|
|
2023-04-01 14:36:29.734 +08:00 [INF] Executing endpoint '/hub/negotiate'
|
|
2023-04-01 14:36:29.735 +08:00 [INF] Executed endpoint '/hub/negotiate'
|
|
2023-04-01 14:36:29.735 +08:00 [INF] HTTP POST /hub/negotiate responded 200 in 0.5957 ms
|
|
2023-04-01 14:36:29.735 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:21093/hub/negotiate?negotiateVersion=1 - 0 - 200 316 application/json 0.7322ms
|
|
2023-04-01 14:36:29.754 +08:00 [INF] Request starting HTTP/1.1 GET http://localhost:21093/hub?id=y-d3Ovn_Tx3qf6x1w7EkpQ - -
|
|
2023-04-01 14:36:29.754 +08:00 [INF] Executing endpoint '/hub'
|
|
2023-04-01 14:36:29.756 +08:00 [INF] qro71BaU7jlljs4DSSgLig has connected
|
|
2023-04-01 14:36:39.650 +08:00 [INF] qro71BaU7jlljs4DSSgLig has disconnected:
|
|
2023-04-01 14:36:39.651 +08:00 [INF] Executed endpoint '/hub'
|
|
2023-04-01 14:36:39.651 +08:00 [INF] HTTP GET /hub responded 101 in 9896.6007 ms
|
|
2023-04-01 14:36:39.651 +08:00 [INF] Request finished HTTP/1.1 GET http://localhost:21093/hub?id=y-d3Ovn_Tx3qf6x1w7EkpQ - - - 101 - - 9896.7420ms
|
|
2023-04-01 15:13:01.040 +08:00 [INF] Request starting HTTP/1.1 GET http://localhost:21093/settings/appsettings.json - -
|
|
2023-04-01 15:13:01.045 +08:00 [INF] Sending file. Request path: '/settings/appsettings.json'. Physical path: 'E:\repo\WZC2\build\src\win-x64\publish\gateway\wwwroot\settings\appsettings.json'
|
|
2023-04-01 15:13:01.045 +08:00 [INF] HTTP GET /settings/appsettings.json responded 200 in 2.5608 ms
|
|
2023-04-01 15:13:01.045 +08:00 [INF] Request finished HTTP/1.1 GET http://localhost:21093/settings/appsettings.json - - - 200 5131 application/json 5.5043ms
|
|
2023-04-01 15:13:01.088 +08:00 [INF] Request starting HTTP/1.1 GET http://localhost:21093/settings/appsettings.Development.json - -
|
|
2023-04-01 15:13:01.088 +08:00 [INF] Sending file. Request path: '/settings/appsettings.Development.json'. Physical path: 'E:\repo\WZC2\build\src\win-x64\publish\gateway\wwwroot\settings\appsettings.Development.json'
|
|
2023-04-01 15:13:01.088 +08:00 [INF] HTTP GET /settings/appsettings.Development.json responded 200 in 0.4309 ms
|
|
2023-04-01 15:13:01.088 +08:00 [INF] Request finished HTTP/1.1 GET http://localhost:21093/settings/appsettings.Development.json - - - 200 7011 application/json 0.6523ms
|
|
2023-04-01 15:13:01.109 +08:00 [INF] Request starting HTTP/1.1 GET http://localhost:21093/settings/appsettings.Development.json - -
|
|
2023-04-01 15:13:01.109 +08:00 [INF] Sending file. Request path: '/settings/appsettings.Development.json'. Physical path: 'E:\repo\WZC2\build\src\win-x64\publish\gateway\wwwroot\settings\appsettings.Development.json'
|
|
2023-04-01 15:13:01.110 +08:00 [INF] HTTP GET /settings/appsettings.Development.json responded 200 in 0.7839 ms
|
|
2023-04-01 15:13:01.110 +08:00 [INF] Request finished HTTP/1.1 GET http://localhost:21093/settings/appsettings.Development.json - - - 200 7011 application/json 0.9998ms
|
|
2023-04-01 15:13:08.804 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:21093/ application/json 65409
|
|
2023-04-01 15:13:08.805 +08:00 [INF] Executing endpoint 'Web.Gateway.HomeController.Index (Web.Gateway)'
|
|
2023-04-01 15:13:08.807 +08:00 [INF] Route matched with {action = "Index", controller = "Home"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] Index() on controller Web.Gateway.HomeController (Web.Gateway).
|
|
2023-04-01 15:13:38.846 +08:00 [INF] Executing StatusCodeResult, setting HTTP status code 200
|
|
2023-04-01 15:13:38.846 +08:00 [INF] Executed action Web.Gateway.HomeController.Index (Web.Gateway) in 30039.3333ms
|
|
2023-04-01 15:13:38.846 +08:00 [INF] Executed endpoint 'Web.Gateway.HomeController.Index (Web.Gateway)'
|
|
2023-04-01 15:13:38.846 +08:00 [INF] HTTP POST / responded 200 in 30041.9318 ms
|
|
2023-04-01 15:13:38.847 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:21093/ application/json 65409 - 200 0 - 30042.9099ms
|
|
2023-04-01 15:13:40.874 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:21093/ application/json 284871
|
|
2023-04-01 15:13:40.874 +08:00 [INF] Executing endpoint 'Web.Gateway.HomeController.Index (Web.Gateway)'
|
|
2023-04-01 15:13:40.874 +08:00 [INF] Route matched with {action = "Index", controller = "Home"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] Index() on controller Web.Gateway.HomeController (Web.Gateway).
|
|
2023-04-01 15:14:10.912 +08:00 [INF] Executing StatusCodeResult, setting HTTP status code 200
|
|
2023-04-01 15:14:10.912 +08:00 [INF] Executed action Web.Gateway.HomeController.Index (Web.Gateway) in 30038.1203ms
|
|
2023-04-01 15:14:10.913 +08:00 [INF] Executed endpoint 'Web.Gateway.HomeController.Index (Web.Gateway)'
|
|
2023-04-01 15:14:10.913 +08:00 [INF] HTTP POST / responded 200 in 30038.9670 ms
|
|
2023-04-01 15:14:10.914 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:21093/ application/json 284871 - 200 0 - 30039.9970ms
|
|
2023-04-01 15:14:12.969 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:21093/ application/json 18642
|
|
2023-04-01 15:14:12.970 +08:00 [INF] Executing endpoint 'Web.Gateway.HomeController.Index (Web.Gateway)'
|
|
2023-04-01 15:14:12.970 +08:00 [INF] Route matched with {action = "Index", controller = "Home"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] Index() on controller Web.Gateway.HomeController (Web.Gateway).
|
|
2023-04-01 15:14:42.984 +08:00 [INF] Executing StatusCodeResult, setting HTTP status code 200
|
|
2023-04-01 15:14:42.985 +08:00 [INF] Executed action Web.Gateway.HomeController.Index (Web.Gateway) in 30014.6571ms
|
|
2023-04-01 15:14:42.985 +08:00 [INF] Executed endpoint 'Web.Gateway.HomeController.Index (Web.Gateway)'
|
|
2023-04-01 15:14:42.985 +08:00 [INF] HTTP POST / responded 200 in 30015.9668 ms
|
|
2023-04-01 15:14:42.985 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:21093/ application/json 18642 - 200 0 - 30016.2486ms
|
|
2023-04-01 15:14:45.014 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:21093/ application/json 15979
|
|
2023-04-01 15:14:45.015 +08:00 [INF] Executing endpoint 'Web.Gateway.HomeController.Index (Web.Gateway)'
|
|
2023-04-01 15:14:45.015 +08:00 [INF] Route matched with {action = "Index", controller = "Home"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] Index() on controller Web.Gateway.HomeController (Web.Gateway).
|
|
2023-04-01 15:15:15.023 +08:00 [INF] Executing StatusCodeResult, setting HTTP status code 200
|
|
2023-04-01 15:15:15.023 +08:00 [INF] Executed action Web.Gateway.HomeController.Index (Web.Gateway) in 30008.2133ms
|
|
2023-04-01 15:15:15.023 +08:00 [INF] Executed endpoint 'Web.Gateway.HomeController.Index (Web.Gateway)'
|
|
2023-04-01 15:15:15.023 +08:00 [INF] HTTP POST / responded 200 in 30008.9010 ms
|
|
2023-04-01 15:15:15.024 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:21093/ application/json 15979 - 200 0 - 30009.2733ms
|
|
2023-04-01 15:15:17.052 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:21093/ application/json 15979
|
|
2023-04-01 15:15:17.052 +08:00 [INF] Executing endpoint 'Web.Gateway.HomeController.Index (Web.Gateway)'
|
|
2023-04-01 15:15:17.053 +08:00 [INF] Route matched with {action = "Index", controller = "Home"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] Index() on controller Web.Gateway.HomeController (Web.Gateway).
|
|
2023-04-01 15:15:47.069 +08:00 [INF] Executing StatusCodeResult, setting HTTP status code 200
|
|
2023-04-01 15:15:47.069 +08:00 [INF] Executed action Web.Gateway.HomeController.Index (Web.Gateway) in 30016.9267ms
|
|
2023-04-01 15:15:47.070 +08:00 [INF] Executed endpoint 'Web.Gateway.HomeController.Index (Web.Gateway)'
|
|
2023-04-01 15:15:47.070 +08:00 [INF] HTTP POST / responded 200 in 30017.2414 ms
|
|
2023-04-01 15:15:47.070 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:21093/ application/json 15979 - 200 0 - 30017.4778ms
|
|
2023-04-01 15:15:49.089 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:21093/ application/json 18642
|
|
2023-04-01 15:15:49.089 +08:00 [INF] Executing endpoint 'Web.Gateway.HomeController.Index (Web.Gateway)'
|
|
2023-04-01 15:15:49.089 +08:00 [INF] Route matched with {action = "Index", controller = "Home"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] Index() on controller Web.Gateway.HomeController (Web.Gateway).
|
|
2023-04-01 15:16:19.113 +08:00 [INF] Executing StatusCodeResult, setting HTTP status code 200
|
|
2023-04-01 15:16:19.113 +08:00 [INF] Executed action Web.Gateway.HomeController.Index (Web.Gateway) in 30023.78ms
|
|
2023-04-01 15:16:19.113 +08:00 [INF] Executed endpoint 'Web.Gateway.HomeController.Index (Web.Gateway)'
|
|
2023-04-01 15:16:19.113 +08:00 [INF] HTTP POST / responded 200 in 30024.5161 ms
|
|
2023-04-01 15:16:19.113 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:21093/ application/json 18642 - 200 0 - 30024.8202ms
|
|
2023-04-01 15:16:21.133 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:21093/ application/json 15979
|
|
2023-04-01 15:16:21.133 +08:00 [INF] Executing endpoint 'Web.Gateway.HomeController.Index (Web.Gateway)'
|
|
2023-04-01 15:16:21.133 +08:00 [INF] Route matched with {action = "Index", controller = "Home"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] Index() on controller Web.Gateway.HomeController (Web.Gateway).
|
|
2023-04-01 15:16:51.144 +08:00 [INF] Executing StatusCodeResult, setting HTTP status code 200
|
|
2023-04-01 15:16:51.144 +08:00 [INF] Executed action Web.Gateway.HomeController.Index (Web.Gateway) in 30010.9608ms
|
|
2023-04-01 15:16:51.144 +08:00 [INF] Executed endpoint 'Web.Gateway.HomeController.Index (Web.Gateway)'
|
|
2023-04-01 15:16:51.145 +08:00 [INF] HTTP POST / responded 200 in 30011.5520 ms
|
|
2023-04-01 15:16:51.145 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:21093/ application/json 15979 - 200 0 - 30011.9420ms
|
|
2023-04-01 15:16:53.181 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:21093/ application/json 15979
|
|
2023-04-01 15:16:53.181 +08:00 [INF] Executing endpoint 'Web.Gateway.HomeController.Index (Web.Gateway)'
|
|
2023-04-01 15:16:53.181 +08:00 [INF] Route matched with {action = "Index", controller = "Home"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] Index() on controller Web.Gateway.HomeController (Web.Gateway).
|
|
2023-04-01 15:17:23.198 +08:00 [INF] Executing StatusCodeResult, setting HTTP status code 200
|
|
2023-04-01 15:17:23.198 +08:00 [INF] Executed action Web.Gateway.HomeController.Index (Web.Gateway) in 30016.5128ms
|
|
2023-04-01 15:17:23.198 +08:00 [INF] Executed endpoint 'Web.Gateway.HomeController.Index (Web.Gateway)'
|
|
2023-04-01 15:17:23.198 +08:00 [INF] HTTP POST / responded 200 in 30016.8022 ms
|
|
2023-04-01 15:17:23.198 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:21093/ application/json 15979 - 200 0 - 30017.2135ms
|
|
2023-04-01 15:17:25.229 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:21093/ application/json 18642
|
|
2023-04-01 15:17:25.229 +08:00 [INF] Executing endpoint 'Web.Gateway.HomeController.Index (Web.Gateway)'
|
|
2023-04-01 15:17:25.229 +08:00 [INF] Route matched with {action = "Index", controller = "Home"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] Index() on controller Web.Gateway.HomeController (Web.Gateway).
|
|
2023-04-01 15:17:55.234 +08:00 [INF] Executing StatusCodeResult, setting HTTP status code 200
|
|
2023-04-01 15:17:55.234 +08:00 [INF] Executed action Web.Gateway.HomeController.Index (Web.Gateway) in 30004.8869ms
|
|
2023-04-01 15:17:55.234 +08:00 [INF] Executed endpoint 'Web.Gateway.HomeController.Index (Web.Gateway)'
|
|
2023-04-01 15:17:55.234 +08:00 [INF] HTTP POST / responded 200 in 30005.2996 ms
|
|
2023-04-01 15:17:55.234 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:21093/ application/json 18642 - 200 0 - 30005.6130ms
|
|
2023-04-01 15:17:57.270 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:21093/ application/json 15979
|
|
2023-04-01 15:17:57.270 +08:00 [INF] Executing endpoint 'Web.Gateway.HomeController.Index (Web.Gateway)'
|
|
2023-04-01 15:17:57.270 +08:00 [INF] Route matched with {action = "Index", controller = "Home"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] Index() on controller Web.Gateway.HomeController (Web.Gateway).
|
|
2023-04-01 15:18:27.283 +08:00 [INF] Executing StatusCodeResult, setting HTTP status code 200
|
|
2023-04-01 15:18:27.283 +08:00 [INF] Executed action Web.Gateway.HomeController.Index (Web.Gateway) in 30013.3358ms
|
|
2023-04-01 15:18:27.283 +08:00 [INF] Executed endpoint 'Web.Gateway.HomeController.Index (Web.Gateway)'
|
|
2023-04-01 15:18:27.283 +08:00 [INF] HTTP POST / responded 200 in 30013.6033 ms
|
|
2023-04-01 15:18:27.283 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:21093/ application/json 15979 - 200 0 - 30013.8115ms
|
|
2023-04-01 15:18:29.313 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:21093/ application/json 18642
|
|
2023-04-01 15:18:29.313 +08:00 [INF] Executing endpoint 'Web.Gateway.HomeController.Index (Web.Gateway)'
|
|
2023-04-01 15:18:29.313 +08:00 [INF] Route matched with {action = "Index", controller = "Home"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] Index() on controller Web.Gateway.HomeController (Web.Gateway).
|
|
2023-04-01 15:18:56.436 +08:00 [INF] Request starting HTTP/1.1 GET http://localhost:21093/settings/appsettings.json - -
|
|
2023-04-01 15:18:56.436 +08:00 [INF] Sending file. Request path: '/settings/appsettings.json'. Physical path: 'E:\repo\WZC2\build\src\win-x64\publish\gateway\wwwroot\settings\appsettings.json'
|
|
2023-04-01 15:18:56.436 +08:00 [INF] HTTP GET /settings/appsettings.json responded 200 in 0.6102 ms
|
|
2023-04-01 15:18:56.436 +08:00 [INF] Request finished HTTP/1.1 GET http://localhost:21093/settings/appsettings.json - - - 200 5135 application/json 0.8128ms
|
|
2023-04-01 15:18:56.530 +08:00 [INF] Request starting HTTP/1.1 GET http://localhost:21093/settings/appsettings.Development.json - -
|
|
2023-04-01 15:18:56.530 +08:00 [INF] HTTP GET /settings/appsettings.Development.json responded 404 in 0.2687 ms
|
|
2023-04-01 15:18:56.530 +08:00 [INF] Request finished HTTP/1.1 GET http://localhost:21093/settings/appsettings.Development.json - - - 404 0 - 1.3547ms
|
|
2023-04-01 15:18:59.342 +08:00 [INF] Executing StatusCodeResult, setting HTTP status code 200
|
|
2023-04-01 15:18:59.342 +08:00 [INF] Executed action Web.Gateway.HomeController.Index (Web.Gateway) in 30028.662ms
|
|
2023-04-01 15:18:59.342 +08:00 [INF] Executed endpoint 'Web.Gateway.HomeController.Index (Web.Gateway)'
|
|
2023-04-01 15:18:59.342 +08:00 [INF] HTTP POST / responded 200 in 30029.0128 ms
|
|
2023-04-01 15:18:59.342 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:21093/ application/json 18642 - 0 - - 30029.1903ms
|
|
2023-04-01 15:19:15.583 +08:00 [INF] User profile is available. Using 'C:\Users\Administrator\AppData\Local\ASP.NET\DataProtection-Keys' as key repository and Windows DPAPI to encrypt keys at rest.
|
|
2023-04-01 15:19:15.637 +08:00 [INF] Loading proxy data from config.
|
|
2023-04-01 15:19:15.767 +08:00 [INF] Now listening on: http://localhost:21093
|
|
2023-04-01 15:19:15.769 +08:00 [INF] Application started. Press Ctrl+C to shut down.
|
|
2023-04-01 15:19:15.769 +08:00 [INF] Hosting environment: Production
|
|
2023-04-01 15:19:15.769 +08:00 [INF] Content root path: E:\repo\WZC2\build\src\win-x64\publish\gateway\
|
|
2023-04-01 15:19:33.128 +08:00 [INF] Request starting HTTP/1.1 GET http://localhost:21093/settings/appsettings.json - -
|
|
2023-04-01 15:19:33.142 +08:00 [INF] Sending file. Request path: '/settings/appsettings.json'. Physical path: 'E:\repo\WZC2\build\src\win-x64\publish\gateway\wwwroot\settings\appsettings.json'
|
|
2023-04-01 15:19:33.144 +08:00 [INF] HTTP GET /settings/appsettings.json responded 200 in 12.4795 ms
|
|
2023-04-01 15:19:33.149 +08:00 [INF] Request finished HTTP/1.1 GET http://localhost:21093/settings/appsettings.json - - - 200 5135 application/json 23.4474ms
|
|
2023-04-01 15:19:33.195 +08:00 [INF] Request starting HTTP/1.1 GET http://localhost:21093/settings/appsettings.Development.json - -
|
|
2023-04-01 15:19:33.227 +08:00 [INF] HTTP GET /settings/appsettings.Development.json responded 404 in 32.0354 ms
|
|
2023-04-01 15:19:33.228 +08:00 [INF] Request finished HTTP/1.1 GET http://localhost:21093/settings/appsettings.Development.json - - - 404 0 - 33.1437ms
|
|
2023-04-01 15:20:01.657 +08:00 [INF] Request starting HTTP/1.1 GET http://localhost:21093/ - -
|
|
2023-04-01 15:20:01.662 +08:00 [INF] Executing endpoint 'Web.Gateway.HomeController.Index (Web.Gateway)'
|
|
2023-04-01 15:20:01.682 +08:00 [INF] Route matched with {action = "Index", controller = "Home"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] Index(Web.Gateway.Models.QueryLogModel) on controller Web.Gateway.HomeController (Web.Gateway).
|
|
2023-04-01 15:20:01.710 +08:00 [INF] Start processing HTTP request GET "http://localhost:8086/query?db=logs&q=select %2A from log where time>%3D%272023-03-31T16%3A00%3A00.0000000Z%27 and time<%3D%272023-04-01T16%3A00%3A00.0000000Z%27 order by time desc limit 100 offset 0"
|
|
2023-04-01 15:20:01.711 +08:00 [INF] Sending HTTP request GET "http://localhost:8086/query?db=logs&q=select %2A from log where time>%3D%272023-03-31T16%3A00%3A00.0000000Z%27 and time<%3D%272023-04-01T16%3A00%3A00.0000000Z%27 order by time desc limit 100 offset 0"
|
|
2023-04-01 15:20:05.816 +08:00 [ERR] System.Net.Http.HttpRequestException: 由于目标计算机积极拒绝,无法连接。 (localhost:8086)
|
|
---> System.Net.Sockets.SocketException (10061): 由于目标计算机积极拒绝,无法连接。
|
|
at System.Net.Sockets.Socket.AwaitableSocketAsyncEventArgs.ThrowException(SocketError error, CancellationToken cancellationToken)
|
|
at System.Net.Sockets.Socket.AwaitableSocketAsyncEventArgs.System.Threading.Tasks.Sources.IValueTaskSource.GetResult(Int16 token)
|
|
at System.Net.Sockets.Socket.<ConnectAsync>g__WaitForConnectWithCancellation|277_0(AwaitableSocketAsyncEventArgs saea, ValueTask connectTask, CancellationToken cancellationToken)
|
|
at System.Net.Http.HttpConnectionPool.ConnectToTcpHostAsync(String host, Int32 port, HttpRequestMessage initialRequest, Boolean async, CancellationToken cancellationToken)
|
|
--- End of inner exception stack trace ---
|
|
at System.Net.Http.HttpConnectionPool.ConnectToTcpHostAsync(String host, Int32 port, HttpRequestMessage initialRequest, Boolean async, CancellationToken cancellationToken)
|
|
at System.Net.Http.HttpConnectionPool.ConnectAsync(HttpRequestMessage request, Boolean async, CancellationToken cancellationToken)
|
|
at System.Net.Http.HttpConnectionPool.CreateHttp11ConnectionAsync(HttpRequestMessage request, Boolean async, CancellationToken cancellationToken)
|
|
at System.Net.Http.HttpConnectionPool.AddHttp11ConnectionAsync(HttpRequestMessage request)
|
|
at System.Threading.Tasks.TaskCompletionSourceWithCancellation`1.WaitWithCancellationAsync(CancellationToken cancellationToken)
|
|
at System.Net.Http.HttpConnectionPool.GetHttp11ConnectionAsync(HttpRequestMessage request, Boolean async, CancellationToken cancellationToken)
|
|
at System.Net.Http.HttpConnectionPool.SendWithVersionDetectionAndRetryAsync(HttpRequestMessage request, Boolean async, Boolean doRequestAuth, CancellationToken cancellationToken)
|
|
at System.Net.Http.DiagnosticsHandler.SendAsyncCore(HttpRequestMessage request, Boolean async, CancellationToken cancellationToken)
|
|
at System.Net.Http.RedirectHandler.SendAsync(HttpRequestMessage request, Boolean async, CancellationToken cancellationToken)
|
|
at Microsoft.Extensions.Http.Logging.LoggingHttpMessageHandler.SendAsync(HttpRequestMessage request, CancellationToken cancellationToken)
|
|
at Microsoft.Extensions.Http.Logging.LoggingScopeHttpMessageHandler.SendAsync(HttpRequestMessage request, CancellationToken cancellationToken)
|
|
at System.Net.Http.HttpClient.<SendAsync>g__Core|83_0(HttpRequestMessage request, HttpCompletionOption completionOption, CancellationTokenSource cts, Boolean disposeCts, CancellationTokenSource pendingRequestsCts, CancellationToken originalCancellationToken)
|
|
at Web.Gateway.HomeController.QueryInfluxDB(String query) in E:\repo\WTA\be\src\Web.Gateway\Controllers\HomeController.cs:line 220
|
|
at Web.Gateway.HomeController.Index(QueryLogModel model) in E:\repo\WTA\be\src\Web.Gateway\Controllers\HomeController.cs:line 79
|
|
System.Net.Http.HttpRequestException: 由于目标计算机积极拒绝,无法连接。 (localhost:8086)
|
|
---> System.Net.Sockets.SocketException (10061): 由于目标计算机积极拒绝,无法连接。
|
|
at System.Net.Sockets.Socket.AwaitableSocketAsyncEventArgs.ThrowException(SocketError error, CancellationToken cancellationToken)
|
|
at System.Net.Sockets.Socket.AwaitableSocketAsyncEventArgs.System.Threading.Tasks.Sources.IValueTaskSource.GetResult(Int16 token)
|
|
at System.Net.Sockets.Socket.<ConnectAsync>g__WaitForConnectWithCancellation|277_0(AwaitableSocketAsyncEventArgs saea, ValueTask connectTask, CancellationToken cancellationToken)
|
|
at System.Net.Http.HttpConnectionPool.ConnectToTcpHostAsync(String host, Int32 port, HttpRequestMessage initialRequest, Boolean async, CancellationToken cancellationToken)
|
|
--- End of inner exception stack trace ---
|
|
at System.Net.Http.HttpConnectionPool.ConnectToTcpHostAsync(String host, Int32 port, HttpRequestMessage initialRequest, Boolean async, CancellationToken cancellationToken)
|
|
at System.Net.Http.HttpConnectionPool.ConnectAsync(HttpRequestMessage request, Boolean async, CancellationToken cancellationToken)
|
|
at System.Net.Http.HttpConnectionPool.CreateHttp11ConnectionAsync(HttpRequestMessage request, Boolean async, CancellationToken cancellationToken)
|
|
at System.Net.Http.HttpConnectionPool.AddHttp11ConnectionAsync(HttpRequestMessage request)
|
|
at System.Threading.Tasks.TaskCompletionSourceWithCancellation`1.WaitWithCancellationAsync(CancellationToken cancellationToken)
|
|
at System.Net.Http.HttpConnectionPool.GetHttp11ConnectionAsync(HttpRequestMessage request, Boolean async, CancellationToken cancellationToken)
|
|
at System.Net.Http.HttpConnectionPool.SendWithVersionDetectionAndRetryAsync(HttpRequestMessage request, Boolean async, Boolean doRequestAuth, CancellationToken cancellationToken)
|
|
at System.Net.Http.DiagnosticsHandler.SendAsyncCore(HttpRequestMessage request, Boolean async, CancellationToken cancellationToken)
|
|
at System.Net.Http.RedirectHandler.SendAsync(HttpRequestMessage request, Boolean async, CancellationToken cancellationToken)
|
|
at Microsoft.Extensions.Http.Logging.LoggingHttpMessageHandler.SendAsync(HttpRequestMessage request, CancellationToken cancellationToken)
|
|
at Microsoft.Extensions.Http.Logging.LoggingScopeHttpMessageHandler.SendAsync(HttpRequestMessage request, CancellationToken cancellationToken)
|
|
at System.Net.Http.HttpClient.<SendAsync>g__Core|83_0(HttpRequestMessage request, HttpCompletionOption completionOption, CancellationTokenSource cts, Boolean disposeCts, CancellationTokenSource pendingRequestsCts, CancellationToken originalCancellationToken)
|
|
at Web.Gateway.HomeController.QueryInfluxDB(String query) in E:\repo\WTA\be\src\Web.Gateway\Controllers\HomeController.cs:line 220
|
|
at Web.Gateway.HomeController.Index(QueryLogModel model) in E:\repo\WTA\be\src\Web.Gateway\Controllers\HomeController.cs:line 79
|
|
2023-04-01 15:20:05.821 +08:00 [INF] Executing ViewResult, running view Index.
|
|
2023-04-01 15:20:05.869 +08:00 [INF] Executed ViewResult - view Index executed in 47.519ms.
|
|
2023-04-01 15:20:05.870 +08:00 [INF] Executed action Web.Gateway.HomeController.Index (Web.Gateway) in 4187.517ms
|
|
2023-04-01 15:20:05.870 +08:00 [INF] Executed endpoint 'Web.Gateway.HomeController.Index (Web.Gateway)'
|
|
2023-04-01 15:20:05.872 +08:00 [INF] HTTP GET / responded 200 in 4214.6550 ms
|
|
2023-04-01 15:20:05.873 +08:00 [INF] Request finished HTTP/1.1 GET http://localhost:21093/ - - - 200 - text/html;+charset=utf-8 4216.7280ms
|
|
2023-04-01 15:20:05.908 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:21093/hub/negotiate?negotiateVersion=1 - 0
|
|
2023-04-01 15:20:05.911 +08:00 [INF] Executing endpoint '/hub/negotiate'
|
|
2023-04-01 15:20:05.917 +08:00 [INF] Executed endpoint '/hub/negotiate'
|
|
2023-04-01 15:20:05.917 +08:00 [INF] HTTP POST /hub/negotiate responded 200 in 9.2361 ms
|
|
2023-04-01 15:20:05.917 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:21093/hub/negotiate?negotiateVersion=1 - 0 - 200 316 application/json 9.6440ms
|
|
2023-04-01 15:20:05.927 +08:00 [INF] Request starting HTTP/1.1 GET http://localhost:21093/hub?id=-cjKqH3tJPXkdSiUI59FYw - -
|
|
2023-04-01 15:20:05.927 +08:00 [INF] Executing endpoint '/hub'
|
|
2023-04-01 15:20:05.939 +08:00 [INF] g0ZgyCpy0XQzlT-3ZYm9Eg has connected
|
|
2023-04-01 15:20:50.714 +08:00 [INF] Request starting HTTP/1.1 GET http://localhost:21093/settings/appsettings.json - -
|
|
2023-04-01 15:20:50.718 +08:00 [INF] Sending file. Request path: '/settings/appsettings.json'. Physical path: 'E:\repo\WZC2\build\src\win-x64\publish\gateway\wwwroot\settings\appsettings.json'
|
|
2023-04-01 15:20:50.718 +08:00 [INF] HTTP GET /settings/appsettings.json responded 200 in 3.6774 ms
|
|
2023-04-01 15:20:50.718 +08:00 [INF] Request finished HTTP/1.1 GET http://localhost:21093/settings/appsettings.json - - - 200 5135 application/json 3.9480ms
|
|
2023-04-01 15:20:50.762 +08:00 [INF] Request starting HTTP/1.1 GET http://localhost:21093/settings/appsettings.Development.json - -
|
|
2023-04-01 15:20:50.762 +08:00 [INF] Sending file. Request path: '/settings/appsettings.Development.json'. Physical path: 'E:\repo\WZC2\build\src\win-x64\publish\gateway\wwwroot\settings\appsettings.Development.json'
|
|
2023-04-01 15:20:50.762 +08:00 [INF] HTTP GET /settings/appsettings.Development.json responded 200 in 0.5961 ms
|
|
2023-04-01 15:20:50.763 +08:00 [INF] Request finished HTTP/1.1 GET http://localhost:21093/settings/appsettings.Development.json - - - 200 7011 application/json 0.9530ms
|
|
2023-04-01 15:20:50.788 +08:00 [INF] Request starting HTTP/1.1 GET http://localhost:21093/settings/appsettings.Development.json - -
|
|
2023-04-01 15:20:50.788 +08:00 [INF] Sending file. Request path: '/settings/appsettings.Development.json'. Physical path: 'E:\repo\WZC2\build\src\win-x64\publish\gateway\wwwroot\settings\appsettings.Development.json'
|
|
2023-04-01 15:20:50.789 +08:00 [INF] HTTP GET /settings/appsettings.Development.json responded 200 in 0.6647 ms
|
|
2023-04-01 15:20:50.789 +08:00 [INF] Request finished HTTP/1.1 GET http://localhost:21093/settings/appsettings.Development.json - - - 200 7011 application/json 0.9274ms
|
|
2023-04-01 15:20:57.360 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:21093/ application/json 65409
|
|
2023-04-01 15:20:57.360 +08:00 [INF] Executing endpoint 'Web.Gateway.HomeController.Index (Web.Gateway)'
|
|
2023-04-01 15:20:57.362 +08:00 [INF] Route matched with {action = "Index", controller = "Home"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] Index() on controller Web.Gateway.HomeController (Web.Gateway).
|
|
2023-04-01 15:21:27.617 +08:00 [INF] Executing StatusCodeResult, setting HTTP status code 200
|
|
2023-04-01 15:21:27.617 +08:00 [INF] Executed action Web.Gateway.HomeController.Index (Web.Gateway) in 30255.3438ms
|
|
2023-04-01 15:21:27.617 +08:00 [INF] Executed endpoint 'Web.Gateway.HomeController.Index (Web.Gateway)'
|
|
2023-04-01 15:21:27.617 +08:00 [INF] HTTP POST / responded 200 in 30257.6153 ms
|
|
2023-04-01 15:21:27.618 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:21093/ application/json 65409 - 200 0 - 30258.3576ms
|
|
2023-04-01 15:21:29.663 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:21093/ application/json 334779
|
|
2023-04-01 15:21:29.664 +08:00 [INF] Executing endpoint 'Web.Gateway.HomeController.Index (Web.Gateway)'
|
|
2023-04-01 15:21:29.664 +08:00 [INF] Route matched with {action = "Index", controller = "Home"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] Index() on controller Web.Gateway.HomeController (Web.Gateway).
|
|
2023-04-01 15:21:59.713 +08:00 [INF] Executing StatusCodeResult, setting HTTP status code 200
|
|
2023-04-01 15:21:59.713 +08:00 [INF] Executed action Web.Gateway.HomeController.Index (Web.Gateway) in 30049.3352ms
|
|
2023-04-01 15:21:59.713 +08:00 [INF] Executed endpoint 'Web.Gateway.HomeController.Index (Web.Gateway)'
|
|
2023-04-01 15:21:59.713 +08:00 [INF] HTTP POST / responded 200 in 30050.1646 ms
|
|
2023-04-01 15:21:59.714 +08:00 [INF] Request finished HTTP/1.1 POST http://localhost:21093/ application/json 334779 - 0 - - 30050.8419ms
|
|
2023-04-04 17:10:03.998 +08:00 [INF] User profile is available. Using 'C:\Users\Administrator\AppData\Local\ASP.NET\DataProtection-Keys' as key repository and Windows DPAPI to encrypt keys at rest.
|
|
2023-04-04 17:10:04.074 +08:00 [INF] Loading proxy data from config.
|
|
2023-04-04 17:10:04.231 +08:00 [INF] Creating key {628a88a9-bbab-4e2f-93ee-da2502c233e2} with creation date 2023-04-04 09:10:04Z, activation date 2023-04-06 05:55:53Z, and expiration date 2023-07-03 09:10:04Z.
|
|
2023-04-04 17:10:04.243 +08:00 [INF] Writing data to file 'C:\Users\Administrator\AppData\Local\ASP.NET\DataProtection-Keys\key-628a88a9-bbab-4e2f-93ee-da2502c233e2.xml'.
|
|
2023-04-04 17:10:04.359 +08:00 [INF] Now listening on: http://localhost:5000
|
|
2023-04-04 17:10:04.362 +08:00 [INF] Application started. Press Ctrl+C to shut down.
|
|
2023-04-04 17:10:04.362 +08:00 [INF] Hosting environment: Production
|
|
2023-04-04 17:10:04.363 +08:00 [INF] Content root path: E:\repo\WZC2\build\src\win-x64\publish\gateway\
|
|
2023-04-04 17:10:08.831 +08:00 [INF] Application is shutting down...
|
|
2023-04-04 09:21:13.448 +00:00 [WRN] Storing keys in a directory '/root/.aspnet/DataProtection-Keys' that may not be persisted outside of the container. Protected data will be unavailable when container is destroyed.
|
|
2023-04-04 09:21:13.496 +00:00 [INF] User profile is available. Using '/root/.aspnet/DataProtection-Keys' as key repository; keys will not be encrypted at rest.
|
|
2023-04-04 09:21:13.512 +00:00 [INF] Loading proxy data from config.
|
|
2023-04-04 09:21:13.644 +00:00 [INF] Creating key {f91bd802-78ff-4501-b98d-e0e064092824} with creation date 2023-04-04 09:21:13Z, activation date 2023-04-04 09:21:13Z, and expiration date 2023-07-03 09:21:13Z.
|
|
2023-04-04 09:21:13.656 +00:00 [WRN] No XML encryptor configured. Key {f91bd802-78ff-4501-b98d-e0e064092824} may be persisted to storage in unencrypted form.
|
|
2023-04-04 09:21:13.661 +00:00 [INF] Writing data to file '/root/.aspnet/DataProtection-Keys/key-f91bd802-78ff-4501-b98d-e0e064092824.xml'.
|
|
2023-04-04 09:21:13.683 +00:00 [INF] Now listening on: http://[::]:21093
|
|
2023-04-04 09:21:13.685 +00:00 [INF] Application started. Press Ctrl+C to shut down.
|
|
2023-04-04 09:21:13.686 +00:00 [INF] Hosting environment: Production
|
|
2023-04-04 09:21:13.686 +00:00 [INF] Content root path: /app/
|
|
2023-04-04 09:47:06.175 +00:00 [INF] Request starting HTTP/1.1 GET http://localhost:21093/settings//appsettings.json - -
|
|
2023-04-04 09:47:06.192 +00:00 [INF] Sending file. Request path: '/settings//appsettings.json'. Physical path: '/app/wwwroot/settings/appsettings.json'
|
|
2023-04-04 09:47:06.195 +00:00 [INF] HTTP GET /settings//appsettings.json responded 200 in 14.6045 ms
|
|
2023-04-04 09:47:06.196 +00:00 [INF] Request finished HTTP/1.1 GET http://localhost:21093/settings//appsettings.json - - - 200 5088 application/json 25.3740ms
|
|
2023-04-04 09:47:06.238 +00:00 [INF] Request starting HTTP/1.1 GET http://localhost:21093/settings//appsettings.Development.json - -
|
|
2023-04-04 09:47:06.245 +00:00 [INF] Sending file. Request path: '/settings//appsettings.Development.json'. Physical path: '/app/wwwroot/settings/appsettings.Development.json'
|
|
2023-04-04 09:47:06.245 +00:00 [INF] HTTP GET /settings//appsettings.Development.json responded 200 in 6.5901 ms
|
|
2023-04-04 09:47:06.246 +00:00 [INF] Request finished HTTP/1.1 GET http://localhost:21093/settings//appsettings.Development.json - - - 200 7011 application/json 7.8665ms
|
|
2023-04-04 09:47:06.267 +00:00 [INF] Request starting HTTP/1.1 GET http://localhost:21093/settings//appsettings.Development.json - -
|
|
2023-04-04 09:47:06.271 +00:00 [INF] Sending file. Request path: '/settings//appsettings.Development.json'. Physical path: '/app/wwwroot/settings/appsettings.Development.json'
|
|
2023-04-04 09:47:06.272 +00:00 [INF] HTTP GET /settings//appsettings.Development.json responded 200 in 3.9946 ms
|
|
2023-04-04 09:47:06.272 +00:00 [INF] Request finished HTTP/1.1 GET http://localhost:21093/settings//appsettings.Development.json - - - 200 7011 application/json 4.9858ms
|
|
2023-04-04 09:47:13.027 +00:00 [INF] Request starting HTTP/1.1 POST http://localhost:21093/ application/json 65409
|
|
2023-04-04 09:47:13.057 +00:00 [INF] Executing endpoint 'Web.Gateway.HomeController.Index (Web.Gateway)'
|
|
2023-04-04 09:47:13.072 +00:00 [INF] Route matched with {action = "Index", controller = "Home"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] Index() on controller Web.Gateway.HomeController (Web.Gateway).
|
|
2023-04-04 09:47:13.505 +00:00 [INF] Executing StatusCodeResult, setting HTTP status code 200
|
|
2023-04-04 09:47:13.509 +00:00 [INF] Executed action Web.Gateway.HomeController.Index (Web.Gateway) in 434.0947ms
|
|
2023-04-04 09:47:13.510 +00:00 [INF] Executed endpoint 'Web.Gateway.HomeController.Index (Web.Gateway)'
|
|
2023-04-04 09:47:13.511 +00:00 [INF] HTTP POST / responded 200 in 483.5536 ms
|
|
2023-04-04 09:47:13.514 +00:00 [INF] Request finished HTTP/1.1 POST http://localhost:21093/ application/json 65409 - 200 0 - 486.3768ms
|
|
2023-04-04 09:47:15.548 +00:00 [INF] Request starting HTTP/1.1 POST http://localhost:21093/ application/json 22396
|
|
2023-04-04 09:47:15.548 +00:00 [INF] Executing endpoint 'Web.Gateway.HomeController.Index (Web.Gateway)'
|
|
2023-04-04 09:47:15.549 +00:00 [INF] Route matched with {action = "Index", controller = "Home"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] Index() on controller Web.Gateway.HomeController (Web.Gateway).
|
|
2023-04-04 09:47:15.578 +00:00 [INF] Executing StatusCodeResult, setting HTTP status code 200
|
|
2023-04-04 09:47:15.579 +00:00 [INF] Executed action Web.Gateway.HomeController.Index (Web.Gateway) in 29.6192ms
|
|
2023-04-04 09:47:15.579 +00:00 [INF] Executed endpoint 'Web.Gateway.HomeController.Index (Web.Gateway)'
|
|
2023-04-04 09:47:15.579 +00:00 [INF] HTTP POST / responded 200 in 31.2516 ms
|
|
2023-04-04 09:47:15.580 +00:00 [INF] Request finished HTTP/1.1 POST http://localhost:21093/ application/json 22396 - 200 0 - 32.0161ms
|
|
2023-04-04 09:47:17.644 +00:00 [INF] Request starting HTTP/1.1 POST http://localhost:21093/ application/json 157956
|
|
2023-04-04 09:47:17.647 +00:00 [INF] Executing endpoint 'Web.Gateway.HomeController.Index (Web.Gateway)'
|
|
2023-04-04 09:47:17.647 +00:00 [INF] Route matched with {action = "Index", controller = "Home"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] Index() on controller Web.Gateway.HomeController (Web.Gateway).
|
|
2023-04-04 09:47:17.679 +00:00 [INF] Executing StatusCodeResult, setting HTTP status code 200
|
|
2023-04-04 09:47:17.680 +00:00 [INF] Executed action Web.Gateway.HomeController.Index (Web.Gateway) in 32.1717ms
|
|
2023-04-04 09:47:17.680 +00:00 [INF] Executed endpoint 'Web.Gateway.HomeController.Index (Web.Gateway)'
|
|
2023-04-04 09:47:17.680 +00:00 [INF] HTTP POST / responded 200 in 35.8254 ms
|
|
2023-04-04 09:47:17.681 +00:00 [INF] Request finished HTTP/1.1 POST http://localhost:21093/ application/json 157956 - 200 0 - 37.2052ms
|
|
2023-04-04 09:47:19.705 +00:00 [INF] Request starting HTTP/1.1 POST http://localhost:21093/ application/json 49043
|
|
2023-04-04 09:47:19.706 +00:00 [INF] Executing endpoint 'Web.Gateway.HomeController.Index (Web.Gateway)'
|
|
2023-04-04 09:47:19.706 +00:00 [INF] Route matched with {action = "Index", controller = "Home"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] Index() on controller Web.Gateway.HomeController (Web.Gateway).
|
|
2023-04-04 09:47:19.738 +00:00 [INF] Executing StatusCodeResult, setting HTTP status code 200
|
|
2023-04-04 09:47:19.739 +00:00 [INF] Executed action Web.Gateway.HomeController.Index (Web.Gateway) in 32.4669ms
|
|
2023-04-04 09:47:19.739 +00:00 [INF] Executed endpoint 'Web.Gateway.HomeController.Index (Web.Gateway)'
|
|
2023-04-04 09:47:19.740 +00:00 [INF] HTTP POST / responded 200 in 34.0877 ms
|
|
2023-04-04 09:47:19.740 +00:00 [INF] Request finished HTTP/1.1 POST http://localhost:21093/ application/json 49043 - 200 0 - 35.3716ms
|
|
2023-04-04 09:47:21.766 +00:00 [INF] Request starting HTTP/1.1 POST http://localhost:21093/ application/json 3694
|
|
2023-04-04 09:47:21.767 +00:00 [INF] Executing endpoint 'Web.Gateway.HomeController.Index (Web.Gateway)'
|
|
2023-04-04 09:47:21.767 +00:00 [INF] Route matched with {action = "Index", controller = "Home"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] Index() on controller Web.Gateway.HomeController (Web.Gateway).
|
|
2023-04-04 09:47:21.794 +00:00 [INF] Executing StatusCodeResult, setting HTTP status code 200
|
|
2023-04-04 09:47:21.794 +00:00 [INF] Executed action Web.Gateway.HomeController.Index (Web.Gateway) in 27.0595ms
|
|
2023-04-04 09:47:21.795 +00:00 [INF] Executed endpoint 'Web.Gateway.HomeController.Index (Web.Gateway)'
|
|
2023-04-04 09:47:21.795 +00:00 [INF] HTTP POST / responded 200 in 28.2404 ms
|
|
2023-04-04 09:47:21.795 +00:00 [INF] Request finished HTTP/1.1 POST http://localhost:21093/ application/json 3694 - 200 0 - 28.9944ms
|
|
2023-04-04 09:47:23.825 +00:00 [INF] Request starting HTTP/1.1 POST http://localhost:21093/ application/json 2664
|
|
2023-04-04 09:47:23.825 +00:00 [INF] Executing endpoint 'Web.Gateway.HomeController.Index (Web.Gateway)'
|
|
2023-04-04 09:47:23.826 +00:00 [INF] Route matched with {action = "Index", controller = "Home"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] Index() on controller Web.Gateway.HomeController (Web.Gateway).
|
|
2023-04-04 09:47:23.853 +00:00 [INF] Executing StatusCodeResult, setting HTTP status code 200
|
|
2023-04-04 09:47:23.854 +00:00 [INF] Executed action Web.Gateway.HomeController.Index (Web.Gateway) in 27.9053ms
|
|
2023-04-04 09:47:23.854 +00:00 [INF] Executed endpoint 'Web.Gateway.HomeController.Index (Web.Gateway)'
|
|
2023-04-04 09:47:23.855 +00:00 [INF] HTTP POST / responded 200 in 29.3474 ms
|
|
2023-04-04 09:47:23.855 +00:00 [INF] Request finished HTTP/1.1 POST http://localhost:21093/ application/json 2664 - 200 0 - 30.1925ms
|
|
2023-04-04 09:47:26.719 +00:00 [INF] Request starting HTTP/1.1 POST http://localhost:21093/ application/json 9775
|
|
2023-04-04 09:47:26.719 +00:00 [INF] Executing endpoint 'Web.Gateway.HomeController.Index (Web.Gateway)'
|
|
2023-04-04 09:47:26.720 +00:00 [INF] Route matched with {action = "Index", controller = "Home"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] Index() on controller Web.Gateway.HomeController (Web.Gateway).
|
|
2023-04-04 09:47:26.747 +00:00 [INF] Executing StatusCodeResult, setting HTTP status code 200
|
|
2023-04-04 09:47:26.747 +00:00 [INF] Executed action Web.Gateway.HomeController.Index (Web.Gateway) in 27.3297ms
|
|
2023-04-04 09:47:26.748 +00:00 [INF] Executed endpoint 'Web.Gateway.HomeController.Index (Web.Gateway)'
|
|
2023-04-04 09:47:26.748 +00:00 [INF] HTTP POST / responded 200 in 28.7516 ms
|
|
2023-04-04 09:47:26.748 +00:00 [INF] Request finished HTTP/1.1 POST http://localhost:21093/ application/json 9775 - 200 0 - 29.5119ms
|
|
2023-04-04 09:47:28.788 +00:00 [INF] Request starting HTTP/1.1 POST http://localhost:21093/ application/json 174492
|
|
2023-04-04 09:47:28.789 +00:00 [INF] Executing endpoint 'Web.Gateway.HomeController.Index (Web.Gateway)'
|
|
2023-04-04 09:47:28.789 +00:00 [INF] Route matched with {action = "Index", controller = "Home"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] Index() on controller Web.Gateway.HomeController (Web.Gateway).
|
|
2023-04-04 09:47:28.873 +00:00 [INF] Executing StatusCodeResult, setting HTTP status code 200
|
|
2023-04-04 09:47:28.873 +00:00 [INF] Executed action Web.Gateway.HomeController.Index (Web.Gateway) in 84.1601ms
|
|
2023-04-04 09:47:28.874 +00:00 [INF] Executed endpoint 'Web.Gateway.HomeController.Index (Web.Gateway)'
|
|
2023-04-04 09:47:28.874 +00:00 [INF] HTTP POST / responded 200 in 85.6369 ms
|
|
2023-04-04 09:47:28.875 +00:00 [INF] Request finished HTTP/1.1 POST http://localhost:21093/ application/json 174492 - 200 0 - 87.3852ms
|
|
2023-04-04 09:47:44.937 +00:00 [INF] Request starting HTTP/1.1 GET http://localhost:21093/settings//appsettings.json - -
|
|
2023-04-04 09:47:44.939 +00:00 [INF] Sending file. Request path: '/settings//appsettings.json'. Physical path: '/app/wwwroot/settings/appsettings.json'
|
|
2023-04-04 09:47:44.939 +00:00 [INF] HTTP GET /settings//appsettings.json responded 200 in 2.4260 ms
|
|
2023-04-04 09:47:44.940 +00:00 [INF] Request finished HTTP/1.1 GET http://localhost:21093/settings//appsettings.json - - - 200 5088 application/json 3.1565ms
|
|
2023-04-04 09:47:44.949 +00:00 [INF] Request starting HTTP/1.1 GET http://localhost:21093/settings//appsettings.Development.json - -
|
|
2023-04-04 09:47:44.952 +00:00 [INF] Sending file. Request path: '/settings//appsettings.Development.json'. Physical path: '/app/wwwroot/settings/appsettings.Development.json'
|
|
2023-04-04 09:47:44.953 +00:00 [INF] HTTP GET /settings//appsettings.Development.json responded 200 in 3.4084 ms
|
|
2023-04-04 09:47:44.953 +00:00 [INF] Request finished HTTP/1.1 GET http://localhost:21093/settings//appsettings.Development.json - - - 200 7011 application/json 4.0899ms
|
|
2023-04-04 09:47:44.956 +00:00 [INF] Request starting HTTP/1.1 GET http://localhost:21093/settings//appsettings.Development.json - -
|
|
2023-04-04 09:47:44.961 +00:00 [INF] Sending file. Request path: '/settings//appsettings.Development.json'. Physical path: '/app/wwwroot/settings/appsettings.Development.json'
|
|
2023-04-04 09:47:44.961 +00:00 [INF] HTTP GET /settings//appsettings.Development.json responded 200 in 4.4897 ms
|
|
2023-04-04 09:47:44.962 +00:00 [INF] Request finished HTTP/1.1 GET http://localhost:21093/settings//appsettings.Development.json - - - 200 7011 application/json 5.2058ms
|
|
2023-04-04 09:47:48.151 +00:00 [INF] Request starting HTTP/1.1 POST http://localhost:21093/ application/json 67156
|
|
2023-04-04 09:47:48.152 +00:00 [INF] Executing endpoint 'Web.Gateway.HomeController.Index (Web.Gateway)'
|
|
2023-04-04 09:47:48.152 +00:00 [INF] Route matched with {action = "Index", controller = "Home"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] Index() on controller Web.Gateway.HomeController (Web.Gateway).
|
|
2023-04-04 09:47:48.182 +00:00 [INF] Executing StatusCodeResult, setting HTTP status code 200
|
|
2023-04-04 09:47:48.182 +00:00 [INF] Executed action Web.Gateway.HomeController.Index (Web.Gateway) in 29.4747ms
|
|
2023-04-04 09:47:48.182 +00:00 [INF] Executed endpoint 'Web.Gateway.HomeController.Index (Web.Gateway)'
|
|
2023-04-04 09:47:48.182 +00:00 [INF] HTTP POST / responded 200 in 30.6364 ms
|
|
2023-04-04 09:47:48.183 +00:00 [INF] Request finished HTTP/1.1 POST http://localhost:21093/ application/json 67156 - 200 0 - 31.7812ms
|
|
2023-04-04 09:47:50.192 +00:00 [INF] Request starting HTTP/1.1 POST http://localhost:21093/ application/json 158854
|
|
2023-04-04 09:47:50.194 +00:00 [INF] Executing endpoint 'Web.Gateway.HomeController.Index (Web.Gateway)'
|
|
2023-04-04 09:47:50.195 +00:00 [INF] Route matched with {action = "Index", controller = "Home"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] Index() on controller Web.Gateway.HomeController (Web.Gateway).
|
|
2023-04-04 09:47:50.227 +00:00 [INF] Executing StatusCodeResult, setting HTTP status code 200
|
|
2023-04-04 09:47:50.227 +00:00 [INF] Executed action Web.Gateway.HomeController.Index (Web.Gateway) in 31.5361ms
|
|
2023-04-04 09:47:50.228 +00:00 [INF] Executed endpoint 'Web.Gateway.HomeController.Index (Web.Gateway)'
|
|
2023-04-04 09:47:50.228 +00:00 [INF] HTTP POST / responded 200 in 34.5589 ms
|
|
2023-04-04 09:47:50.229 +00:00 [INF] Request finished HTTP/1.1 POST http://localhost:21093/ application/json 158854 - 200 0 - 37.1006ms
|
|
2023-04-04 09:47:52.234 +00:00 [INF] Request starting HTTP/1.1 POST http://localhost:21093/ application/json 72466
|
|
2023-04-04 09:47:52.234 +00:00 [INF] Executing endpoint 'Web.Gateway.HomeController.Index (Web.Gateway)'
|
|
2023-04-04 09:47:52.235 +00:00 [INF] Route matched with {action = "Index", controller = "Home"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] Index() on controller Web.Gateway.HomeController (Web.Gateway).
|
|
2023-04-04 09:47:52.268 +00:00 [INF] Executing StatusCodeResult, setting HTTP status code 200
|
|
2023-04-04 09:47:52.269 +00:00 [INF] Executed action Web.Gateway.HomeController.Index (Web.Gateway) in 33.6553ms
|
|
2023-04-04 09:47:52.270 +00:00 [INF] Executed endpoint 'Web.Gateway.HomeController.Index (Web.Gateway)'
|
|
2023-04-04 09:47:52.270 +00:00 [INF] HTTP POST / responded 200 in 35.7615 ms
|
|
2023-04-04 09:47:52.271 +00:00 [INF] Request finished HTTP/1.1 POST http://localhost:21093/ application/json 72466 - 200 0 - 37.4978ms
|
|
2023-04-04 09:47:56.280 +00:00 [INF] Request starting HTTP/1.1 POST http://localhost:21093/ application/json 34134
|
|
2023-04-04 09:47:56.280 +00:00 [INF] Executing endpoint 'Web.Gateway.HomeController.Index (Web.Gateway)'
|
|
2023-04-04 09:47:56.281 +00:00 [INF] Route matched with {action = "Index", controller = "Home"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] Index() on controller Web.Gateway.HomeController (Web.Gateway).
|
|
2023-04-04 09:47:56.308 +00:00 [INF] Executing StatusCodeResult, setting HTTP status code 200
|
|
2023-04-04 09:47:56.309 +00:00 [INF] Executed action Web.Gateway.HomeController.Index (Web.Gateway) in 27.9332ms
|
|
2023-04-04 09:47:56.309 +00:00 [INF] Executed endpoint 'Web.Gateway.HomeController.Index (Web.Gateway)'
|
|
2023-04-04 09:47:56.309 +00:00 [INF] HTTP POST / responded 200 in 29.1954 ms
|
|
2023-04-04 09:47:56.310 +00:00 [INF] Request finished HTTP/1.1 POST http://localhost:21093/ application/json 34134 - 200 0 - 30.3918ms
|
|
2023-04-04 09:47:58.330 +00:00 [INF] Request starting HTTP/1.1 POST http://localhost:21093/ application/json 2664
|
|
2023-04-04 09:47:58.332 +00:00 [INF] Executing endpoint 'Web.Gateway.HomeController.Index (Web.Gateway)'
|
|
2023-04-04 09:47:58.333 +00:00 [INF] Route matched with {action = "Index", controller = "Home"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] Index() on controller Web.Gateway.HomeController (Web.Gateway).
|
|
2023-04-04 09:47:58.360 +00:00 [INF] Executing StatusCodeResult, setting HTTP status code 200
|
|
2023-04-04 09:47:58.360 +00:00 [INF] Executed action Web.Gateway.HomeController.Index (Web.Gateway) in 27.0335ms
|
|
2023-04-04 09:47:58.360 +00:00 [INF] Executed endpoint 'Web.Gateway.HomeController.Index (Web.Gateway)'
|
|
2023-04-04 09:47:58.361 +00:00 [INF] HTTP POST / responded 200 in 29.0320 ms
|
|
2023-04-04 09:47:58.361 +00:00 [INF] Request finished HTTP/1.1 POST http://localhost:21093/ application/json 2664 - 200 0 - 30.5654ms
|
|
2023-04-04 09:48:02.380 +00:00 [INF] Request starting HTTP/1.1 POST http://localhost:21093/ application/json 2664
|
|
2023-04-04 09:48:02.380 +00:00 [INF] Executing endpoint 'Web.Gateway.HomeController.Index (Web.Gateway)'
|
|
2023-04-04 09:48:02.381 +00:00 [INF] Route matched with {action = "Index", controller = "Home"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] Index() on controller Web.Gateway.HomeController (Web.Gateway).
|
|
2023-04-04 09:48:02.407 +00:00 [INF] Executing StatusCodeResult, setting HTTP status code 200
|
|
2023-04-04 09:48:02.408 +00:00 [INF] Executed action Web.Gateway.HomeController.Index (Web.Gateway) in 26.5528ms
|
|
2023-04-04 09:48:02.408 +00:00 [INF] Executed endpoint 'Web.Gateway.HomeController.Index (Web.Gateway)'
|
|
2023-04-04 09:48:02.408 +00:00 [INF] HTTP POST / responded 200 in 27.9036 ms
|
|
2023-04-04 09:48:02.408 +00:00 [INF] Request finished HTTP/1.1 POST http://localhost:21093/ application/json 2664 - 200 0 - 28.7106ms
|
|
2023-04-04 09:48:07.403 +00:00 [INF] Request starting HTTP/1.1 GET http://localhost:21093/settings//appsettings.json - -
|
|
2023-04-04 09:48:07.405 +00:00 [INF] Sending file. Request path: '/settings//appsettings.json'. Physical path: '/app/wwwroot/settings/appsettings.json'
|
|
2023-04-04 09:48:07.406 +00:00 [INF] HTTP GET /settings//appsettings.json responded 200 in 2.8644 ms
|
|
2023-04-04 09:48:07.406 +00:00 [INF] Request finished HTTP/1.1 GET http://localhost:21093/settings//appsettings.json - - - 200 5088 application/json 3.5716ms
|
|
2023-04-04 09:48:07.455 +00:00 [INF] Request starting HTTP/1.1 GET http://localhost:21093/settings//appsettings.Development.json - -
|
|
2023-04-04 09:48:07.458 +00:00 [INF] Sending file. Request path: '/settings//appsettings.Development.json'. Physical path: '/app/wwwroot/settings/appsettings.Development.json'
|
|
2023-04-04 09:48:07.458 +00:00 [INF] HTTP GET /settings//appsettings.Development.json responded 200 in 3.6046 ms
|
|
2023-04-04 09:48:07.459 +00:00 [INF] Request finished HTTP/1.1 GET http://localhost:21093/settings//appsettings.Development.json - - - 200 7011 application/json 4.2649ms
|
|
2023-04-04 09:48:07.475 +00:00 [INF] Request starting HTTP/1.1 GET http://localhost:21093/settings//appsettings.Development.json - -
|
|
2023-04-04 09:48:07.478 +00:00 [INF] Sending file. Request path: '/settings//appsettings.Development.json'. Physical path: '/app/wwwroot/settings/appsettings.Development.json'
|
|
2023-04-04 09:48:07.479 +00:00 [INF] HTTP GET /settings//appsettings.Development.json responded 200 in 3.3349 ms
|
|
2023-04-04 09:48:07.479 +00:00 [INF] Request finished HTTP/1.1 GET http://localhost:21093/settings//appsettings.Development.json - - - 200 7011 application/json 3.9203ms
|
|
2023-04-04 09:48:08.450 +00:00 [INF] Request starting HTTP/1.1 POST http://localhost:21093/ application/json 2666
|
|
2023-04-04 09:48:08.450 +00:00 [INF] Executing endpoint 'Web.Gateway.HomeController.Index (Web.Gateway)'
|
|
2023-04-04 09:48:08.451 +00:00 [INF] Route matched with {action = "Index", controller = "Home"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] Index() on controller Web.Gateway.HomeController (Web.Gateway).
|
|
2023-04-04 09:48:08.478 +00:00 [INF] Executing StatusCodeResult, setting HTTP status code 200
|
|
2023-04-04 09:48:08.478 +00:00 [INF] Executed action Web.Gateway.HomeController.Index (Web.Gateway) in 27.0382ms
|
|
2023-04-04 09:48:08.478 +00:00 [INF] Executed endpoint 'Web.Gateway.HomeController.Index (Web.Gateway)'
|
|
2023-04-04 09:48:08.479 +00:00 [INF] HTTP POST / responded 200 in 28.4000 ms
|
|
2023-04-04 09:48:08.479 +00:00 [INF] Request finished HTTP/1.1 POST http://localhost:21093/ application/json 2666 - 200 0 - 29.2474ms
|
|
2023-04-04 09:48:11.812 +00:00 [INF] Request starting HTTP/1.1 POST http://localhost:21093/ application/json 48890
|
|
2023-04-04 09:48:11.813 +00:00 [INF] Executing endpoint 'Web.Gateway.HomeController.Index (Web.Gateway)'
|
|
2023-04-04 09:48:11.813 +00:00 [INF] Route matched with {action = "Index", controller = "Home"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] Index() on controller Web.Gateway.HomeController (Web.Gateway).
|
|
2023-04-04 09:48:11.841 +00:00 [INF] Executing StatusCodeResult, setting HTTP status code 200
|
|
2023-04-04 09:48:11.842 +00:00 [INF] Executed action Web.Gateway.HomeController.Index (Web.Gateway) in 28.5525ms
|
|
2023-04-04 09:48:11.842 +00:00 [INF] Executed endpoint 'Web.Gateway.HomeController.Index (Web.Gateway)'
|
|
2023-04-04 09:48:11.842 +00:00 [INF] HTTP POST / responded 200 in 29.8892 ms
|
|
2023-04-04 09:48:11.843 +00:00 [INF] Request finished HTTP/1.1 POST http://localhost:21093/ application/json 48890 - 200 0 - 31.0232ms
|
|
2023-04-04 09:48:12.508 +00:00 [INF] Request starting HTTP/1.1 POST http://localhost:21093/ application/json 33898
|
|
2023-04-04 09:48:12.508 +00:00 [INF] Executing endpoint 'Web.Gateway.HomeController.Index (Web.Gateway)'
|
|
2023-04-04 09:48:12.509 +00:00 [INF] Route matched with {action = "Index", controller = "Home"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] Index() on controller Web.Gateway.HomeController (Web.Gateway).
|
|
2023-04-04 09:48:12.584 +00:00 [INF] Executing StatusCodeResult, setting HTTP status code 200
|
|
2023-04-04 09:48:12.584 +00:00 [INF] Executed action Web.Gateway.HomeController.Index (Web.Gateway) in 75.2625ms
|
|
2023-04-04 09:48:12.585 +00:00 [INF] Executed endpoint 'Web.Gateway.HomeController.Index (Web.Gateway)'
|
|
2023-04-04 09:48:12.585 +00:00 [INF] HTTP POST / responded 200 in 76.6666 ms
|
|
2023-04-04 09:48:12.586 +00:00 [INF] Request finished HTTP/1.1 POST http://localhost:21093/ application/json 33898 - 200 0 - 78.0545ms
|
|
2023-04-04 09:48:13.874 +00:00 [INF] Request starting HTTP/1.1 POST http://localhost:21093/ application/json 9921
|
|
2023-04-04 09:48:13.874 +00:00 [INF] Executing endpoint 'Web.Gateway.HomeController.Index (Web.Gateway)'
|
|
2023-04-04 09:48:13.875 +00:00 [INF] Route matched with {action = "Index", controller = "Home"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] Index() on controller Web.Gateway.HomeController (Web.Gateway).
|
|
2023-04-04 09:48:13.901 +00:00 [INF] Executing StatusCodeResult, setting HTTP status code 200
|
|
2023-04-04 09:48:13.902 +00:00 [INF] Executed action Web.Gateway.HomeController.Index (Web.Gateway) in 26.7866ms
|
|
2023-04-04 09:48:13.902 +00:00 [INF] Executed endpoint 'Web.Gateway.HomeController.Index (Web.Gateway)'
|
|
2023-04-04 09:48:13.902 +00:00 [INF] HTTP POST / responded 200 in 27.7934 ms
|
|
2023-04-04 09:48:13.902 +00:00 [INF] Request finished HTTP/1.1 POST http://localhost:21093/ application/json 9921 - 200 0 - 28.4156ms
|
|
2023-04-04 09:48:14.598 +00:00 [INF] Request starting HTTP/1.1 POST http://localhost:21093/ application/json 49783
|
|
2023-04-04 09:48:14.599 +00:00 [INF] Executing endpoint 'Web.Gateway.HomeController.Index (Web.Gateway)'
|
|
2023-04-04 09:48:14.599 +00:00 [INF] Route matched with {action = "Index", controller = "Home"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] Index() on controller Web.Gateway.HomeController (Web.Gateway).
|
|
2023-04-04 09:48:14.628 +00:00 [INF] Executing StatusCodeResult, setting HTTP status code 200
|
|
2023-04-04 09:48:14.628 +00:00 [INF] Executed action Web.Gateway.HomeController.Index (Web.Gateway) in 28.1412ms
|
|
2023-04-04 09:48:14.628 +00:00 [INF] Executed endpoint 'Web.Gateway.HomeController.Index (Web.Gateway)'
|
|
2023-04-04 09:48:14.628 +00:00 [INF] HTTP POST / responded 200 in 29.4830 ms
|
|
2023-04-04 09:48:14.629 +00:00 [INF] Request finished HTTP/1.1 POST http://localhost:21093/ application/json 49783 - 200 0 - 30.7902ms
|
|
2023-04-04 09:48:16.650 +00:00 [INF] Request starting HTTP/1.1 POST http://localhost:21093/ application/json 2664
|
|
2023-04-04 09:48:16.651 +00:00 [INF] Executing endpoint 'Web.Gateway.HomeController.Index (Web.Gateway)'
|
|
2023-04-04 09:48:16.651 +00:00 [INF] Route matched with {action = "Index", controller = "Home"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] Index() on controller Web.Gateway.HomeController (Web.Gateway).
|
|
2023-04-04 09:48:16.678 +00:00 [INF] Executing StatusCodeResult, setting HTTP status code 200
|
|
2023-04-04 09:48:16.678 +00:00 [INF] Executed action Web.Gateway.HomeController.Index (Web.Gateway) in 26.7549ms
|
|
2023-04-04 09:48:16.679 +00:00 [INF] Executed endpoint 'Web.Gateway.HomeController.Index (Web.Gateway)'
|
|
2023-04-04 09:48:16.679 +00:00 [INF] HTTP POST / responded 200 in 28.0415 ms
|
|
2023-04-04 09:48:16.679 +00:00 [INF] Request finished HTTP/1.1 POST http://localhost:21093/ application/json 2664 - 200 0 - 29.0626ms
|
|
2023-04-04 09:48:22.696 +00:00 [INF] Request starting HTTP/1.1 POST http://localhost:21093/ application/json 2664
|
|
2023-04-04 09:48:22.696 +00:00 [INF] Executing endpoint 'Web.Gateway.HomeController.Index (Web.Gateway)'
|
|
2023-04-04 09:48:22.697 +00:00 [INF] Route matched with {action = "Index", controller = "Home"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] Index() on controller Web.Gateway.HomeController (Web.Gateway).
|
|
2023-04-04 09:48:22.723 +00:00 [INF] Executing StatusCodeResult, setting HTTP status code 200
|
|
2023-04-04 09:48:22.725 +00:00 [INF] Executed action Web.Gateway.HomeController.Index (Web.Gateway) in 27.9509ms
|
|
2023-04-04 09:48:22.726 +00:00 [INF] Executed endpoint 'Web.Gateway.HomeController.Index (Web.Gateway)'
|
|
2023-04-04 09:48:22.727 +00:00 [INF] HTTP POST / responded 200 in 31.0089 ms
|
|
2023-04-04 09:48:22.729 +00:00 [INF] Request finished HTTP/1.1 POST http://localhost:21093/ application/json 2664 - 200 0 - 32.5377ms
|
|
2023-04-04 09:48:25.963 +00:00 [INF] Request starting HTTP/1.1 POST http://localhost:21093/ application/json 15996
|
|
2023-04-04 09:48:25.964 +00:00 [INF] Executing endpoint 'Web.Gateway.HomeController.Index (Web.Gateway)'
|
|
2023-04-04 09:48:25.964 +00:00 [INF] Route matched with {action = "Index", controller = "Home"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] Index() on controller Web.Gateway.HomeController (Web.Gateway).
|
|
2023-04-04 09:48:25.991 +00:00 [INF] Executing StatusCodeResult, setting HTTP status code 200
|
|
2023-04-04 09:48:25.991 +00:00 [INF] Executed action Web.Gateway.HomeController.Index (Web.Gateway) in 27.2818ms
|
|
2023-04-04 09:48:25.991 +00:00 [INF] Executed endpoint 'Web.Gateway.HomeController.Index (Web.Gateway)'
|
|
2023-04-04 09:48:25.992 +00:00 [INF] HTTP POST / responded 200 in 28.3466 ms
|
|
2023-04-04 09:48:25.992 +00:00 [INF] Request finished HTTP/1.1 POST http://localhost:21093/ application/json 15996 - 200 0 - 28.9937ms
|
|
2023-04-04 09:48:26.750 +00:00 [INF] Request starting HTTP/1.1 POST http://localhost:21093/ application/json 2664
|
|
2023-04-04 09:48:26.752 +00:00 [INF] Executing endpoint 'Web.Gateway.HomeController.Index (Web.Gateway)'
|
|
2023-04-04 09:48:26.753 +00:00 [INF] Route matched with {action = "Index", controller = "Home"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] Index() on controller Web.Gateway.HomeController (Web.Gateway).
|
|
2023-04-04 09:48:26.780 +00:00 [INF] Executing StatusCodeResult, setting HTTP status code 200
|
|
2023-04-04 09:48:26.781 +00:00 [INF] Executed action Web.Gateway.HomeController.Index (Web.Gateway) in 27.3897ms
|
|
2023-04-04 09:48:26.782 +00:00 [INF] Executed endpoint 'Web.Gateway.HomeController.Index (Web.Gateway)'
|
|
2023-04-04 09:48:26.782 +00:00 [INF] HTTP POST / responded 200 in 30.2468 ms
|
|
2023-04-04 09:48:26.783 +00:00 [INF] Request finished HTTP/1.1 POST http://localhost:21093/ application/json 2664 - 200 0 - 32.2115ms
|
|
2023-04-04 09:48:32.829 +00:00 [INF] Request starting HTTP/1.1 POST http://localhost:21093/ application/json 2664
|
|
2023-04-04 09:48:32.830 +00:00 [INF] Executing endpoint 'Web.Gateway.HomeController.Index (Web.Gateway)'
|
|
2023-04-04 09:48:32.831 +00:00 [INF] Route matched with {action = "Index", controller = "Home"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] Index() on controller Web.Gateway.HomeController (Web.Gateway).
|
|
2023-04-04 09:48:32.857 +00:00 [INF] Executing StatusCodeResult, setting HTTP status code 200
|
|
2023-04-04 09:48:32.858 +00:00 [INF] Executed action Web.Gateway.HomeController.Index (Web.Gateway) in 26.8105ms
|
|
2023-04-04 09:48:32.858 +00:00 [INF] Executed endpoint 'Web.Gateway.HomeController.Index (Web.Gateway)'
|
|
2023-04-04 09:48:32.858 +00:00 [INF] HTTP POST / responded 200 in 28.3579 ms
|
|
2023-04-04 09:48:32.859 +00:00 [INF] Request finished HTTP/1.1 POST http://localhost:21093/ application/json 2664 - 200 0 - 29.4844ms
|
|
2023-04-04 09:48:36.885 +00:00 [INF] Request starting HTTP/1.1 POST http://localhost:21093/ application/json 2664
|
|
2023-04-04 09:48:36.886 +00:00 [INF] Executing endpoint 'Web.Gateway.HomeController.Index (Web.Gateway)'
|
|
2023-04-04 09:48:36.887 +00:00 [INF] Route matched with {action = "Index", controller = "Home"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] Index() on controller Web.Gateway.HomeController (Web.Gateway).
|
|
2023-04-04 09:48:36.914 +00:00 [INF] Executing StatusCodeResult, setting HTTP status code 200
|
|
2023-04-04 09:48:36.914 +00:00 [INF] Executed action Web.Gateway.HomeController.Index (Web.Gateway) in 26.9933ms
|
|
2023-04-04 09:48:36.915 +00:00 [INF] Executed endpoint 'Web.Gateway.HomeController.Index (Web.Gateway)'
|
|
2023-04-04 09:48:36.915 +00:00 [INF] HTTP POST / responded 200 in 28.6266 ms
|
|
2023-04-04 09:48:36.915 +00:00 [INF] Request finished HTTP/1.1 POST http://localhost:21093/ application/json 2664 - 200 0 - 29.9012ms
|
|
2023-04-04 09:48:42.943 +00:00 [INF] Request starting HTTP/1.1 POST http://localhost:21093/ application/json 2664
|
|
2023-04-04 09:48:42.945 +00:00 [INF] Executing endpoint 'Web.Gateway.HomeController.Index (Web.Gateway)'
|
|
2023-04-04 09:48:42.946 +00:00 [INF] Route matched with {action = "Index", controller = "Home"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] Index() on controller Web.Gateway.HomeController (Web.Gateway).
|
|
2023-04-04 09:48:42.974 +00:00 [INF] Executing StatusCodeResult, setting HTTP status code 200
|
|
2023-04-04 09:48:42.974 +00:00 [INF] Executed action Web.Gateway.HomeController.Index (Web.Gateway) in 27.0749ms
|
|
2023-04-04 09:48:42.974 +00:00 [INF] Executed endpoint 'Web.Gateway.HomeController.Index (Web.Gateway)'
|
|
2023-04-04 09:48:42.974 +00:00 [INF] HTTP POST / responded 200 in 30.3306 ms
|
|
2023-04-04 09:48:42.975 +00:00 [INF] Request finished HTTP/1.1 POST http://localhost:21093/ application/json 2664 - 200 0 - 32.0474ms
|
|
2023-04-04 09:48:46.989 +00:00 [INF] Request starting HTTP/1.1 POST http://localhost:21093/ application/json 2666
|
|
2023-04-04 09:48:46.990 +00:00 [INF] Executing endpoint 'Web.Gateway.HomeController.Index (Web.Gateway)'
|
|
2023-04-04 09:48:46.990 +00:00 [INF] Route matched with {action = "Index", controller = "Home"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] Index() on controller Web.Gateway.HomeController (Web.Gateway).
|
|
2023-04-04 09:48:47.017 +00:00 [INF] Executing StatusCodeResult, setting HTTP status code 200
|
|
2023-04-04 09:48:47.017 +00:00 [INF] Executed action Web.Gateway.HomeController.Index (Web.Gateway) in 26.6088ms
|
|
2023-04-04 09:48:47.017 +00:00 [INF] Executed endpoint 'Web.Gateway.HomeController.Index (Web.Gateway)'
|
|
2023-04-04 09:48:47.018 +00:00 [INF] HTTP POST / responded 200 in 28.2443 ms
|
|
2023-04-04 09:48:47.018 +00:00 [INF] Request finished HTTP/1.1 POST http://localhost:21093/ application/json 2666 - 200 0 - 29.0288ms
|
|
2023-04-04 09:48:53.040 +00:00 [INF] Request starting HTTP/1.1 POST http://localhost:21093/ application/json 2664
|
|
2023-04-04 09:48:53.041 +00:00 [INF] Executing endpoint 'Web.Gateway.HomeController.Index (Web.Gateway)'
|
|
2023-04-04 09:48:53.042 +00:00 [INF] Route matched with {action = "Index", controller = "Home"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] Index() on controller Web.Gateway.HomeController (Web.Gateway).
|
|
2023-04-04 09:48:53.069 +00:00 [INF] Executing StatusCodeResult, setting HTTP status code 200
|
|
2023-04-04 09:48:53.070 +00:00 [INF] Executed action Web.Gateway.HomeController.Index (Web.Gateway) in 28.1134ms
|
|
2023-04-04 09:48:53.071 +00:00 [INF] Executed endpoint 'Web.Gateway.HomeController.Index (Web.Gateway)'
|
|
2023-04-04 09:48:53.072 +00:00 [INF] HTTP POST / responded 200 in 31.1272 ms
|
|
2023-04-04 09:48:53.072 +00:00 [INF] Request finished HTTP/1.1 POST http://localhost:21093/ application/json 2664 - 200 0 - 32.1823ms
|
|
2023-04-04 09:48:57.087 +00:00 [INF] Request starting HTTP/1.1 POST http://localhost:21093/ application/json 2664
|
|
2023-04-04 09:48:57.089 +00:00 [INF] Executing endpoint 'Web.Gateway.HomeController.Index (Web.Gateway)'
|
|
2023-04-04 09:48:57.090 +00:00 [INF] Route matched with {action = "Index", controller = "Home"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] Index() on controller Web.Gateway.HomeController (Web.Gateway).
|
|
2023-04-04 09:48:57.117 +00:00 [INF] Executing StatusCodeResult, setting HTTP status code 200
|
|
2023-04-04 09:48:57.117 +00:00 [INF] Executed action Web.Gateway.HomeController.Index (Web.Gateway) in 26.8744ms
|
|
2023-04-04 09:48:57.117 +00:00 [INF] Executed endpoint 'Web.Gateway.HomeController.Index (Web.Gateway)'
|
|
2023-04-04 09:48:57.118 +00:00 [INF] HTTP POST / responded 200 in 29.2219 ms
|
|
2023-04-04 09:48:57.118 +00:00 [INF] Request finished HTTP/1.1 POST http://localhost:21093/ application/json 2664 - 200 0 - 30.9859ms
|
|
2023-04-04 09:49:03.134 +00:00 [INF] Request starting HTTP/1.1 POST http://localhost:21093/ application/json 2664
|
|
2023-04-04 09:49:03.135 +00:00 [INF] Executing endpoint 'Web.Gateway.HomeController.Index (Web.Gateway)'
|
|
2023-04-04 09:49:03.135 +00:00 [INF] Route matched with {action = "Index", controller = "Home"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] Index() on controller Web.Gateway.HomeController (Web.Gateway).
|
|
2023-04-04 09:49:03.162 +00:00 [INF] Executing StatusCodeResult, setting HTTP status code 200
|
|
2023-04-04 09:49:03.162 +00:00 [INF] Executed action Web.Gateway.HomeController.Index (Web.Gateway) in 26.92ms
|
|
2023-04-04 09:49:03.163 +00:00 [INF] Executed endpoint 'Web.Gateway.HomeController.Index (Web.Gateway)'
|
|
2023-04-04 09:49:03.163 +00:00 [INF] HTTP POST / responded 200 in 28.8689 ms
|
|
2023-04-04 09:49:03.163 +00:00 [INF] Request finished HTTP/1.1 POST http://localhost:21093/ application/json 2664 - 200 0 - 29.7874ms
|
|
2023-04-04 09:49:07.172 +00:00 [INF] Request starting HTTP/1.1 POST http://localhost:21093/ application/json 2664
|
|
2023-04-04 09:49:07.173 +00:00 [INF] Executing endpoint 'Web.Gateway.HomeController.Index (Web.Gateway)'
|
|
2023-04-04 09:49:07.174 +00:00 [INF] Route matched with {action = "Index", controller = "Home"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] Index() on controller Web.Gateway.HomeController (Web.Gateway).
|
|
2023-04-04 09:49:07.200 +00:00 [INF] Executing StatusCodeResult, setting HTTP status code 200
|
|
2023-04-04 09:49:07.201 +00:00 [INF] Executed action Web.Gateway.HomeController.Index (Web.Gateway) in 26.6979ms
|
|
2023-04-04 09:49:07.201 +00:00 [INF] Executed endpoint 'Web.Gateway.HomeController.Index (Web.Gateway)'
|
|
2023-04-04 09:49:07.201 +00:00 [INF] HTTP POST / responded 200 in 28.3352 ms
|
|
2023-04-04 09:49:07.202 +00:00 [INF] Request finished HTTP/1.1 POST http://localhost:21093/ application/json 2664 - 200 0 - 29.5038ms
|
|
2023-04-04 09:49:13.232 +00:00 [INF] Request starting HTTP/1.1 POST http://localhost:21093/ application/json 2664
|
|
2023-04-04 09:49:13.233 +00:00 [INF] Executing endpoint 'Web.Gateway.HomeController.Index (Web.Gateway)'
|
|
2023-04-04 09:49:13.234 +00:00 [INF] Route matched with {action = "Index", controller = "Home"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] Index() on controller Web.Gateway.HomeController (Web.Gateway).
|
|
2023-04-04 09:49:13.260 +00:00 [INF] Executing StatusCodeResult, setting HTTP status code 200
|
|
2023-04-04 09:49:13.261 +00:00 [INF] Executed action Web.Gateway.HomeController.Index (Web.Gateway) in 26.9149ms
|
|
2023-04-04 09:49:13.261 +00:00 [INF] Executed endpoint 'Web.Gateway.HomeController.Index (Web.Gateway)'
|
|
2023-04-04 09:49:13.262 +00:00 [INF] HTTP POST / responded 200 in 29.4594 ms
|
|
2023-04-04 09:49:13.263 +00:00 [INF] Request finished HTTP/1.1 POST http://localhost:21093/ application/json 2664 - 200 0 - 31.0593ms
|
|
2023-04-04 09:49:17.272 +00:00 [INF] Request starting HTTP/1.1 POST http://localhost:21093/ application/json 2664
|
|
2023-04-04 09:49:17.273 +00:00 [INF] Executing endpoint 'Web.Gateway.HomeController.Index (Web.Gateway)'
|
|
2023-04-04 09:49:17.273 +00:00 [INF] Route matched with {action = "Index", controller = "Home"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] Index() on controller Web.Gateway.HomeController (Web.Gateway).
|
|
2023-04-04 09:49:17.300 +00:00 [INF] Executing StatusCodeResult, setting HTTP status code 200
|
|
2023-04-04 09:49:17.300 +00:00 [INF] Executed action Web.Gateway.HomeController.Index (Web.Gateway) in 26.4179ms
|
|
2023-04-04 09:49:17.300 +00:00 [INF] Executed endpoint 'Web.Gateway.HomeController.Index (Web.Gateway)'
|
|
2023-04-04 09:49:17.301 +00:00 [INF] HTTP POST / responded 200 in 27.9492 ms
|
|
2023-04-04 09:49:17.301 +00:00 [INF] Request finished HTTP/1.1 POST http://localhost:21093/ application/json 2664 - 200 0 - 28.8331ms
|
|
2023-04-04 09:49:23.324 +00:00 [INF] Request starting HTTP/1.1 POST http://localhost:21093/ application/json 2664
|
|
2023-04-04 09:49:23.325 +00:00 [INF] Executing endpoint 'Web.Gateway.HomeController.Index (Web.Gateway)'
|
|
2023-04-04 09:49:23.325 +00:00 [INF] Route matched with {action = "Index", controller = "Home"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] Index() on controller Web.Gateway.HomeController (Web.Gateway).
|
|
2023-04-04 09:49:23.351 +00:00 [INF] Executing StatusCodeResult, setting HTTP status code 200
|
|
2023-04-04 09:49:23.351 +00:00 [INF] Executed action Web.Gateway.HomeController.Index (Web.Gateway) in 26.113ms
|
|
2023-04-04 09:49:23.352 +00:00 [INF] Executed endpoint 'Web.Gateway.HomeController.Index (Web.Gateway)'
|
|
2023-04-04 09:49:23.352 +00:00 [INF] HTTP POST / responded 200 in 27.1209 ms
|
|
2023-04-04 09:49:23.352 +00:00 [INF] Request finished HTTP/1.1 POST http://localhost:21093/ application/json 2664 - 200 0 - 27.6913ms
|
|
2023-04-04 09:49:27.362 +00:00 [INF] Request starting HTTP/1.1 POST http://localhost:21093/ application/json 2664
|
|
2023-04-04 09:49:27.363 +00:00 [INF] Executing endpoint 'Web.Gateway.HomeController.Index (Web.Gateway)'
|
|
2023-04-04 09:49:27.363 +00:00 [INF] Route matched with {action = "Index", controller = "Home"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] Index() on controller Web.Gateway.HomeController (Web.Gateway).
|
|
2023-04-04 09:49:27.390 +00:00 [INF] Executing StatusCodeResult, setting HTTP status code 200
|
|
2023-04-04 09:49:27.390 +00:00 [INF] Executed action Web.Gateway.HomeController.Index (Web.Gateway) in 26.2252ms
|
|
2023-04-04 09:49:27.390 +00:00 [INF] Executed endpoint 'Web.Gateway.HomeController.Index (Web.Gateway)'
|
|
2023-04-04 09:49:27.390 +00:00 [INF] HTTP POST / responded 200 in 27.4298 ms
|
|
2023-04-04 09:49:27.391 +00:00 [INF] Request finished HTTP/1.1 POST http://localhost:21093/ application/json 2664 - 200 0 - 28.1621ms
|
|
2023-04-04 09:49:33.416 +00:00 [INF] Request starting HTTP/1.1 POST http://localhost:21093/ application/json 2664
|
|
2023-04-04 09:49:33.417 +00:00 [INF] Executing endpoint 'Web.Gateway.HomeController.Index (Web.Gateway)'
|
|
2023-04-04 09:49:33.418 +00:00 [INF] Route matched with {action = "Index", controller = "Home"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] Index() on controller Web.Gateway.HomeController (Web.Gateway).
|
|
2023-04-04 09:49:33.445 +00:00 [INF] Executing StatusCodeResult, setting HTTP status code 200
|
|
2023-04-04 09:49:33.446 +00:00 [INF] Executed action Web.Gateway.HomeController.Index (Web.Gateway) in 27.2814ms
|
|
2023-04-04 09:49:33.446 +00:00 [INF] Executed endpoint 'Web.Gateway.HomeController.Index (Web.Gateway)'
|
|
2023-04-04 09:49:33.447 +00:00 [INF] HTTP POST / responded 200 in 29.4901 ms
|
|
2023-04-04 09:49:33.447 +00:00 [INF] Request finished HTTP/1.1 POST http://localhost:21093/ application/json 2664 - 200 0 - 30.6851ms
|
|
2023-04-04 09:49:37.462 +00:00 [INF] Request starting HTTP/1.1 POST http://localhost:21093/ application/json 2664
|
|
2023-04-04 09:49:37.463 +00:00 [INF] Executing endpoint 'Web.Gateway.HomeController.Index (Web.Gateway)'
|
|
2023-04-04 09:49:37.463 +00:00 [INF] Route matched with {action = "Index", controller = "Home"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] Index() on controller Web.Gateway.HomeController (Web.Gateway).
|
|
2023-04-04 09:49:37.490 +00:00 [INF] Executing StatusCodeResult, setting HTTP status code 200
|
|
2023-04-04 09:49:37.491 +00:00 [INF] Executed action Web.Gateway.HomeController.Index (Web.Gateway) in 26.9468ms
|
|
2023-04-04 09:49:37.491 +00:00 [INF] Executed endpoint 'Web.Gateway.HomeController.Index (Web.Gateway)'
|
|
2023-04-04 09:49:37.492 +00:00 [INF] HTTP POST / responded 200 in 29.6298 ms
|
|
2023-04-04 09:49:37.493 +00:00 [INF] Request finished HTTP/1.1 POST http://localhost:21093/ application/json 2664 - 200 0 - 31.3398ms
|
|
2023-04-04 09:49:43.524 +00:00 [INF] Request starting HTTP/1.1 POST http://localhost:21093/ application/json 2664
|
|
2023-04-04 09:49:43.526 +00:00 [INF] Executing endpoint 'Web.Gateway.HomeController.Index (Web.Gateway)'
|
|
2023-04-04 09:49:43.527 +00:00 [INF] Route matched with {action = "Index", controller = "Home"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] Index() on controller Web.Gateway.HomeController (Web.Gateway).
|
|
2023-04-04 09:49:43.554 +00:00 [INF] Executing StatusCodeResult, setting HTTP status code 200
|
|
2023-04-04 09:49:43.555 +00:00 [INF] Executed action Web.Gateway.HomeController.Index (Web.Gateway) in 27.1994ms
|
|
2023-04-04 09:49:43.555 +00:00 [INF] Executed endpoint 'Web.Gateway.HomeController.Index (Web.Gateway)'
|
|
2023-04-04 09:49:43.556 +00:00 [INF] HTTP POST / responded 200 in 30.0614 ms
|
|
2023-04-04 09:49:43.556 +00:00 [INF] Request finished HTTP/1.1 POST http://localhost:21093/ application/json 2664 - 200 0 - 31.6342ms
|
|
2023-04-04 09:49:47.566 +00:00 [INF] Request starting HTTP/1.1 POST http://localhost:21093/ application/json 2664
|
|
2023-04-04 09:49:47.566 +00:00 [INF] Executing endpoint 'Web.Gateway.HomeController.Index (Web.Gateway)'
|
|
2023-04-04 09:49:47.566 +00:00 [INF] Route matched with {action = "Index", controller = "Home"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] Index() on controller Web.Gateway.HomeController (Web.Gateway).
|
|
2023-04-04 09:49:47.593 +00:00 [INF] Executing StatusCodeResult, setting HTTP status code 200
|
|
2023-04-04 09:49:47.593 +00:00 [INF] Executed action Web.Gateway.HomeController.Index (Web.Gateway) in 26.4574ms
|
|
2023-04-04 09:49:47.593 +00:00 [INF] Executed endpoint 'Web.Gateway.HomeController.Index (Web.Gateway)'
|
|
2023-04-04 09:49:47.594 +00:00 [INF] HTTP POST / responded 200 in 27.8119 ms
|
|
2023-04-04 09:49:47.595 +00:00 [INF] Request finished HTTP/1.1 POST http://localhost:21093/ application/json 2664 - 200 0 - 29.6006ms
|
|
2023-04-04 09:49:53.641 +00:00 [INF] Request starting HTTP/1.1 POST http://localhost:21093/ application/json 2664
|
|
2023-04-04 09:49:53.642 +00:00 [INF] Executing endpoint 'Web.Gateway.HomeController.Index (Web.Gateway)'
|
|
2023-04-04 09:49:53.642 +00:00 [INF] Route matched with {action = "Index", controller = "Home"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] Index() on controller Web.Gateway.HomeController (Web.Gateway).
|
|
2023-04-04 09:49:53.670 +00:00 [INF] Executing StatusCodeResult, setting HTTP status code 200
|
|
2023-04-04 09:49:53.670 +00:00 [INF] Executed action Web.Gateway.HomeController.Index (Web.Gateway) in 27.6542ms
|
|
2023-04-04 09:49:53.671 +00:00 [INF] Executed endpoint 'Web.Gateway.HomeController.Index (Web.Gateway)'
|
|
2023-04-04 09:49:53.671 +00:00 [INF] HTTP POST / responded 200 in 29.6686 ms
|
|
2023-04-04 09:49:53.672 +00:00 [INF] Request finished HTTP/1.1 POST http://localhost:21093/ application/json 2664 - 200 0 - 31.1140ms
|
|
2023-04-04 09:49:57.687 +00:00 [INF] Request starting HTTP/1.1 POST http://localhost:21093/ application/json 2664
|
|
2023-04-04 09:49:57.688 +00:00 [INF] Executing endpoint 'Web.Gateway.HomeController.Index (Web.Gateway)'
|
|
2023-04-04 09:49:57.689 +00:00 [INF] Route matched with {action = "Index", controller = "Home"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] Index() on controller Web.Gateway.HomeController (Web.Gateway).
|
|
2023-04-04 09:49:57.716 +00:00 [INF] Executing StatusCodeResult, setting HTTP status code 200
|
|
2023-04-04 09:49:57.716 +00:00 [INF] Executed action Web.Gateway.HomeController.Index (Web.Gateway) in 26.6873ms
|
|
2023-04-04 09:49:57.716 +00:00 [INF] Executed endpoint 'Web.Gateway.HomeController.Index (Web.Gateway)'
|
|
2023-04-04 09:49:57.717 +00:00 [INF] HTTP POST / responded 200 in 28.5020 ms
|
|
2023-04-04 09:49:57.717 +00:00 [INF] Request finished HTTP/1.1 POST http://localhost:21093/ application/json 2664 - 200 0 - 29.8586ms
|
|
2023-04-04 09:50:03.734 +00:00 [INF] Request starting HTTP/1.1 POST http://localhost:21093/ application/json 2664
|
|
2023-04-04 09:50:03.735 +00:00 [INF] Executing endpoint 'Web.Gateway.HomeController.Index (Web.Gateway)'
|
|
2023-04-04 09:50:03.735 +00:00 [INF] Route matched with {action = "Index", controller = "Home"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] Index() on controller Web.Gateway.HomeController (Web.Gateway).
|
|
2023-04-04 09:50:03.762 +00:00 [INF] Executing StatusCodeResult, setting HTTP status code 200
|
|
2023-04-04 09:50:03.762 +00:00 [INF] Executed action Web.Gateway.HomeController.Index (Web.Gateway) in 26.4593ms
|
|
2023-04-04 09:50:03.762 +00:00 [INF] Executed endpoint 'Web.Gateway.HomeController.Index (Web.Gateway)'
|
|
2023-04-04 09:50:03.762 +00:00 [INF] HTTP POST / responded 200 in 27.7812 ms
|
|
2023-04-04 09:50:03.763 +00:00 [INF] Request finished HTTP/1.1 POST http://localhost:21093/ application/json 2664 - 200 0 - 28.7990ms
|
|
2023-04-04 09:50:07.770 +00:00 [INF] Request starting HTTP/1.1 POST http://localhost:21093/ application/json 2666
|
|
2023-04-04 09:50:07.771 +00:00 [INF] Executing endpoint 'Web.Gateway.HomeController.Index (Web.Gateway)'
|
|
2023-04-04 09:50:07.771 +00:00 [INF] Route matched with {action = "Index", controller = "Home"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] Index() on controller Web.Gateway.HomeController (Web.Gateway).
|
|
2023-04-04 09:50:07.797 +00:00 [INF] Executing StatusCodeResult, setting HTTP status code 200
|
|
2023-04-04 09:50:07.798 +00:00 [INF] Executed action Web.Gateway.HomeController.Index (Web.Gateway) in 26.4068ms
|
|
2023-04-04 09:50:07.798 +00:00 [INF] Executed endpoint 'Web.Gateway.HomeController.Index (Web.Gateway)'
|
|
2023-04-04 09:50:07.798 +00:00 [INF] HTTP POST / responded 200 in 27.6520 ms
|
|
2023-04-04 09:50:07.798 +00:00 [INF] Request finished HTTP/1.1 POST http://localhost:21093/ application/json 2666 - 200 0 - 28.3359ms
|
|
2023-04-04 09:50:13.823 +00:00 [INF] Request starting HTTP/1.1 POST http://localhost:21093/ application/json 2666
|
|
2023-04-04 09:50:13.824 +00:00 [INF] Executing endpoint 'Web.Gateway.HomeController.Index (Web.Gateway)'
|
|
2023-04-04 09:50:13.824 +00:00 [INF] Route matched with {action = "Index", controller = "Home"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] Index() on controller Web.Gateway.HomeController (Web.Gateway).
|
|
2023-04-04 09:50:13.851 +00:00 [INF] Executing StatusCodeResult, setting HTTP status code 200
|
|
2023-04-04 09:50:13.852 +00:00 [INF] Executed action Web.Gateway.HomeController.Index (Web.Gateway) in 27.1444ms
|
|
2023-04-04 09:50:13.853 +00:00 [INF] Executed endpoint 'Web.Gateway.HomeController.Index (Web.Gateway)'
|
|
2023-04-04 09:50:13.854 +00:00 [INF] HTTP POST / responded 200 in 29.9070 ms
|
|
2023-04-04 09:50:13.854 +00:00 [INF] Request finished HTTP/1.1 POST http://localhost:21093/ application/json 2666 - 200 0 - 31.7856ms
|
|
2023-04-04 09:50:17.866 +00:00 [INF] Request starting HTTP/1.1 POST http://localhost:21093/ application/json 2664
|
|
2023-04-04 09:50:17.867 +00:00 [INF] Executing endpoint 'Web.Gateway.HomeController.Index (Web.Gateway)'
|
|
2023-04-04 09:50:17.868 +00:00 [INF] Route matched with {action = "Index", controller = "Home"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] Index() on controller Web.Gateway.HomeController (Web.Gateway).
|
|
2023-04-04 09:50:17.894 +00:00 [INF] Executing StatusCodeResult, setting HTTP status code 200
|
|
2023-04-04 09:50:17.894 +00:00 [INF] Executed action Web.Gateway.HomeController.Index (Web.Gateway) in 26.2102ms
|
|
2023-04-04 09:50:17.894 +00:00 [INF] Executed endpoint 'Web.Gateway.HomeController.Index (Web.Gateway)'
|
|
2023-04-04 09:50:17.895 +00:00 [INF] HTTP POST / responded 200 in 27.6868 ms
|
|
2023-04-04 09:50:17.895 +00:00 [INF] Request finished HTTP/1.1 POST http://localhost:21093/ application/json 2664 - 200 0 - 28.4640ms
|
|
2023-04-04 09:50:23.935 +00:00 [INF] Request starting HTTP/1.1 POST http://localhost:21093/ application/json 2664
|
|
2023-04-04 09:50:23.935 +00:00 [INF] Executing endpoint 'Web.Gateway.HomeController.Index (Web.Gateway)'
|
|
2023-04-04 09:50:23.936 +00:00 [INF] Route matched with {action = "Index", controller = "Home"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] Index() on controller Web.Gateway.HomeController (Web.Gateway).
|
|
2023-04-04 09:50:23.962 +00:00 [INF] Executing StatusCodeResult, setting HTTP status code 200
|
|
2023-04-04 09:50:23.962 +00:00 [INF] Executed action Web.Gateway.HomeController.Index (Web.Gateway) in 26.3746ms
|
|
2023-04-04 09:50:23.963 +00:00 [INF] Executed endpoint 'Web.Gateway.HomeController.Index (Web.Gateway)'
|
|
2023-04-04 09:50:23.963 +00:00 [INF] HTTP POST / responded 200 in 27.8060 ms
|
|
2023-04-04 09:50:23.963 +00:00 [INF] Request finished HTTP/1.1 POST http://localhost:21093/ application/json 2664 - 200 0 - 28.7452ms
|
|
2023-04-04 09:50:27.980 +00:00 [INF] Request starting HTTP/1.1 POST http://localhost:21093/ application/json 2664
|
|
2023-04-04 09:50:27.980 +00:00 [INF] Executing endpoint 'Web.Gateway.HomeController.Index (Web.Gateway)'
|
|
2023-04-04 09:50:27.981 +00:00 [INF] Route matched with {action = "Index", controller = "Home"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] Index() on controller Web.Gateway.HomeController (Web.Gateway).
|
|
2023-04-04 09:50:28.007 +00:00 [INF] Executing StatusCodeResult, setting HTTP status code 200
|
|
2023-04-04 09:50:28.007 +00:00 [INF] Executed action Web.Gateway.HomeController.Index (Web.Gateway) in 26.1765ms
|
|
2023-04-04 09:50:28.007 +00:00 [INF] Executed endpoint 'Web.Gateway.HomeController.Index (Web.Gateway)'
|
|
2023-04-04 09:50:28.008 +00:00 [INF] HTTP POST / responded 200 in 27.2105 ms
|
|
2023-04-04 09:50:28.008 +00:00 [INF] Request finished HTTP/1.1 POST http://localhost:21093/ application/json 2664 - 200 0 - 27.9024ms
|
|
2023-04-04 09:50:34.029 +00:00 [INF] Request starting HTTP/1.1 POST http://localhost:21093/ application/json 2664
|
|
2023-04-04 09:50:34.030 +00:00 [INF] Executing endpoint 'Web.Gateway.HomeController.Index (Web.Gateway)'
|
|
2023-04-04 09:50:34.030 +00:00 [INF] Route matched with {action = "Index", controller = "Home"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] Index() on controller Web.Gateway.HomeController (Web.Gateway).
|
|
2023-04-04 09:50:34.056 +00:00 [INF] Executing StatusCodeResult, setting HTTP status code 200
|
|
2023-04-04 09:50:34.056 +00:00 [INF] Executed action Web.Gateway.HomeController.Index (Web.Gateway) in 26.2026ms
|
|
2023-04-04 09:50:34.057 +00:00 [INF] Executed endpoint 'Web.Gateway.HomeController.Index (Web.Gateway)'
|
|
2023-04-04 09:50:34.057 +00:00 [INF] HTTP POST / responded 200 in 27.2902 ms
|
|
2023-04-04 09:50:34.057 +00:00 [INF] Request finished HTTP/1.1 POST http://localhost:21093/ application/json 2664 - 200 0 - 27.9860ms
|
|
2023-04-04 09:50:38.080 +00:00 [INF] Request starting HTTP/1.1 POST http://localhost:21093/ application/json 2666
|
|
2023-04-04 09:50:38.081 +00:00 [INF] Executing endpoint 'Web.Gateway.HomeController.Index (Web.Gateway)'
|
|
2023-04-04 09:50:38.081 +00:00 [INF] Route matched with {action = "Index", controller = "Home"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] Index() on controller Web.Gateway.HomeController (Web.Gateway).
|
|
2023-04-04 09:50:38.107 +00:00 [INF] Executing StatusCodeResult, setting HTTP status code 200
|
|
2023-04-04 09:50:38.108 +00:00 [INF] Executed action Web.Gateway.HomeController.Index (Web.Gateway) in 26.3081ms
|
|
2023-04-04 09:50:38.108 +00:00 [INF] Executed endpoint 'Web.Gateway.HomeController.Index (Web.Gateway)'
|
|
2023-04-04 09:50:38.108 +00:00 [INF] HTTP POST / responded 200 in 27.5850 ms
|
|
2023-04-04 09:50:38.109 +00:00 [INF] Request finished HTTP/1.1 POST http://localhost:21093/ application/json 2666 - 200 0 - 28.2867ms
|
|
2023-04-04 09:50:44.129 +00:00 [INF] Request starting HTTP/1.1 POST http://localhost:21093/ application/json 2664
|
|
2023-04-04 09:50:44.129 +00:00 [INF] Executing endpoint 'Web.Gateway.HomeController.Index (Web.Gateway)'
|
|
2023-04-04 09:50:44.130 +00:00 [INF] Route matched with {action = "Index", controller = "Home"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] Index() on controller Web.Gateway.HomeController (Web.Gateway).
|
|
2023-04-04 09:50:44.156 +00:00 [INF] Executing StatusCodeResult, setting HTTP status code 200
|
|
2023-04-04 09:50:44.156 +00:00 [INF] Executed action Web.Gateway.HomeController.Index (Web.Gateway) in 26.4205ms
|
|
2023-04-04 09:50:44.157 +00:00 [INF] Executed endpoint 'Web.Gateway.HomeController.Index (Web.Gateway)'
|
|
2023-04-04 09:50:44.157 +00:00 [INF] HTTP POST / responded 200 in 27.7730 ms
|
|
2023-04-04 09:50:44.157 +00:00 [INF] Request finished HTTP/1.1 POST http://localhost:21093/ application/json 2664 - 200 0 - 28.5946ms
|
|
2023-04-04 09:50:48.174 +00:00 [INF] Request starting HTTP/1.1 POST http://localhost:21093/ application/json 2664
|
|
2023-04-04 09:50:48.175 +00:00 [INF] Executing endpoint 'Web.Gateway.HomeController.Index (Web.Gateway)'
|
|
2023-04-04 09:50:48.176 +00:00 [INF] Route matched with {action = "Index", controller = "Home"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] Index() on controller Web.Gateway.HomeController (Web.Gateway).
|
|
2023-04-04 09:50:48.203 +00:00 [INF] Executing StatusCodeResult, setting HTTP status code 200
|
|
2023-04-04 09:50:48.204 +00:00 [INF] Executed action Web.Gateway.HomeController.Index (Web.Gateway) in 27.4986ms
|
|
2023-04-04 09:50:48.205 +00:00 [INF] Executed endpoint 'Web.Gateway.HomeController.Index (Web.Gateway)'
|
|
2023-04-04 09:50:48.205 +00:00 [INF] HTTP POST / responded 200 in 30.1981 ms
|
|
2023-04-04 09:50:48.206 +00:00 [INF] Request finished HTTP/1.1 POST http://localhost:21093/ application/json 2664 - 200 0 - 31.8378ms
|
|
2023-04-04 09:50:54.218 +00:00 [INF] Request starting HTTP/1.1 POST http://localhost:21093/ application/json 2664
|
|
2023-04-04 09:50:54.218 +00:00 [INF] Executing endpoint 'Web.Gateway.HomeController.Index (Web.Gateway)'
|
|
2023-04-04 09:50:54.219 +00:00 [INF] Route matched with {action = "Index", controller = "Home"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] Index() on controller Web.Gateway.HomeController (Web.Gateway).
|
|
2023-04-04 09:50:54.245 +00:00 [INF] Executing StatusCodeResult, setting HTTP status code 200
|
|
2023-04-04 09:50:54.245 +00:00 [INF] Executed action Web.Gateway.HomeController.Index (Web.Gateway) in 26.6139ms
|
|
2023-04-04 09:50:54.246 +00:00 [INF] Executed endpoint 'Web.Gateway.HomeController.Index (Web.Gateway)'
|
|
2023-04-04 09:50:54.246 +00:00 [INF] HTTP POST / responded 200 in 28.2773 ms
|
|
2023-04-04 09:50:54.247 +00:00 [INF] Request finished HTTP/1.1 POST http://localhost:21093/ application/json 2664 - 200 0 - 29.2603ms
|
|
2023-04-04 09:50:58.266 +00:00 [INF] Request starting HTTP/1.1 POST http://localhost:21093/ application/json 2664
|
|
2023-04-04 09:50:58.266 +00:00 [INF] Executing endpoint 'Web.Gateway.HomeController.Index (Web.Gateway)'
|
|
2023-04-04 09:50:58.266 +00:00 [INF] Route matched with {action = "Index", controller = "Home"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] Index() on controller Web.Gateway.HomeController (Web.Gateway).
|
|
2023-04-04 09:50:58.292 +00:00 [INF] Executing StatusCodeResult, setting HTTP status code 200
|
|
2023-04-04 09:50:58.293 +00:00 [INF] Executed action Web.Gateway.HomeController.Index (Web.Gateway) in 26.2924ms
|
|
2023-04-04 09:50:58.293 +00:00 [INF] Executed endpoint 'Web.Gateway.HomeController.Index (Web.Gateway)'
|
|
2023-04-04 09:50:58.293 +00:00 [INF] HTTP POST / responded 200 in 27.4144 ms
|
|
2023-04-04 09:50:58.294 +00:00 [INF] Request finished HTTP/1.1 POST http://localhost:21093/ application/json 2664 - 200 0 - 28.1105ms
|
|
2023-04-04 09:51:04.317 +00:00 [INF] Request starting HTTP/1.1 POST http://localhost:21093/ application/json 2666
|
|
2023-04-04 09:51:04.317 +00:00 [INF] Executing endpoint 'Web.Gateway.HomeController.Index (Web.Gateway)'
|
|
2023-04-04 09:51:04.318 +00:00 [INF] Route matched with {action = "Index", controller = "Home"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] Index() on controller Web.Gateway.HomeController (Web.Gateway).
|
|
2023-04-04 09:51:04.344 +00:00 [INF] Executing StatusCodeResult, setting HTTP status code 200
|
|
2023-04-04 09:51:04.345 +00:00 [INF] Executed action Web.Gateway.HomeController.Index (Web.Gateway) in 26.4302ms
|
|
2023-04-04 09:51:04.345 +00:00 [INF] Executed endpoint 'Web.Gateway.HomeController.Index (Web.Gateway)'
|
|
2023-04-04 09:51:04.345 +00:00 [INF] HTTP POST / responded 200 in 27.6891 ms
|
|
2023-04-04 09:51:04.345 +00:00 [INF] Request finished HTTP/1.1 POST http://localhost:21093/ application/json 2666 - 200 0 - 28.4956ms
|
|
2023-04-04 09:51:08.364 +00:00 [INF] Request starting HTTP/1.1 POST http://localhost:21093/ application/json 2666
|
|
2023-04-04 09:51:08.365 +00:00 [INF] Executing endpoint 'Web.Gateway.HomeController.Index (Web.Gateway)'
|
|
2023-04-04 09:51:08.365 +00:00 [INF] Route matched with {action = "Index", controller = "Home"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] Index() on controller Web.Gateway.HomeController (Web.Gateway).
|
|
2023-04-04 09:51:08.392 +00:00 [INF] Executing StatusCodeResult, setting HTTP status code 200
|
|
2023-04-04 09:51:08.394 +00:00 [INF] Executed action Web.Gateway.HomeController.Index (Web.Gateway) in 27.8974ms
|
|
2023-04-04 09:51:08.395 +00:00 [INF] Executed endpoint 'Web.Gateway.HomeController.Index (Web.Gateway)'
|
|
2023-04-04 09:51:08.396 +00:00 [INF] HTTP POST / responded 200 in 31.8804 ms
|
|
2023-04-04 09:51:08.397 +00:00 [INF] Request finished HTTP/1.1 POST http://localhost:21093/ application/json 2666 - 200 0 - 33.1538ms
|
|
2023-04-04 09:51:14.425 +00:00 [INF] Request starting HTTP/1.1 POST http://localhost:21093/ application/json 2664
|
|
2023-04-04 09:51:14.434 +00:00 [INF] Executing endpoint 'Web.Gateway.HomeController.Index (Web.Gateway)'
|
|
2023-04-04 09:51:14.434 +00:00 [INF] Route matched with {action = "Index", controller = "Home"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] Index() on controller Web.Gateway.HomeController (Web.Gateway).
|
|
2023-04-04 09:51:14.460 +00:00 [INF] Executing StatusCodeResult, setting HTTP status code 200
|
|
2023-04-04 09:51:14.461 +00:00 [INF] Executed action Web.Gateway.HomeController.Index (Web.Gateway) in 26.1589ms
|
|
2023-04-04 09:51:14.461 +00:00 [INF] Executed endpoint 'Web.Gateway.HomeController.Index (Web.Gateway)'
|
|
2023-04-04 09:51:14.461 +00:00 [INF] HTTP POST / responded 200 in 27.2242 ms
|
|
2023-04-04 09:51:14.462 +00:00 [INF] Request finished HTTP/1.1 POST http://localhost:21093/ application/json 2664 - 200 0 - 36.9285ms
|
|
2023-04-04 09:51:18.482 +00:00 [INF] Request starting HTTP/1.1 POST http://localhost:21093/ application/json 2664
|
|
2023-04-04 09:51:18.483 +00:00 [INF] Executing endpoint 'Web.Gateway.HomeController.Index (Web.Gateway)'
|
|
2023-04-04 09:51:18.483 +00:00 [INF] Route matched with {action = "Index", controller = "Home"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] Index() on controller Web.Gateway.HomeController (Web.Gateway).
|
|
2023-04-04 09:51:18.509 +00:00 [INF] Executing StatusCodeResult, setting HTTP status code 200
|
|
2023-04-04 09:51:18.510 +00:00 [INF] Executed action Web.Gateway.HomeController.Index (Web.Gateway) in 26.7217ms
|
|
2023-04-04 09:51:18.510 +00:00 [INF] Executed endpoint 'Web.Gateway.HomeController.Index (Web.Gateway)'
|
|
2023-04-04 09:51:18.511 +00:00 [INF] HTTP POST / responded 200 in 28.3191 ms
|
|
2023-04-04 09:51:18.512 +00:00 [INF] Request finished HTTP/1.1 POST http://localhost:21093/ application/json 2664 - 200 0 - 29.8645ms
|
|
2023-04-04 09:51:24.257 +00:00 [INF] Request starting HTTP/1.1 GET http://localhost:21093/settings//appsettings.json - -
|
|
2023-04-04 09:51:24.259 +00:00 [INF] Sending file. Request path: '/settings//appsettings.json'. Physical path: '/app/wwwroot/settings/appsettings.json'
|
|
2023-04-04 09:51:24.260 +00:00 [INF] HTTP GET /settings//appsettings.json responded 200 in 2.7534 ms
|
|
2023-04-04 09:51:24.260 +00:00 [INF] Request finished HTTP/1.1 GET http://localhost:21093/settings//appsettings.json - - - 200 5088 application/json 3.4463ms
|
|
2023-04-04 09:51:24.300 +00:00 [INF] Request starting HTTP/1.1 GET http://localhost:21093/settings//appsettings.Development.json - -
|
|
2023-04-04 09:51:24.303 +00:00 [INF] Sending file. Request path: '/settings//appsettings.Development.json'. Physical path: '/app/wwwroot/settings/appsettings.Development.json'
|
|
2023-04-04 09:51:24.303 +00:00 [INF] HTTP GET /settings//appsettings.Development.json responded 200 in 2.8319 ms
|
|
2023-04-04 09:51:24.304 +00:00 [INF] Request finished HTTP/1.1 GET http://localhost:21093/settings//appsettings.Development.json - - - 200 7011 application/json 3.4115ms
|
|
2023-04-04 09:51:24.324 +00:00 [INF] Request starting HTTP/1.1 GET http://localhost:21093/settings//appsettings.Development.json - -
|
|
2023-04-04 09:51:24.327 +00:00 [INF] Sending file. Request path: '/settings//appsettings.Development.json'. Physical path: '/app/wwwroot/settings/appsettings.Development.json'
|
|
2023-04-04 09:51:24.327 +00:00 [INF] HTTP GET /settings//appsettings.Development.json responded 200 in 3.0656 ms
|
|
2023-04-04 09:51:24.327 +00:00 [INF] Request finished HTTP/1.1 GET http://localhost:21093/settings//appsettings.Development.json - - - 200 7011 application/json 3.6540ms
|
|
2023-04-04 09:51:24.560 +00:00 [INF] Request starting HTTP/1.1 POST http://localhost:21093/ application/json 2664
|
|
2023-04-04 09:51:24.561 +00:00 [INF] Executing endpoint 'Web.Gateway.HomeController.Index (Web.Gateway)'
|
|
2023-04-04 09:51:24.561 +00:00 [INF] Route matched with {action = "Index", controller = "Home"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] Index() on controller Web.Gateway.HomeController (Web.Gateway).
|
|
2023-04-04 09:51:24.588 +00:00 [INF] Executing StatusCodeResult, setting HTTP status code 200
|
|
2023-04-04 09:51:24.589 +00:00 [INF] Executed action Web.Gateway.HomeController.Index (Web.Gateway) in 26.8818ms
|
|
2023-04-04 09:51:24.589 +00:00 [INF] Executed endpoint 'Web.Gateway.HomeController.Index (Web.Gateway)'
|
|
2023-04-04 09:51:24.589 +00:00 [INF] HTTP POST / responded 200 in 28.3696 ms
|
|
2023-04-04 09:51:24.590 +00:00 [INF] Request finished HTTP/1.1 POST http://localhost:21093/ application/json 2664 - 200 0 - 29.2122ms
|
|
2023-04-04 09:51:27.288 +00:00 [INF] Request starting HTTP/1.1 POST http://localhost:21093/ application/json 48273
|
|
2023-04-04 09:51:27.288 +00:00 [INF] Executing endpoint 'Web.Gateway.HomeController.Index (Web.Gateway)'
|
|
2023-04-04 09:51:27.289 +00:00 [INF] Route matched with {action = "Index", controller = "Home"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] Index() on controller Web.Gateway.HomeController (Web.Gateway).
|
|
2023-04-04 09:51:27.317 +00:00 [INF] Executing StatusCodeResult, setting HTTP status code 200
|
|
2023-04-04 09:51:27.317 +00:00 [INF] Executed action Web.Gateway.HomeController.Index (Web.Gateway) in 28.4534ms
|
|
2023-04-04 09:51:27.318 +00:00 [INF] Executed endpoint 'Web.Gateway.HomeController.Index (Web.Gateway)'
|
|
2023-04-04 09:51:27.318 +00:00 [INF] HTTP POST / responded 200 in 29.4780 ms
|
|
2023-04-04 09:51:27.318 +00:00 [INF] Request finished HTTP/1.1 POST http://localhost:21093/ application/json 48273 - 200 0 - 30.4426ms
|
|
2023-04-04 09:51:28.608 +00:00 [INF] Request starting HTTP/1.1 POST http://localhost:21093/ application/json 2664
|
|
2023-04-04 09:51:28.608 +00:00 [INF] Executing endpoint 'Web.Gateway.HomeController.Index (Web.Gateway)'
|
|
2023-04-04 09:51:28.609 +00:00 [INF] Route matched with {action = "Index", controller = "Home"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] Index() on controller Web.Gateway.HomeController (Web.Gateway).
|
|
2023-04-04 09:51:28.636 +00:00 [INF] Executing StatusCodeResult, setting HTTP status code 200
|
|
2023-04-04 09:51:28.637 +00:00 [INF] Executed action Web.Gateway.HomeController.Index (Web.Gateway) in 27.4935ms
|
|
2023-04-04 09:51:28.638 +00:00 [INF] Executed endpoint 'Web.Gateway.HomeController.Index (Web.Gateway)'
|
|
2023-04-04 09:51:28.639 +00:00 [INF] HTTP POST / responded 200 in 31.0205 ms
|
|
2023-04-04 09:51:28.641 +00:00 [INF] Request finished HTTP/1.1 POST http://localhost:21093/ application/json 2664 - 200 0 - 33.3995ms
|
|
2023-04-04 09:51:32.665 +00:00 [INF] Request starting HTTP/1.1 POST http://localhost:21093/ application/json 2664
|
|
2023-04-04 09:51:32.666 +00:00 [INF] Executing endpoint 'Web.Gateway.HomeController.Index (Web.Gateway)'
|
|
2023-04-04 09:51:32.666 +00:00 [INF] Route matched with {action = "Index", controller = "Home"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] Index() on controller Web.Gateway.HomeController (Web.Gateway).
|
|
2023-04-04 09:51:32.694 +00:00 [INF] Executing StatusCodeResult, setting HTTP status code 200
|
|
2023-04-04 09:51:32.695 +00:00 [INF] Executed action Web.Gateway.HomeController.Index (Web.Gateway) in 27.8194ms
|
|
2023-04-04 09:51:32.696 +00:00 [INF] Executed endpoint 'Web.Gateway.HomeController.Index (Web.Gateway)'
|
|
2023-04-04 09:51:32.696 +00:00 [INF] HTTP POST / responded 200 in 30.5797 ms
|
|
2023-04-04 09:51:32.697 +00:00 [INF] Request finished HTTP/1.1 POST http://localhost:21093/ application/json 2664 - 200 0 - 32.2300ms
|
|
2023-04-04 09:51:38.732 +00:00 [INF] Request starting HTTP/1.1 POST http://localhost:21093/ application/json 2664
|
|
2023-04-04 09:51:38.733 +00:00 [INF] Executing endpoint 'Web.Gateway.HomeController.Index (Web.Gateway)'
|
|
2023-04-04 09:51:38.733 +00:00 [INF] Route matched with {action = "Index", controller = "Home"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] Index() on controller Web.Gateway.HomeController (Web.Gateway).
|
|
2023-04-04 09:51:38.759 +00:00 [INF] Executing StatusCodeResult, setting HTTP status code 200
|
|
2023-04-04 09:51:38.760 +00:00 [INF] Executed action Web.Gateway.HomeController.Index (Web.Gateway) in 26.2545ms
|
|
2023-04-04 09:51:38.760 +00:00 [INF] Executed endpoint 'Web.Gateway.HomeController.Index (Web.Gateway)'
|
|
2023-04-04 09:51:38.760 +00:00 [INF] HTTP POST / responded 200 in 27.5806 ms
|
|
2023-04-04 09:51:38.761 +00:00 [INF] Request finished HTTP/1.1 POST http://localhost:21093/ application/json 2664 - 200 0 - 28.2590ms
|
|
2023-04-04 09:51:42.782 +00:00 [INF] Request starting HTTP/1.1 POST http://localhost:21093/ application/json 2664
|
|
2023-04-04 09:51:42.782 +00:00 [INF] Executing endpoint 'Web.Gateway.HomeController.Index (Web.Gateway)'
|
|
2023-04-04 09:51:42.783 +00:00 [INF] Route matched with {action = "Index", controller = "Home"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] Index() on controller Web.Gateway.HomeController (Web.Gateway).
|
|
2023-04-04 09:51:42.809 +00:00 [INF] Executing StatusCodeResult, setting HTTP status code 200
|
|
2023-04-04 09:51:42.809 +00:00 [INF] Executed action Web.Gateway.HomeController.Index (Web.Gateway) in 26.4586ms
|
|
2023-04-04 09:51:42.810 +00:00 [INF] Executed endpoint 'Web.Gateway.HomeController.Index (Web.Gateway)'
|
|
2023-04-04 09:51:42.810 +00:00 [INF] HTTP POST / responded 200 in 27.6947 ms
|
|
2023-04-04 09:51:42.810 +00:00 [INF] Request finished HTTP/1.1 POST http://localhost:21093/ application/json 2664 - 200 0 - 28.3455ms
|
|
2023-04-04 09:51:43.238 +00:00 [INF] Request starting HTTP/1.1 GET http://localhost:21093/settings//appsettings.json - -
|
|
2023-04-04 09:51:43.240 +00:00 [INF] Sending file. Request path: '/settings//appsettings.json'. Physical path: '/app/wwwroot/settings/appsettings.json'
|
|
2023-04-04 09:51:43.240 +00:00 [INF] HTTP GET /settings//appsettings.json responded 200 in 2.6177 ms
|
|
2023-04-04 09:51:43.241 +00:00 [INF] Request finished HTTP/1.1 GET http://localhost:21093/settings//appsettings.json - - - 200 5088 application/json 3.2516ms
|
|
2023-04-04 09:51:43.286 +00:00 [INF] Request starting HTTP/1.1 GET http://localhost:21093/settings//appsettings.Development.json - -
|
|
2023-04-04 09:51:43.290 +00:00 [INF] Sending file. Request path: '/settings//appsettings.Development.json'. Physical path: '/app/wwwroot/settings/appsettings.Development.json'
|
|
2023-04-04 09:51:43.290 +00:00 [INF] HTTP GET /settings//appsettings.Development.json responded 200 in 3.6087 ms
|
|
2023-04-04 09:51:43.290 +00:00 [INF] Request finished HTTP/1.1 GET http://localhost:21093/settings//appsettings.Development.json - - - 200 7011 application/json 4.3934ms
|
|
2023-04-04 09:51:43.310 +00:00 [INF] Request starting HTTP/1.1 GET http://localhost:21093/settings//appsettings.Development.json - -
|
|
2023-04-04 09:51:43.313 +00:00 [INF] Sending file. Request path: '/settings//appsettings.Development.json'. Physical path: '/app/wwwroot/settings/appsettings.Development.json'
|
|
2023-04-04 09:51:43.313 +00:00 [INF] HTTP GET /settings//appsettings.Development.json responded 200 in 3.0335 ms
|
|
2023-04-04 09:51:43.314 +00:00 [INF] Request finished HTTP/1.1 GET http://localhost:21093/settings//appsettings.Development.json - - - 200 7011 application/json 3.5883ms
|
|
2023-04-04 09:51:46.283 +00:00 [INF] Request starting HTTP/1.1 POST http://localhost:21093/ application/json 48175
|
|
2023-04-04 09:51:46.284 +00:00 [INF] Executing endpoint 'Web.Gateway.HomeController.Index (Web.Gateway)'
|
|
2023-04-04 09:51:46.284 +00:00 [INF] Route matched with {action = "Index", controller = "Home"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] Index() on controller Web.Gateway.HomeController (Web.Gateway).
|
|
2023-04-04 09:51:46.312 +00:00 [INF] Executing StatusCodeResult, setting HTTP status code 200
|
|
2023-04-04 09:51:46.313 +00:00 [INF] Executed action Web.Gateway.HomeController.Index (Web.Gateway) in 28.1417ms
|
|
2023-04-04 09:51:46.313 +00:00 [INF] Executed endpoint 'Web.Gateway.HomeController.Index (Web.Gateway)'
|
|
2023-04-04 09:51:46.313 +00:00 [INF] HTTP POST / responded 200 in 29.4151 ms
|
|
2023-04-04 09:51:46.314 +00:00 [INF] Request finished HTTP/1.1 POST http://localhost:21093/ application/json 48175 - 200 0 - 30.4625ms
|
|
2023-04-04 09:51:48.852 +00:00 [INF] Request starting HTTP/1.1 POST http://localhost:21093/ application/json 2664
|
|
2023-04-04 09:51:48.854 +00:00 [INF] Executing endpoint 'Web.Gateway.HomeController.Index (Web.Gateway)'
|
|
2023-04-04 09:51:48.855 +00:00 [INF] Route matched with {action = "Index", controller = "Home"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] Index() on controller Web.Gateway.HomeController (Web.Gateway).
|
|
2023-04-04 09:51:48.882 +00:00 [INF] Executing StatusCodeResult, setting HTTP status code 200
|
|
2023-04-04 09:51:48.882 +00:00 [INF] Executed action Web.Gateway.HomeController.Index (Web.Gateway) in 26.9486ms
|
|
2023-04-04 09:51:48.883 +00:00 [INF] Executed endpoint 'Web.Gateway.HomeController.Index (Web.Gateway)'
|
|
2023-04-04 09:51:48.884 +00:00 [INF] HTTP POST / responded 200 in 30.1301 ms
|
|
2023-04-04 09:51:48.884 +00:00 [INF] Request finished HTTP/1.1 POST http://localhost:21093/ application/json 2664 - 200 0 - 31.7938ms
|
|
2023-04-04 09:51:52.894 +00:00 [INF] Request starting HTTP/1.1 POST http://localhost:21093/ application/json 2666
|
|
2023-04-04 09:51:52.895 +00:00 [INF] Executing endpoint 'Web.Gateway.HomeController.Index (Web.Gateway)'
|
|
2023-04-04 09:51:52.895 +00:00 [INF] Route matched with {action = "Index", controller = "Home"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] Index() on controller Web.Gateway.HomeController (Web.Gateway).
|
|
2023-04-04 09:51:52.921 +00:00 [INF] Executing StatusCodeResult, setting HTTP status code 200
|
|
2023-04-04 09:51:52.921 +00:00 [INF] Executed action Web.Gateway.HomeController.Index (Web.Gateway) in 26.2627ms
|
|
2023-04-04 09:51:52.922 +00:00 [INF] Executed endpoint 'Web.Gateway.HomeController.Index (Web.Gateway)'
|
|
2023-04-04 09:51:52.922 +00:00 [INF] HTTP POST / responded 200 in 27.3542 ms
|
|
2023-04-04 09:51:52.922 +00:00 [INF] Request finished HTTP/1.1 POST http://localhost:21093/ application/json 2666 - 200 0 - 28.0082ms
|
|
2023-04-04 09:51:58.966 +00:00 [INF] Request starting HTTP/1.1 POST http://localhost:21093/ application/json 2664
|
|
2023-04-04 09:51:58.968 +00:00 [INF] Executing endpoint 'Web.Gateway.HomeController.Index (Web.Gateway)'
|
|
2023-04-04 09:51:58.969 +00:00 [INF] Route matched with {action = "Index", controller = "Home"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] Index() on controller Web.Gateway.HomeController (Web.Gateway).
|
|
2023-04-04 09:51:58.996 +00:00 [INF] Executing StatusCodeResult, setting HTTP status code 200
|
|
2023-04-04 09:51:58.997 +00:00 [INF] Executed action Web.Gateway.HomeController.Index (Web.Gateway) in 27.2177ms
|
|
2023-04-04 09:51:58.997 +00:00 [INF] Executed endpoint 'Web.Gateway.HomeController.Index (Web.Gateway)'
|
|
2023-04-04 09:51:58.998 +00:00 [INF] HTTP POST / responded 200 in 30.4008 ms
|
|
2023-04-04 09:51:59.000 +00:00 [INF] Request finished HTTP/1.1 POST http://localhost:21093/ application/json 2664 - 200 0 - 33.4419ms
|
|
2023-04-04 09:52:03.023 +00:00 [INF] Request starting HTTP/1.1 POST http://localhost:21093/ application/json 2664
|
|
2023-04-04 09:52:03.024 +00:00 [INF] Executing endpoint 'Web.Gateway.HomeController.Index (Web.Gateway)'
|
|
2023-04-04 09:52:03.024 +00:00 [INF] Route matched with {action = "Index", controller = "Home"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] Index() on controller Web.Gateway.HomeController (Web.Gateway).
|
|
2023-04-04 09:52:03.050 +00:00 [INF] Executing StatusCodeResult, setting HTTP status code 200
|
|
2023-04-04 09:52:03.050 +00:00 [INF] Executed action Web.Gateway.HomeController.Index (Web.Gateway) in 26.2707ms
|
|
2023-04-04 09:52:03.051 +00:00 [INF] Executed endpoint 'Web.Gateway.HomeController.Index (Web.Gateway)'
|
|
2023-04-04 09:52:03.051 +00:00 [INF] HTTP POST / responded 200 in 27.5242 ms
|
|
2023-04-04 09:52:03.051 +00:00 [INF] Request finished HTTP/1.1 POST http://localhost:21093/ application/json 2664 - 200 0 - 28.3682ms
|
|
2023-04-04 09:52:09.068 +00:00 [INF] Request starting HTTP/1.1 POST http://localhost:21093/ application/json 2664
|
|
2023-04-04 09:52:09.068 +00:00 [INF] Executing endpoint 'Web.Gateway.HomeController.Index (Web.Gateway)'
|
|
2023-04-04 09:52:09.068 +00:00 [INF] Route matched with {action = "Index", controller = "Home"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] Index() on controller Web.Gateway.HomeController (Web.Gateway).
|
|
2023-04-04 09:52:09.095 +00:00 [INF] Executing StatusCodeResult, setting HTTP status code 200
|
|
2023-04-04 09:52:09.095 +00:00 [INF] Executed action Web.Gateway.HomeController.Index (Web.Gateway) in 26.5315ms
|
|
2023-04-04 09:52:09.096 +00:00 [INF] Executed endpoint 'Web.Gateway.HomeController.Index (Web.Gateway)'
|
|
2023-04-04 09:52:09.096 +00:00 [INF] HTTP POST / responded 200 in 27.6791 ms
|
|
2023-04-04 09:52:09.096 +00:00 [INF] Request finished HTTP/1.1 POST http://localhost:21093/ application/json 2664 - 200 0 - 28.4987ms
|
|
2023-04-04 09:52:13.108 +00:00 [INF] Request starting HTTP/1.1 POST http://localhost:21093/ application/json 2666
|
|
2023-04-04 09:52:13.108 +00:00 [INF] Executing endpoint 'Web.Gateway.HomeController.Index (Web.Gateway)'
|
|
2023-04-04 09:52:13.109 +00:00 [INF] Route matched with {action = "Index", controller = "Home"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] Index() on controller Web.Gateway.HomeController (Web.Gateway).
|
|
2023-04-04 09:52:13.135 +00:00 [INF] Executing StatusCodeResult, setting HTTP status code 200
|
|
2023-04-04 09:52:13.135 +00:00 [INF] Executed action Web.Gateway.HomeController.Index (Web.Gateway) in 26.4082ms
|
|
2023-04-04 09:52:13.136 +00:00 [INF] Executed endpoint 'Web.Gateway.HomeController.Index (Web.Gateway)'
|
|
2023-04-04 09:52:13.136 +00:00 [INF] HTTP POST / responded 200 in 27.5175 ms
|
|
2023-04-04 09:52:13.136 +00:00 [INF] Request finished HTTP/1.1 POST http://localhost:21093/ application/json 2666 - 200 0 - 28.2208ms
|
|
2023-04-04 09:52:14.793 +00:00 [INF] Request starting HTTP/1.1 GET http://localhost:21093/settings//appsettings.json - -
|
|
2023-04-04 09:52:14.795 +00:00 [INF] Sending file. Request path: '/settings//appsettings.json'. Physical path: '/app/wwwroot/settings/appsettings.json'
|
|
2023-04-04 09:52:14.796 +00:00 [INF] HTTP GET /settings//appsettings.json responded 200 in 2.5915 ms
|
|
2023-04-04 09:52:14.796 +00:00 [INF] Request finished HTTP/1.1 GET http://localhost:21093/settings//appsettings.json - - - 200 5088 application/json 3.2110ms
|
|
2023-04-04 09:52:14.804 +00:00 [INF] Request starting HTTP/1.1 GET http://localhost:21093/settings//appsettings.Development.json - -
|
|
2023-04-04 09:52:14.807 +00:00 [INF] Sending file. Request path: '/settings//appsettings.Development.json'. Physical path: '/app/wwwroot/settings/appsettings.Development.json'
|
|
2023-04-04 09:52:14.807 +00:00 [INF] HTTP GET /settings//appsettings.Development.json responded 200 in 2.8885 ms
|
|
2023-04-04 09:52:14.807 +00:00 [INF] Request finished HTTP/1.1 GET http://localhost:21093/settings//appsettings.Development.json - - - 200 7011 application/json 3.3857ms
|
|
2023-04-04 09:52:14.810 +00:00 [INF] Request starting HTTP/1.1 GET http://localhost:21093/settings//appsettings.Development.json - -
|
|
2023-04-04 09:52:14.813 +00:00 [INF] Sending file. Request path: '/settings//appsettings.Development.json'. Physical path: '/app/wwwroot/settings/appsettings.Development.json'
|
|
2023-04-04 09:52:14.814 +00:00 [INF] HTTP GET /settings//appsettings.Development.json responded 200 in 3.1646 ms
|
|
2023-04-04 09:52:14.814 +00:00 [INF] Request finished HTTP/1.1 GET http://localhost:21093/settings//appsettings.Development.json - - - 200 7011 application/json 3.7065ms
|
|
2023-04-04 09:52:15.898 +00:00 [INF] Request starting HTTP/1.1 POST http://localhost:21093/ application/json 48589
|
|
2023-04-04 09:52:15.898 +00:00 [INF] Executing endpoint 'Web.Gateway.HomeController.Index (Web.Gateway)'
|
|
2023-04-04 09:52:15.899 +00:00 [INF] Route matched with {action = "Index", controller = "Home"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] Index() on controller Web.Gateway.HomeController (Web.Gateway).
|
|
2023-04-04 09:52:15.927 +00:00 [INF] Executing StatusCodeResult, setting HTTP status code 200
|
|
2023-04-04 09:52:15.927 +00:00 [INF] Executed action Web.Gateway.HomeController.Index (Web.Gateway) in 28.3686ms
|
|
2023-04-04 09:52:15.928 +00:00 [INF] Executed endpoint 'Web.Gateway.HomeController.Index (Web.Gateway)'
|
|
2023-04-04 09:52:15.928 +00:00 [INF] HTTP POST / responded 200 in 29.3790 ms
|
|
2023-04-04 09:52:15.928 +00:00 [INF] Request finished HTTP/1.1 POST http://localhost:21093/ application/json 48589 - 200 0 - 30.3323ms
|
|
2023-04-04 09:52:19.164 +00:00 [INF] Request starting HTTP/1.1 POST http://localhost:21093/ application/json 2664
|
|
2023-04-04 09:52:19.165 +00:00 [INF] Executing endpoint 'Web.Gateway.HomeController.Index (Web.Gateway)'
|
|
2023-04-04 09:52:19.166 +00:00 [INF] Route matched with {action = "Index", controller = "Home"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] Index() on controller Web.Gateway.HomeController (Web.Gateway).
|
|
2023-04-04 09:52:19.193 +00:00 [INF] Executing StatusCodeResult, setting HTTP status code 200
|
|
2023-04-04 09:52:19.193 +00:00 [INF] Executed action Web.Gateway.HomeController.Index (Web.Gateway) in 26.9569ms
|
|
2023-04-04 09:52:19.194 +00:00 [INF] Executed endpoint 'Web.Gateway.HomeController.Index (Web.Gateway)'
|
|
2023-04-04 09:52:19.194 +00:00 [INF] HTTP POST / responded 200 in 28.9065 ms
|
|
2023-04-04 09:52:19.195 +00:00 [INF] Request finished HTTP/1.1 POST http://localhost:21093/ application/json 2664 - 200 0 - 30.7367ms
|
|
2023-04-04 09:52:23.215 +00:00 [INF] Request starting HTTP/1.1 POST http://localhost:21093/ application/json 2664
|
|
2023-04-04 09:52:23.216 +00:00 [INF] Executing endpoint 'Web.Gateway.HomeController.Index (Web.Gateway)'
|
|
2023-04-04 09:52:23.217 +00:00 [INF] Route matched with {action = "Index", controller = "Home"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] Index() on controller Web.Gateway.HomeController (Web.Gateway).
|
|
2023-04-04 09:52:23.244 +00:00 [INF] Executing StatusCodeResult, setting HTTP status code 200
|
|
2023-04-04 09:52:23.245 +00:00 [INF] Executed action Web.Gateway.HomeController.Index (Web.Gateway) in 27.2986ms
|
|
2023-04-04 09:52:23.245 +00:00 [INF] Executed endpoint 'Web.Gateway.HomeController.Index (Web.Gateway)'
|
|
2023-04-04 09:52:23.246 +00:00 [INF] HTTP POST / responded 200 in 29.8162 ms
|
|
2023-04-04 09:52:23.246 +00:00 [INF] Request finished HTTP/1.1 POST http://localhost:21093/ application/json 2664 - 200 0 - 31.7406ms
|
|
2023-04-04 09:52:29.272 +00:00 [INF] Request starting HTTP/1.1 POST http://localhost:21093/ application/json 2664
|
|
2023-04-04 09:52:29.273 +00:00 [INF] Executing endpoint 'Web.Gateway.HomeController.Index (Web.Gateway)'
|
|
2023-04-04 09:52:29.273 +00:00 [INF] Route matched with {action = "Index", controller = "Home"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] Index() on controller Web.Gateway.HomeController (Web.Gateway).
|
|
2023-04-04 09:52:29.299 +00:00 [INF] Executing StatusCodeResult, setting HTTP status code 200
|
|
2023-04-04 09:52:29.300 +00:00 [INF] Executed action Web.Gateway.HomeController.Index (Web.Gateway) in 26.2382ms
|
|
2023-04-04 09:52:29.300 +00:00 [INF] Executed endpoint 'Web.Gateway.HomeController.Index (Web.Gateway)'
|
|
2023-04-04 09:52:29.300 +00:00 [INF] HTTP POST / responded 200 in 27.4438 ms
|
|
2023-04-04 09:52:29.301 +00:00 [INF] Request finished HTTP/1.1 POST http://localhost:21093/ application/json 2664 - 200 0 - 28.1988ms
|
|
2023-04-04 09:52:33.315 +00:00 [INF] Request starting HTTP/1.1 POST http://localhost:21093/ application/json 2664
|
|
2023-04-04 09:52:33.316 +00:00 [INF] Executing endpoint 'Web.Gateway.HomeController.Index (Web.Gateway)'
|
|
2023-04-04 09:52:33.316 +00:00 [INF] Route matched with {action = "Index", controller = "Home"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] Index() on controller Web.Gateway.HomeController (Web.Gateway).
|
|
2023-04-04 09:52:33.343 +00:00 [INF] Executing StatusCodeResult, setting HTTP status code 200
|
|
2023-04-04 09:52:33.344 +00:00 [INF] Executed action Web.Gateway.HomeController.Index (Web.Gateway) in 26.9896ms
|
|
2023-04-04 09:52:33.344 +00:00 [INF] Executed endpoint 'Web.Gateway.HomeController.Index (Web.Gateway)'
|
|
2023-04-04 09:52:33.345 +00:00 [INF] HTTP POST / responded 200 in 28.9779 ms
|
|
2023-04-04 09:52:33.345 +00:00 [INF] Request finished HTTP/1.1 POST http://localhost:21093/ application/json 2664 - 200 0 - 30.3778ms
|
|
2023-04-04 09:52:39.380 +00:00 [INF] Request starting HTTP/1.1 POST http://localhost:21093/ application/json 2664
|
|
2023-04-04 09:52:39.380 +00:00 [INF] Executing endpoint 'Web.Gateway.HomeController.Index (Web.Gateway)'
|
|
2023-04-04 09:52:39.381 +00:00 [INF] Route matched with {action = "Index", controller = "Home"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] Index() on controller Web.Gateway.HomeController (Web.Gateway).
|
|
2023-04-04 09:52:39.407 +00:00 [INF] Executing StatusCodeResult, setting HTTP status code 200
|
|
2023-04-04 09:52:39.408 +00:00 [INF] Executed action Web.Gateway.HomeController.Index (Web.Gateway) in 26.975ms
|
|
2023-04-04 09:52:39.409 +00:00 [INF] Executed endpoint 'Web.Gateway.HomeController.Index (Web.Gateway)'
|
|
2023-04-04 09:52:39.409 +00:00 [INF] HTTP POST / responded 200 in 29.2130 ms
|
|
2023-04-04 09:52:39.410 +00:00 [INF] Request finished HTTP/1.1 POST http://localhost:21093/ application/json 2664 - 200 0 - 30.4506ms
|
|
2023-04-04 09:52:43.438 +00:00 [INF] Request starting HTTP/1.1 POST http://localhost:21093/ application/json 2664
|
|
2023-04-04 09:52:43.439 +00:00 [INF] Executing endpoint 'Web.Gateway.HomeController.Index (Web.Gateway)'
|
|
2023-04-04 09:52:43.439 +00:00 [INF] Route matched with {action = "Index", controller = "Home"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] Index() on controller Web.Gateway.HomeController (Web.Gateway).
|
|
2023-04-04 09:52:43.465 +00:00 [INF] Executing StatusCodeResult, setting HTTP status code 200
|
|
2023-04-04 09:52:43.466 +00:00 [INF] Executed action Web.Gateway.HomeController.Index (Web.Gateway) in 26.2792ms
|
|
2023-04-04 09:52:43.466 +00:00 [INF] Executed endpoint 'Web.Gateway.HomeController.Index (Web.Gateway)'
|
|
2023-04-04 09:52:43.466 +00:00 [INF] HTTP POST / responded 200 in 27.3423 ms
|
|
2023-04-04 09:52:43.466 +00:00 [INF] Request finished HTTP/1.1 POST http://localhost:21093/ application/json 2664 - 200 0 - 28.1278ms
|
|
2023-04-04 09:52:49.494 +00:00 [INF] Request starting HTTP/1.1 POST http://localhost:21093/ application/json 2664
|
|
2023-04-04 09:52:49.495 +00:00 [INF] Executing endpoint 'Web.Gateway.HomeController.Index (Web.Gateway)'
|
|
2023-04-04 09:52:49.496 +00:00 [INF] Route matched with {action = "Index", controller = "Home"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] Index() on controller Web.Gateway.HomeController (Web.Gateway).
|
|
2023-04-04 09:52:49.523 +00:00 [INF] Executing StatusCodeResult, setting HTTP status code 200
|
|
2023-04-04 09:52:49.524 +00:00 [INF] Executed action Web.Gateway.HomeController.Index (Web.Gateway) in 27.0724ms
|
|
2023-04-04 09:52:49.524 +00:00 [INF] Executed endpoint 'Web.Gateway.HomeController.Index (Web.Gateway)'
|
|
2023-04-04 09:52:49.524 +00:00 [INF] HTTP POST / responded 200 in 29.1779 ms
|
|
2023-04-04 09:52:49.525 +00:00 [INF] Request finished HTTP/1.1 POST http://localhost:21093/ application/json 2664 - 200 0 - 30.5810ms
|
|
2023-04-04 09:52:53.564 +00:00 [INF] Request starting HTTP/1.1 POST http://localhost:21093/ application/json 2664
|
|
2023-04-04 09:52:53.564 +00:00 [INF] Executing endpoint 'Web.Gateway.HomeController.Index (Web.Gateway)'
|
|
2023-04-04 09:52:53.564 +00:00 [INF] Route matched with {action = "Index", controller = "Home"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] Index() on controller Web.Gateway.HomeController (Web.Gateway).
|
|
2023-04-04 09:52:53.591 +00:00 [INF] Executing StatusCodeResult, setting HTTP status code 200
|
|
2023-04-04 09:52:53.591 +00:00 [INF] Executed action Web.Gateway.HomeController.Index (Web.Gateway) in 26.4206ms
|
|
2023-04-04 09:52:53.592 +00:00 [INF] Executed endpoint 'Web.Gateway.HomeController.Index (Web.Gateway)'
|
|
2023-04-04 09:52:53.592 +00:00 [INF] HTTP POST / responded 200 in 27.7684 ms
|
|
2023-04-04 09:52:53.592 +00:00 [INF] Request finished HTTP/1.1 POST http://localhost:21093/ application/json 2664 - 200 0 - 28.5704ms
|
|
2023-04-04 09:52:59.614 +00:00 [INF] Request starting HTTP/1.1 POST http://localhost:21093/ application/json 2664
|
|
2023-04-04 09:52:59.616 +00:00 [INF] Executing endpoint 'Web.Gateway.HomeController.Index (Web.Gateway)'
|
|
2023-04-04 09:52:59.616 +00:00 [INF] Route matched with {action = "Index", controller = "Home"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] Index() on controller Web.Gateway.HomeController (Web.Gateway).
|
|
2023-04-04 09:52:59.643 +00:00 [INF] Executing StatusCodeResult, setting HTTP status code 200
|
|
2023-04-04 09:52:59.644 +00:00 [INF] Executed action Web.Gateway.HomeController.Index (Web.Gateway) in 27.1746ms
|
|
2023-04-04 09:52:59.645 +00:00 [INF] Executed endpoint 'Web.Gateway.HomeController.Index (Web.Gateway)'
|
|
2023-04-04 09:52:59.646 +00:00 [INF] HTTP POST / responded 200 in 30.3650 ms
|
|
2023-04-04 09:52:59.647 +00:00 [INF] Request finished HTTP/1.1 POST http://localhost:21093/ application/json 2664 - 200 0 - 32.4425ms
|
|
2023-04-04 09:53:03.675 +00:00 [INF] Request starting HTTP/1.1 POST http://localhost:21093/ application/json 2664
|
|
2023-04-04 09:53:03.677 +00:00 [INF] Executing endpoint 'Web.Gateway.HomeController.Index (Web.Gateway)'
|
|
2023-04-04 09:53:03.677 +00:00 [INF] Route matched with {action = "Index", controller = "Home"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] Index() on controller Web.Gateway.HomeController (Web.Gateway).
|
|
2023-04-04 09:53:03.704 +00:00 [INF] Executing StatusCodeResult, setting HTTP status code 200
|
|
2023-04-04 09:53:03.705 +00:00 [INF] Executed action Web.Gateway.HomeController.Index (Web.Gateway) in 26.7467ms
|
|
2023-04-04 09:53:03.705 +00:00 [INF] Executed endpoint 'Web.Gateway.HomeController.Index (Web.Gateway)'
|
|
2023-04-04 09:53:03.705 +00:00 [INF] HTTP POST / responded 200 in 28.6727 ms
|
|
2023-04-04 09:53:03.705 +00:00 [INF] Request finished HTTP/1.1 POST http://localhost:21093/ application/json 2664 - 200 0 - 29.9508ms
|
|
2023-04-04 09:53:09.747 +00:00 [INF] Request starting HTTP/1.1 POST http://localhost:21093/ application/json 2664
|
|
2023-04-04 09:53:09.747 +00:00 [INF] Executing endpoint 'Web.Gateway.HomeController.Index (Web.Gateway)'
|
|
2023-04-04 09:53:09.748 +00:00 [INF] Route matched with {action = "Index", controller = "Home"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] Index() on controller Web.Gateway.HomeController (Web.Gateway).
|
|
2023-04-04 09:53:09.774 +00:00 [INF] Executing StatusCodeResult, setting HTTP status code 200
|
|
2023-04-04 09:53:09.774 +00:00 [INF] Executed action Web.Gateway.HomeController.Index (Web.Gateway) in 26.2686ms
|
|
2023-04-04 09:53:09.775 +00:00 [INF] Executed endpoint 'Web.Gateway.HomeController.Index (Web.Gateway)'
|
|
2023-04-04 09:53:09.775 +00:00 [INF] HTTP POST / responded 200 in 27.5768 ms
|
|
2023-04-04 09:53:09.775 +00:00 [INF] Request finished HTTP/1.1 POST http://localhost:21093/ application/json 2664 - 200 0 - 28.2513ms
|
|
2023-04-04 09:53:13.782 +00:00 [INF] Request starting HTTP/1.1 POST http://localhost:21093/ application/json 2664
|
|
2023-04-04 09:53:13.783 +00:00 [INF] Executing endpoint 'Web.Gateway.HomeController.Index (Web.Gateway)'
|
|
2023-04-04 09:53:13.783 +00:00 [INF] Route matched with {action = "Index", controller = "Home"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] Index() on controller Web.Gateway.HomeController (Web.Gateway).
|
|
2023-04-04 09:53:13.809 +00:00 [INF] Executing StatusCodeResult, setting HTTP status code 200
|
|
2023-04-04 09:53:13.810 +00:00 [INF] Executed action Web.Gateway.HomeController.Index (Web.Gateway) in 26.8837ms
|
|
2023-04-04 09:53:13.810 +00:00 [INF] Executed endpoint 'Web.Gateway.HomeController.Index (Web.Gateway)'
|
|
2023-04-04 09:53:13.811 +00:00 [INF] HTTP POST / responded 200 in 28.1464 ms
|
|
2023-04-04 09:53:13.811 +00:00 [INF] Request finished HTTP/1.1 POST http://localhost:21093/ application/json 2664 - 200 0 - 29.0129ms
|
|
2023-04-04 09:53:14.715 +00:00 [INF] Request starting HTTP/1.1 GET http://localhost:21093/settings//appsettings.json - -
|
|
2023-04-04 09:53:14.718 +00:00 [INF] Sending file. Request path: '/settings//appsettings.json'. Physical path: '/app/wwwroot/settings/appsettings.json'
|
|
2023-04-04 09:53:14.718 +00:00 [INF] HTTP GET /settings//appsettings.json responded 200 in 2.5449 ms
|
|
2023-04-04 09:53:14.718 +00:00 [INF] Request finished HTTP/1.1 GET http://localhost:21093/settings//appsettings.json - - - 200 5088 application/json 3.2352ms
|
|
2023-04-04 09:53:14.755 +00:00 [INF] Request starting HTTP/1.1 GET http://localhost:21093/settings//appsettings.Development.json - -
|
|
2023-04-04 09:53:14.758 +00:00 [INF] Sending file. Request path: '/settings//appsettings.Development.json'. Physical path: '/app/wwwroot/settings/appsettings.Development.json'
|
|
2023-04-04 09:53:14.758 +00:00 [INF] HTTP GET /settings//appsettings.Development.json responded 200 in 3.0770 ms
|
|
2023-04-04 09:53:14.759 +00:00 [INF] Request finished HTTP/1.1 GET http://localhost:21093/settings//appsettings.Development.json - - - 200 7011 application/json 3.7586ms
|
|
2023-04-04 09:53:14.778 +00:00 [INF] Request starting HTTP/1.1 GET http://localhost:21093/settings//appsettings.Development.json - -
|
|
2023-04-04 09:53:14.781 +00:00 [INF] Sending file. Request path: '/settings//appsettings.Development.json'. Physical path: '/app/wwwroot/settings/appsettings.Development.json'
|
|
2023-04-04 09:53:14.781 +00:00 [INF] HTTP GET /settings//appsettings.Development.json responded 200 in 3.0036 ms
|
|
2023-04-04 09:53:14.781 +00:00 [INF] Request finished HTTP/1.1 GET http://localhost:21093/settings//appsettings.Development.json - - - 200 7011 application/json 3.5951ms
|
|
2023-04-04 09:53:17.737 +00:00 [INF] Request starting HTTP/1.1 POST http://localhost:21093/ application/json 48273
|
|
2023-04-04 09:53:17.737 +00:00 [INF] Executing endpoint 'Web.Gateway.HomeController.Index (Web.Gateway)'
|
|
2023-04-04 09:53:17.737 +00:00 [INF] Route matched with {action = "Index", controller = "Home"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] Index() on controller Web.Gateway.HomeController (Web.Gateway).
|
|
2023-04-04 09:53:17.766 +00:00 [INF] Executing StatusCodeResult, setting HTTP status code 200
|
|
2023-04-04 09:53:17.766 +00:00 [INF] Executed action Web.Gateway.HomeController.Index (Web.Gateway) in 28.5867ms
|
|
2023-04-04 09:53:17.766 +00:00 [INF] Executed endpoint 'Web.Gateway.HomeController.Index (Web.Gateway)'
|
|
2023-04-04 09:53:17.767 +00:00 [INF] HTTP POST / responded 200 in 29.9610 ms
|
|
2023-04-04 09:53:17.768 +00:00 [INF] Request finished HTTP/1.1 POST http://localhost:21093/ application/json 48273 - 200 0 - 30.9767ms
|
|
2023-04-04 09:53:19.822 +00:00 [INF] Request starting HTTP/1.1 POST http://localhost:21093/ application/json 2664
|
|
2023-04-04 09:53:19.823 +00:00 [INF] Executing endpoint 'Web.Gateway.HomeController.Index (Web.Gateway)'
|
|
2023-04-04 09:53:19.823 +00:00 [INF] Route matched with {action = "Index", controller = "Home"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] Index() on controller Web.Gateway.HomeController (Web.Gateway).
|
|
2023-04-04 09:53:19.849 +00:00 [INF] Executing StatusCodeResult, setting HTTP status code 200
|
|
2023-04-04 09:53:19.850 +00:00 [INF] Executed action Web.Gateway.HomeController.Index (Web.Gateway) in 26.3902ms
|
|
2023-04-04 09:53:19.850 +00:00 [INF] Executed endpoint 'Web.Gateway.HomeController.Index (Web.Gateway)'
|
|
2023-04-04 09:53:19.850 +00:00 [INF] HTTP POST / responded 200 in 27.8557 ms
|
|
2023-04-04 09:53:19.851 +00:00 [INF] Request finished HTTP/1.1 POST http://localhost:21093/ application/json 2664 - 200 0 - 29.0011ms
|
|
2023-04-04 09:53:23.871 +00:00 [INF] Request starting HTTP/1.1 POST http://localhost:21093/ application/json 2666
|
|
2023-04-04 09:53:23.872 +00:00 [INF] Executing endpoint 'Web.Gateway.HomeController.Index (Web.Gateway)'
|
|
2023-04-04 09:53:23.873 +00:00 [INF] Route matched with {action = "Index", controller = "Home"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] Index() on controller Web.Gateway.HomeController (Web.Gateway).
|
|
2023-04-04 09:53:23.900 +00:00 [INF] Executing StatusCodeResult, setting HTTP status code 200
|
|
2023-04-04 09:53:23.900 +00:00 [INF] Executed action Web.Gateway.HomeController.Index (Web.Gateway) in 27.0368ms
|
|
2023-04-04 09:53:23.901 +00:00 [INF] Executed endpoint 'Web.Gateway.HomeController.Index (Web.Gateway)'
|
|
2023-04-04 09:53:23.901 +00:00 [INF] HTTP POST / responded 200 in 29.1527 ms
|
|
2023-04-04 09:53:23.901 +00:00 [INF] Request finished HTTP/1.1 POST http://localhost:21093/ application/json 2666 - 200 0 - 30.9872ms
|
|
2023-04-04 09:53:29.926 +00:00 [INF] Request starting HTTP/1.1 POST http://localhost:21093/ application/json 2664
|
|
2023-04-04 09:53:29.927 +00:00 [INF] Executing endpoint 'Web.Gateway.HomeController.Index (Web.Gateway)'
|
|
2023-04-04 09:53:29.927 +00:00 [INF] Route matched with {action = "Index", controller = "Home"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] Index() on controller Web.Gateway.HomeController (Web.Gateway).
|
|
2023-04-04 09:53:29.954 +00:00 [INF] Executing StatusCodeResult, setting HTTP status code 200
|
|
2023-04-04 09:53:29.954 +00:00 [INF] Executed action Web.Gateway.HomeController.Index (Web.Gateway) in 26.5523ms
|
|
2023-04-04 09:53:29.954 +00:00 [INF] Executed endpoint 'Web.Gateway.HomeController.Index (Web.Gateway)'
|
|
2023-04-04 09:53:29.955 +00:00 [INF] HTTP POST / responded 200 in 27.9031 ms
|
|
2023-04-04 09:53:29.955 +00:00 [INF] Request finished HTTP/1.1 POST http://localhost:21093/ application/json 2664 - 200 0 - 28.7848ms
|
|
2023-04-04 09:53:30.923 +00:00 [INF] Request starting HTTP/1.1 GET http://localhost:21093/settings//appsettings.json - -
|
|
2023-04-04 09:53:30.925 +00:00 [INF] Sending file. Request path: '/settings//appsettings.json'. Physical path: '/app/wwwroot/settings/appsettings.json'
|
|
2023-04-04 09:53:30.925 +00:00 [INF] HTTP GET /settings//appsettings.json responded 200 in 2.2315 ms
|
|
2023-04-04 09:53:30.926 +00:00 [INF] Request finished HTTP/1.1 GET http://localhost:21093/settings//appsettings.json - - - 200 5088 application/json 2.8691ms
|
|
2023-04-04 09:53:30.934 +00:00 [INF] Request starting HTTP/1.1 GET http://localhost:21093/settings//appsettings.Development.json - -
|
|
2023-04-04 09:53:30.938 +00:00 [INF] Sending file. Request path: '/settings//appsettings.Development.json'. Physical path: '/app/wwwroot/settings/appsettings.Development.json'
|
|
2023-04-04 09:53:30.938 +00:00 [INF] HTTP GET /settings//appsettings.Development.json responded 200 in 3.3787 ms
|
|
2023-04-04 09:53:30.938 +00:00 [INF] Request finished HTTP/1.1 GET http://localhost:21093/settings//appsettings.Development.json - - - 200 7011 application/json 4.0340ms
|
|
2023-04-04 09:53:30.941 +00:00 [INF] Request starting HTTP/1.1 GET http://localhost:21093/settings//appsettings.Development.json - -
|
|
2023-04-04 09:53:30.944 +00:00 [INF] Sending file. Request path: '/settings//appsettings.Development.json'. Physical path: '/app/wwwroot/settings/appsettings.Development.json'
|
|
2023-04-04 09:53:30.944 +00:00 [INF] HTTP GET /settings//appsettings.Development.json responded 200 in 3.3701 ms
|
|
2023-04-04 09:53:30.945 +00:00 [INF] Request finished HTTP/1.1 GET http://localhost:21093/settings//appsettings.Development.json - - - 200 7011 application/json 3.9833ms
|
|
2023-04-04 09:53:31.987 +00:00 [INF] Request starting HTTP/1.1 POST http://localhost:21093/ application/json 48589
|
|
2023-04-04 09:53:31.988 +00:00 [INF] Executing endpoint 'Web.Gateway.HomeController.Index (Web.Gateway)'
|
|
2023-04-04 09:53:31.988 +00:00 [INF] Route matched with {action = "Index", controller = "Home"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] Index() on controller Web.Gateway.HomeController (Web.Gateway).
|
|
2023-04-04 09:53:32.016 +00:00 [INF] Executing StatusCodeResult, setting HTTP status code 200
|
|
2023-04-04 09:53:32.017 +00:00 [INF] Executed action Web.Gateway.HomeController.Index (Web.Gateway) in 28.4995ms
|
|
2023-04-04 09:53:32.017 +00:00 [INF] Executed endpoint 'Web.Gateway.HomeController.Index (Web.Gateway)'
|
|
2023-04-04 09:53:32.017 +00:00 [INF] HTTP POST / responded 200 in 29.4094 ms
|
|
2023-04-04 09:53:32.018 +00:00 [INF] Request finished HTTP/1.1 POST http://localhost:21093/ application/json 48589 - 200 0 - 30.3256ms
|
|
2023-04-04 09:53:33.973 +00:00 [INF] Request starting HTTP/1.1 POST http://localhost:21093/ application/json 2664
|
|
2023-04-04 09:53:33.974 +00:00 [INF] Executing endpoint 'Web.Gateway.HomeController.Index (Web.Gateway)'
|
|
2023-04-04 09:53:33.975 +00:00 [INF] Route matched with {action = "Index", controller = "Home"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] Index() on controller Web.Gateway.HomeController (Web.Gateway).
|
|
2023-04-04 09:53:34.001 +00:00 [INF] Executing StatusCodeResult, setting HTTP status code 200
|
|
2023-04-04 09:53:34.001 +00:00 [INF] Executed action Web.Gateway.HomeController.Index (Web.Gateway) in 26.5723ms
|
|
2023-04-04 09:53:34.002 +00:00 [INF] Executed endpoint 'Web.Gateway.HomeController.Index (Web.Gateway)'
|
|
2023-04-04 09:53:34.002 +00:00 [INF] HTTP POST / responded 200 in 28.1650 ms
|
|
2023-04-04 09:53:34.003 +00:00 [INF] Request finished HTTP/1.1 POST http://localhost:21093/ application/json 2664 - 200 0 - 29.3282ms
|
|
2023-04-04 09:53:40.029 +00:00 [INF] Request starting HTTP/1.1 POST http://localhost:21093/ application/json 2666
|
|
2023-04-04 09:53:40.030 +00:00 [INF] Executing endpoint 'Web.Gateway.HomeController.Index (Web.Gateway)'
|
|
2023-04-04 09:53:40.030 +00:00 [INF] Route matched with {action = "Index", controller = "Home"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] Index() on controller Web.Gateway.HomeController (Web.Gateway).
|
|
2023-04-04 09:53:40.056 +00:00 [INF] Executing StatusCodeResult, setting HTTP status code 200
|
|
2023-04-04 09:53:40.057 +00:00 [INF] Executed action Web.Gateway.HomeController.Index (Web.Gateway) in 26.3344ms
|
|
2023-04-04 09:53:40.057 +00:00 [INF] Executed endpoint 'Web.Gateway.HomeController.Index (Web.Gateway)'
|
|
2023-04-04 09:53:40.057 +00:00 [INF] HTTP POST / responded 200 in 27.7461 ms
|
|
2023-04-04 09:53:40.058 +00:00 [INF] Request finished HTTP/1.1 POST http://localhost:21093/ application/json 2666 - 200 0 - 28.6798ms
|
|
2023-04-04 09:53:44.080 +00:00 [INF] Request starting HTTP/1.1 POST http://localhost:21093/ application/json 2666
|
|
2023-04-04 09:53:44.081 +00:00 [INF] Executing endpoint 'Web.Gateway.HomeController.Index (Web.Gateway)'
|
|
2023-04-04 09:53:44.082 +00:00 [INF] Route matched with {action = "Index", controller = "Home"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] Index() on controller Web.Gateway.HomeController (Web.Gateway).
|
|
2023-04-04 09:53:44.109 +00:00 [INF] Executing StatusCodeResult, setting HTTP status code 200
|
|
2023-04-04 09:53:44.110 +00:00 [INF] Executed action Web.Gateway.HomeController.Index (Web.Gateway) in 27.3075ms
|
|
2023-04-04 09:53:44.110 +00:00 [INF] Executed endpoint 'Web.Gateway.HomeController.Index (Web.Gateway)'
|
|
2023-04-04 09:53:44.110 +00:00 [INF] HTTP POST / responded 200 in 29.5018 ms
|
|
2023-04-04 09:53:44.111 +00:00 [INF] Request finished HTTP/1.1 POST http://localhost:21093/ application/json 2666 - 200 0 - 30.9736ms
|
|
2023-04-04 09:53:50.145 +00:00 [INF] Request starting HTTP/1.1 POST http://localhost:21093/ application/json 2664
|
|
2023-04-04 09:53:50.147 +00:00 [INF] Executing endpoint 'Web.Gateway.HomeController.Index (Web.Gateway)'
|
|
2023-04-04 09:53:50.147 +00:00 [INF] Route matched with {action = "Index", controller = "Home"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] Index() on controller Web.Gateway.HomeController (Web.Gateway).
|
|
2023-04-04 09:53:50.174 +00:00 [INF] Executing StatusCodeResult, setting HTTP status code 200
|
|
2023-04-04 09:53:50.175 +00:00 [INF] Executed action Web.Gateway.HomeController.Index (Web.Gateway) in 27.261ms
|
|
2023-04-04 09:53:50.175 +00:00 [INF] Executed endpoint 'Web.Gateway.HomeController.Index (Web.Gateway)'
|
|
2023-04-04 09:53:50.176 +00:00 [INF] HTTP POST / responded 200 in 29.5622 ms
|
|
2023-04-04 09:53:50.177 +00:00 [INF] Request finished HTTP/1.1 POST http://localhost:21093/ application/json 2664 - 200 0 - 31.9467ms
|
|
2023-04-04 09:53:54.207 +00:00 [INF] Request starting HTTP/1.1 POST http://localhost:21093/ application/json 2664
|
|
2023-04-04 09:53:54.208 +00:00 [INF] Executing endpoint 'Web.Gateway.HomeController.Index (Web.Gateway)'
|
|
2023-04-04 09:53:54.209 +00:00 [INF] Route matched with {action = "Index", controller = "Home"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] Index() on controller Web.Gateway.HomeController (Web.Gateway).
|
|
2023-04-04 09:53:54.235 +00:00 [INF] Executing StatusCodeResult, setting HTTP status code 200
|
|
2023-04-04 09:53:54.236 +00:00 [INF] Executed action Web.Gateway.HomeController.Index (Web.Gateway) in 26.5158ms
|
|
2023-04-04 09:53:54.236 +00:00 [INF] Executed endpoint 'Web.Gateway.HomeController.Index (Web.Gateway)'
|
|
2023-04-04 09:53:54.237 +00:00 [INF] HTTP POST / responded 200 in 28.5763 ms
|
|
2023-04-04 09:53:54.237 +00:00 [INF] Request finished HTTP/1.1 POST http://localhost:21093/ application/json 2664 - 200 0 - 29.7112ms
|
|
2023-04-04 09:54:00.278 +00:00 [INF] Request starting HTTP/1.1 POST http://localhost:21093/ application/json 2666
|
|
2023-04-04 09:54:00.279 +00:00 [INF] Executing endpoint 'Web.Gateway.HomeController.Index (Web.Gateway)'
|
|
2023-04-04 09:54:00.279 +00:00 [INF] Route matched with {action = "Index", controller = "Home"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] Index() on controller Web.Gateway.HomeController (Web.Gateway).
|
|
2023-04-04 09:54:00.305 +00:00 [INF] Executing StatusCodeResult, setting HTTP status code 200
|
|
2023-04-04 09:54:00.306 +00:00 [INF] Executed action Web.Gateway.HomeController.Index (Web.Gateway) in 26.3026ms
|
|
2023-04-04 09:54:00.306 +00:00 [INF] Executed endpoint 'Web.Gateway.HomeController.Index (Web.Gateway)'
|
|
2023-04-04 09:54:00.306 +00:00 [INF] HTTP POST / responded 200 in 27.4670 ms
|
|
2023-04-04 09:54:00.307 +00:00 [INF] Request finished HTTP/1.1 POST http://localhost:21093/ application/json 2666 - 200 0 - 28.3231ms
|
|
2023-04-04 09:54:04.328 +00:00 [INF] Request starting HTTP/1.1 POST http://localhost:21093/ application/json 2666
|
|
2023-04-04 09:54:04.329 +00:00 [INF] Executing endpoint 'Web.Gateway.HomeController.Index (Web.Gateway)'
|
|
2023-04-04 09:54:04.330 +00:00 [INF] Route matched with {action = "Index", controller = "Home"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] Index() on controller Web.Gateway.HomeController (Web.Gateway).
|
|
2023-04-04 09:54:04.357 +00:00 [INF] Executing StatusCodeResult, setting HTTP status code 200
|
|
2023-04-04 09:54:04.357 +00:00 [INF] Executed action Web.Gateway.HomeController.Index (Web.Gateway) in 26.8059ms
|
|
2023-04-04 09:54:04.358 +00:00 [INF] Executed endpoint 'Web.Gateway.HomeController.Index (Web.Gateway)'
|
|
2023-04-04 09:54:04.358 +00:00 [INF] HTTP POST / responded 200 in 29.1325 ms
|
|
2023-04-04 09:54:04.359 +00:00 [INF] Request finished HTTP/1.1 POST http://localhost:21093/ application/json 2666 - 200 0 - 30.7470ms
|
|
2023-04-04 09:54:08.376 +00:00 [INF] Request starting HTTP/1.1 POST http://localhost:21093/ application/json 2666
|
|
2023-04-04 09:54:08.377 +00:00 [INF] Executing endpoint 'Web.Gateway.HomeController.Index (Web.Gateway)'
|
|
2023-04-04 09:54:08.377 +00:00 [INF] Route matched with {action = "Index", controller = "Home"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] Index() on controller Web.Gateway.HomeController (Web.Gateway).
|
|
2023-04-04 09:54:08.403 +00:00 [INF] Executing StatusCodeResult, setting HTTP status code 200
|
|
2023-04-04 09:54:08.404 +00:00 [INF] Executed action Web.Gateway.HomeController.Index (Web.Gateway) in 26.5743ms
|
|
2023-04-04 09:54:08.404 +00:00 [INF] Executed endpoint 'Web.Gateway.HomeController.Index (Web.Gateway)'
|
|
2023-04-04 09:54:08.405 +00:00 [INF] HTTP POST / responded 200 in 27.8788 ms
|
|
2023-04-04 09:54:08.405 +00:00 [INF] Request finished HTTP/1.1 POST http://localhost:21093/ application/json 2666 - 200 0 - 28.6113ms
|
|
2023-04-04 09:54:14.425 +00:00 [INF] Request starting HTTP/1.1 POST http://localhost:21093/ application/json 2664
|
|
2023-04-04 09:54:14.425 +00:00 [INF] Executing endpoint 'Web.Gateway.HomeController.Index (Web.Gateway)'
|
|
2023-04-04 09:54:14.425 +00:00 [INF] Route matched with {action = "Index", controller = "Home"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] Index() on controller Web.Gateway.HomeController (Web.Gateway).
|
|
2023-04-04 09:54:14.451 +00:00 [INF] Executing StatusCodeResult, setting HTTP status code 200
|
|
2023-04-04 09:54:14.452 +00:00 [INF] Executed action Web.Gateway.HomeController.Index (Web.Gateway) in 26.1769ms
|
|
2023-04-04 09:54:14.452 +00:00 [INF] Executed endpoint 'Web.Gateway.HomeController.Index (Web.Gateway)'
|
|
2023-04-04 09:54:14.452 +00:00 [INF] HTTP POST / responded 200 in 27.1443 ms
|
|
2023-04-04 09:54:14.452 +00:00 [INF] Request finished HTTP/1.1 POST http://localhost:21093/ application/json 2664 - 200 0 - 27.7485ms
|
|
2023-04-04 09:54:18.464 +00:00 [INF] Request starting HTTP/1.1 POST http://localhost:21093/ application/json 2666
|
|
2023-04-04 09:54:18.465 +00:00 [INF] Executing endpoint 'Web.Gateway.HomeController.Index (Web.Gateway)'
|
|
2023-04-04 09:54:18.465 +00:00 [INF] Route matched with {action = "Index", controller = "Home"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] Index() on controller Web.Gateway.HomeController (Web.Gateway).
|
|
2023-04-04 09:54:18.492 +00:00 [INF] Executing StatusCodeResult, setting HTTP status code 200
|
|
2023-04-04 09:54:18.492 +00:00 [INF] Executed action Web.Gateway.HomeController.Index (Web.Gateway) in 26.2904ms
|
|
2023-04-04 09:54:18.492 +00:00 [INF] Executed endpoint 'Web.Gateway.HomeController.Index (Web.Gateway)'
|
|
2023-04-04 09:54:18.492 +00:00 [INF] HTTP POST / responded 200 in 27.5013 ms
|
|
2023-04-04 09:54:18.492 +00:00 [INF] Request finished HTTP/1.1 POST http://localhost:21093/ application/json 2666 - 200 0 - 28.1384ms
|
|
2023-04-04 09:54:24.519 +00:00 [INF] Request starting HTTP/1.1 POST http://localhost:21093/ application/json 2664
|
|
2023-04-04 09:54:24.519 +00:00 [INF] Executing endpoint 'Web.Gateway.HomeController.Index (Web.Gateway)'
|
|
2023-04-04 09:54:24.519 +00:00 [INF] Route matched with {action = "Index", controller = "Home"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] Index() on controller Web.Gateway.HomeController (Web.Gateway).
|
|
2023-04-04 09:54:24.546 +00:00 [INF] Executing StatusCodeResult, setting HTTP status code 200
|
|
2023-04-04 09:54:24.546 +00:00 [INF] Executed action Web.Gateway.HomeController.Index (Web.Gateway) in 26.2956ms
|
|
2023-04-04 09:54:24.546 +00:00 [INF] Executed endpoint 'Web.Gateway.HomeController.Index (Web.Gateway)'
|
|
2023-04-04 09:54:24.547 +00:00 [INF] HTTP POST / responded 200 in 27.4999 ms
|
|
2023-04-04 09:54:24.547 +00:00 [INF] Request finished HTTP/1.1 POST http://localhost:21093/ application/json 2664 - 200 0 - 28.2645ms
|
|
2023-04-04 09:54:28.565 +00:00 [INF] Request starting HTTP/1.1 POST http://localhost:21093/ application/json 2664
|
|
2023-04-04 09:54:28.566 +00:00 [INF] Executing endpoint 'Web.Gateway.HomeController.Index (Web.Gateway)'
|
|
2023-04-04 09:54:28.566 +00:00 [INF] Route matched with {action = "Index", controller = "Home"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] Index() on controller Web.Gateway.HomeController (Web.Gateway).
|
|
2023-04-04 09:54:28.593 +00:00 [INF] Executing StatusCodeResult, setting HTTP status code 200
|
|
2023-04-04 09:54:28.593 +00:00 [INF] Executed action Web.Gateway.HomeController.Index (Web.Gateway) in 26.3744ms
|
|
2023-04-04 09:54:28.593 +00:00 [INF] Executed endpoint 'Web.Gateway.HomeController.Index (Web.Gateway)'
|
|
2023-04-04 09:54:28.594 +00:00 [INF] HTTP POST / responded 200 in 27.8244 ms
|
|
2023-04-04 09:54:28.594 +00:00 [INF] Request finished HTTP/1.1 POST http://localhost:21093/ application/json 2664 - 200 0 - 28.5419ms
|
|
2023-04-04 09:54:34.622 +00:00 [INF] Request starting HTTP/1.1 POST http://localhost:21093/ application/json 2664
|
|
2023-04-04 09:54:34.623 +00:00 [INF] Executing endpoint 'Web.Gateway.HomeController.Index (Web.Gateway)'
|
|
2023-04-04 09:54:34.623 +00:00 [INF] Route matched with {action = "Index", controller = "Home"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] Index() on controller Web.Gateway.HomeController (Web.Gateway).
|
|
2023-04-04 09:54:34.649 +00:00 [INF] Executing StatusCodeResult, setting HTTP status code 200
|
|
2023-04-04 09:54:34.649 +00:00 [INF] Executed action Web.Gateway.HomeController.Index (Web.Gateway) in 26.2086ms
|
|
2023-04-04 09:54:34.650 +00:00 [INF] Executed endpoint 'Web.Gateway.HomeController.Index (Web.Gateway)'
|
|
2023-04-04 09:54:34.650 +00:00 [INF] HTTP POST / responded 200 in 27.3091 ms
|
|
2023-04-04 09:54:34.650 +00:00 [INF] Request finished HTTP/1.1 POST http://localhost:21093/ application/json 2664 - 200 0 - 28.4065ms
|
|
2023-04-04 09:54:38.687 +00:00 [INF] Request starting HTTP/1.1 POST http://localhost:21093/ application/json 2664
|
|
2023-04-04 09:54:38.689 +00:00 [INF] Executing endpoint 'Web.Gateway.HomeController.Index (Web.Gateway)'
|
|
2023-04-04 09:54:38.689 +00:00 [INF] Route matched with {action = "Index", controller = "Home"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] Index() on controller Web.Gateway.HomeController (Web.Gateway).
|
|
2023-04-04 09:54:38.716 +00:00 [INF] Executing StatusCodeResult, setting HTTP status code 200
|
|
2023-04-04 09:54:38.717 +00:00 [INF] Executed action Web.Gateway.HomeController.Index (Web.Gateway) in 27.2451ms
|
|
2023-04-04 09:54:38.718 +00:00 [INF] Executed endpoint 'Web.Gateway.HomeController.Index (Web.Gateway)'
|
|
2023-04-04 09:54:38.718 +00:00 [INF] HTTP POST / responded 200 in 29.8218 ms
|
|
2023-04-04 09:54:38.719 +00:00 [INF] Request finished HTTP/1.1 POST http://localhost:21093/ application/json 2664 - 200 0 - 31.3598ms
|
|
2023-04-04 09:54:44.738 +00:00 [INF] Request starting HTTP/1.1 POST http://localhost:21093/ application/json 2664
|
|
2023-04-04 09:54:44.738 +00:00 [INF] Executing endpoint 'Web.Gateway.HomeController.Index (Web.Gateway)'
|
|
2023-04-04 09:54:44.739 +00:00 [INF] Route matched with {action = "Index", controller = "Home"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] Index() on controller Web.Gateway.HomeController (Web.Gateway).
|
|
2023-04-04 09:54:44.765 +00:00 [INF] Executing StatusCodeResult, setting HTTP status code 200
|
|
2023-04-04 09:54:44.766 +00:00 [INF] Executed action Web.Gateway.HomeController.Index (Web.Gateway) in 26.8451ms
|
|
2023-04-04 09:54:44.767 +00:00 [INF] Executed endpoint 'Web.Gateway.HomeController.Index (Web.Gateway)'
|
|
2023-04-04 09:54:44.767 +00:00 [INF] HTTP POST / responded 200 in 29.0392 ms
|
|
2023-04-04 09:54:44.768 +00:00 [INF] Request finished HTTP/1.1 POST http://localhost:21093/ application/json 2664 - 200 0 - 30.4438ms
|
|
2023-04-04 09:54:48.781 +00:00 [INF] Request starting HTTP/1.1 POST http://localhost:21093/ application/json 2666
|
|
2023-04-04 09:54:48.782 +00:00 [INF] Executing endpoint 'Web.Gateway.HomeController.Index (Web.Gateway)'
|
|
2023-04-04 09:54:48.782 +00:00 [INF] Route matched with {action = "Index", controller = "Home"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] Index() on controller Web.Gateway.HomeController (Web.Gateway).
|
|
2023-04-04 09:54:48.809 +00:00 [INF] Executing StatusCodeResult, setting HTTP status code 200
|
|
2023-04-04 09:54:48.810 +00:00 [INF] Executed action Web.Gateway.HomeController.Index (Web.Gateway) in 26.9061ms
|
|
2023-04-04 09:54:48.810 +00:00 [INF] Executed endpoint 'Web.Gateway.HomeController.Index (Web.Gateway)'
|
|
2023-04-04 09:54:48.811 +00:00 [INF] HTTP POST / responded 200 in 28.9049 ms
|
|
2023-04-04 09:54:48.811 +00:00 [INF] Request finished HTTP/1.1 POST http://localhost:21093/ application/json 2666 - 200 0 - 30.3011ms
|
|
2023-04-04 09:54:54.853 +00:00 [INF] Request starting HTTP/1.1 POST http://localhost:21093/ application/json 2666
|
|
2023-04-04 09:54:54.854 +00:00 [INF] Executing endpoint 'Web.Gateway.HomeController.Index (Web.Gateway)'
|
|
2023-04-04 09:54:54.854 +00:00 [INF] Route matched with {action = "Index", controller = "Home"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] Index() on controller Web.Gateway.HomeController (Web.Gateway).
|
|
2023-04-04 09:54:54.880 +00:00 [INF] Executing StatusCodeResult, setting HTTP status code 200
|
|
2023-04-04 09:54:54.881 +00:00 [INF] Executed action Web.Gateway.HomeController.Index (Web.Gateway) in 26.4481ms
|
|
2023-04-04 09:54:54.881 +00:00 [INF] Executed endpoint 'Web.Gateway.HomeController.Index (Web.Gateway)'
|
|
2023-04-04 09:54:54.881 +00:00 [INF] HTTP POST / responded 200 in 27.9474 ms
|
|
2023-04-04 09:54:54.882 +00:00 [INF] Request finished HTTP/1.1 POST http://localhost:21093/ application/json 2666 - 200 0 - 28.8867ms
|
|
2023-04-04 09:54:58.906 +00:00 [INF] Request starting HTTP/1.1 POST http://localhost:21093/ application/json 2666
|
|
2023-04-04 09:54:58.906 +00:00 [INF] Executing endpoint 'Web.Gateway.HomeController.Index (Web.Gateway)'
|
|
2023-04-04 09:54:58.907 +00:00 [INF] Route matched with {action = "Index", controller = "Home"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] Index() on controller Web.Gateway.HomeController (Web.Gateway).
|
|
2023-04-04 09:54:58.933 +00:00 [INF] Executing StatusCodeResult, setting HTTP status code 200
|
|
2023-04-04 09:54:58.933 +00:00 [INF] Executed action Web.Gateway.HomeController.Index (Web.Gateway) in 26.4115ms
|
|
2023-04-04 09:54:58.934 +00:00 [INF] Executed endpoint 'Web.Gateway.HomeController.Index (Web.Gateway)'
|
|
2023-04-04 09:54:58.934 +00:00 [INF] HTTP POST / responded 200 in 27.6821 ms
|
|
2023-04-04 09:54:58.934 +00:00 [INF] Request finished HTTP/1.1 POST http://localhost:21093/ application/json 2666 - 200 0 - 28.3442ms
|
|
2023-04-04 09:55:04.961 +00:00 [INF] Request starting HTTP/1.1 POST http://localhost:21093/ application/json 2664
|
|
2023-04-04 09:55:04.962 +00:00 [INF] Executing endpoint 'Web.Gateway.HomeController.Index (Web.Gateway)'
|
|
2023-04-04 09:55:04.963 +00:00 [INF] Route matched with {action = "Index", controller = "Home"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] Index() on controller Web.Gateway.HomeController (Web.Gateway).
|
|
2023-04-04 09:55:04.989 +00:00 [INF] Executing StatusCodeResult, setting HTTP status code 200
|
|
2023-04-04 09:55:04.990 +00:00 [INF] Executed action Web.Gateway.HomeController.Index (Web.Gateway) in 26.7369ms
|
|
2023-04-04 09:55:04.990 +00:00 [INF] Executed endpoint 'Web.Gateway.HomeController.Index (Web.Gateway)'
|
|
2023-04-04 09:55:04.990 +00:00 [INF] HTTP POST / responded 200 in 28.2548 ms
|
|
2023-04-04 09:55:04.991 +00:00 [INF] Request finished HTTP/1.1 POST http://localhost:21093/ application/json 2664 - 200 0 - 29.1837ms
|
|
2023-04-04 09:55:09.021 +00:00 [INF] Request starting HTTP/1.1 POST http://localhost:21093/ application/json 2664
|
|
2023-04-04 09:55:09.022 +00:00 [INF] Executing endpoint 'Web.Gateway.HomeController.Index (Web.Gateway)'
|
|
2023-04-04 09:55:09.022 +00:00 [INF] Route matched with {action = "Index", controller = "Home"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] Index() on controller Web.Gateway.HomeController (Web.Gateway).
|
|
2023-04-04 09:55:09.049 +00:00 [INF] Executing StatusCodeResult, setting HTTP status code 200
|
|
2023-04-04 09:55:09.049 +00:00 [INF] Executed action Web.Gateway.HomeController.Index (Web.Gateway) in 26.5634ms
|
|
2023-04-04 09:55:09.050 +00:00 [INF] Executed endpoint 'Web.Gateway.HomeController.Index (Web.Gateway)'
|
|
2023-04-04 09:55:09.050 +00:00 [INF] HTTP POST / responded 200 in 28.5617 ms
|
|
2023-04-04 09:55:09.051 +00:00 [INF] Request finished HTTP/1.1 POST http://localhost:21093/ application/json 2664 - 200 0 - 29.9913ms
|
|
2023-04-04 09:55:15.080 +00:00 [INF] Request starting HTTP/1.1 POST http://localhost:21093/ application/json 2664
|
|
2023-04-04 09:55:15.082 +00:00 [INF] Executing endpoint 'Web.Gateway.HomeController.Index (Web.Gateway)'
|
|
2023-04-04 09:55:15.082 +00:00 [INF] Route matched with {action = "Index", controller = "Home"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] Index() on controller Web.Gateway.HomeController (Web.Gateway).
|
|
2023-04-04 09:55:15.110 +00:00 [INF] Executing StatusCodeResult, setting HTTP status code 200
|
|
2023-04-04 09:55:15.111 +00:00 [INF] Executed action Web.Gateway.HomeController.Index (Web.Gateway) in 28.4933ms
|
|
2023-04-04 09:55:15.112 +00:00 [INF] Executed endpoint 'Web.Gateway.HomeController.Index (Web.Gateway)'
|
|
2023-04-04 09:55:15.112 +00:00 [INF] HTTP POST / responded 200 in 30.4255 ms
|
|
2023-04-04 09:55:15.112 +00:00 [INF] Request finished HTTP/1.1 POST http://localhost:21093/ application/json 2664 - 200 0 - 31.9710ms
|
|
2023-04-04 09:55:19.140 +00:00 [INF] Request starting HTTP/1.1 POST http://localhost:21093/ application/json 2664
|
|
2023-04-04 09:55:19.141 +00:00 [INF] Executing endpoint 'Web.Gateway.HomeController.Index (Web.Gateway)'
|
|
2023-04-04 09:55:19.141 +00:00 [INF] Route matched with {action = "Index", controller = "Home"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] Index() on controller Web.Gateway.HomeController (Web.Gateway).
|
|
2023-04-04 09:55:19.168 +00:00 [INF] Executing StatusCodeResult, setting HTTP status code 200
|
|
2023-04-04 09:55:19.169 +00:00 [INF] Executed action Web.Gateway.HomeController.Index (Web.Gateway) in 27.3735ms
|
|
2023-04-04 09:55:19.170 +00:00 [INF] Executed endpoint 'Web.Gateway.HomeController.Index (Web.Gateway)'
|
|
2023-04-04 09:55:19.170 +00:00 [INF] HTTP POST / responded 200 in 29.8099 ms
|
|
2023-04-04 09:55:19.171 +00:00 [INF] Request finished HTTP/1.1 POST http://localhost:21093/ application/json 2664 - 200 0 - 31.4533ms
|
|
2023-04-04 09:55:25.191 +00:00 [INF] Request starting HTTP/1.1 POST http://localhost:21093/ application/json 2664
|
|
2023-04-04 09:55:25.191 +00:00 [INF] Executing endpoint 'Web.Gateway.HomeController.Index (Web.Gateway)'
|
|
2023-04-04 09:55:25.192 +00:00 [INF] Route matched with {action = "Index", controller = "Home"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] Index() on controller Web.Gateway.HomeController (Web.Gateway).
|
|
2023-04-04 09:55:25.218 +00:00 [INF] Executing StatusCodeResult, setting HTTP status code 200
|
|
2023-04-04 09:55:25.219 +00:00 [INF] Executed action Web.Gateway.HomeController.Index (Web.Gateway) in 26.949ms
|
|
2023-04-04 09:55:25.220 +00:00 [INF] Executed endpoint 'Web.Gateway.HomeController.Index (Web.Gateway)'
|
|
2023-04-04 09:55:25.221 +00:00 [INF] HTTP POST / responded 200 in 29.6120 ms
|
|
2023-04-04 09:55:25.222 +00:00 [INF] Request finished HTTP/1.1 POST http://localhost:21093/ application/json 2664 - 200 0 - 30.8320ms
|
|
2023-04-04 09:55:29.242 +00:00 [INF] Request starting HTTP/1.1 POST http://localhost:21093/ application/json 2664
|
|
2023-04-04 09:55:29.242 +00:00 [INF] Executing endpoint 'Web.Gateway.HomeController.Index (Web.Gateway)'
|
|
2023-04-04 09:55:29.243 +00:00 [INF] Route matched with {action = "Index", controller = "Home"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] Index() on controller Web.Gateway.HomeController (Web.Gateway).
|
|
2023-04-04 09:55:29.269 +00:00 [INF] Executing StatusCodeResult, setting HTTP status code 200
|
|
2023-04-04 09:55:29.269 +00:00 [INF] Executed action Web.Gateway.HomeController.Index (Web.Gateway) in 26.4302ms
|
|
2023-04-04 09:55:29.270 +00:00 [INF] Executed endpoint 'Web.Gateway.HomeController.Index (Web.Gateway)'
|
|
2023-04-04 09:55:29.270 +00:00 [INF] HTTP POST / responded 200 in 27.8246 ms
|
|
2023-04-04 09:55:29.270 +00:00 [INF] Request finished HTTP/1.1 POST http://localhost:21093/ application/json 2664 - 200 0 - 28.7433ms
|
|
2023-04-04 09:55:35.298 +00:00 [INF] Request starting HTTP/1.1 POST http://localhost:21093/ application/json 2664
|
|
2023-04-04 09:55:35.298 +00:00 [INF] Executing endpoint 'Web.Gateway.HomeController.Index (Web.Gateway)'
|
|
2023-04-04 09:55:35.298 +00:00 [INF] Route matched with {action = "Index", controller = "Home"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] Index() on controller Web.Gateway.HomeController (Web.Gateway).
|
|
2023-04-04 09:55:35.324 +00:00 [INF] Executing StatusCodeResult, setting HTTP status code 200
|
|
2023-04-04 09:55:35.325 +00:00 [INF] Executed action Web.Gateway.HomeController.Index (Web.Gateway) in 26.1733ms
|
|
2023-04-04 09:55:35.325 +00:00 [INF] Executed endpoint 'Web.Gateway.HomeController.Index (Web.Gateway)'
|
|
2023-04-04 09:55:35.325 +00:00 [INF] HTTP POST / responded 200 in 27.2474 ms
|
|
2023-04-04 09:55:35.325 +00:00 [INF] Request finished HTTP/1.1 POST http://localhost:21093/ application/json 2664 - 200 0 - 27.8388ms
|
|
2023-04-04 09:55:39.354 +00:00 [INF] Request starting HTTP/1.1 POST http://localhost:21093/ application/json 2664
|
|
2023-04-04 09:55:39.354 +00:00 [INF] Executing endpoint 'Web.Gateway.HomeController.Index (Web.Gateway)'
|
|
2023-04-04 09:55:39.355 +00:00 [INF] Route matched with {action = "Index", controller = "Home"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] Index() on controller Web.Gateway.HomeController (Web.Gateway).
|
|
2023-04-04 09:55:39.381 +00:00 [INF] Executing StatusCodeResult, setting HTTP status code 200
|
|
2023-04-04 09:55:39.381 +00:00 [INF] Executed action Web.Gateway.HomeController.Index (Web.Gateway) in 26.4647ms
|
|
2023-04-04 09:55:39.382 +00:00 [INF] Executed endpoint 'Web.Gateway.HomeController.Index (Web.Gateway)'
|
|
2023-04-04 09:55:39.382 +00:00 [INF] HTTP POST / responded 200 in 27.6118 ms
|
|
2023-04-04 09:55:39.382 +00:00 [INF] Request finished HTTP/1.1 POST http://localhost:21093/ application/json 2664 - 200 0 - 28.3054ms
|
|
2023-04-04 09:55:45.406 +00:00 [INF] Request starting HTTP/1.1 POST http://localhost:21093/ application/json 2664
|
|
2023-04-04 09:55:45.406 +00:00 [INF] Executing endpoint 'Web.Gateway.HomeController.Index (Web.Gateway)'
|
|
2023-04-04 09:55:45.407 +00:00 [INF] Route matched with {action = "Index", controller = "Home"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] Index() on controller Web.Gateway.HomeController (Web.Gateway).
|
|
2023-04-04 09:55:45.433 +00:00 [INF] Executing StatusCodeResult, setting HTTP status code 200
|
|
2023-04-04 09:55:45.433 +00:00 [INF] Executed action Web.Gateway.HomeController.Index (Web.Gateway) in 26.207ms
|
|
2023-04-04 09:55:45.433 +00:00 [INF] Executed endpoint 'Web.Gateway.HomeController.Index (Web.Gateway)'
|
|
2023-04-04 09:55:45.434 +00:00 [INF] HTTP POST / responded 200 in 27.4083 ms
|
|
2023-04-04 09:55:45.434 +00:00 [INF] Request finished HTTP/1.1 POST http://localhost:21093/ application/json 2664 - 200 0 - 28.1132ms
|
|
2023-04-04 09:55:49.457 +00:00 [INF] Request starting HTTP/1.1 POST http://localhost:21093/ application/json 2664
|
|
2023-04-04 09:55:49.458 +00:00 [INF] Executing endpoint 'Web.Gateway.HomeController.Index (Web.Gateway)'
|
|
2023-04-04 09:55:49.459 +00:00 [INF] Route matched with {action = "Index", controller = "Home"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] Index() on controller Web.Gateway.HomeController (Web.Gateway).
|
|
2023-04-04 09:55:49.487 +00:00 [INF] Executing StatusCodeResult, setting HTTP status code 200
|
|
2023-04-04 09:55:49.487 +00:00 [INF] Executed action Web.Gateway.HomeController.Index (Web.Gateway) in 27.1361ms
|
|
2023-04-04 09:55:49.488 +00:00 [INF] Executed endpoint 'Web.Gateway.HomeController.Index (Web.Gateway)'
|
|
2023-04-04 09:55:49.488 +00:00 [INF] HTTP POST / responded 200 in 29.9391 ms
|
|
2023-04-04 09:55:49.489 +00:00 [INF] Request finished HTTP/1.1 POST http://localhost:21093/ application/json 2664 - 200 0 - 31.6188ms
|
|
2023-04-04 09:55:55.507 +00:00 [INF] Request starting HTTP/1.1 POST http://localhost:21093/ application/json 2664
|
|
2023-04-04 09:55:55.509 +00:00 [INF] Executing endpoint 'Web.Gateway.HomeController.Index (Web.Gateway)'
|
|
2023-04-04 09:55:55.509 +00:00 [INF] Route matched with {action = "Index", controller = "Home"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] Index() on controller Web.Gateway.HomeController (Web.Gateway).
|
|
2023-04-04 09:55:55.536 +00:00 [INF] Executing StatusCodeResult, setting HTTP status code 200
|
|
2023-04-04 09:55:55.536 +00:00 [INF] Executed action Web.Gateway.HomeController.Index (Web.Gateway) in 26.5434ms
|
|
2023-04-04 09:55:55.536 +00:00 [INF] Executed endpoint 'Web.Gateway.HomeController.Index (Web.Gateway)'
|
|
2023-04-04 09:55:55.537 +00:00 [INF] HTTP POST / responded 200 in 28.1888 ms
|
|
2023-04-04 09:55:55.537 +00:00 [INF] Request finished HTTP/1.1 POST http://localhost:21093/ application/json 2664 - 200 0 - 29.8158ms
|
|
2023-04-04 09:55:59.562 +00:00 [INF] Request starting HTTP/1.1 POST http://localhost:21093/ application/json 2664
|
|
2023-04-04 09:55:59.562 +00:00 [INF] Executing endpoint 'Web.Gateway.HomeController.Index (Web.Gateway)'
|
|
2023-04-04 09:55:59.562 +00:00 [INF] Route matched with {action = "Index", controller = "Home"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] Index() on controller Web.Gateway.HomeController (Web.Gateway).
|
|
2023-04-04 09:55:59.588 +00:00 [INF] Executing StatusCodeResult, setting HTTP status code 200
|
|
2023-04-04 09:55:59.589 +00:00 [INF] Executed action Web.Gateway.HomeController.Index (Web.Gateway) in 26.2188ms
|
|
2023-04-04 09:55:59.589 +00:00 [INF] Executed endpoint 'Web.Gateway.HomeController.Index (Web.Gateway)'
|
|
2023-04-04 09:55:59.589 +00:00 [INF] HTTP POST / responded 200 in 27.4158 ms
|
|
2023-04-04 09:55:59.590 +00:00 [INF] Request finished HTTP/1.1 POST http://localhost:21093/ application/json 2664 - 200 0 - 28.0900ms
|
|
2023-04-04 09:56:05.612 +00:00 [INF] Request starting HTTP/1.1 POST http://localhost:21093/ application/json 2664
|
|
2023-04-04 09:56:05.612 +00:00 [INF] Executing endpoint 'Web.Gateway.HomeController.Index (Web.Gateway)'
|
|
2023-04-04 09:56:05.613 +00:00 [INF] Route matched with {action = "Index", controller = "Home"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] Index() on controller Web.Gateway.HomeController (Web.Gateway).
|
|
2023-04-04 09:56:05.639 +00:00 [INF] Executing StatusCodeResult, setting HTTP status code 200
|
|
2023-04-04 09:56:05.639 +00:00 [INF] Executed action Web.Gateway.HomeController.Index (Web.Gateway) in 26.3551ms
|
|
2023-04-04 09:56:05.640 +00:00 [INF] Executed endpoint 'Web.Gateway.HomeController.Index (Web.Gateway)'
|
|
2023-04-04 09:56:05.640 +00:00 [INF] HTTP POST / responded 200 in 27.4201 ms
|
|
2023-04-04 09:56:05.640 +00:00 [INF] Request finished HTTP/1.1 POST http://localhost:21093/ application/json 2664 - 200 0 - 28.1354ms
|
|
2023-04-04 09:56:09.660 +00:00 [INF] Request starting HTTP/1.1 POST http://localhost:21093/ application/json 2666
|
|
2023-04-04 09:56:09.661 +00:00 [INF] Executing endpoint 'Web.Gateway.HomeController.Index (Web.Gateway)'
|
|
2023-04-04 09:56:09.661 +00:00 [INF] Route matched with {action = "Index", controller = "Home"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] Index() on controller Web.Gateway.HomeController (Web.Gateway).
|
|
2023-04-04 09:56:09.687 +00:00 [INF] Executing StatusCodeResult, setting HTTP status code 200
|
|
2023-04-04 09:56:09.687 +00:00 [INF] Executed action Web.Gateway.HomeController.Index (Web.Gateway) in 26.1042ms
|
|
2023-04-04 09:56:09.688 +00:00 [INF] Executed endpoint 'Web.Gateway.HomeController.Index (Web.Gateway)'
|
|
2023-04-04 09:56:09.688 +00:00 [INF] HTTP POST / responded 200 in 27.1706 ms
|
|
2023-04-04 09:56:09.688 +00:00 [INF] Request finished HTTP/1.1 POST http://localhost:21093/ application/json 2666 - 200 0 - 27.7750ms
|
|
2023-04-04 09:56:15.729 +00:00 [INF] Request starting HTTP/1.1 POST http://localhost:21093/ application/json 2664
|
|
2023-04-04 09:56:15.730 +00:00 [INF] Executing endpoint 'Web.Gateway.HomeController.Index (Web.Gateway)'
|
|
2023-04-04 09:56:15.730 +00:00 [INF] Route matched with {action = "Index", controller = "Home"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] Index() on controller Web.Gateway.HomeController (Web.Gateway).
|
|
2023-04-04 09:56:15.756 +00:00 [INF] Executing StatusCodeResult, setting HTTP status code 200
|
|
2023-04-04 09:56:15.757 +00:00 [INF] Executed action Web.Gateway.HomeController.Index (Web.Gateway) in 26.524ms
|
|
2023-04-04 09:56:15.757 +00:00 [INF] Executed endpoint 'Web.Gateway.HomeController.Index (Web.Gateway)'
|
|
2023-04-04 09:56:15.758 +00:00 [INF] HTTP POST / responded 200 in 28.0060 ms
|
|
2023-04-04 09:56:15.758 +00:00 [INF] Request finished HTTP/1.1 POST http://localhost:21093/ application/json 2664 - 200 0 - 28.8236ms
|
|
2023-04-04 09:56:15.866 +00:00 [INF] Request starting HTTP/1.1 GET http://localhost:21093/settings//appsettings.json - -
|
|
2023-04-04 09:56:15.869 +00:00 [INF] Sending file. Request path: '/settings//appsettings.json'. Physical path: '/app/wwwroot/settings/appsettings.json'
|
|
2023-04-04 09:56:15.869 +00:00 [INF] HTTP GET /settings//appsettings.json responded 200 in 2.5879 ms
|
|
2023-04-04 09:56:15.869 +00:00 [INF] Request finished HTTP/1.1 GET http://localhost:21093/settings//appsettings.json - - - 200 5088 application/json 3.3396ms
|
|
2023-04-04 09:56:15.911 +00:00 [INF] Request starting HTTP/1.1 GET http://localhost:21093/settings//appsettings.Development.json - -
|
|
2023-04-04 09:56:15.915 +00:00 [INF] Sending file. Request path: '/settings//appsettings.Development.json'. Physical path: '/app/wwwroot/settings/appsettings.Development.json'
|
|
2023-04-04 09:56:15.915 +00:00 [INF] HTTP GET /settings//appsettings.Development.json responded 200 in 3.7205 ms
|
|
2023-04-04 09:56:15.915 +00:00 [INF] Request finished HTTP/1.1 GET http://localhost:21093/settings//appsettings.Development.json - - - 200 7011 application/json 4.6285ms
|
|
2023-04-04 09:56:15.932 +00:00 [INF] Request starting HTTP/1.1 GET http://localhost:21093/settings//appsettings.Development.json - -
|
|
2023-04-04 09:56:15.935 +00:00 [INF] Sending file. Request path: '/settings//appsettings.Development.json'. Physical path: '/app/wwwroot/settings/appsettings.Development.json'
|
|
2023-04-04 09:56:15.935 +00:00 [INF] HTTP GET /settings//appsettings.Development.json responded 200 in 3.0595 ms
|
|
2023-04-04 09:56:15.935 +00:00 [INF] Request finished HTTP/1.1 GET http://localhost:21093/settings//appsettings.Development.json - - - 200 7011 application/json 3.6608ms
|
|
2023-04-04 09:56:18.694 +00:00 [INF] Request starting HTTP/1.1 POST http://localhost:21093/ application/json 48273
|
|
2023-04-04 09:56:18.695 +00:00 [INF] Executing endpoint 'Web.Gateway.HomeController.Index (Web.Gateway)'
|
|
2023-04-04 09:56:18.695 +00:00 [INF] Route matched with {action = "Index", controller = "Home"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] Index() on controller Web.Gateway.HomeController (Web.Gateway).
|
|
2023-04-04 09:56:18.723 +00:00 [INF] Executing StatusCodeResult, setting HTTP status code 200
|
|
2023-04-04 09:56:18.723 +00:00 [INF] Executed action Web.Gateway.HomeController.Index (Web.Gateway) in 27.9397ms
|
|
2023-04-04 09:56:18.723 +00:00 [INF] Executed endpoint 'Web.Gateway.HomeController.Index (Web.Gateway)'
|
|
2023-04-04 09:56:18.724 +00:00 [INF] HTTP POST / responded 200 in 28.8625 ms
|
|
2023-04-04 09:56:18.724 +00:00 [INF] Request finished HTTP/1.1 POST http://localhost:21093/ application/json 48273 - 200 0 - 29.8095ms
|
|
2023-04-04 09:56:19.773 +00:00 [INF] Request starting HTTP/1.1 POST http://localhost:21093/ application/json 2664
|
|
2023-04-04 09:56:19.774 +00:00 [INF] Executing endpoint 'Web.Gateway.HomeController.Index (Web.Gateway)'
|
|
2023-04-04 09:56:19.775 +00:00 [INF] Route matched with {action = "Index", controller = "Home"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] Index() on controller Web.Gateway.HomeController (Web.Gateway).
|
|
2023-04-04 09:56:19.802 +00:00 [INF] Executing StatusCodeResult, setting HTTP status code 200
|
|
2023-04-04 09:56:19.802 +00:00 [INF] Executed action Web.Gateway.HomeController.Index (Web.Gateway) in 27.0696ms
|
|
2023-04-04 09:56:19.803 +00:00 [INF] Executed endpoint 'Web.Gateway.HomeController.Index (Web.Gateway)'
|
|
2023-04-04 09:56:19.803 +00:00 [INF] HTTP POST / responded 200 in 29.5021 ms
|
|
2023-04-04 09:56:19.804 +00:00 [INF] Request finished HTTP/1.1 POST http://localhost:21093/ application/json 2664 - 200 0 - 31.1586ms
|
|
2023-04-04 09:56:25.844 +00:00 [INF] Request starting HTTP/1.1 POST http://localhost:21093/ application/json 2664
|
|
2023-04-04 09:56:25.844 +00:00 [INF] Executing endpoint 'Web.Gateway.HomeController.Index (Web.Gateway)'
|
|
2023-04-04 09:56:25.844 +00:00 [INF] Route matched with {action = "Index", controller = "Home"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] Index() on controller Web.Gateway.HomeController (Web.Gateway).
|
|
2023-04-04 09:56:25.871 +00:00 [INF] Executing StatusCodeResult, setting HTTP status code 200
|
|
2023-04-04 09:56:25.871 +00:00 [INF] Executed action Web.Gateway.HomeController.Index (Web.Gateway) in 26.3203ms
|
|
2023-04-04 09:56:25.871 +00:00 [INF] Executed endpoint 'Web.Gateway.HomeController.Index (Web.Gateway)'
|
|
2023-04-04 09:56:25.872 +00:00 [INF] HTTP POST / responded 200 in 27.4634 ms
|
|
2023-04-04 09:56:25.872 +00:00 [INF] Request finished HTTP/1.1 POST http://localhost:21093/ application/json 2664 - 200 0 - 28.2039ms
|
|
2023-04-04 09:56:28.561 +00:00 [INF] Request starting HTTP/1.1 GET http://localhost:21093/settings//appsettings.json - -
|
|
2023-04-04 09:56:28.563 +00:00 [INF] Sending file. Request path: '/settings//appsettings.json'. Physical path: '/app/wwwroot/settings/appsettings.json'
|
|
2023-04-04 09:56:28.564 +00:00 [INF] HTTP GET /settings//appsettings.json responded 200 in 1.8868 ms
|
|
2023-04-04 09:56:28.564 +00:00 [INF] Request finished HTTP/1.1 GET http://localhost:21093/settings//appsettings.json - - - 200 5088 application/json 2.5260ms
|
|
2023-04-04 09:56:28.571 +00:00 [INF] Request starting HTTP/1.1 GET http://localhost:21093/settings//appsettings.Development.json - -
|
|
2023-04-04 09:56:28.575 +00:00 [INF] Sending file. Request path: '/settings//appsettings.Development.json'. Physical path: '/app/wwwroot/settings/appsettings.Development.json'
|
|
2023-04-04 09:56:28.575 +00:00 [INF] HTTP GET /settings//appsettings.Development.json responded 200 in 3.3833 ms
|
|
2023-04-04 09:56:28.575 +00:00 [INF] Request finished HTTP/1.1 GET http://localhost:21093/settings//appsettings.Development.json - - - 200 7011 application/json 3.9569ms
|
|
2023-04-04 09:56:28.578 +00:00 [INF] Request starting HTTP/1.1 GET http://localhost:21093/settings//appsettings.Development.json - -
|
|
2023-04-04 09:56:28.581 +00:00 [INF] Sending file. Request path: '/settings//appsettings.Development.json'. Physical path: '/app/wwwroot/settings/appsettings.Development.json'
|
|
2023-04-04 09:56:28.581 +00:00 [INF] HTTP GET /settings//appsettings.Development.json responded 200 in 2.5357 ms
|
|
2023-04-04 09:56:28.581 +00:00 [INF] Request finished HTTP/1.1 GET http://localhost:21093/settings//appsettings.Development.json - - - 200 7011 application/json 3.0345ms
|
|
2023-04-04 09:56:29.625 +00:00 [INF] Request starting HTTP/1.1 POST http://localhost:21093/ application/json 48589
|
|
2023-04-04 09:56:29.625 +00:00 [INF] Executing endpoint 'Web.Gateway.HomeController.Index (Web.Gateway)'
|
|
2023-04-04 09:56:29.625 +00:00 [INF] Route matched with {action = "Index", controller = "Home"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] Index() on controller Web.Gateway.HomeController (Web.Gateway).
|
|
2023-04-04 09:56:29.654 +00:00 [INF] Executing StatusCodeResult, setting HTTP status code 200
|
|
2023-04-04 09:56:29.654 +00:00 [INF] Executed action Web.Gateway.HomeController.Index (Web.Gateway) in 28.6191ms
|
|
2023-04-04 09:56:29.654 +00:00 [INF] Executed endpoint 'Web.Gateway.HomeController.Index (Web.Gateway)'
|
|
2023-04-04 09:56:29.655 +00:00 [INF] HTTP POST / responded 200 in 29.7335 ms
|
|
2023-04-04 09:56:29.655 +00:00 [INF] Request finished HTTP/1.1 POST http://localhost:21093/ application/json 48589 - 200 0 - 30.7303ms
|
|
2023-04-04 09:56:29.890 +00:00 [INF] Request starting HTTP/1.1 POST http://localhost:21093/ application/json 2664
|
|
2023-04-04 09:56:29.891 +00:00 [INF] Executing endpoint 'Web.Gateway.HomeController.Index (Web.Gateway)'
|
|
2023-04-04 09:56:29.891 +00:00 [INF] Route matched with {action = "Index", controller = "Home"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] Index() on controller Web.Gateway.HomeController (Web.Gateway).
|
|
2023-04-04 09:56:29.917 +00:00 [INF] Executing StatusCodeResult, setting HTTP status code 200
|
|
2023-04-04 09:56:29.918 +00:00 [INF] Executed action Web.Gateway.HomeController.Index (Web.Gateway) in 26.3371ms
|
|
2023-04-04 09:56:29.918 +00:00 [INF] Executed endpoint 'Web.Gateway.HomeController.Index (Web.Gateway)'
|
|
2023-04-04 09:56:29.918 +00:00 [INF] HTTP POST / responded 200 in 27.6508 ms
|
|
2023-04-04 09:56:29.918 +00:00 [INF] Request finished HTTP/1.1 POST http://localhost:21093/ application/json 2664 - 200 0 - 28.3311ms
|
|
2023-04-04 09:56:35.939 +00:00 [INF] Request starting HTTP/1.1 POST http://localhost:21093/ application/json 2664
|
|
2023-04-04 09:56:35.940 +00:00 [INF] Executing endpoint 'Web.Gateway.HomeController.Index (Web.Gateway)'
|
|
2023-04-04 09:56:35.941 +00:00 [INF] Route matched with {action = "Index", controller = "Home"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] Index() on controller Web.Gateway.HomeController (Web.Gateway).
|
|
2023-04-04 09:56:35.968 +00:00 [INF] Executing StatusCodeResult, setting HTTP status code 200
|
|
2023-04-04 09:56:35.968 +00:00 [INF] Executed action Web.Gateway.HomeController.Index (Web.Gateway) in 26.6679ms
|
|
2023-04-04 09:56:35.969 +00:00 [INF] Executed endpoint 'Web.Gateway.HomeController.Index (Web.Gateway)'
|
|
2023-04-04 09:56:35.969 +00:00 [INF] HTTP POST / responded 200 in 28.7338 ms
|
|
2023-04-04 09:56:35.969 +00:00 [INF] Request finished HTTP/1.1 POST http://localhost:21093/ application/json 2664 - 200 0 - 30.3116ms
|
|
2023-04-04 09:56:39.996 +00:00 [INF] Request starting HTTP/1.1 POST http://localhost:21093/ application/json 2664
|
|
2023-04-04 09:56:39.998 +00:00 [INF] Executing endpoint 'Web.Gateway.HomeController.Index (Web.Gateway)'
|
|
2023-04-04 09:56:39.999 +00:00 [INF] Route matched with {action = "Index", controller = "Home"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] Index() on controller Web.Gateway.HomeController (Web.Gateway).
|
|
2023-04-04 09:56:40.028 +00:00 [INF] Executing StatusCodeResult, setting HTTP status code 200
|
|
2023-04-04 09:56:40.028 +00:00 [INF] Executed action Web.Gateway.HomeController.Index (Web.Gateway) in 27.7814ms
|
|
2023-04-04 09:56:40.028 +00:00 [INF] Executed endpoint 'Web.Gateway.HomeController.Index (Web.Gateway)'
|
|
2023-04-04 09:56:40.028 +00:00 [INF] HTTP POST / responded 200 in 31.0699 ms
|
|
2023-04-04 09:56:40.029 +00:00 [INF] Request finished HTTP/1.1 POST http://localhost:21093/ application/json 2664 - 200 0 - 32.9011ms
|
|
2023-04-04 09:56:46.057 +00:00 [INF] Request starting HTTP/1.1 POST http://localhost:21093/ application/json 2664
|
|
2023-04-04 09:56:46.059 +00:00 [INF] Executing endpoint 'Web.Gateway.HomeController.Index (Web.Gateway)'
|
|
2023-04-04 09:56:46.060 +00:00 [INF] Route matched with {action = "Index", controller = "Home"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] Index() on controller Web.Gateway.HomeController (Web.Gateway).
|
|
2023-04-04 09:56:46.087 +00:00 [INF] Executing StatusCodeResult, setting HTTP status code 200
|
|
2023-04-04 09:56:46.088 +00:00 [INF] Executed action Web.Gateway.HomeController.Index (Web.Gateway) in 27.5034ms
|
|
2023-04-04 09:56:46.089 +00:00 [INF] Executed endpoint 'Web.Gateway.HomeController.Index (Web.Gateway)'
|
|
2023-04-04 09:56:46.089 +00:00 [INF] HTTP POST / responded 200 in 30.5209 ms
|
|
2023-04-04 09:56:46.089 +00:00 [INF] Request finished HTTP/1.1 POST http://localhost:21093/ application/json 2664 - 200 0 - 32.0545ms
|
|
2023-04-04 09:56:50.130 +00:00 [INF] Request starting HTTP/1.1 POST http://localhost:21093/ application/json 2664
|
|
2023-04-04 09:56:50.131 +00:00 [INF] Executing endpoint 'Web.Gateway.HomeController.Index (Web.Gateway)'
|
|
2023-04-04 09:56:50.131 +00:00 [INF] Route matched with {action = "Index", controller = "Home"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] Index() on controller Web.Gateway.HomeController (Web.Gateway).
|
|
2023-04-04 09:56:50.158 +00:00 [INF] Executing StatusCodeResult, setting HTTP status code 200
|
|
2023-04-04 09:56:50.159 +00:00 [INF] Executed action Web.Gateway.HomeController.Index (Web.Gateway) in 27.8126ms
|
|
2023-04-04 09:56:50.160 +00:00 [INF] Executed endpoint 'Web.Gateway.HomeController.Index (Web.Gateway)'
|
|
2023-04-04 09:56:50.161 +00:00 [INF] HTTP POST / responded 200 in 30.5800 ms
|
|
2023-04-04 09:56:50.162 +00:00 [INF] Request finished HTTP/1.1 POST http://localhost:21093/ application/json 2664 - 200 0 - 32.0569ms
|
|
2023-04-04 09:56:54.189 +00:00 [INF] Request starting HTTP/1.1 POST http://localhost:21093/ application/json 2664
|
|
2023-04-04 09:56:54.190 +00:00 [INF] Executing endpoint 'Web.Gateway.HomeController.Index (Web.Gateway)'
|
|
2023-04-04 09:56:54.191 +00:00 [INF] Route matched with {action = "Index", controller = "Home"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] Index() on controller Web.Gateway.HomeController (Web.Gateway).
|
|
2023-04-04 09:56:54.219 +00:00 [INF] Executing StatusCodeResult, setting HTTP status code 200
|
|
2023-04-04 09:56:54.219 +00:00 [INF] Executed action Web.Gateway.HomeController.Index (Web.Gateway) in 27.4819ms
|
|
2023-04-04 09:56:54.220 +00:00 [INF] Executed endpoint 'Web.Gateway.HomeController.Index (Web.Gateway)'
|
|
2023-04-04 09:56:54.220 +00:00 [INF] HTTP POST / responded 200 in 29.8638 ms
|
|
2023-04-04 09:56:54.220 +00:00 [INF] Request finished HTTP/1.1 POST http://localhost:21093/ application/json 2664 - 200 0 - 31.6276ms
|
|
2023-04-04 09:57:00.266 +00:00 [INF] Request starting HTTP/1.1 POST http://localhost:21093/ application/json 2664
|
|
2023-04-04 09:57:00.266 +00:00 [INF] Executing endpoint 'Web.Gateway.HomeController.Index (Web.Gateway)'
|
|
2023-04-04 09:57:00.267 +00:00 [INF] Route matched with {action = "Index", controller = "Home"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] Index() on controller Web.Gateway.HomeController (Web.Gateway).
|
|
2023-04-04 09:57:00.293 +00:00 [INF] Executing StatusCodeResult, setting HTTP status code 200
|
|
2023-04-04 09:57:00.294 +00:00 [INF] Executed action Web.Gateway.HomeController.Index (Web.Gateway) in 26.413ms
|
|
2023-04-04 09:57:00.294 +00:00 [INF] Executed endpoint 'Web.Gateway.HomeController.Index (Web.Gateway)'
|
|
2023-04-04 09:57:00.294 +00:00 [INF] HTTP POST / responded 200 in 27.9237 ms
|
|
2023-04-04 09:57:00.295 +00:00 [INF] Request finished HTTP/1.1 POST http://localhost:21093/ application/json 2664 - 200 0 - 28.7049ms
|
|
2023-04-04 09:57:04.310 +00:00 [INF] Request starting HTTP/1.1 POST http://localhost:21093/ application/json 2664
|
|
2023-04-04 09:57:04.311 +00:00 [INF] Executing endpoint 'Web.Gateway.HomeController.Index (Web.Gateway)'
|
|
2023-04-04 09:57:04.312 +00:00 [INF] Route matched with {action = "Index", controller = "Home"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] Index() on controller Web.Gateway.HomeController (Web.Gateway).
|
|
2023-04-04 09:57:04.341 +00:00 [INF] Executing StatusCodeResult, setting HTTP status code 200
|
|
2023-04-04 09:57:04.341 +00:00 [INF] Executed action Web.Gateway.HomeController.Index (Web.Gateway) in 27.5919ms
|
|
2023-04-04 09:57:04.342 +00:00 [INF] Executed endpoint 'Web.Gateway.HomeController.Index (Web.Gateway)'
|
|
2023-04-04 09:57:04.342 +00:00 [INF] HTTP POST / responded 200 in 30.9059 ms
|
|
2023-04-04 09:57:04.343 +00:00 [INF] Request finished HTTP/1.1 POST http://localhost:21093/ application/json 2664 - 200 0 - 32.8125ms
|
|
2023-04-04 09:57:10.363 +00:00 [INF] Request starting HTTP/1.1 POST http://localhost:21093/ application/json 2664
|
|
2023-04-04 09:57:10.363 +00:00 [INF] Executing endpoint 'Web.Gateway.HomeController.Index (Web.Gateway)'
|
|
2023-04-04 09:57:10.364 +00:00 [INF] Route matched with {action = "Index", controller = "Home"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] Index() on controller Web.Gateway.HomeController (Web.Gateway).
|
|
2023-04-04 09:57:10.390 +00:00 [INF] Executing StatusCodeResult, setting HTTP status code 200
|
|
2023-04-04 09:57:10.390 +00:00 [INF] Executed action Web.Gateway.HomeController.Index (Web.Gateway) in 26.1037ms
|
|
2023-04-04 09:57:10.390 +00:00 [INF] Executed endpoint 'Web.Gateway.HomeController.Index (Web.Gateway)'
|
|
2023-04-04 09:57:10.390 +00:00 [INF] HTTP POST / responded 200 in 27.1218 ms
|
|
2023-04-04 09:57:10.391 +00:00 [INF] Request finished HTTP/1.1 POST http://localhost:21093/ application/json 2664 - 200 0 - 27.7810ms
|
|
2023-04-04 09:57:14.416 +00:00 [INF] Request starting HTTP/1.1 POST http://localhost:21093/ application/json 2664
|
|
2023-04-04 09:57:14.417 +00:00 [INF] Executing endpoint 'Web.Gateway.HomeController.Index (Web.Gateway)'
|
|
2023-04-04 09:57:14.418 +00:00 [INF] Route matched with {action = "Index", controller = "Home"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] Index() on controller Web.Gateway.HomeController (Web.Gateway).
|
|
2023-04-04 09:57:14.444 +00:00 [INF] Executing StatusCodeResult, setting HTTP status code 200
|
|
2023-04-04 09:57:14.445 +00:00 [INF] Executed action Web.Gateway.HomeController.Index (Web.Gateway) in 26.9053ms
|
|
2023-04-04 09:57:14.446 +00:00 [INF] Executed endpoint 'Web.Gateway.HomeController.Index (Web.Gateway)'
|
|
2023-04-04 09:57:14.446 +00:00 [INF] HTTP POST / responded 200 in 28.9373 ms
|
|
2023-04-04 09:57:14.446 +00:00 [INF] Request finished HTTP/1.1 POST http://localhost:21093/ application/json 2664 - 200 0 - 30.2842ms
|
|
2023-04-04 09:57:20.483 +00:00 [INF] Request starting HTTP/1.1 POST http://localhost:21093/ application/json 2664
|
|
2023-04-04 09:57:20.484 +00:00 [INF] Executing endpoint 'Web.Gateway.HomeController.Index (Web.Gateway)'
|
|
2023-04-04 09:57:20.484 +00:00 [INF] Route matched with {action = "Index", controller = "Home"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] Index() on controller Web.Gateway.HomeController (Web.Gateway).
|
|
2023-04-04 09:57:20.510 +00:00 [INF] Executing StatusCodeResult, setting HTTP status code 200
|
|
2023-04-04 09:57:20.510 +00:00 [INF] Executed action Web.Gateway.HomeController.Index (Web.Gateway) in 26.1644ms
|
|
2023-04-04 09:57:20.510 +00:00 [INF] Executed endpoint 'Web.Gateway.HomeController.Index (Web.Gateway)'
|
|
2023-04-04 09:57:20.511 +00:00 [INF] HTTP POST / responded 200 in 27.1913 ms
|
|
2023-04-04 09:57:20.511 +00:00 [INF] Request finished HTTP/1.1 POST http://localhost:21093/ application/json 2664 - 200 0 - 28.3330ms
|
|
2023-04-04 09:57:24.531 +00:00 [INF] Request starting HTTP/1.1 POST http://localhost:21093/ application/json 2664
|
|
2023-04-04 09:57:24.531 +00:00 [INF] Executing endpoint 'Web.Gateway.HomeController.Index (Web.Gateway)'
|
|
2023-04-04 09:57:24.532 +00:00 [INF] Route matched with {action = "Index", controller = "Home"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] Index() on controller Web.Gateway.HomeController (Web.Gateway).
|
|
2023-04-04 09:57:24.558 +00:00 [INF] Executing StatusCodeResult, setting HTTP status code 200
|
|
2023-04-04 09:57:24.558 +00:00 [INF] Executed action Web.Gateway.HomeController.Index (Web.Gateway) in 26.1616ms
|
|
2023-04-04 09:57:24.558 +00:00 [INF] Executed endpoint 'Web.Gateway.HomeController.Index (Web.Gateway)'
|
|
2023-04-04 09:57:24.558 +00:00 [INF] HTTP POST / responded 200 in 27.2532 ms
|
|
2023-04-04 09:57:24.559 +00:00 [INF] Request finished HTTP/1.1 POST http://localhost:21093/ application/json 2664 - 200 0 - 28.0491ms
|
|
2023-04-04 09:57:30.576 +00:00 [INF] Request starting HTTP/1.1 POST http://localhost:21093/ application/json 2664
|
|
2023-04-04 09:57:30.576 +00:00 [INF] Executing endpoint 'Web.Gateway.HomeController.Index (Web.Gateway)'
|
|
2023-04-04 09:57:30.576 +00:00 [INF] Route matched with {action = "Index", controller = "Home"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] Index() on controller Web.Gateway.HomeController (Web.Gateway).
|
|
2023-04-04 09:57:30.602 +00:00 [INF] Executing StatusCodeResult, setting HTTP status code 200
|
|
2023-04-04 09:57:30.603 +00:00 [INF] Executed action Web.Gateway.HomeController.Index (Web.Gateway) in 26.2337ms
|
|
2023-04-04 09:57:30.603 +00:00 [INF] Executed endpoint 'Web.Gateway.HomeController.Index (Web.Gateway)'
|
|
2023-04-04 09:57:30.604 +00:00 [INF] HTTP POST / responded 200 in 27.4987 ms
|
|
2023-04-04 09:57:30.604 +00:00 [INF] Request finished HTTP/1.1 POST http://localhost:21093/ application/json 2664 - 200 0 - 28.2615ms
|
|
2023-04-04 09:57:34.617 +00:00 [INF] Request starting HTTP/1.1 POST http://localhost:21093/ application/json 2664
|
|
2023-04-04 09:57:34.618 +00:00 [INF] Executing endpoint 'Web.Gateway.HomeController.Index (Web.Gateway)'
|
|
2023-04-04 09:57:34.618 +00:00 [INF] Route matched with {action = "Index", controller = "Home"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] Index() on controller Web.Gateway.HomeController (Web.Gateway).
|
|
2023-04-04 09:57:34.645 +00:00 [INF] Executing StatusCodeResult, setting HTTP status code 200
|
|
2023-04-04 09:57:34.645 +00:00 [INF] Executed action Web.Gateway.HomeController.Index (Web.Gateway) in 26.3869ms
|
|
2023-04-04 09:57:34.645 +00:00 [INF] Executed endpoint 'Web.Gateway.HomeController.Index (Web.Gateway)'
|
|
2023-04-04 09:57:34.645 +00:00 [INF] HTTP POST / responded 200 in 27.5534 ms
|
|
2023-04-04 09:57:34.646 +00:00 [INF] Request finished HTTP/1.1 POST http://localhost:21093/ application/json 2664 - 200 0 - 28.3335ms
|
|
2023-04-04 09:57:40.669 +00:00 [INF] Request starting HTTP/1.1 POST http://localhost:21093/ application/json 2664
|
|
2023-04-04 09:57:40.670 +00:00 [INF] Executing endpoint 'Web.Gateway.HomeController.Index (Web.Gateway)'
|
|
2023-04-04 09:57:40.670 +00:00 [INF] Route matched with {action = "Index", controller = "Home"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] Index() on controller Web.Gateway.HomeController (Web.Gateway).
|
|
2023-04-04 09:57:40.696 +00:00 [INF] Executing StatusCodeResult, setting HTTP status code 200
|
|
2023-04-04 09:57:40.697 +00:00 [INF] Executed action Web.Gateway.HomeController.Index (Web.Gateway) in 26.3651ms
|
|
2023-04-04 09:57:40.697 +00:00 [INF] Executed endpoint 'Web.Gateway.HomeController.Index (Web.Gateway)'
|
|
2023-04-04 09:57:40.697 +00:00 [INF] HTTP POST / responded 200 in 27.6453 ms
|
|
2023-04-04 09:57:40.697 +00:00 [INF] Request finished HTTP/1.1 POST http://localhost:21093/ application/json 2664 - 200 0 - 28.4816ms
|
|
2023-04-04 09:57:44.715 +00:00 [INF] Request starting HTTP/1.1 POST http://localhost:21093/ application/json 2664
|
|
2023-04-04 09:57:44.716 +00:00 [INF] Executing endpoint 'Web.Gateway.HomeController.Index (Web.Gateway)'
|
|
2023-04-04 09:57:44.717 +00:00 [INF] Route matched with {action = "Index", controller = "Home"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] Index() on controller Web.Gateway.HomeController (Web.Gateway).
|
|
2023-04-04 09:57:44.743 +00:00 [INF] Executing StatusCodeResult, setting HTTP status code 200
|
|
2023-04-04 09:57:44.744 +00:00 [INF] Executed action Web.Gateway.HomeController.Index (Web.Gateway) in 26.6051ms
|
|
2023-04-04 09:57:44.744 +00:00 [INF] Executed endpoint 'Web.Gateway.HomeController.Index (Web.Gateway)'
|
|
2023-04-04 09:57:44.745 +00:00 [INF] HTTP POST / responded 200 in 28.9771 ms
|
|
2023-04-04 09:57:44.746 +00:00 [INF] Request finished HTTP/1.1 POST http://localhost:21093/ application/json 2664 - 200 0 - 30.7997ms
|
|
2023-04-04 09:57:50.775 +00:00 [INF] Request starting HTTP/1.1 POST http://localhost:21093/ application/json 2664
|
|
2023-04-04 09:57:50.776 +00:00 [INF] Executing endpoint 'Web.Gateway.HomeController.Index (Web.Gateway)'
|
|
2023-04-04 09:57:50.776 +00:00 [INF] Route matched with {action = "Index", controller = "Home"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] Index() on controller Web.Gateway.HomeController (Web.Gateway).
|
|
2023-04-04 09:57:50.802 +00:00 [INF] Executing StatusCodeResult, setting HTTP status code 200
|
|
2023-04-04 09:57:50.803 +00:00 [INF] Executed action Web.Gateway.HomeController.Index (Web.Gateway) in 26.2217ms
|
|
2023-04-04 09:57:50.803 +00:00 [INF] Executed endpoint 'Web.Gateway.HomeController.Index (Web.Gateway)'
|
|
2023-04-04 09:57:50.803 +00:00 [INF] HTTP POST / responded 200 in 27.2627 ms
|
|
2023-04-04 09:57:50.803 +00:00 [INF] Request finished HTTP/1.1 POST http://localhost:21093/ application/json 2664 - 200 0 - 27.9009ms
|
|
2023-04-04 09:57:54.825 +00:00 [INF] Request starting HTTP/1.1 POST http://localhost:21093/ application/json 2664
|
|
2023-04-04 09:57:54.826 +00:00 [INF] Executing endpoint 'Web.Gateway.HomeController.Index (Web.Gateway)'
|
|
2023-04-04 09:57:54.827 +00:00 [INF] Route matched with {action = "Index", controller = "Home"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] Index() on controller Web.Gateway.HomeController (Web.Gateway).
|
|
2023-04-04 09:57:54.853 +00:00 [INF] Executing StatusCodeResult, setting HTTP status code 200
|
|
2023-04-04 09:57:54.854 +00:00 [INF] Executed action Web.Gateway.HomeController.Index (Web.Gateway) in 26.7822ms
|
|
2023-04-04 09:57:54.855 +00:00 [INF] Executed endpoint 'Web.Gateway.HomeController.Index (Web.Gateway)'
|
|
2023-04-04 09:57:54.855 +00:00 [INF] HTTP POST / responded 200 in 29.4340 ms
|
|
2023-04-04 09:57:54.856 +00:00 [INF] Request finished HTTP/1.1 POST http://localhost:21093/ application/json 2664 - 200 0 - 30.6527ms
|
|
2023-04-04 09:58:00.878 +00:00 [INF] Request starting HTTP/1.1 POST http://localhost:21093/ application/json 2666
|
|
2023-04-04 09:58:00.879 +00:00 [INF] Executing endpoint 'Web.Gateway.HomeController.Index (Web.Gateway)'
|
|
2023-04-04 09:58:00.880 +00:00 [INF] Route matched with {action = "Index", controller = "Home"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] Index() on controller Web.Gateway.HomeController (Web.Gateway).
|
|
2023-04-04 09:58:00.907 +00:00 [INF] Executing StatusCodeResult, setting HTTP status code 200
|
|
2023-04-04 09:58:00.907 +00:00 [INF] Executed action Web.Gateway.HomeController.Index (Web.Gateway) in 26.7815ms
|
|
2023-04-04 09:58:00.907 +00:00 [INF] Executed endpoint 'Web.Gateway.HomeController.Index (Web.Gateway)'
|
|
2023-04-04 09:58:00.908 +00:00 [INF] HTTP POST / responded 200 in 28.7107 ms
|
|
2023-04-04 09:58:00.908 +00:00 [INF] Request finished HTTP/1.1 POST http://localhost:21093/ application/json 2666 - 200 0 - 30.3939ms
|
|
2023-04-04 09:58:04.940 +00:00 [INF] Request starting HTTP/1.1 POST http://localhost:21093/ application/json 2664
|
|
2023-04-04 09:58:04.942 +00:00 [INF] Executing endpoint 'Web.Gateway.HomeController.Index (Web.Gateway)'
|
|
2023-04-04 09:58:04.942 +00:00 [INF] Route matched with {action = "Index", controller = "Home"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] Index() on controller Web.Gateway.HomeController (Web.Gateway).
|
|
2023-04-04 09:58:04.971 +00:00 [INF] Executing StatusCodeResult, setting HTTP status code 200
|
|
2023-04-04 09:58:04.973 +00:00 [INF] Executed action Web.Gateway.HomeController.Index (Web.Gateway) in 29.5765ms
|
|
2023-04-04 09:58:04.974 +00:00 [INF] Executed endpoint 'Web.Gateway.HomeController.Index (Web.Gateway)'
|
|
2023-04-04 09:58:04.974 +00:00 [INF] HTTP POST / responded 200 in 33.0121 ms
|
|
2023-04-04 09:58:04.976 +00:00 [INF] Request finished HTTP/1.1 POST http://localhost:21093/ application/json 2664 - 200 0 - 35.5926ms
|
|
2023-04-04 09:58:11.010 +00:00 [INF] Request starting HTTP/1.1 POST http://localhost:21093/ application/json 2664
|
|
2023-04-04 09:58:11.011 +00:00 [INF] Executing endpoint 'Web.Gateway.HomeController.Index (Web.Gateway)'
|
|
2023-04-04 09:58:11.011 +00:00 [INF] Route matched with {action = "Index", controller = "Home"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] Index() on controller Web.Gateway.HomeController (Web.Gateway).
|
|
2023-04-04 09:58:11.037 +00:00 [INF] Executing StatusCodeResult, setting HTTP status code 200
|
|
2023-04-04 09:58:11.038 +00:00 [INF] Executed action Web.Gateway.HomeController.Index (Web.Gateway) in 26.2979ms
|
|
2023-04-04 09:58:11.038 +00:00 [INF] Executed endpoint 'Web.Gateway.HomeController.Index (Web.Gateway)'
|
|
2023-04-04 09:58:11.038 +00:00 [INF] HTTP POST / responded 200 in 27.5765 ms
|
|
2023-04-04 09:58:11.038 +00:00 [INF] Request finished HTTP/1.1 POST http://localhost:21093/ application/json 2664 - 200 0 - 28.2626ms
|
|
2023-04-04 09:58:15.059 +00:00 [INF] Request starting HTTP/1.1 POST http://localhost:21093/ application/json 2664
|
|
2023-04-04 09:58:15.060 +00:00 [INF] Executing endpoint 'Web.Gateway.HomeController.Index (Web.Gateway)'
|
|
2023-04-04 09:58:15.060 +00:00 [INF] Route matched with {action = "Index", controller = "Home"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] Index() on controller Web.Gateway.HomeController (Web.Gateway).
|
|
2023-04-04 09:58:15.087 +00:00 [INF] Executing StatusCodeResult, setting HTTP status code 200
|
|
2023-04-04 09:58:15.087 +00:00 [INF] Executed action Web.Gateway.HomeController.Index (Web.Gateway) in 26.4583ms
|
|
2023-04-04 09:58:15.088 +00:00 [INF] Executed endpoint 'Web.Gateway.HomeController.Index (Web.Gateway)'
|
|
2023-04-04 09:58:15.088 +00:00 [INF] HTTP POST / responded 200 in 28.0316 ms
|
|
2023-04-04 09:58:15.088 +00:00 [INF] Request finished HTTP/1.1 POST http://localhost:21093/ application/json 2664 - 200 0 - 28.8848ms
|
|
2023-04-04 09:58:21.135 +00:00 [INF] Request starting HTTP/1.1 POST http://localhost:21093/ application/json 2664
|
|
2023-04-04 09:58:21.135 +00:00 [INF] Executing endpoint 'Web.Gateway.HomeController.Index (Web.Gateway)'
|
|
2023-04-04 09:58:21.136 +00:00 [INF] Route matched with {action = "Index", controller = "Home"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] Index() on controller Web.Gateway.HomeController (Web.Gateway).
|
|
2023-04-04 09:58:21.162 +00:00 [INF] Executing StatusCodeResult, setting HTTP status code 200
|
|
2023-04-04 09:58:21.163 +00:00 [INF] Executed action Web.Gateway.HomeController.Index (Web.Gateway) in 26.6972ms
|
|
2023-04-04 09:58:21.163 +00:00 [INF] Executed endpoint 'Web.Gateway.HomeController.Index (Web.Gateway)'
|
|
2023-04-04 09:58:21.164 +00:00 [INF] HTTP POST / responded 200 in 28.3907 ms
|
|
2023-04-04 09:58:21.165 +00:00 [INF] Request finished HTTP/1.1 POST http://localhost:21093/ application/json 2664 - 200 0 - 29.8598ms
|
|
2023-04-04 09:58:25.187 +00:00 [INF] Request starting HTTP/1.1 POST http://localhost:21093/ application/json 2664
|
|
2023-04-04 09:58:25.187 +00:00 [INF] Executing endpoint 'Web.Gateway.HomeController.Index (Web.Gateway)'
|
|
2023-04-04 09:58:25.188 +00:00 [INF] Route matched with {action = "Index", controller = "Home"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] Index() on controller Web.Gateway.HomeController (Web.Gateway).
|
|
2023-04-04 09:58:25.214 +00:00 [INF] Executing StatusCodeResult, setting HTTP status code 200
|
|
2023-04-04 09:58:25.214 +00:00 [INF] Executed action Web.Gateway.HomeController.Index (Web.Gateway) in 26.2145ms
|
|
2023-04-04 09:58:25.215 +00:00 [INF] Executed endpoint 'Web.Gateway.HomeController.Index (Web.Gateway)'
|
|
2023-04-04 09:58:25.215 +00:00 [INF] HTTP POST / responded 200 in 27.5655 ms
|
|
2023-04-04 09:58:25.215 +00:00 [INF] Request finished HTTP/1.1 POST http://localhost:21093/ application/json 2664 - 200 0 - 28.2484ms
|
|
2023-04-04 09:58:31.246 +00:00 [INF] Request starting HTTP/1.1 POST http://localhost:21093/ application/json 2664
|
|
2023-04-04 09:58:31.247 +00:00 [INF] Executing endpoint 'Web.Gateway.HomeController.Index (Web.Gateway)'
|
|
2023-04-04 09:58:31.247 +00:00 [INF] Route matched with {action = "Index", controller = "Home"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] Index() on controller Web.Gateway.HomeController (Web.Gateway).
|
|
2023-04-04 09:58:31.274 +00:00 [INF] Executing StatusCodeResult, setting HTTP status code 200
|
|
2023-04-04 09:58:31.274 +00:00 [INF] Executed action Web.Gateway.HomeController.Index (Web.Gateway) in 26.298ms
|
|
2023-04-04 09:58:31.274 +00:00 [INF] Executed endpoint 'Web.Gateway.HomeController.Index (Web.Gateway)'
|
|
2023-04-04 09:58:31.274 +00:00 [INF] HTTP POST / responded 200 in 27.4792 ms
|
|
2023-04-04 09:58:31.275 +00:00 [INF] Request finished HTTP/1.1 POST http://localhost:21093/ application/json 2664 - 200 0 - 28.2199ms
|
|
2023-04-04 09:58:35.285 +00:00 [INF] Request starting HTTP/1.1 POST http://localhost:21093/ application/json 2664
|
|
2023-04-04 09:58:35.285 +00:00 [INF] Executing endpoint 'Web.Gateway.HomeController.Index (Web.Gateway)'
|
|
2023-04-04 09:58:35.285 +00:00 [INF] Route matched with {action = "Index", controller = "Home"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] Index() on controller Web.Gateway.HomeController (Web.Gateway).
|
|
2023-04-04 09:58:35.312 +00:00 [INF] Executing StatusCodeResult, setting HTTP status code 200
|
|
2023-04-04 09:58:35.312 +00:00 [INF] Executed action Web.Gateway.HomeController.Index (Web.Gateway) in 26.3435ms
|
|
2023-04-04 09:58:35.312 +00:00 [INF] Executed endpoint 'Web.Gateway.HomeController.Index (Web.Gateway)'
|
|
2023-04-04 09:58:35.313 +00:00 [INF] HTTP POST / responded 200 in 27.6637 ms
|
|
2023-04-04 09:58:35.313 +00:00 [INF] Request finished HTTP/1.1 POST http://localhost:21093/ application/json 2664 - 200 0 - 28.6134ms
|
|
2023-04-04 09:58:41.342 +00:00 [INF] Request starting HTTP/1.1 POST http://localhost:21093/ application/json 2664
|
|
2023-04-04 09:58:41.343 +00:00 [INF] Executing endpoint 'Web.Gateway.HomeController.Index (Web.Gateway)'
|
|
2023-04-04 09:58:41.345 +00:00 [INF] Route matched with {action = "Index", controller = "Home"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] Index() on controller Web.Gateway.HomeController (Web.Gateway).
|
|
2023-04-04 09:58:41.372 +00:00 [INF] Executing StatusCodeResult, setting HTTP status code 200
|
|
2023-04-04 09:58:41.372 +00:00 [INF] Executed action Web.Gateway.HomeController.Index (Web.Gateway) in 26.9802ms
|
|
2023-04-04 09:58:41.373 +00:00 [INF] Executed endpoint 'Web.Gateway.HomeController.Index (Web.Gateway)'
|
|
2023-04-04 09:58:41.373 +00:00 [INF] HTTP POST / responded 200 in 29.7013 ms
|
|
2023-04-04 09:58:41.373 +00:00 [INF] Request finished HTTP/1.1 POST http://localhost:21093/ application/json 2664 - 200 0 - 31.4492ms
|
|
2023-04-04 09:58:45.401 +00:00 [INF] Request starting HTTP/1.1 POST http://localhost:21093/ application/json 2664
|
|
2023-04-04 09:58:45.402 +00:00 [INF] Executing endpoint 'Web.Gateway.HomeController.Index (Web.Gateway)'
|
|
2023-04-04 09:58:45.402 +00:00 [INF] Route matched with {action = "Index", controller = "Home"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] Index() on controller Web.Gateway.HomeController (Web.Gateway).
|
|
2023-04-04 09:58:45.429 +00:00 [INF] Executing StatusCodeResult, setting HTTP status code 200
|
|
2023-04-04 09:58:45.429 +00:00 [INF] Executed action Web.Gateway.HomeController.Index (Web.Gateway) in 26.5318ms
|
|
2023-04-04 09:58:45.430 +00:00 [INF] Executed endpoint 'Web.Gateway.HomeController.Index (Web.Gateway)'
|
|
2023-04-04 09:58:45.430 +00:00 [INF] HTTP POST / responded 200 in 28.5008 ms
|
|
2023-04-04 09:58:45.431 +00:00 [INF] Request finished HTTP/1.1 POST http://localhost:21093/ application/json 2664 - 200 0 - 29.7860ms
|
|
2023-04-04 09:58:51.464 +00:00 [INF] Request starting HTTP/1.1 POST http://localhost:21093/ application/json 2664
|
|
2023-04-04 09:58:51.465 +00:00 [INF] Executing endpoint 'Web.Gateway.HomeController.Index (Web.Gateway)'
|
|
2023-04-04 09:58:51.465 +00:00 [INF] Route matched with {action = "Index", controller = "Home"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] Index() on controller Web.Gateway.HomeController (Web.Gateway).
|
|
2023-04-04 09:58:51.491 +00:00 [INF] Executing StatusCodeResult, setting HTTP status code 200
|
|
2023-04-04 09:58:51.492 +00:00 [INF] Executed action Web.Gateway.HomeController.Index (Web.Gateway) in 26.2842ms
|
|
2023-04-04 09:58:51.492 +00:00 [INF] Executed endpoint 'Web.Gateway.HomeController.Index (Web.Gateway)'
|
|
2023-04-04 09:58:51.492 +00:00 [INF] HTTP POST / responded 200 in 27.5928 ms
|
|
2023-04-04 09:58:51.492 +00:00 [INF] Request finished HTTP/1.1 POST http://localhost:21093/ application/json 2664 - 200 0 - 28.3379ms
|
|
2023-04-04 09:58:55.513 +00:00 [INF] Request starting HTTP/1.1 POST http://localhost:21093/ application/json 2664
|
|
2023-04-04 09:58:55.514 +00:00 [INF] Executing endpoint 'Web.Gateway.HomeController.Index (Web.Gateway)'
|
|
2023-04-04 09:58:55.515 +00:00 [INF] Route matched with {action = "Index", controller = "Home"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] Index() on controller Web.Gateway.HomeController (Web.Gateway).
|
|
2023-04-04 09:58:55.542 +00:00 [INF] Executing StatusCodeResult, setting HTTP status code 200
|
|
2023-04-04 09:58:55.542 +00:00 [INF] Executed action Web.Gateway.HomeController.Index (Web.Gateway) in 27.1319ms
|
|
2023-04-04 09:58:55.543 +00:00 [INF] Executed endpoint 'Web.Gateway.HomeController.Index (Web.Gateway)'
|
|
2023-04-04 09:58:55.544 +00:00 [INF] HTTP POST / responded 200 in 29.5443 ms
|
|
2023-04-04 09:58:55.545 +00:00 [INF] Request finished HTTP/1.1 POST http://localhost:21093/ application/json 2664 - 200 0 - 31.8290ms
|
|
2023-04-04 09:59:01.591 +00:00 [INF] Request starting HTTP/1.1 POST http://localhost:21093/ application/json 2664
|
|
2023-04-04 09:59:01.592 +00:00 [INF] Executing endpoint 'Web.Gateway.HomeController.Index (Web.Gateway)'
|
|
2023-04-04 09:59:01.593 +00:00 [INF] Route matched with {action = "Index", controller = "Home"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] Index() on controller Web.Gateway.HomeController (Web.Gateway).
|
|
2023-04-04 09:59:01.621 +00:00 [INF] Executing StatusCodeResult, setting HTTP status code 200
|
|
2023-04-04 09:59:01.621 +00:00 [INF] Executed action Web.Gateway.HomeController.Index (Web.Gateway) in 27.1301ms
|
|
2023-04-04 09:59:01.622 +00:00 [INF] Executed endpoint 'Web.Gateway.HomeController.Index (Web.Gateway)'
|
|
2023-04-04 09:59:01.622 +00:00 [INF] HTTP POST / responded 200 in 30.1747 ms
|
|
2023-04-04 09:59:01.623 +00:00 [INF] Request finished HTTP/1.1 POST http://localhost:21093/ application/json 2664 - 200 0 - 31.8902ms
|
|
2023-04-04 09:59:05.647 +00:00 [INF] Request starting HTTP/1.1 POST http://localhost:21093/ application/json 2664
|
|
2023-04-04 09:59:05.648 +00:00 [INF] Executing endpoint 'Web.Gateway.HomeController.Index (Web.Gateway)'
|
|
2023-04-04 09:59:05.649 +00:00 [INF] Route matched with {action = "Index", controller = "Home"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] Index() on controller Web.Gateway.HomeController (Web.Gateway).
|
|
2023-04-04 09:59:05.677 +00:00 [INF] Executing StatusCodeResult, setting HTTP status code 200
|
|
2023-04-04 09:59:05.678 +00:00 [INF] Executed action Web.Gateway.HomeController.Index (Web.Gateway) in 27.7025ms
|
|
2023-04-04 09:59:05.679 +00:00 [INF] Executed endpoint 'Web.Gateway.HomeController.Index (Web.Gateway)'
|
|
2023-04-04 09:59:05.679 +00:00 [INF] HTTP POST / responded 200 in 30.7427 ms
|
|
2023-04-04 09:59:05.680 +00:00 [INF] Request finished HTTP/1.1 POST http://localhost:21093/ application/json 2664 - 200 0 - 32.4110ms
|
|
2023-04-04 09:59:11.714 +00:00 [INF] Request starting HTTP/1.1 POST http://localhost:21093/ application/json 2664
|
|
2023-04-04 09:59:11.715 +00:00 [INF] Executing endpoint 'Web.Gateway.HomeController.Index (Web.Gateway)'
|
|
2023-04-04 09:59:11.715 +00:00 [INF] Route matched with {action = "Index", controller = "Home"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] Index() on controller Web.Gateway.HomeController (Web.Gateway).
|
|
2023-04-04 09:59:11.741 +00:00 [INF] Executing StatusCodeResult, setting HTTP status code 200
|
|
2023-04-04 09:59:11.742 +00:00 [INF] Executed action Web.Gateway.HomeController.Index (Web.Gateway) in 26.4058ms
|
|
2023-04-04 09:59:11.742 +00:00 [INF] Executed endpoint 'Web.Gateway.HomeController.Index (Web.Gateway)'
|
|
2023-04-04 09:59:11.742 +00:00 [INF] HTTP POST / responded 200 in 27.7493 ms
|
|
2023-04-04 09:59:11.743 +00:00 [INF] Request finished HTTP/1.1 POST http://localhost:21093/ application/json 2664 - 200 0 - 28.5807ms
|
|
2023-04-04 09:59:15.769 +00:00 [INF] Request starting HTTP/1.1 POST http://localhost:21093/ application/json 2664
|
|
2023-04-04 09:59:15.769 +00:00 [INF] Executing endpoint 'Web.Gateway.HomeController.Index (Web.Gateway)'
|
|
2023-04-04 09:59:15.769 +00:00 [INF] Route matched with {action = "Index", controller = "Home"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] Index() on controller Web.Gateway.HomeController (Web.Gateway).
|
|
2023-04-04 09:59:15.796 +00:00 [INF] Executing StatusCodeResult, setting HTTP status code 200
|
|
2023-04-04 09:59:15.796 +00:00 [INF] Executed action Web.Gateway.HomeController.Index (Web.Gateway) in 26.1974ms
|
|
2023-04-04 09:59:15.796 +00:00 [INF] Executed endpoint 'Web.Gateway.HomeController.Index (Web.Gateway)'
|
|
2023-04-04 09:59:15.796 +00:00 [INF] HTTP POST / responded 200 in 27.2518 ms
|
|
2023-04-04 09:59:15.797 +00:00 [INF] Request finished HTTP/1.1 POST http://localhost:21093/ application/json 2664 - 200 0 - 28.0118ms
|
|
2023-04-04 09:59:21.835 +00:00 [INF] Request starting HTTP/1.1 POST http://localhost:21093/ application/json 2666
|
|
2023-04-04 09:59:21.837 +00:00 [INF] Executing endpoint 'Web.Gateway.HomeController.Index (Web.Gateway)'
|
|
2023-04-04 09:59:21.838 +00:00 [INF] Route matched with {action = "Index", controller = "Home"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] Index() on controller Web.Gateway.HomeController (Web.Gateway).
|
|
2023-04-04 09:59:21.865 +00:00 [INF] Executing StatusCodeResult, setting HTTP status code 200
|
|
2023-04-04 09:59:21.866 +00:00 [INF] Executed action Web.Gateway.HomeController.Index (Web.Gateway) in 27.2281ms
|
|
2023-04-04 09:59:21.866 +00:00 [INF] Executed endpoint 'Web.Gateway.HomeController.Index (Web.Gateway)'
|
|
2023-04-04 09:59:21.867 +00:00 [INF] HTTP POST / responded 200 in 29.6769 ms
|
|
2023-04-04 09:59:21.867 +00:00 [INF] Request finished HTTP/1.1 POST http://localhost:21093/ application/json 2666 - 200 0 - 31.8476ms
|
|
2023-04-04 09:59:25.893 +00:00 [INF] Request starting HTTP/1.1 POST http://localhost:21093/ application/json 2664
|
|
2023-04-04 09:59:25.893 +00:00 [INF] Executing endpoint 'Web.Gateway.HomeController.Index (Web.Gateway)'
|
|
2023-04-04 09:59:25.893 +00:00 [INF] Route matched with {action = "Index", controller = "Home"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] Index() on controller Web.Gateway.HomeController (Web.Gateway).
|
|
2023-04-04 09:59:25.919 +00:00 [INF] Executing StatusCodeResult, setting HTTP status code 200
|
|
2023-04-04 09:59:25.920 +00:00 [INF] Executed action Web.Gateway.HomeController.Index (Web.Gateway) in 26.1191ms
|
|
2023-04-04 09:59:25.920 +00:00 [INF] Executed endpoint 'Web.Gateway.HomeController.Index (Web.Gateway)'
|
|
2023-04-04 09:59:25.920 +00:00 [INF] HTTP POST / responded 200 in 27.1484 ms
|
|
2023-04-04 09:59:25.920 +00:00 [INF] Request finished HTTP/1.1 POST http://localhost:21093/ application/json 2664 - 200 0 - 27.7528ms
|
|
2023-04-04 09:59:31.940 +00:00 [INF] Request starting HTTP/1.1 POST http://localhost:21093/ application/json 2666
|
|
2023-04-04 09:59:31.941 +00:00 [INF] Executing endpoint 'Web.Gateway.HomeController.Index (Web.Gateway)'
|
|
2023-04-04 09:59:31.941 +00:00 [INF] Route matched with {action = "Index", controller = "Home"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] Index() on controller Web.Gateway.HomeController (Web.Gateway).
|
|
2023-04-04 09:59:31.968 +00:00 [INF] Executing StatusCodeResult, setting HTTP status code 200
|
|
2023-04-04 09:59:31.969 +00:00 [INF] Executed action Web.Gateway.HomeController.Index (Web.Gateway) in 27.2856ms
|
|
2023-04-04 09:59:31.970 +00:00 [INF] Executed endpoint 'Web.Gateway.HomeController.Index (Web.Gateway)'
|
|
2023-04-04 09:59:31.971 +00:00 [INF] HTTP POST / responded 200 in 30.2419 ms
|
|
2023-04-04 09:59:31.972 +00:00 [INF] Request finished HTTP/1.1 POST http://localhost:21093/ application/json 2666 - 200 0 - 31.9865ms
|
|
2023-04-04 09:59:35.992 +00:00 [INF] Request starting HTTP/1.1 POST http://localhost:21093/ application/json 2666
|
|
2023-04-04 09:59:35.993 +00:00 [INF] Executing endpoint 'Web.Gateway.HomeController.Index (Web.Gateway)'
|
|
2023-04-04 09:59:35.994 +00:00 [INF] Route matched with {action = "Index", controller = "Home"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] Index() on controller Web.Gateway.HomeController (Web.Gateway).
|
|
2023-04-04 09:59:36.020 +00:00 [INF] Executing StatusCodeResult, setting HTTP status code 200
|
|
2023-04-04 09:59:36.020 +00:00 [INF] Executed action Web.Gateway.HomeController.Index (Web.Gateway) in 26.209ms
|
|
2023-04-04 09:59:36.020 +00:00 [INF] Executed endpoint 'Web.Gateway.HomeController.Index (Web.Gateway)'
|
|
2023-04-04 09:59:36.021 +00:00 [INF] HTTP POST / responded 200 in 27.3279 ms
|
|
2023-04-04 09:59:36.021 +00:00 [INF] Request finished HTTP/1.1 POST http://localhost:21093/ application/json 2666 - 200 0 - 28.3567ms
|
|
2023-04-04 09:59:40.039 +00:00 [INF] Request starting HTTP/1.1 POST http://localhost:21093/ application/json 2664
|
|
2023-04-04 09:59:40.040 +00:00 [INF] Executing endpoint 'Web.Gateway.HomeController.Index (Web.Gateway)'
|
|
2023-04-04 09:59:40.040 +00:00 [INF] Route matched with {action = "Index", controller = "Home"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] Index() on controller Web.Gateway.HomeController (Web.Gateway).
|
|
2023-04-04 09:59:40.069 +00:00 [INF] Executing StatusCodeResult, setting HTTP status code 200
|
|
2023-04-04 09:59:40.070 +00:00 [INF] Executed action Web.Gateway.HomeController.Index (Web.Gateway) in 28.7668ms
|
|
2023-04-04 09:59:40.071 +00:00 [INF] Executed endpoint 'Web.Gateway.HomeController.Index (Web.Gateway)'
|
|
2023-04-04 09:59:40.072 +00:00 [INF] HTTP POST / responded 200 in 32.2339 ms
|
|
2023-04-04 09:59:40.073 +00:00 [INF] Request finished HTTP/1.1 POST http://localhost:21093/ application/json 2664 - 200 0 - 33.7978ms
|
|
2023-04-04 09:59:46.101 +00:00 [INF] Request starting HTTP/1.1 POST http://localhost:21093/ application/json 2664
|
|
2023-04-04 09:59:46.101 +00:00 [INF] Executing endpoint 'Web.Gateway.HomeController.Index (Web.Gateway)'
|
|
2023-04-04 09:59:46.102 +00:00 [INF] Route matched with {action = "Index", controller = "Home"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] Index() on controller Web.Gateway.HomeController (Web.Gateway).
|
|
2023-04-04 09:59:46.128 +00:00 [INF] Executing StatusCodeResult, setting HTTP status code 200
|
|
2023-04-04 09:59:46.128 +00:00 [INF] Executed action Web.Gateway.HomeController.Index (Web.Gateway) in 26.3881ms
|
|
2023-04-04 09:59:46.129 +00:00 [INF] Executed endpoint 'Web.Gateway.HomeController.Index (Web.Gateway)'
|
|
2023-04-04 09:59:46.129 +00:00 [INF] HTTP POST / responded 200 in 28.0495 ms
|
|
2023-04-04 09:59:46.130 +00:00 [INF] Request finished HTTP/1.1 POST http://localhost:21093/ application/json 2664 - 200 0 - 28.8816ms
|
|
2023-04-04 09:59:50.176 +00:00 [INF] Request starting HTTP/1.1 POST http://localhost:21093/ application/json 2664
|
|
2023-04-04 09:59:50.177 +00:00 [INF] Executing endpoint 'Web.Gateway.HomeController.Index (Web.Gateway)'
|
|
2023-04-04 09:59:50.178 +00:00 [INF] Route matched with {action = "Index", controller = "Home"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] Index() on controller Web.Gateway.HomeController (Web.Gateway).
|
|
2023-04-04 09:59:50.204 +00:00 [INF] Executing StatusCodeResult, setting HTTP status code 200
|
|
2023-04-04 09:59:50.205 +00:00 [INF] Executed action Web.Gateway.HomeController.Index (Web.Gateway) in 26.5984ms
|
|
2023-04-04 09:59:50.205 +00:00 [INF] Executed endpoint 'Web.Gateway.HomeController.Index (Web.Gateway)'
|
|
2023-04-04 09:59:50.205 +00:00 [INF] HTTP POST / responded 200 in 28.3388 ms
|
|
2023-04-04 09:59:50.206 +00:00 [INF] Request finished HTTP/1.1 POST http://localhost:21093/ application/json 2664 - 200 0 - 29.3233ms
|
|
2023-04-04 09:59:56.219 +00:00 [INF] Request starting HTTP/1.1 POST http://localhost:21093/ application/json 2664
|
|
2023-04-04 09:59:56.219 +00:00 [INF] Executing endpoint 'Web.Gateway.HomeController.Index (Web.Gateway)'
|
|
2023-04-04 09:59:56.219 +00:00 [INF] Route matched with {action = "Index", controller = "Home"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] Index() on controller Web.Gateway.HomeController (Web.Gateway).
|
|
2023-04-04 09:59:56.245 +00:00 [INF] Executing StatusCodeResult, setting HTTP status code 200
|
|
2023-04-04 09:59:56.246 +00:00 [INF] Executed action Web.Gateway.HomeController.Index (Web.Gateway) in 26.2168ms
|
|
2023-04-04 09:59:56.246 +00:00 [INF] Executed endpoint 'Web.Gateway.HomeController.Index (Web.Gateway)'
|
|
2023-04-04 09:59:56.246 +00:00 [INF] HTTP POST / responded 200 in 27.2128 ms
|
|
2023-04-04 09:59:56.246 +00:00 [INF] Request finished HTTP/1.1 POST http://localhost:21093/ application/json 2664 - 200 0 - 27.7528ms
|
|
2023-04-04 10:00:00.266 +00:00 [INF] Request starting HTTP/1.1 POST http://localhost:21093/ application/json 2664
|
|
2023-04-04 10:00:00.267 +00:00 [INF] Executing endpoint 'Web.Gateway.HomeController.Index (Web.Gateway)'
|
|
2023-04-04 10:00:00.268 +00:00 [INF] Route matched with {action = "Index", controller = "Home"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] Index() on controller Web.Gateway.HomeController (Web.Gateway).
|
|
2023-04-04 10:00:00.295 +00:00 [INF] Executing StatusCodeResult, setting HTTP status code 200
|
|
2023-04-04 10:00:00.296 +00:00 [INF] Executed action Web.Gateway.HomeController.Index (Web.Gateway) in 27.4769ms
|
|
2023-04-04 10:00:00.297 +00:00 [INF] Executed endpoint 'Web.Gateway.HomeController.Index (Web.Gateway)'
|
|
2023-04-04 10:00:00.298 +00:00 [INF] HTTP POST / responded 200 in 30.3581 ms
|
|
2023-04-04 10:00:00.298 +00:00 [INF] Request finished HTTP/1.1 POST http://localhost:21093/ application/json 2664 - 200 0 - 32.1908ms
|
|
2023-04-04 10:00:06.321 +00:00 [INF] Request starting HTTP/1.1 POST http://localhost:21093/ application/json 2666
|
|
2023-04-04 10:00:06.322 +00:00 [INF] Executing endpoint 'Web.Gateway.HomeController.Index (Web.Gateway)'
|
|
2023-04-04 10:00:06.322 +00:00 [INF] Route matched with {action = "Index", controller = "Home"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] Index() on controller Web.Gateway.HomeController (Web.Gateway).
|
|
2023-04-04 10:00:06.348 +00:00 [INF] Executing StatusCodeResult, setting HTTP status code 200
|
|
2023-04-04 10:00:06.348 +00:00 [INF] Executed action Web.Gateway.HomeController.Index (Web.Gateway) in 26.1229ms
|
|
2023-04-04 10:00:06.349 +00:00 [INF] Executed endpoint 'Web.Gateway.HomeController.Index (Web.Gateway)'
|
|
2023-04-04 10:00:06.349 +00:00 [INF] HTTP POST / responded 200 in 27.3770 ms
|
|
2023-04-04 10:00:06.349 +00:00 [INF] Request finished HTTP/1.1 POST http://localhost:21093/ application/json 2666 - 200 0 - 28.1907ms
|
|
2023-04-04 10:00:10.362 +00:00 [INF] Request starting HTTP/1.1 POST http://localhost:21093/ application/json 2664
|
|
2023-04-04 10:00:10.362 +00:00 [INF] Executing endpoint 'Web.Gateway.HomeController.Index (Web.Gateway)'
|
|
2023-04-04 10:00:10.363 +00:00 [INF] Route matched with {action = "Index", controller = "Home"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] Index() on controller Web.Gateway.HomeController (Web.Gateway).
|
|
2023-04-04 10:00:10.389 +00:00 [INF] Executing StatusCodeResult, setting HTTP status code 200
|
|
2023-04-04 10:00:10.389 +00:00 [INF] Executed action Web.Gateway.HomeController.Index (Web.Gateway) in 26.4955ms
|
|
2023-04-04 10:00:10.390 +00:00 [INF] Executed endpoint 'Web.Gateway.HomeController.Index (Web.Gateway)'
|
|
2023-04-04 10:00:10.390 +00:00 [INF] HTTP POST / responded 200 in 27.7634 ms
|
|
2023-04-04 10:00:10.390 +00:00 [INF] Request finished HTTP/1.1 POST http://localhost:21093/ application/json 2664 - 200 0 - 28.4837ms
|
|
2023-04-04 10:00:16.421 +00:00 [INF] Request starting HTTP/1.1 POST http://localhost:21093/ application/json 2664
|
|
2023-04-04 10:00:16.422 +00:00 [INF] Executing endpoint 'Web.Gateway.HomeController.Index (Web.Gateway)'
|
|
2023-04-04 10:00:16.423 +00:00 [INF] Route matched with {action = "Index", controller = "Home"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] Index() on controller Web.Gateway.HomeController (Web.Gateway).
|
|
2023-04-04 10:00:16.450 +00:00 [INF] Executing StatusCodeResult, setting HTTP status code 200
|
|
2023-04-04 10:00:16.450 +00:00 [INF] Executed action Web.Gateway.HomeController.Index (Web.Gateway) in 26.8603ms
|
|
2023-04-04 10:00:16.451 +00:00 [INF] Executed endpoint 'Web.Gateway.HomeController.Index (Web.Gateway)'
|
|
2023-04-04 10:00:16.451 +00:00 [INF] HTTP POST / responded 200 in 28.9365 ms
|
|
2023-04-04 10:00:16.452 +00:00 [INF] Request finished HTTP/1.1 POST http://localhost:21093/ application/json 2664 - 200 0 - 30.3107ms
|
|
2023-04-04 10:00:20.493 +00:00 [INF] Request starting HTTP/1.1 POST http://localhost:21093/ application/json 2664
|
|
2023-04-04 10:00:20.494 +00:00 [INF] Executing endpoint 'Web.Gateway.HomeController.Index (Web.Gateway)'
|
|
2023-04-04 10:00:20.495 +00:00 [INF] Route matched with {action = "Index", controller = "Home"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] Index() on controller Web.Gateway.HomeController (Web.Gateway).
|
|
2023-04-04 10:00:20.522 +00:00 [INF] Executing StatusCodeResult, setting HTTP status code 200
|
|
2023-04-04 10:00:20.522 +00:00 [INF] Executed action Web.Gateway.HomeController.Index (Web.Gateway) in 27.0252ms
|
|
2023-04-04 10:00:20.523 +00:00 [INF] Executed endpoint 'Web.Gateway.HomeController.Index (Web.Gateway)'
|
|
2023-04-04 10:00:20.523 +00:00 [INF] HTTP POST / responded 200 in 29.1714 ms
|
|
2023-04-04 10:00:20.524 +00:00 [INF] Request finished HTTP/1.1 POST http://localhost:21093/ application/json 2664 - 200 0 - 30.4470ms
|
|
2023-04-04 10:00:26.547 +00:00 [INF] Request starting HTTP/1.1 POST http://localhost:21093/ application/json 2664
|
|
2023-04-04 10:00:26.548 +00:00 [INF] Executing endpoint 'Web.Gateway.HomeController.Index (Web.Gateway)'
|
|
2023-04-04 10:00:26.549 +00:00 [INF] Route matched with {action = "Index", controller = "Home"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] Index() on controller Web.Gateway.HomeController (Web.Gateway).
|
|
2023-04-04 10:00:26.576 +00:00 [INF] Executing StatusCodeResult, setting HTTP status code 200
|
|
2023-04-04 10:00:26.577 +00:00 [INF] Executed action Web.Gateway.HomeController.Index (Web.Gateway) in 27.4261ms
|
|
2023-04-04 10:00:26.577 +00:00 [INF] Executed endpoint 'Web.Gateway.HomeController.Index (Web.Gateway)'
|
|
2023-04-04 10:00:26.578 +00:00 [INF] HTTP POST / responded 200 in 29.8637 ms
|
|
2023-04-04 10:00:26.578 +00:00 [INF] Request finished HTTP/1.1 POST http://localhost:21093/ application/json 2664 - 200 0 - 31.3427ms
|
|
2023-04-04 10:00:30.587 +00:00 [INF] Request starting HTTP/1.1 POST http://localhost:21093/ application/json 2666
|
|
2023-04-04 10:00:30.589 +00:00 [INF] Executing endpoint 'Web.Gateway.HomeController.Index (Web.Gateway)'
|
|
2023-04-04 10:00:30.589 +00:00 [INF] Route matched with {action = "Index", controller = "Home"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] Index() on controller Web.Gateway.HomeController (Web.Gateway).
|
|
2023-04-04 10:00:30.616 +00:00 [INF] Executing StatusCodeResult, setting HTTP status code 200
|
|
2023-04-04 10:00:30.616 +00:00 [INF] Executed action Web.Gateway.HomeController.Index (Web.Gateway) in 26.6052ms
|
|
2023-04-04 10:00:30.617 +00:00 [INF] Executed endpoint 'Web.Gateway.HomeController.Index (Web.Gateway)'
|
|
2023-04-04 10:00:30.617 +00:00 [INF] HTTP POST / responded 200 in 28.4210 ms
|
|
2023-04-04 10:00:30.617 +00:00 [INF] Request finished HTTP/1.1 POST http://localhost:21093/ application/json 2666 - 200 0 - 29.9672ms
|
|
2023-04-04 10:00:36.633 +00:00 [INF] Request starting HTTP/1.1 POST http://localhost:21093/ application/json 2666
|
|
2023-04-04 10:00:36.633 +00:00 [INF] Executing endpoint 'Web.Gateway.HomeController.Index (Web.Gateway)'
|
|
2023-04-04 10:00:36.633 +00:00 [INF] Route matched with {action = "Index", controller = "Home"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] Index() on controller Web.Gateway.HomeController (Web.Gateway).
|
|
2023-04-04 10:00:36.659 +00:00 [INF] Executing StatusCodeResult, setting HTTP status code 200
|
|
2023-04-04 10:00:36.660 +00:00 [INF] Executed action Web.Gateway.HomeController.Index (Web.Gateway) in 26.2311ms
|
|
2023-04-04 10:00:36.660 +00:00 [INF] Executed endpoint 'Web.Gateway.HomeController.Index (Web.Gateway)'
|
|
2023-04-04 10:00:36.660 +00:00 [INF] HTTP POST / responded 200 in 27.3967 ms
|
|
2023-04-04 10:00:36.661 +00:00 [INF] Request finished HTTP/1.1 POST http://localhost:21093/ application/json 2666 - 200 0 - 28.0928ms
|
|
2023-04-04 10:00:40.680 +00:00 [INF] Request starting HTTP/1.1 POST http://localhost:21093/ application/json 2664
|
|
2023-04-04 10:00:40.680 +00:00 [INF] Executing endpoint 'Web.Gateway.HomeController.Index (Web.Gateway)'
|
|
2023-04-04 10:00:40.681 +00:00 [INF] Route matched with {action = "Index", controller = "Home"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] Index() on controller Web.Gateway.HomeController (Web.Gateway).
|
|
2023-04-04 10:00:40.707 +00:00 [INF] Executing StatusCodeResult, setting HTTP status code 200
|
|
2023-04-04 10:00:40.707 +00:00 [INF] Executed action Web.Gateway.HomeController.Index (Web.Gateway) in 26.2706ms
|
|
2023-04-04 10:00:40.707 +00:00 [INF] Executed endpoint 'Web.Gateway.HomeController.Index (Web.Gateway)'
|
|
2023-04-04 10:00:40.708 +00:00 [INF] HTTP POST / responded 200 in 27.3443 ms
|
|
2023-04-04 10:00:40.708 +00:00 [INF] Request finished HTTP/1.1 POST http://localhost:21093/ application/json 2664 - 200 0 - 28.2969ms
|
|
2023-04-04 10:00:46.724 +00:00 [INF] Request starting HTTP/1.1 POST http://localhost:21093/ application/json 2664
|
|
2023-04-04 10:00:46.724 +00:00 [INF] Executing endpoint 'Web.Gateway.HomeController.Index (Web.Gateway)'
|
|
2023-04-04 10:00:46.725 +00:00 [INF] Route matched with {action = "Index", controller = "Home"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] Index() on controller Web.Gateway.HomeController (Web.Gateway).
|
|
2023-04-04 10:00:46.751 +00:00 [INF] Executing StatusCodeResult, setting HTTP status code 200
|
|
2023-04-04 10:00:46.752 +00:00 [INF] Executed action Web.Gateway.HomeController.Index (Web.Gateway) in 27.0214ms
|
|
2023-04-04 10:00:46.752 +00:00 [INF] Executed endpoint 'Web.Gateway.HomeController.Index (Web.Gateway)'
|
|
2023-04-04 10:00:46.753 +00:00 [INF] HTTP POST / responded 200 in 28.5502 ms
|
|
2023-04-04 10:00:46.753 +00:00 [INF] Request finished HTTP/1.1 POST http://localhost:21093/ application/json 2664 - 200 0 - 29.5768ms
|
|
2023-04-04 10:00:50.770 +00:00 [INF] Request starting HTTP/1.1 POST http://localhost:21093/ application/json 2664
|
|
2023-04-04 10:00:50.771 +00:00 [INF] Executing endpoint 'Web.Gateway.HomeController.Index (Web.Gateway)'
|
|
2023-04-04 10:00:50.772 +00:00 [INF] Route matched with {action = "Index", controller = "Home"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] Index() on controller Web.Gateway.HomeController (Web.Gateway).
|
|
2023-04-04 10:00:50.798 +00:00 [INF] Executing StatusCodeResult, setting HTTP status code 200
|
|
2023-04-04 10:00:50.800 +00:00 [INF] Executed action Web.Gateway.HomeController.Index (Web.Gateway) in 27.7076ms
|
|
2023-04-04 10:00:50.800 +00:00 [INF] Executed endpoint 'Web.Gateway.HomeController.Index (Web.Gateway)'
|
|
2023-04-04 10:00:50.801 +00:00 [INF] HTTP POST / responded 200 in 30.0843 ms
|
|
2023-04-04 10:00:50.801 +00:00 [INF] Request finished HTTP/1.1 POST http://localhost:21093/ application/json 2664 - 200 0 - 31.2597ms
|
|
2023-04-04 10:00:56.834 +00:00 [INF] Request starting HTTP/1.1 POST http://localhost:21093/ application/json 2664
|
|
2023-04-04 10:00:56.835 +00:00 [INF] Executing endpoint 'Web.Gateway.HomeController.Index (Web.Gateway)'
|
|
2023-04-04 10:00:56.836 +00:00 [INF] Route matched with {action = "Index", controller = "Home"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] Index() on controller Web.Gateway.HomeController (Web.Gateway).
|
|
2023-04-04 10:00:56.863 +00:00 [INF] Executing StatusCodeResult, setting HTTP status code 200
|
|
2023-04-04 10:00:56.863 +00:00 [INF] Executed action Web.Gateway.HomeController.Index (Web.Gateway) in 27.1783ms
|
|
2023-04-04 10:00:56.864 +00:00 [INF] Executed endpoint 'Web.Gateway.HomeController.Index (Web.Gateway)'
|
|
2023-04-04 10:00:56.864 +00:00 [INF] HTTP POST / responded 200 in 29.2975 ms
|
|
2023-04-04 10:00:56.865 +00:00 [INF] Request finished HTTP/1.1 POST http://localhost:21093/ application/json 2664 - 200 0 - 30.9102ms
|
|
2023-04-04 10:01:00.878 +00:00 [INF] Request starting HTTP/1.1 POST http://localhost:21093/ application/json 2664
|
|
2023-04-04 10:01:00.878 +00:00 [INF] Executing endpoint 'Web.Gateway.HomeController.Index (Web.Gateway)'
|
|
2023-04-04 10:01:00.879 +00:00 [INF] Route matched with {action = "Index", controller = "Home"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] Index() on controller Web.Gateway.HomeController (Web.Gateway).
|
|
2023-04-04 10:01:00.905 +00:00 [INF] Executing StatusCodeResult, setting HTTP status code 200
|
|
2023-04-04 10:01:00.905 +00:00 [INF] Executed action Web.Gateway.HomeController.Index (Web.Gateway) in 26.4059ms
|
|
2023-04-04 10:01:00.906 +00:00 [INF] Executed endpoint 'Web.Gateway.HomeController.Index (Web.Gateway)'
|
|
2023-04-04 10:01:00.906 +00:00 [INF] HTTP POST / responded 200 in 27.5816 ms
|
|
2023-04-04 10:01:00.906 +00:00 [INF] Request finished HTTP/1.1 POST http://localhost:21093/ application/json 2664 - 200 0 - 28.4295ms
|
|
2023-04-04 10:01:06.944 +00:00 [INF] Request starting HTTP/1.1 POST http://localhost:21093/ application/json 2664
|
|
2023-04-04 10:01:06.945 +00:00 [INF] Executing endpoint 'Web.Gateway.HomeController.Index (Web.Gateway)'
|
|
2023-04-04 10:01:06.945 +00:00 [INF] Route matched with {action = "Index", controller = "Home"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] Index() on controller Web.Gateway.HomeController (Web.Gateway).
|
|
2023-04-04 10:01:06.972 +00:00 [INF] Executing StatusCodeResult, setting HTTP status code 200
|
|
2023-04-04 10:01:06.972 +00:00 [INF] Executed action Web.Gateway.HomeController.Index (Web.Gateway) in 27.0058ms
|
|
2023-04-04 10:01:06.973 +00:00 [INF] Executed endpoint 'Web.Gateway.HomeController.Index (Web.Gateway)'
|
|
2023-04-04 10:01:06.973 +00:00 [INF] HTTP POST / responded 200 in 28.5439 ms
|
|
2023-04-04 10:01:06.974 +00:00 [INF] Request finished HTTP/1.1 POST http://localhost:21093/ application/json 2664 - 200 0 - 29.5159ms
|
|
2023-04-04 10:01:10.997 +00:00 [INF] Request starting HTTP/1.1 POST http://localhost:21093/ application/json 2664
|
|
2023-04-04 10:01:10.997 +00:00 [INF] Executing endpoint 'Web.Gateway.HomeController.Index (Web.Gateway)'
|
|
2023-04-04 10:01:10.998 +00:00 [INF] Route matched with {action = "Index", controller = "Home"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] Index() on controller Web.Gateway.HomeController (Web.Gateway).
|
|
2023-04-04 10:01:11.024 +00:00 [INF] Executing StatusCodeResult, setting HTTP status code 200
|
|
2023-04-04 10:01:11.025 +00:00 [INF] Executed action Web.Gateway.HomeController.Index (Web.Gateway) in 26.5007ms
|
|
2023-04-04 10:01:11.025 +00:00 [INF] Executed endpoint 'Web.Gateway.HomeController.Index (Web.Gateway)'
|
|
2023-04-04 10:01:11.025 +00:00 [INF] HTTP POST / responded 200 in 28.0744 ms
|
|
2023-04-04 10:01:11.026 +00:00 [INF] Request finished HTTP/1.1 POST http://localhost:21093/ application/json 2664 - 200 0 - 28.8077ms
|
|
2023-04-04 10:01:17.065 +00:00 [INF] Request starting HTTP/1.1 POST http://localhost:21093/ application/json 2664
|
|
2023-04-04 10:01:17.065 +00:00 [INF] Executing endpoint 'Web.Gateway.HomeController.Index (Web.Gateway)'
|
|
2023-04-04 10:01:17.066 +00:00 [INF] Route matched with {action = "Index", controller = "Home"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] Index() on controller Web.Gateway.HomeController (Web.Gateway).
|
|
2023-04-04 10:01:17.093 +00:00 [INF] Executing StatusCodeResult, setting HTTP status code 200
|
|
2023-04-04 10:01:17.094 +00:00 [INF] Executed action Web.Gateway.HomeController.Index (Web.Gateway) in 27.6775ms
|
|
2023-04-04 10:01:17.095 +00:00 [INF] Executed endpoint 'Web.Gateway.HomeController.Index (Web.Gateway)'
|
|
2023-04-04 10:01:17.095 +00:00 [INF] HTTP POST / responded 200 in 30.0036 ms
|
|
2023-04-04 10:01:17.096 +00:00 [INF] Request finished HTTP/1.1 POST http://localhost:21093/ application/json 2664 - 200 0 - 31.4065ms
|
|
2023-04-04 10:01:21.123 +00:00 [INF] Request starting HTTP/1.1 POST http://localhost:21093/ application/json 2666
|
|
2023-04-04 10:01:21.124 +00:00 [INF] Executing endpoint 'Web.Gateway.HomeController.Index (Web.Gateway)'
|
|
2023-04-04 10:01:21.124 +00:00 [INF] Route matched with {action = "Index", controller = "Home"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] Index() on controller Web.Gateway.HomeController (Web.Gateway).
|
|
2023-04-04 10:01:21.151 +00:00 [INF] Executing StatusCodeResult, setting HTTP status code 200
|
|
2023-04-04 10:01:21.151 +00:00 [INF] Executed action Web.Gateway.HomeController.Index (Web.Gateway) in 26.6254ms
|
|
2023-04-04 10:01:21.151 +00:00 [INF] Executed endpoint 'Web.Gateway.HomeController.Index (Web.Gateway)'
|
|
2023-04-04 10:01:21.151 +00:00 [INF] HTTP POST / responded 200 in 27.7998 ms
|
|
2023-04-04 10:01:21.152 +00:00 [INF] Request finished HTTP/1.1 POST http://localhost:21093/ application/json 2666 - 200 0 - 28.5047ms
|
|
2023-04-04 10:01:25.944 +00:00 [INF] Request starting HTTP/1.1 GET http://localhost:21093/settings//appsettings.json - -
|
|
2023-04-04 10:01:25.948 +00:00 [INF] Sending file. Request path: '/settings//appsettings.json'. Physical path: '/app/wwwroot/settings/appsettings.json'
|
|
2023-04-04 10:01:25.948 +00:00 [INF] HTTP GET /settings//appsettings.json responded 200 in 3.0717 ms
|
|
2023-04-04 10:01:25.948 +00:00 [INF] Request finished HTTP/1.1 GET http://localhost:21093/settings//appsettings.json - - - 200 5088 application/json 3.8348ms
|
|
2023-04-04 10:01:25.956 +00:00 [INF] Request starting HTTP/1.1 GET http://localhost:21093/settings//appsettings.Development.json - -
|
|
2023-04-04 10:01:25.959 +00:00 [INF] Sending file. Request path: '/settings//appsettings.Development.json'. Physical path: '/app/wwwroot/settings/appsettings.Development.json'
|
|
2023-04-04 10:01:25.960 +00:00 [INF] HTTP GET /settings//appsettings.Development.json responded 200 in 3.0750 ms
|
|
2023-04-04 10:01:25.960 +00:00 [INF] Request finished HTTP/1.1 GET http://localhost:21093/settings//appsettings.Development.json - - - 200 7011 application/json 3.6569ms
|
|
2023-04-04 10:01:25.963 +00:00 [INF] Request starting HTTP/1.1 GET http://localhost:21093/settings//appsettings.Development.json - -
|
|
2023-04-04 10:01:25.966 +00:00 [INF] Sending file. Request path: '/settings//appsettings.Development.json'. Physical path: '/app/wwwroot/settings/appsettings.Development.json'
|
|
2023-04-04 10:01:25.967 +00:00 [INF] HTTP GET /settings//appsettings.Development.json responded 200 in 3.5432 ms
|
|
2023-04-04 10:01:25.967 +00:00 [INF] Request finished HTTP/1.1 GET http://localhost:21093/settings//appsettings.Development.json - - - 200 7011 application/json 4.0875ms
|
|
2023-04-04 10:01:27.180 +00:00 [INF] Request starting HTTP/1.1 POST http://localhost:21093/ application/json 2664
|
|
2023-04-04 10:01:27.180 +00:00 [INF] Executing endpoint 'Web.Gateway.HomeController.Index (Web.Gateway)'
|
|
2023-04-04 10:01:27.180 +00:00 [INF] Route matched with {action = "Index", controller = "Home"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] Index() on controller Web.Gateway.HomeController (Web.Gateway).
|
|
2023-04-04 10:01:27.207 +00:00 [INF] Executing StatusCodeResult, setting HTTP status code 200
|
|
2023-04-04 10:01:27.207 +00:00 [INF] Executed action Web.Gateway.HomeController.Index (Web.Gateway) in 26.4308ms
|
|
2023-04-04 10:01:27.207 +00:00 [INF] Executed endpoint 'Web.Gateway.HomeController.Index (Web.Gateway)'
|
|
2023-04-04 10:01:27.208 +00:00 [INF] HTTP POST / responded 200 in 27.6183 ms
|
|
2023-04-04 10:01:27.208 +00:00 [INF] Request finished HTTP/1.1 POST http://localhost:21093/ application/json 2664 - 200 0 - 28.2797ms
|
|
2023-04-04 10:01:28.640 +00:00 [INF] Request starting HTTP/1.1 POST http://localhost:21093/ application/json 71823
|
|
2023-04-04 10:01:28.641 +00:00 [INF] Executing endpoint 'Web.Gateway.HomeController.Index (Web.Gateway)'
|
|
2023-04-04 10:01:28.642 +00:00 [INF] Route matched with {action = "Index", controller = "Home"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] Index() on controller Web.Gateway.HomeController (Web.Gateway).
|
|
2023-04-04 10:01:28.670 +00:00 [INF] Executing StatusCodeResult, setting HTTP status code 200
|
|
2023-04-04 10:01:28.670 +00:00 [INF] Executed action Web.Gateway.HomeController.Index (Web.Gateway) in 28.393ms
|
|
2023-04-04 10:01:28.670 +00:00 [INF] Executed endpoint 'Web.Gateway.HomeController.Index (Web.Gateway)'
|
|
2023-04-04 10:01:28.671 +00:00 [INF] HTTP POST / responded 200 in 29.5993 ms
|
|
2023-04-04 10:01:28.671 +00:00 [INF] Request finished HTTP/1.1 POST http://localhost:21093/ application/json 71823 - 200 0 - 30.8621ms
|
|
2023-04-04 10:01:30.675 +00:00 [INF] Request starting HTTP/1.1 POST http://localhost:21093/ application/json 95380
|
|
2023-04-04 10:01:30.675 +00:00 [INF] Executing endpoint 'Web.Gateway.HomeController.Index (Web.Gateway)'
|
|
2023-04-04 10:01:30.676 +00:00 [INF] Route matched with {action = "Index", controller = "Home"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] Index() on controller Web.Gateway.HomeController (Web.Gateway).
|
|
2023-04-04 10:01:30.708 +00:00 [INF] Executing StatusCodeResult, setting HTTP status code 200
|
|
2023-04-04 10:01:30.708 +00:00 [INF] Executed action Web.Gateway.HomeController.Index (Web.Gateway) in 32.261ms
|
|
2023-04-04 10:01:30.709 +00:00 [INF] Executed endpoint 'Web.Gateway.HomeController.Index (Web.Gateway)'
|
|
2023-04-04 10:01:30.709 +00:00 [INF] HTTP POST / responded 200 in 33.5854 ms
|
|
2023-04-04 10:01:30.710 +00:00 [INF] Request finished HTTP/1.1 POST http://localhost:21093/ application/json 95380 - 200 0 - 35.1046ms
|
|
2023-04-04 10:01:31.226 +00:00 [INF] Request starting HTTP/1.1 POST http://localhost:21093/ application/json 25844
|
|
2023-04-04 10:01:31.227 +00:00 [INF] Executing endpoint 'Web.Gateway.HomeController.Index (Web.Gateway)'
|
|
2023-04-04 10:01:31.227 +00:00 [INF] Route matched with {action = "Index", controller = "Home"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] Index() on controller Web.Gateway.HomeController (Web.Gateway).
|
|
2023-04-04 10:01:31.313 +00:00 [INF] Executing StatusCodeResult, setting HTTP status code 200
|
|
2023-04-04 10:01:31.314 +00:00 [INF] Executed action Web.Gateway.HomeController.Index (Web.Gateway) in 86.0823ms
|
|
2023-04-04 10:01:31.314 +00:00 [INF] Executed endpoint 'Web.Gateway.HomeController.Index (Web.Gateway)'
|
|
2023-04-04 10:01:31.314 +00:00 [INF] HTTP POST / responded 200 in 87.4688 ms
|
|
2023-04-04 10:01:31.314 +00:00 [INF] Request finished HTTP/1.1 POST http://localhost:21093/ application/json 25844 - 200 0 - 88.2816ms
|
|
2023-04-04 10:01:32.723 +00:00 [INF] Request starting HTTP/1.1 POST http://localhost:21093/ application/json 34528
|
|
2023-04-04 10:01:32.723 +00:00 [INF] Executing endpoint 'Web.Gateway.HomeController.Index (Web.Gateway)'
|
|
2023-04-04 10:01:32.724 +00:00 [INF] Route matched with {action = "Index", controller = "Home"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] Index() on controller Web.Gateway.HomeController (Web.Gateway).
|
|
2023-04-04 10:01:32.753 +00:00 [INF] Executing StatusCodeResult, setting HTTP status code 200
|
|
2023-04-04 10:01:32.754 +00:00 [INF] Executed action Web.Gateway.HomeController.Index (Web.Gateway) in 30.0078ms
|
|
2023-04-04 10:01:32.754 +00:00 [INF] Executed endpoint 'Web.Gateway.HomeController.Index (Web.Gateway)'
|
|
2023-04-04 10:01:32.755 +00:00 [INF] HTTP POST / responded 200 in 31.2542 ms
|
|
2023-04-04 10:01:32.755 +00:00 [INF] Request finished HTTP/1.1 POST http://localhost:21093/ application/json 34528 - 200 0 - 32.2426ms
|
|
2023-04-04 10:01:37.337 +00:00 [INF] Request starting HTTP/1.1 POST http://localhost:21093/ application/json 2664
|
|
2023-04-04 10:01:37.337 +00:00 [INF] Executing endpoint 'Web.Gateway.HomeController.Index (Web.Gateway)'
|
|
2023-04-04 10:01:37.337 +00:00 [INF] Route matched with {action = "Index", controller = "Home"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] Index() on controller Web.Gateway.HomeController (Web.Gateway).
|
|
2023-04-04 10:01:37.364 +00:00 [INF] Executing StatusCodeResult, setting HTTP status code 200
|
|
2023-04-04 10:01:37.364 +00:00 [INF] Executed action Web.Gateway.HomeController.Index (Web.Gateway) in 26.3859ms
|
|
2023-04-04 10:01:37.364 +00:00 [INF] Executed endpoint 'Web.Gateway.HomeController.Index (Web.Gateway)'
|
|
2023-04-04 10:01:37.365 +00:00 [INF] HTTP POST / responded 200 in 27.4444 ms
|
|
2023-04-04 10:01:37.365 +00:00 [INF] Request finished HTTP/1.1 POST http://localhost:21093/ application/json 2664 - 200 0 - 28.1346ms
|
|
2023-04-04 10:01:40.790 +00:00 [INF] Request starting HTTP/1.1 POST http://localhost:21093/ application/json 22431
|
|
2023-04-04 10:01:40.791 +00:00 [INF] Executing endpoint 'Web.Gateway.HomeController.Index (Web.Gateway)'
|
|
2023-04-04 10:01:40.791 +00:00 [INF] Route matched with {action = "Index", controller = "Home"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] Index() on controller Web.Gateway.HomeController (Web.Gateway).
|
|
2023-04-04 10:01:40.818 +00:00 [INF] Executing StatusCodeResult, setting HTTP status code 200
|
|
2023-04-04 10:01:40.818 +00:00 [INF] Executed action Web.Gateway.HomeController.Index (Web.Gateway) in 26.971ms
|
|
2023-04-04 10:01:40.819 +00:00 [INF] Executed endpoint 'Web.Gateway.HomeController.Index (Web.Gateway)'
|
|
2023-04-04 10:01:40.819 +00:00 [INF] HTTP POST / responded 200 in 28.1928 ms
|
|
2023-04-04 10:01:40.819 +00:00 [INF] Request finished HTTP/1.1 POST http://localhost:21093/ application/json 22431 - 200 0 - 28.9349ms
|
|
2023-04-04 10:01:41.370 +00:00 [INF] Request starting HTTP/1.1 POST http://localhost:21093/ application/json 2664
|
|
2023-04-04 10:01:41.370 +00:00 [INF] Executing endpoint 'Web.Gateway.HomeController.Index (Web.Gateway)'
|
|
2023-04-04 10:01:41.371 +00:00 [INF] Route matched with {action = "Index", controller = "Home"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] Index() on controller Web.Gateway.HomeController (Web.Gateway).
|
|
2023-04-04 10:01:41.397 +00:00 [INF] Executing StatusCodeResult, setting HTTP status code 200
|
|
2023-04-04 10:01:41.397 +00:00 [INF] Executed action Web.Gateway.HomeController.Index (Web.Gateway) in 26.2468ms
|
|
2023-04-04 10:01:41.398 +00:00 [INF] Executed endpoint 'Web.Gateway.HomeController.Index (Web.Gateway)'
|
|
2023-04-04 10:01:41.398 +00:00 [INF] HTTP POST / responded 200 in 27.4614 ms
|
|
2023-04-04 10:01:41.398 +00:00 [INF] Request finished HTTP/1.1 POST http://localhost:21093/ application/json 2664 - 200 0 - 28.1663ms
|
|
2023-04-04 10:01:47.420 +00:00 [INF] Request starting HTTP/1.1 POST http://localhost:21093/ application/json 2666
|
|
2023-04-04 10:01:47.421 +00:00 [INF] Executing endpoint 'Web.Gateway.HomeController.Index (Web.Gateway)'
|
|
2023-04-04 10:01:47.421 +00:00 [INF] Route matched with {action = "Index", controller = "Home"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] Index() on controller Web.Gateway.HomeController (Web.Gateway).
|
|
2023-04-04 10:01:47.448 +00:00 [INF] Executing StatusCodeResult, setting HTTP status code 200
|
|
2023-04-04 10:01:47.449 +00:00 [INF] Executed action Web.Gateway.HomeController.Index (Web.Gateway) in 27.6423ms
|
|
2023-04-04 10:01:47.449 +00:00 [INF] Executed endpoint 'Web.Gateway.HomeController.Index (Web.Gateway)'
|
|
2023-04-04 10:01:47.450 +00:00 [INF] HTTP POST / responded 200 in 29.0436 ms
|
|
2023-04-04 10:01:47.450 +00:00 [INF] Request finished HTTP/1.1 POST http://localhost:21093/ application/json 2666 - 200 0 - 29.7649ms
|
|
2023-04-04 10:01:49.378 +00:00 [INF] Request starting HTTP/1.1 GET http://localhost:21093/settings//appsettings.json - -
|
|
2023-04-04 10:01:49.380 +00:00 [INF] Sending file. Request path: '/settings//appsettings.json'. Physical path: '/app/wwwroot/settings/appsettings.json'
|
|
2023-04-04 10:01:49.380 +00:00 [INF] HTTP GET /settings//appsettings.json responded 200 in 2.1908 ms
|
|
2023-04-04 10:01:49.381 +00:00 [INF] Request finished HTTP/1.1 GET http://localhost:21093/settings//appsettings.json - - - 200 5088 application/json 2.8037ms
|
|
2023-04-04 10:01:49.389 +00:00 [INF] Request starting HTTP/1.1 GET http://localhost:21093/settings//appsettings.Development.json - -
|
|
2023-04-04 10:01:49.392 +00:00 [INF] Sending file. Request path: '/settings//appsettings.Development.json'. Physical path: '/app/wwwroot/settings/appsettings.Development.json'
|
|
2023-04-04 10:01:49.393 +00:00 [INF] HTTP GET /settings//appsettings.Development.json responded 200 in 3.5472 ms
|
|
2023-04-04 10:01:49.393 +00:00 [INF] Request finished HTTP/1.1 GET http://localhost:21093/settings//appsettings.Development.json - - - 200 7011 application/json 4.2535ms
|
|
2023-04-04 10:01:49.396 +00:00 [INF] Request starting HTTP/1.1 GET http://localhost:21093/settings//appsettings.Development.json - -
|
|
2023-04-04 10:01:49.399 +00:00 [INF] Sending file. Request path: '/settings//appsettings.Development.json'. Physical path: '/app/wwwroot/settings/appsettings.Development.json'
|
|
2023-04-04 10:01:49.399 +00:00 [INF] HTTP GET /settings//appsettings.Development.json responded 200 in 3.3860 ms
|
|
2023-04-04 10:01:49.399 +00:00 [INF] Request finished HTTP/1.1 GET http://localhost:21093/settings//appsettings.Development.json - - - 200 7011 application/json 3.8788ms
|
|
2023-04-04 10:01:51.466 +00:00 [INF] Request starting HTTP/1.1 POST http://localhost:21093/ application/json 2664
|
|
2023-04-04 10:01:51.466 +00:00 [INF] Executing endpoint 'Web.Gateway.HomeController.Index (Web.Gateway)'
|
|
2023-04-04 10:01:51.467 +00:00 [INF] Route matched with {action = "Index", controller = "Home"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] Index() on controller Web.Gateway.HomeController (Web.Gateway).
|
|
2023-04-04 10:01:51.493 +00:00 [INF] Executing StatusCodeResult, setting HTTP status code 200
|
|
2023-04-04 10:01:51.493 +00:00 [INF] Executed action Web.Gateway.HomeController.Index (Web.Gateway) in 26.6031ms
|
|
2023-04-04 10:01:51.494 +00:00 [INF] Executed endpoint 'Web.Gateway.HomeController.Index (Web.Gateway)'
|
|
2023-04-04 10:01:51.494 +00:00 [INF] HTTP POST / responded 200 in 27.7928 ms
|
|
2023-04-04 10:01:51.494 +00:00 [INF] Request finished HTTP/1.1 POST http://localhost:21093/ application/json 2664 - 200 0 - 28.4842ms
|
|
2023-04-04 10:01:52.118 +00:00 [INF] Request starting HTTP/1.1 POST http://localhost:21093/ application/json 80543
|
|
2023-04-04 10:01:52.119 +00:00 [INF] Executing endpoint 'Web.Gateway.HomeController.Index (Web.Gateway)'
|
|
2023-04-04 10:01:52.119 +00:00 [INF] Route matched with {action = "Index", controller = "Home"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] Index() on controller Web.Gateway.HomeController (Web.Gateway).
|
|
2023-04-04 10:01:52.148 +00:00 [INF] Executing StatusCodeResult, setting HTTP status code 200
|
|
2023-04-04 10:01:52.148 +00:00 [INF] Executed action Web.Gateway.HomeController.Index (Web.Gateway) in 29.0854ms
|
|
2023-04-04 10:01:52.149 +00:00 [INF] Executed endpoint 'Web.Gateway.HomeController.Index (Web.Gateway)'
|
|
2023-04-04 10:01:52.149 +00:00 [INF] HTTP POST / responded 200 in 30.1655 ms
|
|
2023-04-04 10:01:52.150 +00:00 [INF] Request finished HTTP/1.1 POST http://localhost:21093/ application/json 80543 - 200 0 - 31.4326ms
|
|
2023-04-04 10:01:54.166 +00:00 [INF] Request starting HTTP/1.1 POST http://localhost:21093/ application/json 87038
|
|
2023-04-04 10:01:54.166 +00:00 [INF] Executing endpoint 'Web.Gateway.HomeController.Index (Web.Gateway)'
|
|
2023-04-04 10:01:54.167 +00:00 [INF] Route matched with {action = "Index", controller = "Home"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] Index() on controller Web.Gateway.HomeController (Web.Gateway).
|
|
2023-04-04 10:01:54.198 +00:00 [INF] Executing StatusCodeResult, setting HTTP status code 200
|
|
2023-04-04 10:01:54.198 +00:00 [INF] Executed action Web.Gateway.HomeController.Index (Web.Gateway) in 31.0131ms
|
|
2023-04-04 10:01:54.198 +00:00 [INF] Executed endpoint 'Web.Gateway.HomeController.Index (Web.Gateway)'
|
|
2023-04-04 10:01:54.199 +00:00 [INF] HTTP POST / responded 200 in 32.4327 ms
|
|
2023-04-04 10:01:54.199 +00:00 [INF] Request finished HTTP/1.1 POST http://localhost:21093/ application/json 87038 - 200 0 - 33.9122ms
|
|
2023-04-04 10:01:55.517 +00:00 [INF] Request starting HTTP/1.1 POST http://localhost:21093/ application/json 23178
|
|
2023-04-04 10:01:55.517 +00:00 [INF] Executing endpoint 'Web.Gateway.HomeController.Index (Web.Gateway)'
|
|
2023-04-04 10:01:55.518 +00:00 [INF] Route matched with {action = "Index", controller = "Home"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] Index() on controller Web.Gateway.HomeController (Web.Gateway).
|
|
2023-04-04 10:01:55.593 +00:00 [INF] Executing StatusCodeResult, setting HTTP status code 200
|
|
2023-04-04 10:01:55.593 +00:00 [INF] Executed action Web.Gateway.HomeController.Index (Web.Gateway) in 75.4433ms
|
|
2023-04-04 10:01:55.594 +00:00 [INF] Executed endpoint 'Web.Gateway.HomeController.Index (Web.Gateway)'
|
|
2023-04-04 10:01:55.594 +00:00 [INF] HTTP POST / responded 200 in 76.6396 ms
|
|
2023-04-04 10:01:55.594 +00:00 [INF] Request finished HTTP/1.1 POST http://localhost:21093/ application/json 23178 - 200 0 - 77.3328ms
|
|
2023-04-04 10:01:57.609 +00:00 [INF] Request starting HTTP/1.1 POST http://localhost:21093/ application/json 2664
|
|
2023-04-04 10:01:57.609 +00:00 [INF] Executing endpoint 'Web.Gateway.HomeController.Index (Web.Gateway)'
|
|
2023-04-04 10:01:57.610 +00:00 [INF] Route matched with {action = "Index", controller = "Home"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] Index() on controller Web.Gateway.HomeController (Web.Gateway).
|
|
2023-04-04 10:01:57.636 +00:00 [INF] Executing StatusCodeResult, setting HTTP status code 200
|
|
2023-04-04 10:01:57.636 +00:00 [INF] Executed action Web.Gateway.HomeController.Index (Web.Gateway) in 26.4823ms
|
|
2023-04-04 10:01:57.637 +00:00 [INF] Executed endpoint 'Web.Gateway.HomeController.Index (Web.Gateway)'
|
|
2023-04-04 10:01:57.637 +00:00 [INF] HTTP POST / responded 200 in 27.6547 ms
|
|
2023-04-04 10:01:57.637 +00:00 [INF] Request finished HTTP/1.1 POST http://localhost:21093/ application/json 2664 - 200 0 - 28.3125ms
|
|
2023-04-04 10:01:58.149 +00:00 [INF] Request starting HTTP/1.1 GET http://localhost:21093/settings//appsettings.json - -
|
|
2023-04-04 10:01:58.151 +00:00 [INF] Sending file. Request path: '/settings//appsettings.json'. Physical path: '/app/wwwroot/settings/appsettings.json'
|
|
2023-04-04 10:01:58.151 +00:00 [INF] HTTP GET /settings//appsettings.json responded 200 in 1.8847 ms
|
|
2023-04-04 10:01:58.151 +00:00 [INF] Request finished HTTP/1.1 GET http://localhost:21093/settings//appsettings.json - - - 200 5088 application/json 2.4770ms
|
|
2023-04-04 10:01:58.160 +00:00 [INF] Request starting HTTP/1.1 GET http://localhost:21093/settings//appsettings.Development.json - -
|
|
2023-04-04 10:01:58.164 +00:00 [INF] Sending file. Request path: '/settings//appsettings.Development.json'. Physical path: '/app/wwwroot/settings/appsettings.Development.json'
|
|
2023-04-04 10:01:58.164 +00:00 [INF] HTTP GET /settings//appsettings.Development.json responded 200 in 3.8477 ms
|
|
2023-04-04 10:01:58.164 +00:00 [INF] Request finished HTTP/1.1 GET http://localhost:21093/settings//appsettings.Development.json - - - 200 7011 application/json 4.5586ms
|
|
2023-04-04 10:01:58.168 +00:00 [INF] Request starting HTTP/1.1 GET http://localhost:21093/settings//appsettings.Development.json - -
|
|
2023-04-04 10:01:58.171 +00:00 [INF] Sending file. Request path: '/settings//appsettings.Development.json'. Physical path: '/app/wwwroot/settings/appsettings.Development.json'
|
|
2023-04-04 10:01:58.171 +00:00 [INF] HTTP GET /settings//appsettings.Development.json responded 200 in 3.0672 ms
|
|
2023-04-04 10:01:58.171 +00:00 [INF] Request finished HTTP/1.1 GET http://localhost:21093/settings//appsettings.Development.json - - - 200 7011 application/json 3.6143ms
|
|
2023-04-04 10:02:00.884 +00:00 [INF] Request starting HTTP/1.1 POST http://localhost:21093/ application/json 76848
|
|
2023-04-04 10:02:00.884 +00:00 [INF] Executing endpoint 'Web.Gateway.HomeController.Index (Web.Gateway)'
|
|
2023-04-04 10:02:00.885 +00:00 [INF] Route matched with {action = "Index", controller = "Home"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] Index() on controller Web.Gateway.HomeController (Web.Gateway).
|
|
2023-04-04 10:02:00.924 +00:00 [INF] Executing StatusCodeResult, setting HTTP status code 200
|
|
2023-04-04 10:02:00.925 +00:00 [INF] Executed action Web.Gateway.HomeController.Index (Web.Gateway) in 39.8153ms
|
|
2023-04-04 10:02:00.925 +00:00 [INF] Executed endpoint 'Web.Gateway.HomeController.Index (Web.Gateway)'
|
|
2023-04-04 10:02:00.925 +00:00 [INF] HTTP POST / responded 200 in 40.9057 ms
|
|
2023-04-04 10:02:00.926 +00:00 [INF] Request finished HTTP/1.1 POST http://localhost:21093/ application/json 76848 - 200 0 - 42.2030ms
|
|
2023-04-04 10:02:01.668 +00:00 [INF] Request starting HTTP/1.1 POST http://localhost:21093/ application/json 2664
|
|
2023-04-04 10:02:01.669 +00:00 [INF] Executing endpoint 'Web.Gateway.HomeController.Index (Web.Gateway)'
|
|
2023-04-04 10:02:01.669 +00:00 [INF] Route matched with {action = "Index", controller = "Home"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] Index() on controller Web.Gateway.HomeController (Web.Gateway).
|
|
2023-04-04 10:02:01.696 +00:00 [INF] Executing StatusCodeResult, setting HTTP status code 200
|
|
2023-04-04 10:02:01.696 +00:00 [INF] Executed action Web.Gateway.HomeController.Index (Web.Gateway) in 26.2713ms
|
|
2023-04-04 10:02:01.696 +00:00 [INF] Executed endpoint 'Web.Gateway.HomeController.Index (Web.Gateway)'
|
|
2023-04-04 10:02:01.696 +00:00 [INF] HTTP POST / responded 200 in 27.9747 ms
|
|
2023-04-04 10:02:01.697 +00:00 [INF] Request finished HTTP/1.1 POST http://localhost:21093/ application/json 2664 - 200 0 - 29.1914ms
|
|
2023-04-04 10:02:02.950 +00:00 [INF] Request starting HTTP/1.1 POST http://localhost:21093/ application/json 97323
|
|
2023-04-04 10:02:02.950 +00:00 [INF] Executing endpoint 'Web.Gateway.HomeController.Index (Web.Gateway)'
|
|
2023-04-04 10:02:02.950 +00:00 [INF] Route matched with {action = "Index", controller = "Home"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] Index() on controller Web.Gateway.HomeController (Web.Gateway).
|
|
2023-04-04 10:02:02.988 +00:00 [INF] Executing StatusCodeResult, setting HTTP status code 200
|
|
2023-04-04 10:02:02.989 +00:00 [INF] Executed action Web.Gateway.HomeController.Index (Web.Gateway) in 38.4114ms
|
|
2023-04-04 10:02:02.989 +00:00 [INF] Executed endpoint 'Web.Gateway.HomeController.Index (Web.Gateway)'
|
|
2023-04-04 10:02:02.989 +00:00 [INF] HTTP POST / responded 200 in 39.3515 ms
|
|
2023-04-04 10:02:02.990 +00:00 [INF] Request finished HTTP/1.1 POST http://localhost:21093/ application/json 97323 - 200 0 - 40.4013ms
|
|
2023-04-04 10:02:03.711 +00:00 [INF] Request starting HTTP/1.1 POST http://localhost:21093/ application/json 23179
|
|
2023-04-04 10:02:03.711 +00:00 [INF] Executing endpoint 'Web.Gateway.HomeController.Index (Web.Gateway)'
|
|
2023-04-04 10:02:03.712 +00:00 [INF] Route matched with {action = "Index", controller = "Home"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] Index() on controller Web.Gateway.HomeController (Web.Gateway).
|
|
2023-04-04 10:02:03.783 +00:00 [INF] Executing StatusCodeResult, setting HTTP status code 200
|
|
2023-04-04 10:02:03.783 +00:00 [INF] Executed action Web.Gateway.HomeController.Index (Web.Gateway) in 71.389ms
|
|
2023-04-04 10:02:03.784 +00:00 [INF] Executed endpoint 'Web.Gateway.HomeController.Index (Web.Gateway)'
|
|
2023-04-04 10:02:03.784 +00:00 [INF] HTTP POST / responded 200 in 72.7825 ms
|
|
2023-04-04 10:02:03.784 +00:00 [INF] Request finished HTTP/1.1 POST http://localhost:21093/ application/json 23179 - 200 0 - 73.6284ms
|
|
2023-04-04 10:02:05.797 +00:00 [INF] Request starting HTTP/1.1 POST http://localhost:21093/ application/json 2664
|
|
2023-04-04 10:02:05.798 +00:00 [INF] Executing endpoint 'Web.Gateway.HomeController.Index (Web.Gateway)'
|
|
2023-04-04 10:02:05.798 +00:00 [INF] Route matched with {action = "Index", controller = "Home"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] Index() on controller Web.Gateway.HomeController (Web.Gateway).
|
|
2023-04-04 10:02:05.824 +00:00 [INF] Executing StatusCodeResult, setting HTTP status code 200
|
|
2023-04-04 10:02:05.825 +00:00 [INF] Executed action Web.Gateway.HomeController.Index (Web.Gateway) in 26.4061ms
|
|
2023-04-04 10:02:05.825 +00:00 [INF] Executed endpoint 'Web.Gateway.HomeController.Index (Web.Gateway)'
|
|
2023-04-04 10:02:05.825 +00:00 [INF] HTTP POST / responded 200 in 27.5895 ms
|
|
2023-04-04 10:02:05.826 +00:00 [INF] Request finished HTTP/1.1 POST http://localhost:21093/ application/json 2664 - 200 0 - 28.2922ms
|
|
2023-04-04 10:02:07.079 +00:00 [INF] Request starting HTTP/1.1 GET http://localhost:21093/settings//appsettings.json - -
|
|
2023-04-04 10:02:07.082 +00:00 [INF] Sending file. Request path: '/settings//appsettings.json'. Physical path: '/app/wwwroot/settings/appsettings.json'
|
|
2023-04-04 10:02:07.082 +00:00 [INF] HTTP GET /settings//appsettings.json responded 200 in 1.9861 ms
|
|
2023-04-04 10:02:07.082 +00:00 [INF] Request finished HTTP/1.1 GET http://localhost:21093/settings//appsettings.json - - - 200 5088 application/json 2.7003ms
|
|
2023-04-04 10:02:07.090 +00:00 [INF] Request starting HTTP/1.1 GET http://localhost:21093/settings//appsettings.Development.json - -
|
|
2023-04-04 10:02:07.093 +00:00 [INF] Sending file. Request path: '/settings//appsettings.Development.json'. Physical path: '/app/wwwroot/settings/appsettings.Development.json'
|
|
2023-04-04 10:02:07.093 +00:00 [INF] HTTP GET /settings//appsettings.Development.json responded 200 in 2.7971 ms
|
|
2023-04-04 10:02:07.093 +00:00 [INF] Request finished HTTP/1.1 GET http://localhost:21093/settings//appsettings.Development.json - - - 200 7011 application/json 3.4261ms
|
|
2023-04-04 10:02:07.096 +00:00 [INF] Request starting HTTP/1.1 GET http://localhost:21093/settings//appsettings.Development.json - -
|
|
2023-04-04 10:02:07.099 +00:00 [INF] Sending file. Request path: '/settings//appsettings.Development.json'. Physical path: '/app/wwwroot/settings/appsettings.Development.json'
|
|
2023-04-04 10:02:07.100 +00:00 [INF] HTTP GET /settings//appsettings.Development.json responded 200 in 2.9393 ms
|
|
2023-04-04 10:02:07.100 +00:00 [INF] Request finished HTTP/1.1 GET http://localhost:21093/settings//appsettings.Development.json - - - 200 7011 application/json 3.4447ms
|
|
2023-04-04 10:02:09.794 +00:00 [INF] Request starting HTTP/1.1 POST http://localhost:21093/ application/json 88900
|
|
2023-04-04 10:02:09.794 +00:00 [INF] Executing endpoint 'Web.Gateway.HomeController.Index (Web.Gateway)'
|
|
2023-04-04 10:02:09.795 +00:00 [INF] Route matched with {action = "Index", controller = "Home"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] Index() on controller Web.Gateway.HomeController (Web.Gateway).
|
|
2023-04-04 10:02:09.823 +00:00 [INF] Executing StatusCodeResult, setting HTTP status code 200
|
|
2023-04-04 10:02:09.824 +00:00 [INF] Executed action Web.Gateway.HomeController.Index (Web.Gateway) in 28.9744ms
|
|
2023-04-04 10:02:09.824 +00:00 [INF] Executed endpoint 'Web.Gateway.HomeController.Index (Web.Gateway)'
|
|
2023-04-04 10:02:09.824 +00:00 [INF] HTTP POST / responded 200 in 30.0579 ms
|
|
2023-04-04 10:02:09.825 +00:00 [INF] Request finished HTTP/1.1 POST http://localhost:21093/ application/json 88900 - 200 0 - 31.2324ms
|
|
2023-04-04 10:02:11.852 +00:00 [INF] Request starting HTTP/1.1 POST http://localhost:21093/ application/json 2664
|
|
2023-04-04 10:02:11.853 +00:00 [INF] Executing endpoint 'Web.Gateway.HomeController.Index (Web.Gateway)'
|
|
2023-04-04 10:02:11.853 +00:00 [INF] Route matched with {action = "Index", controller = "Home"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] Index() on controller Web.Gateway.HomeController (Web.Gateway).
|
|
2023-04-04 10:02:11.880 +00:00 [INF] Executing StatusCodeResult, setting HTTP status code 200
|
|
2023-04-04 10:02:11.880 +00:00 [INF] Executed action Web.Gateway.HomeController.Index (Web.Gateway) in 26.6132ms
|
|
2023-04-04 10:02:11.880 +00:00 [INF] Executed endpoint 'Web.Gateway.HomeController.Index (Web.Gateway)'
|
|
2023-04-04 10:02:11.881 +00:00 [INF] HTTP POST / responded 200 in 27.9209 ms
|
|
2023-04-04 10:02:11.881 +00:00 [INF] Request finished HTTP/1.1 POST http://localhost:21093/ application/json 2664 - 200 0 - 28.7096ms
|
|
2023-04-04 10:02:14.291 +00:00 [INF] Request starting HTTP/1.1 GET http://localhost:21093/settings//appsettings.json - -
|
|
2023-04-04 10:02:14.293 +00:00 [INF] Sending file. Request path: '/settings//appsettings.json'. Physical path: '/app/wwwroot/settings/appsettings.json'
|
|
2023-04-04 10:02:14.293 +00:00 [INF] HTTP GET /settings//appsettings.json responded 200 in 2.1066 ms
|
|
2023-04-04 10:02:14.293 +00:00 [INF] Request finished HTTP/1.1 GET http://localhost:21093/settings//appsettings.json - - - 200 5088 application/json 2.7326ms
|
|
2023-04-04 10:02:14.302 +00:00 [INF] Request starting HTTP/1.1 GET http://localhost:21093/settings//appsettings.Development.json - -
|
|
2023-04-04 10:02:14.305 +00:00 [INF] Sending file. Request path: '/settings//appsettings.Development.json'. Physical path: '/app/wwwroot/settings/appsettings.Development.json'
|
|
2023-04-04 10:02:14.305 +00:00 [INF] HTTP GET /settings//appsettings.Development.json responded 200 in 2.3695 ms
|
|
2023-04-04 10:02:14.305 +00:00 [INF] Request finished HTTP/1.1 GET http://localhost:21093/settings//appsettings.Development.json - - - 200 7011 application/json 2.9028ms
|
|
2023-04-04 10:02:14.308 +00:00 [INF] Request starting HTTP/1.1 GET http://localhost:21093/settings//appsettings.Development.json - -
|
|
2023-04-04 10:02:14.311 +00:00 [INF] Sending file. Request path: '/settings//appsettings.Development.json'. Physical path: '/app/wwwroot/settings/appsettings.Development.json'
|
|
2023-04-04 10:02:14.311 +00:00 [INF] HTTP GET /settings//appsettings.Development.json responded 200 in 3.4749 ms
|
|
2023-04-04 10:02:14.312 +00:00 [INF] Request finished HTTP/1.1 GET http://localhost:21093/settings//appsettings.Development.json - - - 200 7011 application/json 4.0177ms
|
|
2023-04-04 10:02:15.898 +00:00 [INF] Request starting HTTP/1.1 POST http://localhost:21093/ application/json 2666
|
|
2023-04-04 10:02:15.898 +00:00 [INF] Executing endpoint 'Web.Gateway.HomeController.Index (Web.Gateway)'
|
|
2023-04-04 10:02:15.899 +00:00 [INF] Route matched with {action = "Index", controller = "Home"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] Index() on controller Web.Gateway.HomeController (Web.Gateway).
|
|
2023-04-04 10:02:15.925 +00:00 [INF] Executing StatusCodeResult, setting HTTP status code 200
|
|
2023-04-04 10:02:15.925 +00:00 [INF] Executed action Web.Gateway.HomeController.Index (Web.Gateway) in 26.3143ms
|
|
2023-04-04 10:02:15.925 +00:00 [INF] Executed endpoint 'Web.Gateway.HomeController.Index (Web.Gateway)'
|
|
2023-04-04 10:02:15.926 +00:00 [INF] HTTP POST / responded 200 in 27.4374 ms
|
|
2023-04-04 10:02:15.926 +00:00 [INF] Request finished HTTP/1.1 POST http://localhost:21093/ application/json 2666 - 200 0 - 28.1341ms
|
|
2023-04-04 10:02:17.001 +00:00 [INF] Request starting HTTP/1.1 POST http://localhost:21093/ application/json 82918
|
|
2023-04-04 10:02:17.001 +00:00 [INF] Executing endpoint 'Web.Gateway.HomeController.Index (Web.Gateway)'
|
|
2023-04-04 10:02:17.002 +00:00 [INF] Route matched with {action = "Index", controller = "Home"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] Index() on controller Web.Gateway.HomeController (Web.Gateway).
|
|
2023-04-04 10:02:17.038 +00:00 [INF] Executing StatusCodeResult, setting HTTP status code 200
|
|
2023-04-04 10:02:17.039 +00:00 [INF] Executed action Web.Gateway.HomeController.Index (Web.Gateway) in 37.0365ms
|
|
2023-04-04 10:02:17.040 +00:00 [INF] Executed endpoint 'Web.Gateway.HomeController.Index (Web.Gateway)'
|
|
2023-04-04 10:02:17.040 +00:00 [INF] HTTP POST / responded 200 in 38.6473 ms
|
|
2023-04-04 10:02:17.041 +00:00 [INF] Request finished HTTP/1.1 POST http://localhost:21093/ application/json 82918 - 200 0 - 39.7390ms
|
|
2023-04-04 10:02:21.674 +00:00 [INF] Request starting HTTP/1.1 GET http://localhost:21093/settings//appsettings.json - -
|
|
2023-04-04 10:02:21.676 +00:00 [INF] Sending file. Request path: '/settings//appsettings.json'. Physical path: '/app/wwwroot/settings/appsettings.json'
|
|
2023-04-04 10:02:21.677 +00:00 [INF] HTTP GET /settings//appsettings.json responded 200 in 2.5119 ms
|
|
2023-04-04 10:02:21.677 +00:00 [INF] Request finished HTTP/1.1 GET http://localhost:21093/settings//appsettings.json - - - 200 5088 application/json 3.1009ms
|
|
2023-04-04 10:02:21.685 +00:00 [INF] Request starting HTTP/1.1 GET http://localhost:21093/settings//appsettings.Development.json - -
|
|
2023-04-04 10:02:21.688 +00:00 [INF] Sending file. Request path: '/settings//appsettings.Development.json'. Physical path: '/app/wwwroot/settings/appsettings.Development.json'
|
|
2023-04-04 10:02:21.688 +00:00 [INF] HTTP GET /settings//appsettings.Development.json responded 200 in 2.5887 ms
|
|
2023-04-04 10:02:21.688 +00:00 [INF] Request finished HTTP/1.1 GET http://localhost:21093/settings//appsettings.Development.json - - - 200 7011 application/json 3.1553ms
|
|
2023-04-04 10:02:21.691 +00:00 [INF] Request starting HTTP/1.1 GET http://localhost:21093/settings//appsettings.Development.json - -
|
|
2023-04-04 10:02:21.694 +00:00 [INF] Sending file. Request path: '/settings//appsettings.Development.json'. Physical path: '/app/wwwroot/settings/appsettings.Development.json'
|
|
2023-04-04 10:02:21.695 +00:00 [INF] HTTP GET /settings//appsettings.Development.json responded 200 in 2.8549 ms
|
|
2023-04-04 10:02:21.695 +00:00 [INF] Request finished HTTP/1.1 GET http://localhost:21093/settings//appsettings.Development.json - - - 200 7011 application/json 3.4067ms
|
|
2023-04-04 10:02:21.967 +00:00 [INF] Request starting HTTP/1.1 POST http://localhost:21093/ application/json 2664
|
|
2023-04-04 10:02:21.967 +00:00 [INF] Executing endpoint 'Web.Gateway.HomeController.Index (Web.Gateway)'
|
|
2023-04-04 10:02:21.968 +00:00 [INF] Route matched with {action = "Index", controller = "Home"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] Index() on controller Web.Gateway.HomeController (Web.Gateway).
|
|
2023-04-04 10:02:21.994 +00:00 [INF] Executing StatusCodeResult, setting HTTP status code 200
|
|
2023-04-04 10:02:21.995 +00:00 [INF] Executed action Web.Gateway.HomeController.Index (Web.Gateway) in 26.6241ms
|
|
2023-04-04 10:02:21.995 +00:00 [INF] Executed endpoint 'Web.Gateway.HomeController.Index (Web.Gateway)'
|
|
2023-04-04 10:02:21.995 +00:00 [INF] HTTP POST / responded 200 in 27.7798 ms
|
|
2023-04-04 10:02:21.995 +00:00 [INF] Request finished HTTP/1.1 POST http://localhost:21093/ application/json 2664 - 200 0 - 28.4893ms
|
|
2023-04-04 10:02:24.401 +00:00 [INF] Request starting HTTP/1.1 POST http://localhost:21093/ application/json 85203
|
|
2023-04-04 10:02:24.402 +00:00 [INF] Executing endpoint 'Web.Gateway.HomeController.Index (Web.Gateway)'
|
|
2023-04-04 10:02:24.402 +00:00 [INF] Route matched with {action = "Index", controller = "Home"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] Index() on controller Web.Gateway.HomeController (Web.Gateway).
|
|
2023-04-04 10:02:24.438 +00:00 [INF] Executing StatusCodeResult, setting HTTP status code 200
|
|
2023-04-04 10:02:24.438 +00:00 [INF] Executed action Web.Gateway.HomeController.Index (Web.Gateway) in 36.1768ms
|
|
2023-04-04 10:02:24.439 +00:00 [INF] Executed endpoint 'Web.Gateway.HomeController.Index (Web.Gateway)'
|
|
2023-04-04 10:02:24.439 +00:00 [INF] HTTP POST / responded 200 in 37.5497 ms
|
|
2023-04-04 10:02:24.440 +00:00 [INF] Request finished HTTP/1.1 POST http://localhost:21093/ application/json 85203 - 200 0 - 39.0117ms
|
|
2023-04-04 10:02:26.031 +00:00 [INF] Request starting HTTP/1.1 POST http://localhost:21093/ application/json 2664
|
|
2023-04-04 10:02:26.031 +00:00 [INF] Executing endpoint 'Web.Gateway.HomeController.Index (Web.Gateway)'
|
|
2023-04-04 10:02:26.032 +00:00 [INF] Route matched with {action = "Index", controller = "Home"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] Index() on controller Web.Gateway.HomeController (Web.Gateway).
|
|
2023-04-04 10:02:26.058 +00:00 [INF] Executing StatusCodeResult, setting HTTP status code 200
|
|
2023-04-04 10:02:26.059 +00:00 [INF] Executed action Web.Gateway.HomeController.Index (Web.Gateway) in 27.1653ms
|
|
2023-04-04 10:02:26.059 +00:00 [INF] Executed endpoint 'Web.Gateway.HomeController.Index (Web.Gateway)'
|
|
2023-04-04 10:02:26.060 +00:00 [INF] HTTP POST / responded 200 in 28.4739 ms
|
|
2023-04-04 10:02:26.060 +00:00 [INF] Request finished HTTP/1.1 POST http://localhost:21093/ application/json 2664 - 200 0 - 29.2218ms
|
|
2023-04-04 10:02:29.149 +00:00 [INF] Request starting HTTP/1.1 GET http://localhost:21093/settings//appsettings.json - -
|
|
2023-04-04 10:02:29.151 +00:00 [INF] Sending file. Request path: '/settings//appsettings.json'. Physical path: '/app/wwwroot/settings/appsettings.json'
|
|
2023-04-04 10:02:29.151 +00:00 [INF] HTTP GET /settings//appsettings.json responded 200 in 1.8815 ms
|
|
2023-04-04 10:02:29.152 +00:00 [INF] Request finished HTTP/1.1 GET http://localhost:21093/settings//appsettings.json - - - 200 5088 application/json 2.4802ms
|
|
2023-04-04 10:02:29.159 +00:00 [INF] Request starting HTTP/1.1 GET http://localhost:21093/settings//appsettings.Development.json - -
|
|
2023-04-04 10:02:29.163 +00:00 [INF] Sending file. Request path: '/settings//appsettings.Development.json'. Physical path: '/app/wwwroot/settings/appsettings.Development.json'
|
|
2023-04-04 10:02:29.164 +00:00 [INF] HTTP GET /settings//appsettings.Development.json responded 200 in 3.7792 ms
|
|
2023-04-04 10:02:29.164 +00:00 [INF] Request finished HTTP/1.1 GET http://localhost:21093/settings//appsettings.Development.json - - - 200 7011 application/json 4.3721ms
|
|
2023-04-04 10:02:29.167 +00:00 [INF] Request starting HTTP/1.1 GET http://localhost:21093/settings//appsettings.Development.json - -
|
|
2023-04-04 10:02:29.169 +00:00 [INF] Sending file. Request path: '/settings//appsettings.Development.json'. Physical path: '/app/wwwroot/settings/appsettings.Development.json'
|
|
2023-04-04 10:02:29.170 +00:00 [INF] HTTP GET /settings//appsettings.Development.json responded 200 in 2.6468 ms
|
|
2023-04-04 10:02:29.170 +00:00 [INF] Request finished HTTP/1.1 GET http://localhost:21093/settings//appsettings.Development.json - - - 200 7011 application/json 3.1647ms
|
|
2023-04-04 10:02:31.911 +00:00 [INF] Request starting HTTP/1.1 POST http://localhost:21093/ application/json 101399
|
|
2023-04-04 10:02:31.912 +00:00 [INF] Executing endpoint 'Web.Gateway.HomeController.Index (Web.Gateway)'
|
|
2023-04-04 10:02:31.912 +00:00 [INF] Route matched with {action = "Index", controller = "Home"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] Index() on controller Web.Gateway.HomeController (Web.Gateway).
|
|
2023-04-04 10:02:31.944 +00:00 [INF] Executing StatusCodeResult, setting HTTP status code 200
|
|
2023-04-04 10:02:31.944 +00:00 [INF] Executed action Web.Gateway.HomeController.Index (Web.Gateway) in 31.9219ms
|
|
2023-04-04 10:02:31.945 +00:00 [INF] Executed endpoint 'Web.Gateway.HomeController.Index (Web.Gateway)'
|
|
2023-04-04 10:02:31.945 +00:00 [INF] HTTP POST / responded 200 in 33.8641 ms
|
|
2023-04-04 10:02:31.946 +00:00 [INF] Request finished HTTP/1.1 POST http://localhost:21093/ application/json 101399 - 200 0 - 35.7403ms
|
|
2023-04-04 10:02:32.066 +00:00 [INF] Request starting HTTP/1.1 POST http://localhost:21093/ application/json 2664
|
|
2023-04-04 10:02:32.066 +00:00 [INF] Executing endpoint 'Web.Gateway.HomeController.Index (Web.Gateway)'
|
|
2023-04-04 10:02:32.066 +00:00 [INF] Route matched with {action = "Index", controller = "Home"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] Index() on controller Web.Gateway.HomeController (Web.Gateway).
|
|
2023-04-04 10:02:32.093 +00:00 [INF] Executing StatusCodeResult, setting HTTP status code 200
|
|
2023-04-04 10:02:32.093 +00:00 [INF] Executed action Web.Gateway.HomeController.Index (Web.Gateway) in 26.4422ms
|
|
2023-04-04 10:02:32.094 +00:00 [INF] Executed endpoint 'Web.Gateway.HomeController.Index (Web.Gateway)'
|
|
2023-04-04 10:02:32.094 +00:00 [INF] HTTP POST / responded 200 in 27.8886 ms
|
|
2023-04-04 10:02:32.094 +00:00 [INF] Request finished HTTP/1.1 POST http://localhost:21093/ application/json 2664 - 200 0 - 28.8592ms
|
|
2023-04-04 10:02:36.125 +00:00 [INF] Request starting HTTP/1.1 POST http://localhost:21093/ application/json 2664
|
|
2023-04-04 10:02:36.125 +00:00 [INF] Executing endpoint 'Web.Gateway.HomeController.Index (Web.Gateway)'
|
|
2023-04-04 10:02:36.126 +00:00 [INF] Route matched with {action = "Index", controller = "Home"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] Index() on controller Web.Gateway.HomeController (Web.Gateway).
|
|
2023-04-04 10:02:36.152 +00:00 [INF] Executing StatusCodeResult, setting HTTP status code 200
|
|
2023-04-04 10:02:36.153 +00:00 [INF] Executed action Web.Gateway.HomeController.Index (Web.Gateway) in 26.727ms
|
|
2023-04-04 10:02:36.153 +00:00 [INF] Executed endpoint 'Web.Gateway.HomeController.Index (Web.Gateway)'
|
|
2023-04-04 10:02:36.153 +00:00 [INF] HTTP POST / responded 200 in 27.9876 ms
|
|
2023-04-04 10:02:36.153 +00:00 [INF] Request finished HTTP/1.1 POST http://localhost:21093/ application/json 2664 - 200 0 - 28.7124ms
|
|
2023-04-04 10:02:36.340 +00:00 [INF] Request starting HTTP/1.1 GET http://localhost:21093/settings//appsettings.json - -
|
|
2023-04-04 10:02:36.342 +00:00 [INF] Sending file. Request path: '/settings//appsettings.json'. Physical path: '/app/wwwroot/settings/appsettings.json'
|
|
2023-04-04 10:02:36.342 +00:00 [INF] HTTP GET /settings//appsettings.json responded 200 in 1.5479 ms
|
|
2023-04-04 10:02:36.342 +00:00 [INF] Request finished HTTP/1.1 GET http://localhost:21093/settings//appsettings.json - - - 200 5088 application/json 2.1414ms
|
|
2023-04-04 10:02:36.350 +00:00 [INF] Request starting HTTP/1.1 GET http://localhost:21093/settings//appsettings.Development.json - -
|
|
2023-04-04 10:02:36.353 +00:00 [INF] Sending file. Request path: '/settings//appsettings.Development.json'. Physical path: '/app/wwwroot/settings/appsettings.Development.json'
|
|
2023-04-04 10:02:36.353 +00:00 [INF] HTTP GET /settings//appsettings.Development.json responded 200 in 3.2121 ms
|
|
2023-04-04 10:02:36.353 +00:00 [INF] Request finished HTTP/1.1 GET http://localhost:21093/settings//appsettings.Development.json - - - 200 7011 application/json 3.7260ms
|
|
2023-04-04 10:02:36.356 +00:00 [INF] Request starting HTTP/1.1 GET http://localhost:21093/settings//appsettings.Development.json - -
|
|
2023-04-04 10:02:36.358 +00:00 [INF] Sending file. Request path: '/settings//appsettings.Development.json'. Physical path: '/app/wwwroot/settings/appsettings.Development.json'
|
|
2023-04-04 10:02:36.358 +00:00 [INF] HTTP GET /settings//appsettings.Development.json responded 200 in 2.2780 ms
|
|
2023-04-04 10:02:36.358 +00:00 [INF] Request finished HTTP/1.1 GET http://localhost:21093/settings//appsettings.Development.json - - - 200 7011 application/json 2.7101ms
|
|
2023-04-04 10:02:39.025 +00:00 [INF] Request starting HTTP/1.1 POST http://localhost:21093/ application/json 119884
|
|
2023-04-04 10:02:39.025 +00:00 [INF] Executing endpoint 'Web.Gateway.HomeController.Index (Web.Gateway)'
|
|
2023-04-04 10:02:39.025 +00:00 [INF] Route matched with {action = "Index", controller = "Home"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] Index() on controller Web.Gateway.HomeController (Web.Gateway).
|
|
2023-04-04 10:02:39.058 +00:00 [INF] Executing StatusCodeResult, setting HTTP status code 200
|
|
2023-04-04 10:02:39.058 +00:00 [INF] Executed action Web.Gateway.HomeController.Index (Web.Gateway) in 32.3075ms
|
|
2023-04-04 10:02:39.058 +00:00 [INF] Executed endpoint 'Web.Gateway.HomeController.Index (Web.Gateway)'
|
|
2023-04-04 10:02:39.058 +00:00 [INF] HTTP POST / responded 200 in 33.3051 ms
|
|
2023-04-04 10:02:39.060 +00:00 [INF] Request finished HTTP/1.1 POST http://localhost:21093/ application/json 119884 - 200 0 - 34.8397ms
|
|
2023-04-04 10:02:42.182 +00:00 [INF] Request starting HTTP/1.1 POST http://localhost:21093/ application/json 2666
|
|
2023-04-04 10:02:42.183 +00:00 [INF] Executing endpoint 'Web.Gateway.HomeController.Index (Web.Gateway)'
|
|
2023-04-04 10:02:42.183 +00:00 [INF] Route matched with {action = "Index", controller = "Home"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] Index() on controller Web.Gateway.HomeController (Web.Gateway).
|
|
2023-04-04 10:02:42.209 +00:00 [INF] Executing StatusCodeResult, setting HTTP status code 200
|
|
2023-04-04 10:02:42.210 +00:00 [INF] Executed action Web.Gateway.HomeController.Index (Web.Gateway) in 26.8003ms
|
|
2023-04-04 10:02:42.210 +00:00 [INF] Executed endpoint 'Web.Gateway.HomeController.Index (Web.Gateway)'
|
|
2023-04-04 10:02:42.211 +00:00 [INF] HTTP POST / responded 200 in 28.0574 ms
|
|
2023-04-04 10:02:42.211 +00:00 [INF] Request finished HTTP/1.1 POST http://localhost:21093/ application/json 2666 - 200 0 - 29.0370ms
|
|
2023-04-04 10:02:43.612 +00:00 [INF] Request starting HTTP/1.1 GET http://localhost:21093/settings//appsettings.json - -
|
|
2023-04-04 10:02:43.614 +00:00 [INF] Sending file. Request path: '/settings//appsettings.json'. Physical path: '/app/wwwroot/settings/appsettings.json'
|
|
2023-04-04 10:02:43.615 +00:00 [INF] HTTP GET /settings//appsettings.json responded 200 in 2.0967 ms
|
|
2023-04-04 10:02:43.615 +00:00 [INF] Request finished HTTP/1.1 GET http://localhost:21093/settings//appsettings.json - - - 200 5088 application/json 2.7075ms
|
|
2023-04-04 10:02:43.622 +00:00 [INF] Request starting HTTP/1.1 GET http://localhost:21093/settings//appsettings.Development.json - -
|
|
2023-04-04 10:02:43.625 +00:00 [INF] Sending file. Request path: '/settings//appsettings.Development.json'. Physical path: '/app/wwwroot/settings/appsettings.Development.json'
|
|
2023-04-04 10:02:43.625 +00:00 [INF] HTTP GET /settings//appsettings.Development.json responded 200 in 2.5167 ms
|
|
2023-04-04 10:02:43.625 +00:00 [INF] Request finished HTTP/1.1 GET http://localhost:21093/settings//appsettings.Development.json - - - 200 7011 application/json 2.9843ms
|
|
2023-04-04 10:02:43.628 +00:00 [INF] Request starting HTTP/1.1 GET http://localhost:21093/settings//appsettings.Development.json - -
|
|
2023-04-04 10:02:43.631 +00:00 [INF] Sending file. Request path: '/settings//appsettings.Development.json'. Physical path: '/app/wwwroot/settings/appsettings.Development.json'
|
|
2023-04-04 10:02:43.631 +00:00 [INF] HTTP GET /settings//appsettings.Development.json responded 200 in 3.1919 ms
|
|
2023-04-04 10:02:43.632 +00:00 [INF] Request finished HTTP/1.1 GET http://localhost:21093/settings//appsettings.Development.json - - - 200 7011 application/json 3.7304ms
|
|
2023-04-04 10:02:46.243 +00:00 [INF] Request starting HTTP/1.1 POST http://localhost:21093/ application/json 2664
|
|
2023-04-04 10:02:46.244 +00:00 [INF] Executing endpoint 'Web.Gateway.HomeController.Index (Web.Gateway)'
|
|
2023-04-04 10:02:46.244 +00:00 [INF] Route matched with {action = "Index", controller = "Home"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] Index() on controller Web.Gateway.HomeController (Web.Gateway).
|
|
2023-04-04 10:02:46.271 +00:00 [INF] Executing StatusCodeResult, setting HTTP status code 200
|
|
2023-04-04 10:02:46.271 +00:00 [INF] Executed action Web.Gateway.HomeController.Index (Web.Gateway) in 26.5407ms
|
|
2023-04-04 10:02:46.271 +00:00 [INF] Executed endpoint 'Web.Gateway.HomeController.Index (Web.Gateway)'
|
|
2023-04-04 10:02:46.272 +00:00 [INF] HTTP POST / responded 200 in 27.8430 ms
|
|
2023-04-04 10:02:46.272 +00:00 [INF] Request finished HTTP/1.1 POST http://localhost:21093/ application/json 2664 - 200 0 - 28.7216ms
|
|
2023-04-04 10:02:46.326 +00:00 [INF] Request starting HTTP/1.1 POST http://localhost:21093/ application/json 123583
|
|
2023-04-04 10:02:46.327 +00:00 [INF] Executing endpoint 'Web.Gateway.HomeController.Index (Web.Gateway)'
|
|
2023-04-04 10:02:46.327 +00:00 [INF] Route matched with {action = "Index", controller = "Home"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] Index() on controller Web.Gateway.HomeController (Web.Gateway).
|
|
2023-04-04 10:02:46.418 +00:00 [INF] Executing StatusCodeResult, setting HTTP status code 200
|
|
2023-04-04 10:02:46.419 +00:00 [INF] Executed action Web.Gateway.HomeController.Index (Web.Gateway) in 90.8651ms
|
|
2023-04-04 10:02:46.419 +00:00 [INF] Executed endpoint 'Web.Gateway.HomeController.Index (Web.Gateway)'
|
|
2023-04-04 10:02:46.419 +00:00 [INF] HTTP POST / responded 200 in 92.3707 ms
|
|
2023-04-04 10:02:46.420 +00:00 [INF] Request finished HTTP/1.1 POST http://localhost:21093/ application/json 123583 - 200 0 - 93.5327ms
|
|
2023-04-04 10:02:48.428 +00:00 [INF] Request starting HTTP/1.1 POST http://localhost:21093/ application/json 29434
|
|
2023-04-04 10:02:48.428 +00:00 [INF] Executing endpoint 'Web.Gateway.HomeController.Index (Web.Gateway)'
|
|
2023-04-04 10:02:48.429 +00:00 [INF] Route matched with {action = "Index", controller = "Home"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] Index() on controller Web.Gateway.HomeController (Web.Gateway).
|
|
2023-04-04 10:02:48.458 +00:00 [INF] Executing StatusCodeResult, setting HTTP status code 200
|
|
2023-04-04 10:02:48.458 +00:00 [INF] Executed action Web.Gateway.HomeController.Index (Web.Gateway) in 29.6308ms
|
|
2023-04-04 10:02:48.459 +00:00 [INF] Executed endpoint 'Web.Gateway.HomeController.Index (Web.Gateway)'
|
|
2023-04-04 10:02:48.459 +00:00 [INF] HTTP POST / responded 200 in 30.9387 ms
|
|
2023-04-04 10:02:48.459 +00:00 [INF] Request finished HTTP/1.1 POST http://localhost:21093/ application/json 29434 - 200 0 - 31.8443ms
|
|
2023-04-04 10:03:27.413 +00:00 [INF] Request starting HTTP/1.1 GET http://localhost:21093/settings//appsettings.json - -
|
|
2023-04-04 10:03:27.416 +00:00 [INF] Sending file. Request path: '/settings//appsettings.json'. Physical path: '/app/wwwroot/settings/appsettings.json'
|
|
2023-04-04 10:03:27.417 +00:00 [INF] HTTP GET /settings//appsettings.json responded 200 in 3.3948 ms
|
|
2023-04-04 10:03:27.417 +00:00 [INF] Request finished HTTP/1.1 GET http://localhost:21093/settings//appsettings.json - - - 200 5088 application/json 4.5951ms
|
|
2023-04-04 10:03:27.429 +00:00 [INF] Request starting HTTP/1.1 GET http://localhost:21093/settings//appsettings.Development.json - -
|
|
2023-04-04 10:03:27.434 +00:00 [INF] Sending file. Request path: '/settings//appsettings.Development.json'. Physical path: '/app/wwwroot/settings/appsettings.Development.json'
|
|
2023-04-04 10:03:27.434 +00:00 [INF] HTTP GET /settings//appsettings.Development.json responded 200 in 4.5154 ms
|
|
2023-04-04 10:03:27.434 +00:00 [INF] Request finished HTTP/1.1 GET http://localhost:21093/settings//appsettings.Development.json - - - 200 7011 application/json 5.3716ms
|
|
2023-04-04 10:03:27.437 +00:00 [INF] Request starting HTTP/1.1 GET http://localhost:21093/settings//appsettings.Development.json - -
|
|
2023-04-04 10:03:27.442 +00:00 [INF] Sending file. Request path: '/settings//appsettings.Development.json'. Physical path: '/app/wwwroot/settings/appsettings.Development.json'
|
|
2023-04-04 10:03:27.442 +00:00 [INF] HTTP GET /settings//appsettings.Development.json responded 200 in 4.2773 ms
|
|
2023-04-04 10:03:27.443 +00:00 [INF] Request finished HTTP/1.1 GET http://localhost:21093/settings//appsettings.Development.json - - - 200 7011 application/json 5.0799ms
|
|
2023-04-04 10:03:30.395 +00:00 [INF] Request starting HTTP/1.1 POST http://localhost:21093/ application/json 46030
|
|
2023-04-04 10:03:30.396 +00:00 [INF] Executing endpoint 'Web.Gateway.HomeController.Index (Web.Gateway)'
|
|
2023-04-04 10:03:30.397 +00:00 [INF] Route matched with {action = "Index", controller = "Home"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] Index() on controller Web.Gateway.HomeController (Web.Gateway).
|
|
2023-04-04 10:03:30.475 +00:00 [INF] Executing StatusCodeResult, setting HTTP status code 200
|
|
2023-04-04 10:03:30.476 +00:00 [INF] Executed action Web.Gateway.HomeController.Index (Web.Gateway) in 78.9192ms
|
|
2023-04-04 10:03:30.476 +00:00 [INF] Executed endpoint 'Web.Gateway.HomeController.Index (Web.Gateway)'
|
|
2023-04-04 10:03:30.477 +00:00 [INF] HTTP POST / responded 200 in 80.8634 ms
|
|
2023-04-04 10:03:30.478 +00:00 [INF] Request finished HTTP/1.1 POST http://localhost:21093/ application/json 46030 - 200 0 - 82.3461ms
|
|
2023-04-04 10:03:32.483 +00:00 [INF] Request starting HTTP/1.1 POST http://localhost:21093/ application/json 106995
|
|
2023-04-04 10:03:32.484 +00:00 [INF] Executing endpoint 'Web.Gateway.HomeController.Index (Web.Gateway)'
|
|
2023-04-04 10:03:32.484 +00:00 [INF] Route matched with {action = "Index", controller = "Home"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] Index() on controller Web.Gateway.HomeController (Web.Gateway).
|
|
2023-04-04 10:03:32.520 +00:00 [INF] Executing StatusCodeResult, setting HTTP status code 200
|
|
2023-04-04 10:03:32.521 +00:00 [INF] Executed action Web.Gateway.HomeController.Index (Web.Gateway) in 36.48ms
|
|
2023-04-04 10:03:32.521 +00:00 [INF] Executed endpoint 'Web.Gateway.HomeController.Index (Web.Gateway)'
|
|
2023-04-04 10:03:32.521 +00:00 [INF] HTTP POST / responded 200 in 37.6940 ms
|
|
2023-04-04 10:03:32.522 +00:00 [INF] Request finished HTTP/1.1 POST http://localhost:21093/ application/json 106995 - 200 0 - 39.1150ms
|
|
2023-04-04 10:03:36.542 +00:00 [INF] Request starting HTTP/1.1 POST http://localhost:21093/ application/json 2538
|
|
2023-04-04 10:03:36.543 +00:00 [INF] Executing endpoint 'Web.Gateway.HomeController.Index (Web.Gateway)'
|
|
2023-04-04 10:03:36.543 +00:00 [INF] Route matched with {action = "Index", controller = "Home"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] Index() on controller Web.Gateway.HomeController (Web.Gateway).
|
|
2023-04-04 10:03:36.569 +00:00 [INF] Executing StatusCodeResult, setting HTTP status code 200
|
|
2023-04-04 10:03:36.570 +00:00 [INF] Executed action Web.Gateway.HomeController.Index (Web.Gateway) in 26.6265ms
|
|
2023-04-04 10:03:36.570 +00:00 [INF] Executed endpoint 'Web.Gateway.HomeController.Index (Web.Gateway)'
|
|
2023-04-04 10:03:36.570 +00:00 [INF] HTTP POST / responded 200 in 27.6996 ms
|
|
2023-04-04 10:03:36.571 +00:00 [INF] Request finished HTTP/1.1 POST http://localhost:21093/ application/json 2538 - 200 0 - 28.4642ms
|
|
2023-04-04 10:03:40.599 +00:00 [INF] Request starting HTTP/1.1 POST http://localhost:21093/ application/json 8778
|
|
2023-04-04 10:03:40.600 +00:00 [INF] Executing endpoint 'Web.Gateway.HomeController.Index (Web.Gateway)'
|
|
2023-04-04 10:03:40.600 +00:00 [INF] Route matched with {action = "Index", controller = "Home"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] Index() on controller Web.Gateway.HomeController (Web.Gateway).
|
|
2023-04-04 10:03:40.627 +00:00 [INF] Executing StatusCodeResult, setting HTTP status code 200
|
|
2023-04-04 10:03:40.628 +00:00 [INF] Executed action Web.Gateway.HomeController.Index (Web.Gateway) in 27.6526ms
|
|
2023-04-04 10:03:40.628 +00:00 [INF] Executed endpoint 'Web.Gateway.HomeController.Index (Web.Gateway)'
|
|
2023-04-04 10:03:40.629 +00:00 [INF] HTTP POST / responded 200 in 29.2951 ms
|
|
2023-04-04 10:03:40.629 +00:00 [INF] Request finished HTTP/1.1 POST http://localhost:21093/ application/json 8778 - 200 0 - 30.2618ms
|
|
2023-04-04 10:03:44.658 +00:00 [INF] Request starting HTTP/1.1 POST http://localhost:21093/ application/json 3829
|
|
2023-04-04 10:03:44.666 +00:00 [INF] Executing endpoint 'Web.Gateway.HomeController.Index (Web.Gateway)'
|
|
2023-04-04 10:03:44.668 +00:00 [INF] Route matched with {action = "Index", controller = "Home"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] Index() on controller Web.Gateway.HomeController (Web.Gateway).
|
|
2023-04-04 10:03:44.706 +00:00 [INF] Executing StatusCodeResult, setting HTTP status code 200
|
|
2023-04-04 10:03:44.708 +00:00 [INF] Executed action Web.Gateway.HomeController.Index (Web.Gateway) in 30.3986ms
|
|
2023-04-04 10:03:44.709 +00:00 [INF] Executed endpoint 'Web.Gateway.HomeController.Index (Web.Gateway)'
|
|
2023-04-04 10:03:44.712 +00:00 [INF] HTTP POST / responded 200 in 45.9248 ms
|
|
2023-04-04 10:03:44.713 +00:00 [INF] Request finished HTTP/1.1 POST http://localhost:21093/ application/json 3829 - 200 0 - 55.2133ms
|
|
2023-04-04 10:04:07.378 +00:00 [INF] Request starting HTTP/1.1 GET http://localhost:21093/settings//appsettings.json - -
|
|
2023-04-04 10:04:07.381 +00:00 [INF] Sending file. Request path: '/settings//appsettings.json'. Physical path: '/app/wwwroot/settings/appsettings.json'
|
|
2023-04-04 10:04:07.381 +00:00 [INF] HTTP GET /settings//appsettings.json responded 200 in 2.5391 ms
|
|
2023-04-04 10:04:07.381 +00:00 [INF] Request finished HTTP/1.1 GET http://localhost:21093/settings//appsettings.json - - - 200 5088 application/json 3.3530ms
|
|
2023-04-04 10:04:07.392 +00:00 [INF] Request starting HTTP/1.1 GET http://localhost:21093/settings//appsettings.Development.json - -
|
|
2023-04-04 10:04:07.395 +00:00 [INF] Sending file. Request path: '/settings//appsettings.Development.json'. Physical path: '/app/wwwroot/settings/appsettings.Development.json'
|
|
2023-04-04 10:04:07.396 +00:00 [INF] HTTP GET /settings//appsettings.Development.json responded 200 in 3.6654 ms
|
|
2023-04-04 10:04:07.396 +00:00 [INF] Request finished HTTP/1.1 GET http://localhost:21093/settings//appsettings.Development.json - - - 200 7011 application/json 4.3135ms
|
|
2023-04-04 10:04:07.399 +00:00 [INF] Request starting HTTP/1.1 GET http://localhost:21093/settings//appsettings.Development.json - -
|
|
2023-04-04 10:04:07.402 +00:00 [INF] Sending file. Request path: '/settings//appsettings.Development.json'. Physical path: '/app/wwwroot/settings/appsettings.Development.json'
|
|
2023-04-04 10:04:07.403 +00:00 [INF] HTTP GET /settings//appsettings.Development.json responded 200 in 3.1422 ms
|
|
2023-04-04 10:04:07.403 +00:00 [INF] Request finished HTTP/1.1 GET http://localhost:21093/settings//appsettings.Development.json - - - 200 7011 application/json 3.6752ms
|
|
2023-04-04 10:04:10.758 +00:00 [INF] Request starting HTTP/1.1 POST http://localhost:21093/ application/json 67156
|
|
2023-04-04 10:04:10.759 +00:00 [INF] Executing endpoint 'Web.Gateway.HomeController.Index (Web.Gateway)'
|
|
2023-04-04 10:04:10.759 +00:00 [INF] Route matched with {action = "Index", controller = "Home"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] Index() on controller Web.Gateway.HomeController (Web.Gateway).
|
|
2023-04-04 10:04:10.790 +00:00 [INF] Executing StatusCodeResult, setting HTTP status code 200
|
|
2023-04-04 10:04:10.791 +00:00 [INF] Executed action Web.Gateway.HomeController.Index (Web.Gateway) in 31.0539ms
|
|
2023-04-04 10:04:10.791 +00:00 [INF] Executed endpoint 'Web.Gateway.HomeController.Index (Web.Gateway)'
|
|
2023-04-04 10:04:10.791 +00:00 [INF] HTTP POST / responded 200 in 32.2999 ms
|
|
2023-04-04 10:04:10.792 +00:00 [INF] Request finished HTTP/1.1 POST http://localhost:21093/ application/json 67156 - 200 0 - 33.6162ms
|
|
2023-04-04 10:04:12.803 +00:00 [INF] Request starting HTTP/1.1 POST http://localhost:21093/ application/json 198107
|
|
2023-04-04 10:04:12.804 +00:00 [INF] Executing endpoint 'Web.Gateway.HomeController.Index (Web.Gateway)'
|
|
2023-04-04 10:04:12.804 +00:00 [INF] Route matched with {action = "Index", controller = "Home"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] Index() on controller Web.Gateway.HomeController (Web.Gateway).
|
|
2023-04-04 10:04:12.879 +00:00 [INF] Executing StatusCodeResult, setting HTTP status code 200
|
|
2023-04-04 10:04:12.879 +00:00 [INF] Executed action Web.Gateway.HomeController.Index (Web.Gateway) in 74.9101ms
|
|
2023-04-04 10:04:12.880 +00:00 [INF] Executed endpoint 'Web.Gateway.HomeController.Index (Web.Gateway)'
|
|
2023-04-04 10:04:12.880 +00:00 [INF] HTTP POST / responded 200 in 76.2683 ms
|
|
2023-04-04 10:04:12.881 +00:00 [INF] Request finished HTTP/1.1 POST http://localhost:21093/ application/json 198107 - 200 0 - 77.5145ms
|
|
2023-04-04 10:04:14.907 +00:00 [INF] Request starting HTTP/1.1 POST http://localhost:21093/ application/json 27563
|
|
2023-04-04 10:04:14.908 +00:00 [INF] Executing endpoint 'Web.Gateway.HomeController.Index (Web.Gateway)'
|
|
2023-04-04 10:04:14.908 +00:00 [INF] Route matched with {action = "Index", controller = "Home"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] Index() on controller Web.Gateway.HomeController (Web.Gateway).
|
|
2023-04-04 10:04:14.935 +00:00 [INF] Executing StatusCodeResult, setting HTTP status code 200
|
|
2023-04-04 10:04:14.946 +00:00 [INF] Executed action Web.Gateway.HomeController.Index (Web.Gateway) in 37.8053ms
|
|
2023-04-04 10:04:14.947 +00:00 [INF] Executed endpoint 'Web.Gateway.HomeController.Index (Web.Gateway)'
|
|
2023-04-04 10:04:14.948 +00:00 [INF] HTTP POST / responded 200 in 39.6845 ms
|
|
2023-04-04 10:04:14.948 +00:00 [INF] Request finished HTTP/1.1 POST http://localhost:21093/ application/json 27563 - 200 0 - 40.6356ms
|
|
2023-04-04 10:04:16.955 +00:00 [INF] Request starting HTTP/1.1 POST http://localhost:21093/ application/json 5649
|
|
2023-04-04 10:04:16.955 +00:00 [INF] Executing endpoint 'Web.Gateway.HomeController.Index (Web.Gateway)'
|
|
2023-04-04 10:04:16.956 +00:00 [INF] Route matched with {action = "Index", controller = "Home"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] Index() on controller Web.Gateway.HomeController (Web.Gateway).
|
|
2023-04-04 10:04:16.982 +00:00 [INF] Executing StatusCodeResult, setting HTTP status code 200
|
|
2023-04-04 10:04:16.982 +00:00 [INF] Executed action Web.Gateway.HomeController.Index (Web.Gateway) in 26.4785ms
|
|
2023-04-04 10:04:16.983 +00:00 [INF] Executed endpoint 'Web.Gateway.HomeController.Index (Web.Gateway)'
|
|
2023-04-04 10:04:16.983 +00:00 [INF] HTTP POST / responded 200 in 27.7886 ms
|
|
2023-04-04 10:04:16.983 +00:00 [INF] Request finished HTTP/1.1 POST http://localhost:21093/ application/json 5649 - 200 0 - 28.4576ms
|
|
2023-04-04 10:04:18.994 +00:00 [INF] Request starting HTTP/1.1 POST http://localhost:21093/ application/json 34131
|
|
2023-04-04 10:04:18.996 +00:00 [INF] Executing endpoint 'Web.Gateway.HomeController.Index (Web.Gateway)'
|
|
2023-04-04 10:04:18.997 +00:00 [INF] Route matched with {action = "Index", controller = "Home"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] Index() on controller Web.Gateway.HomeController (Web.Gateway).
|
|
2023-04-04 10:04:19.036 +00:00 [INF] Executing StatusCodeResult, setting HTTP status code 200
|
|
2023-04-04 10:04:19.037 +00:00 [INF] Executed action Web.Gateway.HomeController.Index (Web.Gateway) in 39.1344ms
|
|
2023-04-04 10:04:19.038 +00:00 [INF] Executed endpoint 'Web.Gateway.HomeController.Index (Web.Gateway)'
|
|
2023-04-04 10:04:19.038 +00:00 [INF] HTTP POST / responded 200 in 43.0816 ms
|
|
2023-04-04 10:04:19.041 +00:00 [INF] Request finished HTTP/1.1 POST http://localhost:21093/ application/json 34131 - 200 0 - 47.6028ms
|
|
2023-04-04 10:04:21.063 +00:00 [INF] Request starting HTTP/1.1 POST http://localhost:21093/ application/json 2666
|
|
2023-04-04 10:04:21.065 +00:00 [INF] Executing endpoint 'Web.Gateway.HomeController.Index (Web.Gateway)'
|
|
2023-04-04 10:04:21.067 +00:00 [INF] Route matched with {action = "Index", controller = "Home"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] Index() on controller Web.Gateway.HomeController (Web.Gateway).
|
|
2023-04-04 10:04:21.098 +00:00 [INF] Executing StatusCodeResult, setting HTTP status code 200
|
|
2023-04-04 10:04:21.100 +00:00 [INF] Executed action Web.Gateway.HomeController.Index (Web.Gateway) in 32.1929ms
|
|
2023-04-04 10:04:21.101 +00:00 [INF] Executed endpoint 'Web.Gateway.HomeController.Index (Web.Gateway)'
|
|
2023-04-04 10:04:21.102 +00:00 [INF] HTTP POST / responded 200 in 37.6140 ms
|
|
2023-04-04 10:04:21.103 +00:00 [INF] Request finished HTTP/1.1 POST http://localhost:21093/ application/json 2666 - 200 0 - 41.0656ms
|
|
2023-04-04 10:04:25.126 +00:00 [INF] Request starting HTTP/1.1 POST http://localhost:21093/ application/json 2664
|
|
2023-04-04 10:04:25.127 +00:00 [INF] Executing endpoint 'Web.Gateway.HomeController.Index (Web.Gateway)'
|
|
2023-04-04 10:04:25.128 +00:00 [INF] Route matched with {action = "Index", controller = "Home"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] Index() on controller Web.Gateway.HomeController (Web.Gateway).
|
|
2023-04-04 10:04:25.156 +00:00 [INF] Executing StatusCodeResult, setting HTTP status code 200
|
|
2023-04-04 10:04:25.157 +00:00 [INF] Executed action Web.Gateway.HomeController.Index (Web.Gateway) in 27.6748ms
|
|
2023-04-04 10:04:25.158 +00:00 [INF] Executed endpoint 'Web.Gateway.HomeController.Index (Web.Gateway)'
|
|
2023-04-04 10:04:25.158 +00:00 [INF] HTTP POST / responded 200 in 31.0254 ms
|
|
2023-04-04 10:04:25.159 +00:00 [INF] Request finished HTTP/1.1 POST http://localhost:21093/ application/json 2664 - 200 0 - 33.3176ms
|
|
2023-04-04 10:04:29.167 +00:00 [INF] Request starting HTTP/1.1 POST http://localhost:21093/ application/json 2664
|
|
2023-04-04 10:04:29.168 +00:00 [INF] Executing endpoint 'Web.Gateway.HomeController.Index (Web.Gateway)'
|
|
2023-04-04 10:04:29.169 +00:00 [INF] Route matched with {action = "Index", controller = "Home"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] Index() on controller Web.Gateway.HomeController (Web.Gateway).
|
|
2023-04-04 10:04:29.196 +00:00 [INF] Executing StatusCodeResult, setting HTTP status code 200
|
|
2023-04-04 10:04:29.197 +00:00 [INF] Executed action Web.Gateway.HomeController.Index (Web.Gateway) in 27.1858ms
|
|
2023-04-04 10:04:29.198 +00:00 [INF] Executed endpoint 'Web.Gateway.HomeController.Index (Web.Gateway)'
|
|
2023-04-04 10:04:29.199 +00:00 [INF] HTTP POST / responded 200 in 30.4143 ms
|
|
2023-04-04 10:04:29.199 +00:00 [INF] Request finished HTTP/1.1 POST http://localhost:21093/ application/json 2664 - 200 0 - 32.2025ms
|
|
2023-04-04 10:04:35.229 +00:00 [INF] Request starting HTTP/1.1 POST http://localhost:21093/ application/json 2664
|
|
2023-04-04 10:04:35.230 +00:00 [INF] Executing endpoint 'Web.Gateway.HomeController.Index (Web.Gateway)'
|
|
2023-04-04 10:04:35.231 +00:00 [INF] Route matched with {action = "Index", controller = "Home"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] Index() on controller Web.Gateway.HomeController (Web.Gateway).
|
|
2023-04-04 10:04:35.260 +00:00 [INF] Executing StatusCodeResult, setting HTTP status code 200
|
|
2023-04-04 10:04:35.261 +00:00 [INF] Executed action Web.Gateway.HomeController.Index (Web.Gateway) in 28.0008ms
|
|
2023-04-04 10:04:35.262 +00:00 [INF] Executed endpoint 'Web.Gateway.HomeController.Index (Web.Gateway)'
|
|
2023-04-04 10:04:35.263 +00:00 [INF] HTTP POST / responded 200 in 32.3448 ms
|
|
2023-04-04 10:04:35.264 +00:00 [INF] Request finished HTTP/1.1 POST http://localhost:21093/ application/json 2664 - 200 0 - 34.3342ms
|
|
2023-04-04 10:04:37.909 +00:00 [INF] Request starting HTTP/1.1 GET http://localhost:21093/settings//appsettings.json - -
|
|
2023-04-04 10:04:37.921 +00:00 [INF] Sending file. Request path: '/settings//appsettings.json'. Physical path: '/app/wwwroot/settings/appsettings.json'
|
|
2023-04-04 10:04:37.922 +00:00 [INF] HTTP GET /settings//appsettings.json responded 200 in 11.6588 ms
|
|
2023-04-04 10:04:37.924 +00:00 [INF] Request finished HTTP/1.1 GET http://localhost:21093/settings//appsettings.json - - - 200 5088 application/json 14.3158ms
|
|
2023-04-04 10:04:37.967 +00:00 [INF] Request starting HTTP/1.1 GET http://localhost:21093/settings//appsettings.Development.json - -
|
|
2023-04-04 10:04:37.985 +00:00 [INF] Sending file. Request path: '/settings//appsettings.Development.json'. Physical path: '/app/wwwroot/settings/appsettings.Development.json'
|
|
2023-04-04 10:04:37.985 +00:00 [INF] HTTP GET /settings//appsettings.Development.json responded 200 in 17.4137 ms
|
|
2023-04-04 10:04:37.986 +00:00 [INF] Request finished HTTP/1.1 GET http://localhost:21093/settings//appsettings.Development.json - - - 200 7011 application/json 19.2157ms
|
|
2023-04-04 10:04:38.007 +00:00 [INF] Request starting HTTP/1.1 GET http://localhost:21093/settings//appsettings.Development.json - -
|
|
2023-04-04 10:04:38.020 +00:00 [INF] Sending file. Request path: '/settings//appsettings.Development.json'. Physical path: '/app/wwwroot/settings/appsettings.Development.json'
|
|
2023-04-04 10:04:38.021 +00:00 [INF] HTTP GET /settings//appsettings.Development.json responded 200 in 13.7047 ms
|
|
2023-04-04 10:04:38.022 +00:00 [INF] Request finished HTTP/1.1 GET http://localhost:21093/settings//appsettings.Development.json - - - 200 7011 application/json 15.3432ms
|
|
2023-04-04 10:04:39.282 +00:00 [INF] Request starting HTTP/1.1 POST http://localhost:21093/ application/json 2664
|
|
2023-04-04 10:04:39.283 +00:00 [INF] Executing endpoint 'Web.Gateway.HomeController.Index (Web.Gateway)'
|
|
2023-04-04 10:04:39.284 +00:00 [INF] Route matched with {action = "Index", controller = "Home"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] Index() on controller Web.Gateway.HomeController (Web.Gateway).
|
|
2023-04-04 10:04:39.311 +00:00 [INF] Executing StatusCodeResult, setting HTTP status code 200
|
|
2023-04-04 10:04:39.312 +00:00 [INF] Executed action Web.Gateway.HomeController.Index (Web.Gateway) in 27.8632ms
|
|
2023-04-04 10:04:39.313 +00:00 [INF] Executed endpoint 'Web.Gateway.HomeController.Index (Web.Gateway)'
|
|
2023-04-04 10:04:39.314 +00:00 [INF] HTTP POST / responded 200 in 31.3868 ms
|
|
2023-04-04 10:04:39.315 +00:00 [INF] Request finished HTTP/1.1 POST http://localhost:21093/ application/json 2664 - 200 0 - 33.0066ms
|
|
2023-04-04 10:04:42.200 +00:00 [INF] Request starting HTTP/1.1 POST http://localhost:21093/ application/json 46030
|
|
2023-04-04 10:04:42.201 +00:00 [INF] Executing endpoint 'Web.Gateway.HomeController.Index (Web.Gateway)'
|
|
2023-04-04 10:04:42.202 +00:00 [INF] Route matched with {action = "Index", controller = "Home"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] Index() on controller Web.Gateway.HomeController (Web.Gateway).
|
|
2023-04-04 10:04:42.235 +00:00 [INF] Executing StatusCodeResult, setting HTTP status code 200
|
|
2023-04-04 10:04:42.236 +00:00 [INF] Executed action Web.Gateway.HomeController.Index (Web.Gateway) in 33.4969ms
|
|
2023-04-04 10:04:42.237 +00:00 [INF] Executed endpoint 'Web.Gateway.HomeController.Index (Web.Gateway)'
|
|
2023-04-04 10:04:42.238 +00:00 [INF] HTTP POST / responded 200 in 36.9847 ms
|
|
2023-04-04 10:04:42.239 +00:00 [INF] Request finished HTTP/1.1 POST http://localhost:21093/ application/json 46030 - 200 0 - 39.5298ms
|
|
2023-04-04 10:04:44.277 +00:00 [INF] Request starting HTTP/1.1 POST http://localhost:21093/ application/json 106989
|
|
2023-04-04 10:04:44.278 +00:00 [INF] Executing endpoint 'Web.Gateway.HomeController.Index (Web.Gateway)'
|
|
2023-04-04 10:04:44.279 +00:00 [INF] Route matched with {action = "Index", controller = "Home"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] Index() on controller Web.Gateway.HomeController (Web.Gateway).
|
|
2023-04-04 10:04:44.319 +00:00 [INF] Executing StatusCodeResult, setting HTTP status code 200
|
|
2023-04-04 10:04:44.320 +00:00 [INF] Executed action Web.Gateway.HomeController.Index (Web.Gateway) in 40.2971ms
|
|
2023-04-04 10:04:44.321 +00:00 [INF] Executed endpoint 'Web.Gateway.HomeController.Index (Web.Gateway)'
|
|
2023-04-04 10:04:44.322 +00:00 [INF] HTTP POST / responded 200 in 43.3579 ms
|
|
2023-04-04 10:04:44.324 +00:00 [INF] Request finished HTTP/1.1 POST http://localhost:21093/ application/json 106989 - 200 0 - 46.7697ms
|
|
2023-04-04 10:04:45.336 +00:00 [INF] Request starting HTTP/1.1 POST http://localhost:21093/ application/json 7669
|
|
2023-04-04 10:04:45.338 +00:00 [INF] Executing endpoint 'Web.Gateway.HomeController.Index (Web.Gateway)'
|
|
2023-04-04 10:04:45.339 +00:00 [INF] Route matched with {action = "Index", controller = "Home"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] Index() on controller Web.Gateway.HomeController (Web.Gateway).
|
|
2023-04-04 10:04:45.413 +00:00 [INF] Executing StatusCodeResult, setting HTTP status code 200
|
|
2023-04-04 10:04:45.414 +00:00 [INF] Executed action Web.Gateway.HomeController.Index (Web.Gateway) in 73.8506ms
|
|
2023-04-04 10:04:45.414 +00:00 [INF] Executed endpoint 'Web.Gateway.HomeController.Index (Web.Gateway)'
|
|
2023-04-04 10:04:45.415 +00:00 [INF] HTTP POST / responded 200 in 77.2233 ms
|
|
2023-04-04 10:04:45.416 +00:00 [INF] Request finished HTTP/1.1 POST http://localhost:21093/ application/json 7669 - 200 0 - 79.4257ms
|
|
2023-04-04 10:04:46.351 +00:00 [INF] Request starting HTTP/1.1 POST http://localhost:21093/ application/json 12466
|
|
2023-04-04 10:04:46.352 +00:00 [INF] Executing endpoint 'Web.Gateway.HomeController.Index (Web.Gateway)'
|
|
2023-04-04 10:04:46.352 +00:00 [INF] Route matched with {action = "Index", controller = "Home"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] Index() on controller Web.Gateway.HomeController (Web.Gateway).
|
|
2023-04-04 10:04:46.381 +00:00 [INF] Executing StatusCodeResult, setting HTTP status code 200
|
|
2023-04-04 10:04:46.382 +00:00 [INF] Executed action Web.Gateway.HomeController.Index (Web.Gateway) in 29.3689ms
|
|
2023-04-04 10:04:46.383 +00:00 [INF] Executed endpoint 'Web.Gateway.HomeController.Index (Web.Gateway)'
|
|
2023-04-04 10:04:46.384 +00:00 [INF] HTTP POST / responded 200 in 32.1289 ms
|
|
2023-04-04 10:04:46.384 +00:00 [INF] Request finished HTTP/1.1 POST http://localhost:21093/ application/json 12466 - 200 0 - 33.8155ms
|
|
2023-04-04 10:04:47.426 +00:00 [INF] Request starting HTTP/1.1 POST http://localhost:21093/ application/json 75964
|
|
2023-04-04 10:04:47.428 +00:00 [INF] Executing endpoint 'Web.Gateway.HomeController.Index (Web.Gateway)'
|
|
2023-04-04 10:04:47.429 +00:00 [INF] Route matched with {action = "Index", controller = "Home"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] Index() on controller Web.Gateway.HomeController (Web.Gateway).
|
|
2023-04-04 10:04:47.467 +00:00 [INF] Executing StatusCodeResult, setting HTTP status code 200
|
|
2023-04-04 10:04:47.468 +00:00 [INF] Executed action Web.Gateway.HomeController.Index (Web.Gateway) in 38.3005ms
|
|
2023-04-04 10:04:47.469 +00:00 [INF] Executed endpoint 'Web.Gateway.HomeController.Index (Web.Gateway)'
|
|
2023-04-04 10:04:47.469 +00:00 [INF] HTTP POST / responded 200 in 41.4149 ms
|
|
2023-04-04 10:04:47.471 +00:00 [INF] Request finished HTTP/1.1 POST http://localhost:21093/ application/json 75964 - 200 0 - 44.5664ms
|
|
2023-04-04 10:04:48.411 +00:00 [INF] Request starting HTTP/1.1 POST http://localhost:21093/ application/json 20604
|
|
2023-04-04 10:04:48.412 +00:00 [INF] Executing endpoint 'Web.Gateway.HomeController.Index (Web.Gateway)'
|
|
2023-04-04 10:04:48.413 +00:00 [INF] Route matched with {action = "Index", controller = "Home"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] Index() on controller Web.Gateway.HomeController (Web.Gateway).
|
|
2023-04-04 10:04:48.442 +00:00 [INF] Executing StatusCodeResult, setting HTTP status code 200
|
|
2023-04-04 10:04:48.443 +00:00 [INF] Executed action Web.Gateway.HomeController.Index (Web.Gateway) in 29.9121ms
|
|
2023-04-04 10:04:48.444 +00:00 [INF] Executed endpoint 'Web.Gateway.HomeController.Index (Web.Gateway)'
|
|
2023-04-04 10:04:48.445 +00:00 [INF] HTTP POST / responded 200 in 32.6418 ms
|
|
2023-04-04 10:04:48.445 +00:00 [INF] Request finished HTTP/1.1 POST http://localhost:21093/ application/json 20604 - 200 0 - 34.4223ms
|
|
2023-04-04 10:04:49.484 +00:00 [INF] Request starting HTTP/1.1 POST http://localhost:21093/ application/json 2664
|
|
2023-04-04 10:04:49.485 +00:00 [INF] Executing endpoint 'Web.Gateway.HomeController.Index (Web.Gateway)'
|
|
2023-04-04 10:04:49.486 +00:00 [INF] Route matched with {action = "Index", controller = "Home"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] Index() on controller Web.Gateway.HomeController (Web.Gateway).
|
|
2023-04-04 10:04:49.513 +00:00 [INF] Executing StatusCodeResult, setting HTTP status code 200
|
|
2023-04-04 10:04:49.514 +00:00 [INF] Executed action Web.Gateway.HomeController.Index (Web.Gateway) in 27.9226ms
|
|
2023-04-04 10:04:49.515 +00:00 [INF] Executed endpoint 'Web.Gateway.HomeController.Index (Web.Gateway)'
|
|
2023-04-04 10:04:49.516 +00:00 [INF] HTTP POST / responded 200 in 31.2995 ms
|
|
2023-04-04 10:04:49.517 +00:00 [INF] Request finished HTTP/1.1 POST http://localhost:21093/ application/json 2664 - 200 0 - 33.3294ms
|
|
2023-04-04 10:04:54.482 +00:00 [INF] Request starting HTTP/1.1 POST http://localhost:21093/ application/json 4065
|
|
2023-04-04 10:04:54.483 +00:00 [INF] Executing endpoint 'Web.Gateway.HomeController.Index (Web.Gateway)'
|
|
2023-04-04 10:04:54.484 +00:00 [INF] Route matched with {action = "Index", controller = "Home"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] Index() on controller Web.Gateway.HomeController (Web.Gateway).
|
|
2023-04-04 10:04:54.512 +00:00 [INF] Executing StatusCodeResult, setting HTTP status code 200
|
|
2023-04-04 10:04:54.514 +00:00 [INF] Executed action Web.Gateway.HomeController.Index (Web.Gateway) in 28.764ms
|
|
2023-04-04 10:04:54.515 +00:00 [INF] Executed endpoint 'Web.Gateway.HomeController.Index (Web.Gateway)'
|
|
2023-04-04 10:04:54.516 +00:00 [INF] HTTP POST / responded 200 in 32.7134 ms
|
|
2023-04-04 10:04:54.517 +00:00 [INF] Request finished HTTP/1.1 POST http://localhost:21093/ application/json 4065 - 200 0 - 34.8302ms
|
|
2023-04-04 10:04:55.555 +00:00 [INF] Request starting HTTP/1.1 POST http://localhost:21093/ application/json 2664
|
|
2023-04-04 10:04:55.556 +00:00 [INF] Executing endpoint 'Web.Gateway.HomeController.Index (Web.Gateway)'
|
|
2023-04-04 10:04:55.557 +00:00 [INF] Route matched with {action = "Index", controller = "Home"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] Index() on controller Web.Gateway.HomeController (Web.Gateway).
|
|
2023-04-04 10:04:55.584 +00:00 [INF] Executing StatusCodeResult, setting HTTP status code 200
|
|
2023-04-04 10:04:55.587 +00:00 [INF] Executed action Web.Gateway.HomeController.Index (Web.Gateway) in 29.0899ms
|
|
2023-04-04 10:04:55.588 +00:00 [INF] Executed endpoint 'Web.Gateway.HomeController.Index (Web.Gateway)'
|
|
2023-04-04 10:04:55.588 +00:00 [INF] HTTP POST / responded 200 in 32.3619 ms
|
|
2023-04-04 10:04:55.589 +00:00 [INF] Request finished HTTP/1.1 POST http://localhost:21093/ application/json 2664 - 200 0 - 34.2837ms
|
|
2023-04-04 10:04:56.548 +00:00 [INF] Request starting HTTP/1.1 POST http://localhost:21093/ application/json 22072
|
|
2023-04-04 10:04:56.549 +00:00 [INF] Executing endpoint 'Web.Gateway.HomeController.Index (Web.Gateway)'
|
|
2023-04-04 10:04:56.550 +00:00 [INF] Route matched with {action = "Index", controller = "Home"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] Index() on controller Web.Gateway.HomeController (Web.Gateway).
|
|
2023-04-04 10:04:56.579 +00:00 [INF] Executing StatusCodeResult, setting HTTP status code 200
|
|
2023-04-04 10:04:56.580 +00:00 [INF] Executed action Web.Gateway.HomeController.Index (Web.Gateway) in 29.1736ms
|
|
2023-04-04 10:04:56.580 +00:00 [INF] Executed endpoint 'Web.Gateway.HomeController.Index (Web.Gateway)'
|
|
2023-04-04 10:04:56.581 +00:00 [INF] HTTP POST / responded 200 in 31.7920 ms
|
|
2023-04-04 10:04:56.582 +00:00 [INF] Request finished HTTP/1.1 POST http://localhost:21093/ application/json 22072 - 200 0 - 33.4450ms
|
|
2023-04-04 10:04:59.608 +00:00 [INF] Request starting HTTP/1.1 POST http://localhost:21093/ application/json 2664
|
|
2023-04-04 10:04:59.610 +00:00 [INF] Executing endpoint 'Web.Gateway.HomeController.Index (Web.Gateway)'
|
|
2023-04-04 10:04:59.611 +00:00 [INF] Route matched with {action = "Index", controller = "Home"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] Index() on controller Web.Gateway.HomeController (Web.Gateway).
|
|
2023-04-04 10:04:59.638 +00:00 [INF] Executing StatusCodeResult, setting HTTP status code 200
|
|
2023-04-04 10:04:59.639 +00:00 [INF] Executed action Web.Gateway.HomeController.Index (Web.Gateway) in 27.4501ms
|
|
2023-04-04 10:04:59.640 +00:00 [INF] Executed endpoint 'Web.Gateway.HomeController.Index (Web.Gateway)'
|
|
2023-04-04 10:04:59.640 +00:00 [INF] HTTP POST / responded 200 in 30.5334 ms
|
|
2023-04-04 10:04:59.641 +00:00 [INF] Request finished HTTP/1.1 POST http://localhost:21093/ application/json 2664 - 200 0 - 33.1941ms
|
|
2023-04-04 10:05:05.660 +00:00 [INF] Request starting HTTP/1.1 POST http://localhost:21093/ application/json 2666
|
|
2023-04-04 10:05:05.661 +00:00 [INF] Executing endpoint 'Web.Gateway.HomeController.Index (Web.Gateway)'
|
|
2023-04-04 10:05:05.662 +00:00 [INF] Route matched with {action = "Index", controller = "Home"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] Index() on controller Web.Gateway.HomeController (Web.Gateway).
|
|
2023-04-04 10:05:05.689 +00:00 [INF] Executing StatusCodeResult, setting HTTP status code 200
|
|
2023-04-04 10:05:05.690 +00:00 [INF] Executed action Web.Gateway.HomeController.Index (Web.Gateway) in 27.3547ms
|
|
2023-04-04 10:05:05.691 +00:00 [INF] Executed endpoint 'Web.Gateway.HomeController.Index (Web.Gateway)'
|
|
2023-04-04 10:05:05.692 +00:00 [INF] HTTP POST / responded 200 in 30.8254 ms
|
|
2023-04-04 10:05:05.693 +00:00 [INF] Request finished HTTP/1.1 POST http://localhost:21093/ application/json 2666 - 200 0 - 32.7289ms
|
|
2023-04-04 10:05:09.732 +00:00 [INF] Request starting HTTP/1.1 POST http://localhost:21093/ application/json 2664
|
|
2023-04-04 10:05:09.734 +00:00 [INF] Executing endpoint 'Web.Gateway.HomeController.Index (Web.Gateway)'
|
|
2023-04-04 10:05:09.735 +00:00 [INF] Route matched with {action = "Index", controller = "Home"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] Index() on controller Web.Gateway.HomeController (Web.Gateway).
|
|
2023-04-04 10:05:09.763 +00:00 [INF] Executing StatusCodeResult, setting HTTP status code 200
|
|
2023-04-04 10:05:09.764 +00:00 [INF] Executed action Web.Gateway.HomeController.Index (Web.Gateway) in 27.6828ms
|
|
2023-04-04 10:05:09.764 +00:00 [INF] Executed endpoint 'Web.Gateway.HomeController.Index (Web.Gateway)'
|
|
2023-04-04 10:05:09.765 +00:00 [INF] HTTP POST / responded 200 in 31.0437 ms
|
|
2023-04-04 10:05:09.766 +00:00 [INF] Request finished HTTP/1.1 POST http://localhost:21093/ application/json 2664 - 200 0 - 34.1006ms
|
|
2023-04-04 10:05:15.817 +00:00 [INF] Request starting HTTP/1.1 POST http://localhost:21093/ application/json 2664
|
|
2023-04-04 10:05:15.819 +00:00 [INF] Executing endpoint 'Web.Gateway.HomeController.Index (Web.Gateway)'
|
|
2023-04-04 10:05:15.821 +00:00 [INF] Route matched with {action = "Index", controller = "Home"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] Index() on controller Web.Gateway.HomeController (Web.Gateway).
|
|
2023-04-04 10:05:15.850 +00:00 [INF] Executing StatusCodeResult, setting HTTP status code 200
|
|
2023-04-04 10:05:15.851 +00:00 [INF] Executed action Web.Gateway.HomeController.Index (Web.Gateway) in 29.4462ms
|
|
2023-04-04 10:05:15.852 +00:00 [INF] Executed endpoint 'Web.Gateway.HomeController.Index (Web.Gateway)'
|
|
2023-04-04 10:05:15.853 +00:00 [INF] HTTP POST / responded 200 in 33.8737 ms
|
|
2023-04-04 10:05:15.854 +00:00 [INF] Request finished HTTP/1.1 POST http://localhost:21093/ application/json 2664 - 200 0 - 36.9566ms
|
|
2023-04-04 10:05:19.871 +00:00 [INF] Request starting HTTP/1.1 POST http://localhost:21093/ application/json 2664
|
|
2023-04-04 10:05:19.874 +00:00 [INF] Executing endpoint 'Web.Gateway.HomeController.Index (Web.Gateway)'
|
|
2023-04-04 10:05:19.875 +00:00 [INF] Route matched with {action = "Index", controller = "Home"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] Index() on controller Web.Gateway.HomeController (Web.Gateway).
|
|
2023-04-04 10:05:19.903 +00:00 [INF] Executing StatusCodeResult, setting HTTP status code 200
|
|
2023-04-04 10:05:19.904 +00:00 [INF] Executed action Web.Gateway.HomeController.Index (Web.Gateway) in 27.8676ms
|
|
2023-04-04 10:05:19.905 +00:00 [INF] Executed endpoint 'Web.Gateway.HomeController.Index (Web.Gateway)'
|
|
2023-04-04 10:05:19.906 +00:00 [INF] HTTP POST / responded 200 in 32.4555 ms
|
|
2023-04-04 10:05:19.907 +00:00 [INF] Request finished HTTP/1.1 POST http://localhost:21093/ application/json 2664 - 200 0 - 36.3080ms
|
|
2023-04-04 10:05:25.937 +00:00 [INF] Request starting HTTP/1.1 POST http://localhost:21093/ application/json 2664
|
|
2023-04-04 10:05:25.939 +00:00 [INF] Executing endpoint 'Web.Gateway.HomeController.Index (Web.Gateway)'
|
|
2023-04-04 10:05:25.941 +00:00 [INF] Route matched with {action = "Index", controller = "Home"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] Index() on controller Web.Gateway.HomeController (Web.Gateway).
|
|
2023-04-04 10:05:25.968 +00:00 [INF] Executing StatusCodeResult, setting HTTP status code 200
|
|
2023-04-04 10:05:25.969 +00:00 [INF] Executed action Web.Gateway.HomeController.Index (Web.Gateway) in 27.2086ms
|
|
2023-04-04 10:05:25.970 +00:00 [INF] Executed endpoint 'Web.Gateway.HomeController.Index (Web.Gateway)'
|
|
2023-04-04 10:05:25.970 +00:00 [INF] HTTP POST / responded 200 in 31.6729 ms
|
|
2023-04-04 10:05:25.971 +00:00 [INF] Request finished HTTP/1.1 POST http://localhost:21093/ application/json 2664 - 200 0 - 34.2969ms
|
|
2023-04-04 10:05:29.994 +00:00 [INF] Request starting HTTP/1.1 POST http://localhost:21093/ application/json 2664
|
|
2023-04-04 10:05:29.995 +00:00 [INF] Executing endpoint 'Web.Gateway.HomeController.Index (Web.Gateway)'
|
|
2023-04-04 10:05:29.995 +00:00 [INF] Route matched with {action = "Index", controller = "Home"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] Index() on controller Web.Gateway.HomeController (Web.Gateway).
|
|
2023-04-04 10:05:30.022 +00:00 [INF] Executing StatusCodeResult, setting HTTP status code 200
|
|
2023-04-04 10:05:30.023 +00:00 [INF] Executed action Web.Gateway.HomeController.Index (Web.Gateway) in 27.2932ms
|
|
2023-04-04 10:05:30.024 +00:00 [INF] Executed endpoint 'Web.Gateway.HomeController.Index (Web.Gateway)'
|
|
2023-04-04 10:05:30.024 +00:00 [INF] HTTP POST / responded 200 in 29.1062 ms
|
|
2023-04-04 10:05:30.025 +00:00 [INF] Request finished HTTP/1.1 POST http://localhost:21093/ application/json 2664 - 200 0 - 30.1646ms
|
|
2023-04-04 10:05:36.049 +00:00 [INF] Request starting HTTP/1.1 POST http://localhost:21093/ application/json 2664
|
|
2023-04-04 10:05:36.050 +00:00 [INF] Executing endpoint 'Web.Gateway.HomeController.Index (Web.Gateway)'
|
|
2023-04-04 10:05:36.050 +00:00 [INF] Route matched with {action = "Index", controller = "Home"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] Index() on controller Web.Gateway.HomeController (Web.Gateway).
|
|
2023-04-04 10:05:36.079 +00:00 [INF] Executing StatusCodeResult, setting HTTP status code 200
|
|
2023-04-04 10:05:36.079 +00:00 [INF] Executed action Web.Gateway.HomeController.Index (Web.Gateway) in 28.5669ms
|
|
2023-04-04 10:05:36.080 +00:00 [INF] Executed endpoint 'Web.Gateway.HomeController.Index (Web.Gateway)'
|
|
2023-04-04 10:05:36.080 +00:00 [INF] HTTP POST / responded 200 in 30.1626 ms
|
|
2023-04-04 10:05:36.080 +00:00 [INF] Request finished HTTP/1.1 POST http://localhost:21093/ application/json 2664 - 200 0 - 31.5261ms
|
|
2023-04-04 10:05:40.107 +00:00 [INF] Request starting HTTP/1.1 POST http://localhost:21093/ application/json 2664
|
|
2023-04-04 10:05:40.109 +00:00 [INF] Executing endpoint 'Web.Gateway.HomeController.Index (Web.Gateway)'
|
|
2023-04-04 10:05:40.109 +00:00 [INF] Route matched with {action = "Index", controller = "Home"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] Index() on controller Web.Gateway.HomeController (Web.Gateway).
|
|
2023-04-04 10:05:40.136 +00:00 [INF] Executing StatusCodeResult, setting HTTP status code 200
|
|
2023-04-04 10:05:40.136 +00:00 [INF] Executed action Web.Gateway.HomeController.Index (Web.Gateway) in 26.9445ms
|
|
2023-04-04 10:05:40.136 +00:00 [INF] Executed endpoint 'Web.Gateway.HomeController.Index (Web.Gateway)'
|
|
2023-04-04 10:05:40.137 +00:00 [INF] HTTP POST / responded 200 in 28.2302 ms
|
|
2023-04-04 10:05:40.137 +00:00 [INF] Request finished HTTP/1.1 POST http://localhost:21093/ application/json 2664 - 200 0 - 29.7493ms
|
|
2023-04-04 10:05:46.173 +00:00 [INF] Request starting HTTP/1.1 POST http://localhost:21093/ application/json 2666
|
|
2023-04-04 10:05:46.174 +00:00 [INF] Executing endpoint 'Web.Gateway.HomeController.Index (Web.Gateway)'
|
|
2023-04-04 10:05:46.175 +00:00 [INF] Route matched with {action = "Index", controller = "Home"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] Index() on controller Web.Gateway.HomeController (Web.Gateway).
|
|
2023-04-04 10:05:46.202 +00:00 [INF] Executing StatusCodeResult, setting HTTP status code 200
|
|
2023-04-04 10:05:46.202 +00:00 [INF] Executed action Web.Gateway.HomeController.Index (Web.Gateway) in 27.1112ms
|
|
2023-04-04 10:05:46.203 +00:00 [INF] Executed endpoint 'Web.Gateway.HomeController.Index (Web.Gateway)'
|
|
2023-04-04 10:05:46.203 +00:00 [INF] HTTP POST / responded 200 in 28.7319 ms
|
|
2023-04-04 10:05:46.203 +00:00 [INF] Request finished HTTP/1.1 POST http://localhost:21093/ application/json 2666 - 200 0 - 29.8802ms
|
|
2023-04-04 10:05:50.234 +00:00 [INF] Request starting HTTP/1.1 POST http://localhost:21093/ application/json 2664
|
|
2023-04-04 10:05:50.234 +00:00 [INF] Executing endpoint 'Web.Gateway.HomeController.Index (Web.Gateway)'
|
|
2023-04-04 10:05:50.235 +00:00 [INF] Route matched with {action = "Index", controller = "Home"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] Index() on controller Web.Gateway.HomeController (Web.Gateway).
|
|
2023-04-04 10:05:50.262 +00:00 [INF] Executing StatusCodeResult, setting HTTP status code 200
|
|
2023-04-04 10:05:50.262 +00:00 [INF] Executed action Web.Gateway.HomeController.Index (Web.Gateway) in 27.0106ms
|
|
2023-04-04 10:05:50.262 +00:00 [INF] Executed endpoint 'Web.Gateway.HomeController.Index (Web.Gateway)'
|
|
2023-04-04 10:05:50.263 +00:00 [INF] HTTP POST / responded 200 in 28.4147 ms
|
|
2023-04-04 10:05:50.263 +00:00 [INF] Request finished HTTP/1.1 POST http://localhost:21093/ application/json 2664 - 200 0 - 29.4915ms
|
|
2023-04-04 10:05:56.286 +00:00 [INF] Request starting HTTP/1.1 POST http://localhost:21093/ application/json 2664
|
|
2023-04-04 10:05:56.286 +00:00 [INF] Executing endpoint 'Web.Gateway.HomeController.Index (Web.Gateway)'
|
|
2023-04-04 10:05:56.287 +00:00 [INF] Route matched with {action = "Index", controller = "Home"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] Index() on controller Web.Gateway.HomeController (Web.Gateway).
|
|
2023-04-04 10:05:56.313 +00:00 [INF] Executing StatusCodeResult, setting HTTP status code 200
|
|
2023-04-04 10:05:56.314 +00:00 [INF] Executed action Web.Gateway.HomeController.Index (Web.Gateway) in 26.853ms
|
|
2023-04-04 10:05:56.314 +00:00 [INF] Executed endpoint 'Web.Gateway.HomeController.Index (Web.Gateway)'
|
|
2023-04-04 10:05:56.314 +00:00 [INF] HTTP POST / responded 200 in 28.0992 ms
|
|
2023-04-04 10:05:56.314 +00:00 [INF] Request finished HTTP/1.1 POST http://localhost:21093/ application/json 2664 - 200 0 - 28.8097ms
|
|
2023-04-04 10:06:00.344 +00:00 [INF] Request starting HTTP/1.1 POST http://localhost:21093/ application/json 2664
|
|
2023-04-04 10:06:00.345 +00:00 [INF] Executing endpoint 'Web.Gateway.HomeController.Index (Web.Gateway)'
|
|
2023-04-04 10:06:00.346 +00:00 [INF] Route matched with {action = "Index", controller = "Home"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] Index() on controller Web.Gateway.HomeController (Web.Gateway).
|
|
2023-04-04 10:06:00.374 +00:00 [INF] Executing StatusCodeResult, setting HTTP status code 200
|
|
2023-04-04 10:06:00.375 +00:00 [INF] Executed action Web.Gateway.HomeController.Index (Web.Gateway) in 28.1034ms
|
|
2023-04-04 10:06:00.375 +00:00 [INF] Executed endpoint 'Web.Gateway.HomeController.Index (Web.Gateway)'
|
|
2023-04-04 10:06:00.376 +00:00 [INF] HTTP POST / responded 200 in 30.2009 ms
|
|
2023-04-04 10:06:00.376 +00:00 [INF] Request finished HTTP/1.1 POST http://localhost:21093/ application/json 2664 - 200 0 - 31.5102ms
|
|
2023-04-04 10:06:06.413 +00:00 [INF] Request starting HTTP/1.1 POST http://localhost:21093/ application/json 2664
|
|
2023-04-04 10:06:06.414 +00:00 [INF] Executing endpoint 'Web.Gateway.HomeController.Index (Web.Gateway)'
|
|
2023-04-04 10:06:06.415 +00:00 [INF] Route matched with {action = "Index", controller = "Home"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] Index() on controller Web.Gateway.HomeController (Web.Gateway).
|
|
2023-04-04 10:06:06.442 +00:00 [INF] Executing StatusCodeResult, setting HTTP status code 200
|
|
2023-04-04 10:06:06.443 +00:00 [INF] Executed action Web.Gateway.HomeController.Index (Web.Gateway) in 27.2376ms
|
|
2023-04-04 10:06:06.443 +00:00 [INF] Executed endpoint 'Web.Gateway.HomeController.Index (Web.Gateway)'
|
|
2023-04-04 10:06:06.444 +00:00 [INF] HTTP POST / responded 200 in 29.7302 ms
|
|
2023-04-04 10:06:06.444 +00:00 [INF] Request finished HTTP/1.1 POST http://localhost:21093/ application/json 2664 - 200 0 - 32.2707ms
|
|
2023-04-04 10:06:10.469 +00:00 [INF] Request starting HTTP/1.1 POST http://localhost:21093/ application/json 2664
|
|
2023-04-04 10:06:10.470 +00:00 [INF] Executing endpoint 'Web.Gateway.HomeController.Index (Web.Gateway)'
|
|
2023-04-04 10:06:10.471 +00:00 [INF] Route matched with {action = "Index", controller = "Home"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] Index() on controller Web.Gateway.HomeController (Web.Gateway).
|
|
2023-04-04 10:06:10.499 +00:00 [INF] Executing StatusCodeResult, setting HTTP status code 200
|
|
2023-04-04 10:06:10.500 +00:00 [INF] Executed action Web.Gateway.HomeController.Index (Web.Gateway) in 27.3376ms
|
|
2023-04-04 10:06:10.500 +00:00 [INF] Executed endpoint 'Web.Gateway.HomeController.Index (Web.Gateway)'
|
|
2023-04-04 10:06:10.500 +00:00 [INF] HTTP POST / responded 200 in 29.8186 ms
|
|
2023-04-04 10:06:10.500 +00:00 [INF] Request finished HTTP/1.1 POST http://localhost:21093/ application/json 2664 - 200 0 - 31.1516ms
|
|
2023-04-04 10:06:16.544 +00:00 [INF] Request starting HTTP/1.1 POST http://localhost:21093/ application/json 2664
|
|
2023-04-04 10:06:16.545 +00:00 [INF] Executing endpoint 'Web.Gateway.HomeController.Index (Web.Gateway)'
|
|
2023-04-04 10:06:16.546 +00:00 [INF] Route matched with {action = "Index", controller = "Home"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] Index() on controller Web.Gateway.HomeController (Web.Gateway).
|
|
2023-04-04 10:06:16.573 +00:00 [INF] Executing StatusCodeResult, setting HTTP status code 200
|
|
2023-04-04 10:06:16.574 +00:00 [INF] Executed action Web.Gateway.HomeController.Index (Web.Gateway) in 27.5279ms
|
|
2023-04-04 10:06:16.574 +00:00 [INF] Executed endpoint 'Web.Gateway.HomeController.Index (Web.Gateway)'
|
|
2023-04-04 10:06:16.574 +00:00 [INF] HTTP POST / responded 200 in 29.4120 ms
|
|
2023-04-04 10:06:16.575 +00:00 [INF] Request finished HTTP/1.1 POST http://localhost:21093/ application/json 2664 - 200 0 - 31.1186ms
|
|
2023-04-04 10:06:20.595 +00:00 [INF] Request starting HTTP/1.1 POST http://localhost:21093/ application/json 2664
|
|
2023-04-04 10:06:20.597 +00:00 [INF] Executing endpoint 'Web.Gateway.HomeController.Index (Web.Gateway)'
|
|
2023-04-04 10:06:20.598 +00:00 [INF] Route matched with {action = "Index", controller = "Home"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] Index() on controller Web.Gateway.HomeController (Web.Gateway).
|
|
2023-04-04 10:06:20.625 +00:00 [INF] Executing StatusCodeResult, setting HTTP status code 200
|
|
2023-04-04 10:06:20.626 +00:00 [INF] Executed action Web.Gateway.HomeController.Index (Web.Gateway) in 27.3325ms
|
|
2023-04-04 10:06:20.626 +00:00 [INF] Executed endpoint 'Web.Gateway.HomeController.Index (Web.Gateway)'
|
|
2023-04-04 10:06:20.626 +00:00 [INF] HTTP POST / responded 200 in 29.5691 ms
|
|
2023-04-04 10:06:20.627 +00:00 [INF] Request finished HTTP/1.1 POST http://localhost:21093/ application/json 2664 - 200 0 - 32.0498ms
|
|
2023-04-04 10:06:26.653 +00:00 [INF] Request starting HTTP/1.1 POST http://localhost:21093/ application/json 2664
|
|
2023-04-04 10:06:26.654 +00:00 [INF] Executing endpoint 'Web.Gateway.HomeController.Index (Web.Gateway)'
|
|
2023-04-04 10:06:26.655 +00:00 [INF] Route matched with {action = "Index", controller = "Home"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] Index() on controller Web.Gateway.HomeController (Web.Gateway).
|
|
2023-04-04 10:06:26.683 +00:00 [INF] Executing StatusCodeResult, setting HTTP status code 200
|
|
2023-04-04 10:06:26.683 +00:00 [INF] Executed action Web.Gateway.HomeController.Index (Web.Gateway) in 27.4341ms
|
|
2023-04-04 10:06:26.684 +00:00 [INF] Executed endpoint 'Web.Gateway.HomeController.Index (Web.Gateway)'
|
|
2023-04-04 10:06:26.684 +00:00 [INF] HTTP POST / responded 200 in 29.8269 ms
|
|
2023-04-04 10:06:26.684 +00:00 [INF] Request finished HTTP/1.1 POST http://localhost:21093/ application/json 2664 - 200 0 - 31.2492ms
|
|
2023-04-04 10:06:30.712 +00:00 [INF] Request starting HTTP/1.1 POST http://localhost:21093/ application/json 2664
|
|
2023-04-04 10:06:30.714 +00:00 [INF] Executing endpoint 'Web.Gateway.HomeController.Index (Web.Gateway)'
|
|
2023-04-04 10:06:30.715 +00:00 [INF] Route matched with {action = "Index", controller = "Home"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] Index() on controller Web.Gateway.HomeController (Web.Gateway).
|
|
2023-04-04 10:06:30.743 +00:00 [INF] Executing StatusCodeResult, setting HTTP status code 200
|
|
2023-04-04 10:06:30.744 +00:00 [INF] Executed action Web.Gateway.HomeController.Index (Web.Gateway) in 27.9901ms
|
|
2023-04-04 10:06:30.744 +00:00 [INF] Executed endpoint 'Web.Gateway.HomeController.Index (Web.Gateway)'
|
|
2023-04-04 10:06:30.744 +00:00 [INF] HTTP POST / responded 200 in 30.6217 ms
|
|
2023-04-04 10:06:30.745 +00:00 [INF] Request finished HTTP/1.1 POST http://localhost:21093/ application/json 2664 - 200 0 - 32.2216ms
|
|
2023-04-04 10:06:34.757 +00:00 [INF] Request starting HTTP/1.1 POST http://localhost:21093/ application/json 2664
|
|
2023-04-04 10:06:34.758 +00:00 [INF] Executing endpoint 'Web.Gateway.HomeController.Index (Web.Gateway)'
|
|
2023-04-04 10:06:34.759 +00:00 [INF] Route matched with {action = "Index", controller = "Home"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] Index() on controller Web.Gateway.HomeController (Web.Gateway).
|
|
2023-04-04 10:06:34.787 +00:00 [INF] Executing StatusCodeResult, setting HTTP status code 200
|
|
2023-04-04 10:06:34.787 +00:00 [INF] Executed action Web.Gateway.HomeController.Index (Web.Gateway) in 27.8342ms
|
|
2023-04-04 10:06:34.788 +00:00 [INF] Executed endpoint 'Web.Gateway.HomeController.Index (Web.Gateway)'
|
|
2023-04-04 10:06:34.788 +00:00 [INF] HTTP POST / responded 200 in 30.1975 ms
|
|
2023-04-04 10:06:34.788 +00:00 [INF] Request finished HTTP/1.1 POST http://localhost:21093/ application/json 2664 - 200 0 - 31.6292ms
|
|
2023-04-04 10:06:40.818 +00:00 [INF] Request starting HTTP/1.1 POST http://localhost:21093/ application/json 2664
|
|
2023-04-04 10:06:40.819 +00:00 [INF] Executing endpoint 'Web.Gateway.HomeController.Index (Web.Gateway)'
|
|
2023-04-04 10:06:40.820 +00:00 [INF] Route matched with {action = "Index", controller = "Home"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] Index() on controller Web.Gateway.HomeController (Web.Gateway).
|
|
2023-04-04 10:06:40.849 +00:00 [INF] Executing StatusCodeResult, setting HTTP status code 200
|
|
2023-04-04 10:06:40.851 +00:00 [INF] Executed action Web.Gateway.HomeController.Index (Web.Gateway) in 29.5513ms
|
|
2023-04-04 10:06:40.852 +00:00 [INF] Executed endpoint 'Web.Gateway.HomeController.Index (Web.Gateway)'
|
|
2023-04-04 10:06:40.853 +00:00 [INF] HTTP POST / responded 200 in 33.4479 ms
|
|
2023-04-04 10:06:40.854 +00:00 [INF] Request finished HTTP/1.1 POST http://localhost:21093/ application/json 2664 - 200 0 - 35.7994ms
|
|
2023-04-04 10:06:44.887 +00:00 [INF] Request starting HTTP/1.1 POST http://localhost:21093/ application/json 2664
|
|
2023-04-04 10:06:44.889 +00:00 [INF] Executing endpoint 'Web.Gateway.HomeController.Index (Web.Gateway)'
|
|
2023-04-04 10:06:44.889 +00:00 [INF] Route matched with {action = "Index", controller = "Home"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] Index() on controller Web.Gateway.HomeController (Web.Gateway).
|
|
2023-04-04 10:06:44.917 +00:00 [INF] Executing StatusCodeResult, setting HTTP status code 200
|
|
2023-04-04 10:06:44.917 +00:00 [INF] Executed action Web.Gateway.HomeController.Index (Web.Gateway) in 27.8702ms
|
|
2023-04-04 10:06:44.918 +00:00 [INF] Executed endpoint 'Web.Gateway.HomeController.Index (Web.Gateway)'
|
|
2023-04-04 10:06:44.918 +00:00 [INF] HTTP POST / responded 200 in 29.5299 ms
|
|
2023-04-04 10:06:44.919 +00:00 [INF] Request finished HTTP/1.1 POST http://localhost:21093/ application/json 2664 - 200 0 - 31.1315ms
|
|
2023-04-04 10:06:50.964 +00:00 [INF] Request starting HTTP/1.1 POST http://localhost:21093/ application/json 2664
|
|
2023-04-04 10:06:50.966 +00:00 [INF] Executing endpoint 'Web.Gateway.HomeController.Index (Web.Gateway)'
|
|
2023-04-04 10:06:50.967 +00:00 [INF] Route matched with {action = "Index", controller = "Home"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] Index() on controller Web.Gateway.HomeController (Web.Gateway).
|
|
2023-04-04 10:06:50.996 +00:00 [INF] Executing StatusCodeResult, setting HTTP status code 200
|
|
2023-04-04 10:06:50.996 +00:00 [INF] Executed action Web.Gateway.HomeController.Index (Web.Gateway) in 28.927ms
|
|
2023-04-04 10:06:50.997 +00:00 [INF] Executed endpoint 'Web.Gateway.HomeController.Index (Web.Gateway)'
|
|
2023-04-04 10:06:50.997 +00:00 [INF] HTTP POST / responded 200 in 31.4961 ms
|
|
2023-04-04 10:06:50.998 +00:00 [INF] Request finished HTTP/1.1 POST http://localhost:21093/ application/json 2664 - 200 0 - 33.7191ms
|
|
2023-04-04 10:06:55.007 +00:00 [INF] Request starting HTTP/1.1 POST http://localhost:21093/ application/json 2664
|
|
2023-04-04 10:06:55.008 +00:00 [INF] Executing endpoint 'Web.Gateway.HomeController.Index (Web.Gateway)'
|
|
2023-04-04 10:06:55.009 +00:00 [INF] Route matched with {action = "Index", controller = "Home"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] Index() on controller Web.Gateway.HomeController (Web.Gateway).
|
|
2023-04-04 10:06:55.037 +00:00 [INF] Executing StatusCodeResult, setting HTTP status code 200
|
|
2023-04-04 10:06:55.037 +00:00 [INF] Executed action Web.Gateway.HomeController.Index (Web.Gateway) in 28.0216ms
|
|
2023-04-04 10:06:55.038 +00:00 [INF] Executed endpoint 'Web.Gateway.HomeController.Index (Web.Gateway)'
|
|
2023-04-04 10:06:55.038 +00:00 [INF] HTTP POST / responded 200 in 30.4113 ms
|
|
2023-04-04 10:06:55.039 +00:00 [INF] Request finished HTTP/1.1 POST http://localhost:21093/ application/json 2664 - 200 0 - 32.0643ms
|
|
2023-04-04 10:07:01.067 +00:00 [INF] Request starting HTTP/1.1 POST http://localhost:21093/ application/json 2664
|
|
2023-04-04 10:07:01.068 +00:00 [INF] Executing endpoint 'Web.Gateway.HomeController.Index (Web.Gateway)'
|
|
2023-04-04 10:07:01.070 +00:00 [INF] Route matched with {action = "Index", controller = "Home"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] Index() on controller Web.Gateway.HomeController (Web.Gateway).
|
|
2023-04-04 10:07:01.098 +00:00 [INF] Executing StatusCodeResult, setting HTTP status code 200
|
|
2023-04-04 10:07:01.099 +00:00 [INF] Executed action Web.Gateway.HomeController.Index (Web.Gateway) in 28.4681ms
|
|
2023-04-04 10:07:01.099 +00:00 [INF] Executed endpoint 'Web.Gateway.HomeController.Index (Web.Gateway)'
|
|
2023-04-04 10:07:01.100 +00:00 [INF] HTTP POST / responded 200 in 31.3937 ms
|
|
2023-04-04 10:07:01.100 +00:00 [INF] Request finished HTTP/1.1 POST http://localhost:21093/ application/json 2664 - 200 0 - 33.3403ms
|
|
2023-04-04 10:07:05.114 +00:00 [INF] Request starting HTTP/1.1 POST http://localhost:21093/ application/json 2664
|
|
2023-04-04 10:07:05.116 +00:00 [INF] Executing endpoint 'Web.Gateway.HomeController.Index (Web.Gateway)'
|
|
2023-04-04 10:07:05.117 +00:00 [INF] Route matched with {action = "Index", controller = "Home"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] Index() on controller Web.Gateway.HomeController (Web.Gateway).
|
|
2023-04-04 10:07:05.147 +00:00 [INF] Executing StatusCodeResult, setting HTTP status code 200
|
|
2023-04-04 10:07:05.149 +00:00 [INF] Executed action Web.Gateway.HomeController.Index (Web.Gateway) in 30.9855ms
|
|
2023-04-04 10:07:05.149 +00:00 [INF] Executed endpoint 'Web.Gateway.HomeController.Index (Web.Gateway)'
|
|
2023-04-04 10:07:05.151 +00:00 [INF] HTTP POST / responded 200 in 35.0523 ms
|
|
2023-04-04 10:07:05.151 +00:00 [INF] Request finished HTTP/1.1 POST http://localhost:21093/ application/json 2664 - 200 0 - 37.3093ms
|
|
2023-04-04 10:07:11.200 +00:00 [INF] Request starting HTTP/1.1 POST http://localhost:21093/ application/json 2664
|
|
2023-04-04 10:07:11.201 +00:00 [INF] Executing endpoint 'Web.Gateway.HomeController.Index (Web.Gateway)'
|
|
2023-04-04 10:07:11.201 +00:00 [INF] Route matched with {action = "Index", controller = "Home"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] Index() on controller Web.Gateway.HomeController (Web.Gateway).
|
|
2023-04-04 10:07:11.228 +00:00 [INF] Executing StatusCodeResult, setting HTTP status code 200
|
|
2023-04-04 10:07:11.228 +00:00 [INF] Executed action Web.Gateway.HomeController.Index (Web.Gateway) in 27.0241ms
|
|
2023-04-04 10:07:11.229 +00:00 [INF] Executed endpoint 'Web.Gateway.HomeController.Index (Web.Gateway)'
|
|
2023-04-04 10:07:11.229 +00:00 [INF] HTTP POST / responded 200 in 28.6849 ms
|
|
2023-04-04 10:07:11.229 +00:00 [INF] Request finished HTTP/1.1 POST http://localhost:21093/ application/json 2664 - 200 0 - 29.4929ms
|
|
2023-04-04 10:07:15.252 +00:00 [INF] Request starting HTTP/1.1 POST http://localhost:21093/ application/json 2664
|
|
2023-04-04 10:07:15.253 +00:00 [INF] Executing endpoint 'Web.Gateway.HomeController.Index (Web.Gateway)'
|
|
2023-04-04 10:07:15.253 +00:00 [INF] Route matched with {action = "Index", controller = "Home"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] Index() on controller Web.Gateway.HomeController (Web.Gateway).
|
|
2023-04-04 10:07:15.282 +00:00 [INF] Executing StatusCodeResult, setting HTTP status code 200
|
|
2023-04-04 10:07:15.282 +00:00 [INF] Executed action Web.Gateway.HomeController.Index (Web.Gateway) in 28.1898ms
|
|
2023-04-04 10:07:15.283 +00:00 [INF] Executed endpoint 'Web.Gateway.HomeController.Index (Web.Gateway)'
|
|
2023-04-04 10:07:15.283 +00:00 [INF] HTTP POST / responded 200 in 30.2527 ms
|
|
2023-04-04 10:07:15.283 +00:00 [INF] Request finished HTTP/1.1 POST http://localhost:21093/ application/json 2664 - 200 0 - 31.7232ms
|
|
2023-04-04 10:07:21.311 +00:00 [INF] Request starting HTTP/1.1 POST http://localhost:21093/ application/json 2664
|
|
2023-04-04 10:07:21.312 +00:00 [INF] Executing endpoint 'Web.Gateway.HomeController.Index (Web.Gateway)'
|
|
2023-04-04 10:07:21.312 +00:00 [INF] Route matched with {action = "Index", controller = "Home"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] Index() on controller Web.Gateway.HomeController (Web.Gateway).
|
|
2023-04-04 10:07:21.339 +00:00 [INF] Executing StatusCodeResult, setting HTTP status code 200
|
|
2023-04-04 10:07:21.339 +00:00 [INF] Executed action Web.Gateway.HomeController.Index (Web.Gateway) in 27.037ms
|
|
2023-04-04 10:07:21.340 +00:00 [INF] Executed endpoint 'Web.Gateway.HomeController.Index (Web.Gateway)'
|
|
2023-04-04 10:07:21.340 +00:00 [INF] HTTP POST / responded 200 in 28.4090 ms
|
|
2023-04-04 10:07:21.340 +00:00 [INF] Request finished HTTP/1.1 POST http://localhost:21093/ application/json 2664 - 200 0 - 29.1139ms
|
|
2023-04-04 10:07:25.371 +00:00 [INF] Request starting HTTP/1.1 POST http://localhost:21093/ application/json 2664
|
|
2023-04-04 10:07:25.372 +00:00 [INF] Executing endpoint 'Web.Gateway.HomeController.Index (Web.Gateway)'
|
|
2023-04-04 10:07:25.373 +00:00 [INF] Route matched with {action = "Index", controller = "Home"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] Index() on controller Web.Gateway.HomeController (Web.Gateway).
|
|
2023-04-04 10:07:25.400 +00:00 [INF] Executing StatusCodeResult, setting HTTP status code 200
|
|
2023-04-04 10:07:25.401 +00:00 [INF] Executed action Web.Gateway.HomeController.Index (Web.Gateway) in 28.0292ms
|
|
2023-04-04 10:07:25.401 +00:00 [INF] Executed endpoint 'Web.Gateway.HomeController.Index (Web.Gateway)'
|
|
2023-04-04 10:07:25.401 +00:00 [INF] HTTP POST / responded 200 in 29.6840 ms
|
|
2023-04-04 10:07:25.402 +00:00 [INF] Request finished HTTP/1.1 POST http://localhost:21093/ application/json 2664 - 200 0 - 30.6953ms
|
|
2023-04-04 10:07:31.453 +00:00 [INF] Request starting HTTP/1.1 POST http://localhost:21093/ application/json 2664
|
|
2023-04-04 10:07:31.454 +00:00 [INF] Executing endpoint 'Web.Gateway.HomeController.Index (Web.Gateway)'
|
|
2023-04-04 10:07:31.455 +00:00 [INF] Route matched with {action = "Index", controller = "Home"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] Index() on controller Web.Gateway.HomeController (Web.Gateway).
|
|
2023-04-04 10:07:31.483 +00:00 [INF] Executing StatusCodeResult, setting HTTP status code 200
|
|
2023-04-04 10:07:31.484 +00:00 [INF] Executed action Web.Gateway.HomeController.Index (Web.Gateway) in 27.6821ms
|
|
2023-04-04 10:07:31.484 +00:00 [INF] Executed endpoint 'Web.Gateway.HomeController.Index (Web.Gateway)'
|
|
2023-04-04 10:07:31.484 +00:00 [INF] HTTP POST / responded 200 in 30.0858 ms
|
|
2023-04-04 10:07:31.485 +00:00 [INF] Request finished HTTP/1.1 POST http://localhost:21093/ application/json 2664 - 200 0 - 31.7469ms
|
|
2023-04-04 10:07:35.501 +00:00 [INF] Request starting HTTP/1.1 POST http://localhost:21093/ application/json 2666
|
|
2023-04-04 10:07:35.501 +00:00 [INF] Executing endpoint 'Web.Gateway.HomeController.Index (Web.Gateway)'
|
|
2023-04-04 10:07:35.502 +00:00 [INF] Route matched with {action = "Index", controller = "Home"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] Index() on controller Web.Gateway.HomeController (Web.Gateway).
|
|
2023-04-04 10:07:35.529 +00:00 [INF] Executing StatusCodeResult, setting HTTP status code 200
|
|
2023-04-04 10:07:35.529 +00:00 [INF] Executed action Web.Gateway.HomeController.Index (Web.Gateway) in 26.9323ms
|
|
2023-04-04 10:07:35.529 +00:00 [INF] Executed endpoint 'Web.Gateway.HomeController.Index (Web.Gateway)'
|
|
2023-04-04 10:07:35.530 +00:00 [INF] HTTP POST / responded 200 in 28.1716 ms
|
|
2023-04-04 10:07:35.530 +00:00 [INF] Request finished HTTP/1.1 POST http://localhost:21093/ application/json 2666 - 200 0 - 29.0874ms
|
|
2023-04-04 10:07:41.561 +00:00 [INF] Request starting HTTP/1.1 POST http://localhost:21093/ application/json 2664
|
|
2023-04-04 10:07:41.561 +00:00 [INF] Executing endpoint 'Web.Gateway.HomeController.Index (Web.Gateway)'
|
|
2023-04-04 10:07:41.562 +00:00 [INF] Route matched with {action = "Index", controller = "Home"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] Index() on controller Web.Gateway.HomeController (Web.Gateway).
|
|
2023-04-04 10:07:41.588 +00:00 [INF] Executing StatusCodeResult, setting HTTP status code 200
|
|
2023-04-04 10:07:41.588 +00:00 [INF] Executed action Web.Gateway.HomeController.Index (Web.Gateway) in 26.4978ms
|
|
2023-04-04 10:07:41.589 +00:00 [INF] Executed endpoint 'Web.Gateway.HomeController.Index (Web.Gateway)'
|
|
2023-04-04 10:07:41.589 +00:00 [INF] HTTP POST / responded 200 in 27.6429 ms
|
|
2023-04-04 10:07:41.589 +00:00 [INF] Request finished HTTP/1.1 POST http://localhost:21093/ application/json 2664 - 200 0 - 28.3330ms
|
|
2023-04-04 10:07:45.613 +00:00 [INF] Request starting HTTP/1.1 POST http://localhost:21093/ application/json 2664
|
|
2023-04-04 10:07:45.615 +00:00 [INF] Executing endpoint 'Web.Gateway.HomeController.Index (Web.Gateway)'
|
|
2023-04-04 10:07:45.615 +00:00 [INF] Route matched with {action = "Index", controller = "Home"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] Index() on controller Web.Gateway.HomeController (Web.Gateway).
|
|
2023-04-04 10:07:45.643 +00:00 [INF] Executing StatusCodeResult, setting HTTP status code 200
|
|
2023-04-04 10:07:45.643 +00:00 [INF] Executed action Web.Gateway.HomeController.Index (Web.Gateway) in 27.6061ms
|
|
2023-04-04 10:07:45.643 +00:00 [INF] Executed endpoint 'Web.Gateway.HomeController.Index (Web.Gateway)'
|
|
2023-04-04 10:07:45.644 +00:00 [INF] HTTP POST / responded 200 in 29.2397 ms
|
|
2023-04-04 10:07:45.644 +00:00 [INF] Request finished HTTP/1.1 POST http://localhost:21093/ application/json 2664 - 200 0 - 30.9759ms
|
|
2023-04-04 10:07:51.674 +00:00 [INF] Request starting HTTP/1.1 POST http://localhost:21093/ application/json 2664
|
|
2023-04-04 10:07:51.675 +00:00 [INF] Executing endpoint 'Web.Gateway.HomeController.Index (Web.Gateway)'
|
|
2023-04-04 10:07:51.675 +00:00 [INF] Route matched with {action = "Index", controller = "Home"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] Index() on controller Web.Gateway.HomeController (Web.Gateway).
|
|
2023-04-04 10:07:51.702 +00:00 [INF] Executing StatusCodeResult, setting HTTP status code 200
|
|
2023-04-04 10:07:51.702 +00:00 [INF] Executed action Web.Gateway.HomeController.Index (Web.Gateway) in 26.9566ms
|
|
2023-04-04 10:07:51.702 +00:00 [INF] Executed endpoint 'Web.Gateway.HomeController.Index (Web.Gateway)'
|
|
2023-04-04 10:07:51.702 +00:00 [INF] HTTP POST / responded 200 in 27.9757 ms
|
|
2023-04-04 10:07:51.703 +00:00 [INF] Request finished HTTP/1.1 POST http://localhost:21093/ application/json 2664 - 200 0 - 28.6160ms
|
|
2023-04-04 10:07:55.723 +00:00 [INF] Request starting HTTP/1.1 POST http://localhost:21093/ application/json 2666
|
|
2023-04-04 10:07:55.734 +00:00 [INF] Executing endpoint 'Web.Gateway.HomeController.Index (Web.Gateway)'
|
|
2023-04-04 10:07:55.736 +00:00 [INF] Route matched with {action = "Index", controller = "Home"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] Index() on controller Web.Gateway.HomeController (Web.Gateway).
|
|
2023-04-04 10:07:55.775 +00:00 [INF] Executing StatusCodeResult, setting HTTP status code 200
|
|
2023-04-04 10:07:55.778 +00:00 [INF] Executed action Web.Gateway.HomeController.Index (Web.Gateway) in 33.0566ms
|
|
2023-04-04 10:07:55.784 +00:00 [INF] Executed endpoint 'Web.Gateway.HomeController.Index (Web.Gateway)'
|
|
2023-04-04 10:07:55.788 +00:00 [INF] HTTP POST / responded 200 in 54.4711 ms
|
|
2023-04-04 10:07:55.796 +00:00 [INF] Request finished HTTP/1.1 POST http://localhost:21093/ application/json 2666 - 200 0 - 72.9688ms
|
|
2023-04-04 10:07:59.436 +00:00 [INF] Request starting HTTP/1.1 GET http://localhost:21093/settings//appsettings.json - -
|
|
2023-04-04 10:07:59.439 +00:00 [INF] Sending file. Request path: '/settings//appsettings.json'. Physical path: '/app/wwwroot/settings/appsettings.json'
|
|
2023-04-04 10:07:59.439 +00:00 [INF] HTTP GET /settings//appsettings.json responded 200 in 2.5556 ms
|
|
2023-04-04 10:07:59.440 +00:00 [INF] Request finished HTTP/1.1 GET http://localhost:21093/settings//appsettings.json - - - 200 5088 application/json 3.2464ms
|
|
2023-04-04 10:07:59.482 +00:00 [INF] Request starting HTTP/1.1 GET http://localhost:21093/settings//appsettings.Development.json - -
|
|
2023-04-04 10:07:59.486 +00:00 [INF] Sending file. Request path: '/settings//appsettings.Development.json'. Physical path: '/app/wwwroot/settings/appsettings.Development.json'
|
|
2023-04-04 10:07:59.486 +00:00 [INF] HTTP GET /settings//appsettings.Development.json responded 200 in 3.6236 ms
|
|
2023-04-04 10:07:59.486 +00:00 [INF] Request finished HTTP/1.1 GET http://localhost:21093/settings//appsettings.Development.json - - - 200 7011 application/json 4.2423ms
|
|
2023-04-04 10:07:59.503 +00:00 [INF] Request starting HTTP/1.1 GET http://localhost:21093/settings//appsettings.Development.json - -
|
|
2023-04-04 10:07:59.507 +00:00 [INF] Sending file. Request path: '/settings//appsettings.Development.json'. Physical path: '/app/wwwroot/settings/appsettings.Development.json'
|
|
2023-04-04 10:07:59.507 +00:00 [INF] HTTP GET /settings//appsettings.Development.json responded 200 in 4.3538 ms
|
|
2023-04-04 10:07:59.508 +00:00 [INF] Request finished HTTP/1.1 GET http://localhost:21093/settings//appsettings.Development.json - - - 200 7011 application/json 5.0912ms
|
|
2023-04-04 10:08:01.836 +00:00 [INF] Request starting HTTP/1.1 POST http://localhost:21093/ application/json 2666
|
|
2023-04-04 10:08:01.836 +00:00 [INF] Executing endpoint 'Web.Gateway.HomeController.Index (Web.Gateway)'
|
|
2023-04-04 10:08:01.836 +00:00 [INF] Route matched with {action = "Index", controller = "Home"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] Index() on controller Web.Gateway.HomeController (Web.Gateway).
|
|
2023-04-04 10:08:01.863 +00:00 [INF] Executing StatusCodeResult, setting HTTP status code 200
|
|
2023-04-04 10:08:01.864 +00:00 [INF] Executed action Web.Gateway.HomeController.Index (Web.Gateway) in 27.1107ms
|
|
2023-04-04 10:08:01.864 +00:00 [INF] Executed endpoint 'Web.Gateway.HomeController.Index (Web.Gateway)'
|
|
2023-04-04 10:08:01.864 +00:00 [INF] HTTP POST / responded 200 in 28.5546 ms
|
|
2023-04-04 10:08:01.865 +00:00 [INF] Request finished HTTP/1.1 POST http://localhost:21093/ application/json 2666 - 200 0 - 29.3417ms
|
|
2023-04-04 10:08:03.671 +00:00 [INF] Request starting HTTP/1.1 POST http://localhost:21093/ application/json 46030
|
|
2023-04-04 10:08:03.672 +00:00 [INF] Executing endpoint 'Web.Gateway.HomeController.Index (Web.Gateway)'
|
|
2023-04-04 10:08:03.672 +00:00 [INF] Route matched with {action = "Index", controller = "Home"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] Index() on controller Web.Gateway.HomeController (Web.Gateway).
|
|
2023-04-04 10:08:03.705 +00:00 [INF] Executing StatusCodeResult, setting HTTP status code 200
|
|
2023-04-04 10:08:03.706 +00:00 [INF] Executed action Web.Gateway.HomeController.Index (Web.Gateway) in 33.3514ms
|
|
2023-04-04 10:08:03.706 +00:00 [INF] Executed endpoint 'Web.Gateway.HomeController.Index (Web.Gateway)'
|
|
2023-04-04 10:08:03.706 +00:00 [INF] HTTP POST / responded 200 in 34.5402 ms
|
|
2023-04-04 10:08:03.707 +00:00 [INF] Request finished HTTP/1.1 POST http://localhost:21093/ application/json 46030 - 200 0 - 35.6188ms
|
|
2023-04-04 10:08:05.733 +00:00 [INF] Request starting HTTP/1.1 POST http://localhost:21093/ application/json 106987
|
|
2023-04-04 10:08:05.734 +00:00 [INF] Executing endpoint 'Web.Gateway.HomeController.Index (Web.Gateway)'
|
|
2023-04-04 10:08:05.734 +00:00 [INF] Route matched with {action = "Index", controller = "Home"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] Index() on controller Web.Gateway.HomeController (Web.Gateway).
|
|
2023-04-04 10:08:05.817 +00:00 [INF] Executing StatusCodeResult, setting HTTP status code 200
|
|
2023-04-04 10:08:05.817 +00:00 [INF] Executed action Web.Gateway.HomeController.Index (Web.Gateway) in 82.99ms
|
|
2023-04-04 10:08:05.818 +00:00 [INF] Executed endpoint 'Web.Gateway.HomeController.Index (Web.Gateway)'
|
|
2023-04-04 10:08:05.818 +00:00 [INF] HTTP POST / responded 200 in 84.6567 ms
|
|
2023-04-04 10:08:05.820 +00:00 [INF] Request finished HTTP/1.1 POST http://localhost:21093/ application/json 106987 - 200 0 - 86.3558ms
|
|
2023-04-04 10:08:05.878 +00:00 [INF] Request starting HTTP/1.1 POST http://localhost:21093/ application/json 2664
|
|
2023-04-04 10:08:05.879 +00:00 [INF] Executing endpoint 'Web.Gateway.HomeController.Index (Web.Gateway)'
|
|
2023-04-04 10:08:05.879 +00:00 [INF] Route matched with {action = "Index", controller = "Home"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] Index() on controller Web.Gateway.HomeController (Web.Gateway).
|
|
2023-04-04 10:08:05.906 +00:00 [INF] Executing StatusCodeResult, setting HTTP status code 200
|
|
2023-04-04 10:08:05.906 +00:00 [INF] Executed action Web.Gateway.HomeController.Index (Web.Gateway) in 26.6888ms
|
|
2023-04-04 10:08:05.906 +00:00 [INF] Executed endpoint 'Web.Gateway.HomeController.Index (Web.Gateway)'
|
|
2023-04-04 10:08:05.907 +00:00 [INF] HTTP POST / responded 200 in 27.9106 ms
|
|
2023-04-04 10:08:05.907 +00:00 [INF] Request finished HTTP/1.1 POST http://localhost:21093/ application/json 2664 - 200 0 - 28.8782ms
|
|
2023-04-04 10:08:07.838 +00:00 [INF] Request starting HTTP/1.1 POST http://localhost:21093/ application/json 33062
|
|
2023-04-04 10:08:07.838 +00:00 [INF] Executing endpoint 'Web.Gateway.HomeController.Index (Web.Gateway)'
|
|
2023-04-04 10:08:07.839 +00:00 [INF] Route matched with {action = "Index", controller = "Home"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] Index() on controller Web.Gateway.HomeController (Web.Gateway).
|
|
2023-04-04 10:08:07.869 +00:00 [INF] Executing StatusCodeResult, setting HTTP status code 200
|
|
2023-04-04 10:08:07.870 +00:00 [INF] Executed action Web.Gateway.HomeController.Index (Web.Gateway) in 31.0451ms
|
|
2023-04-04 10:08:07.870 +00:00 [INF] Executed endpoint 'Web.Gateway.HomeController.Index (Web.Gateway)'
|
|
2023-04-04 10:08:07.870 +00:00 [INF] HTTP POST / responded 200 in 32.1530 ms
|
|
2023-04-04 10:08:07.871 +00:00 [INF] Request finished HTTP/1.1 POST http://localhost:21093/ application/json 33062 - 200 0 - 33.2852ms
|
|
2023-04-04 10:08:07.922 +00:00 [INF] Request starting HTTP/1.1 POST http://localhost:21093/ application/json 23179
|
|
2023-04-04 10:08:07.922 +00:00 [INF] Executing endpoint 'Web.Gateway.HomeController.Index (Web.Gateway)'
|
|
2023-04-04 10:08:07.923 +00:00 [INF] Route matched with {action = "Index", controller = "Home"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] Index() on controller Web.Gateway.HomeController (Web.Gateway).
|
|
2023-04-04 10:08:07.951 +00:00 [INF] Executing StatusCodeResult, setting HTTP status code 200
|
|
2023-04-04 10:08:07.952 +00:00 [INF] Executed action Web.Gateway.HomeController.Index (Web.Gateway) in 29.025ms
|
|
2023-04-04 10:08:07.952 +00:00 [INF] Executed endpoint 'Web.Gateway.HomeController.Index (Web.Gateway)'
|
|
2023-04-04 10:08:07.953 +00:00 [INF] HTTP POST / responded 200 in 30.3329 ms
|
|
2023-04-04 10:08:07.953 +00:00 [INF] Request finished HTTP/1.1 POST http://localhost:21093/ application/json 23179 - 200 0 - 31.0298ms
|
|
2023-04-04 10:08:11.979 +00:00 [INF] Request starting HTTP/1.1 POST http://localhost:21093/ application/json 2664
|
|
2023-04-04 10:08:11.980 +00:00 [INF] Executing endpoint 'Web.Gateway.HomeController.Index (Web.Gateway)'
|
|
2023-04-04 10:08:11.980 +00:00 [INF] Route matched with {action = "Index", controller = "Home"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] Index() on controller Web.Gateway.HomeController (Web.Gateway).
|
|
2023-04-04 10:08:12.007 +00:00 [INF] Executing StatusCodeResult, setting HTTP status code 200
|
|
2023-04-04 10:08:12.009 +00:00 [INF] Executed action Web.Gateway.HomeController.Index (Web.Gateway) in 28.776ms
|
|
2023-04-04 10:08:12.011 +00:00 [INF] Executed endpoint 'Web.Gateway.HomeController.Index (Web.Gateway)'
|
|
2023-04-04 10:08:12.013 +00:00 [INF] HTTP POST / responded 200 in 32.7747 ms
|
|
2023-04-04 10:08:12.014 +00:00 [INF] Request finished HTTP/1.1 POST http://localhost:21093/ application/json 2664 - 200 0 - 34.4543ms
|
|
2023-04-04 10:08:13.958 +00:00 [INF] Request starting HTTP/1.1 POST http://localhost:21093/ application/json 5043
|
|
2023-04-04 10:08:13.958 +00:00 [INF] Executing endpoint 'Web.Gateway.HomeController.Index (Web.Gateway)'
|
|
2023-04-04 10:08:13.958 +00:00 [INF] Route matched with {action = "Index", controller = "Home"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] Index() on controller Web.Gateway.HomeController (Web.Gateway).
|
|
2023-04-04 10:08:13.986 +00:00 [INF] Executing StatusCodeResult, setting HTTP status code 200
|
|
2023-04-04 10:08:13.987 +00:00 [INF] Executed action Web.Gateway.HomeController.Index (Web.Gateway) in 28.0606ms
|
|
2023-04-04 10:08:13.987 +00:00 [INF] Executed endpoint 'Web.Gateway.HomeController.Index (Web.Gateway)'
|
|
2023-04-04 10:08:13.987 +00:00 [INF] HTTP POST / responded 200 in 29.1442 ms
|
|
2023-04-04 10:08:13.987 +00:00 [INF] Request finished HTTP/1.1 POST http://localhost:21093/ application/json 5043 - 200 0 - 29.7762ms
|
|
2023-04-04 10:08:14.022 +00:00 [INF] Request starting HTTP/1.1 POST http://localhost:21093/ application/json 32901
|
|
2023-04-04 10:08:14.023 +00:00 [INF] Executing endpoint 'Web.Gateway.HomeController.Index (Web.Gateway)'
|
|
2023-04-04 10:08:14.023 +00:00 [INF] Route matched with {action = "Index", controller = "Home"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] Index() on controller Web.Gateway.HomeController (Web.Gateway).
|
|
2023-04-04 10:08:14.095 +00:00 [INF] Executing StatusCodeResult, setting HTTP status code 200
|
|
2023-04-04 10:08:14.095 +00:00 [INF] Executed action Web.Gateway.HomeController.Index (Web.Gateway) in 71.8395ms
|
|
2023-04-04 10:08:14.095 +00:00 [INF] Executed endpoint 'Web.Gateway.HomeController.Index (Web.Gateway)'
|
|
2023-04-04 10:08:14.096 +00:00 [INF] HTTP POST / responded 200 in 73.0411 ms
|
|
2023-04-04 10:08:14.096 +00:00 [INF] Request finished HTTP/1.1 POST http://localhost:21093/ application/json 32901 - 200 0 - 74.1542ms
|
|
2023-04-04 10:08:16.026 +00:00 [INF] Request starting HTTP/1.1 POST http://localhost:21093/ application/json 19097
|
|
2023-04-04 10:08:16.027 +00:00 [INF] Executing endpoint 'Web.Gateway.HomeController.Index (Web.Gateway)'
|
|
2023-04-04 10:08:16.027 +00:00 [INF] Route matched with {action = "Index", controller = "Home"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] Index() on controller Web.Gateway.HomeController (Web.Gateway).
|
|
2023-04-04 10:08:16.054 +00:00 [INF] Executing StatusCodeResult, setting HTTP status code 200
|
|
2023-04-04 10:08:16.054 +00:00 [INF] Executed action Web.Gateway.HomeController.Index (Web.Gateway) in 27.1377ms
|
|
2023-04-04 10:08:16.054 +00:00 [INF] Executed endpoint 'Web.Gateway.HomeController.Index (Web.Gateway)'
|
|
2023-04-04 10:08:16.055 +00:00 [INF] HTTP POST / responded 200 in 28.0300 ms
|
|
2023-04-04 10:08:16.055 +00:00 [INF] Request finished HTTP/1.1 POST http://localhost:21093/ application/json 19097 - 200 0 - 28.5943ms
|
|
2023-04-04 10:08:16.109 +00:00 [INF] Request starting HTTP/1.1 POST http://localhost:21093/ application/json 2664
|
|
2023-04-04 10:08:16.111 +00:00 [INF] Executing endpoint 'Web.Gateway.HomeController.Index (Web.Gateway)'
|
|
2023-04-04 10:08:16.113 +00:00 [INF] Route matched with {action = "Index", controller = "Home"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] Index() on controller Web.Gateway.HomeController (Web.Gateway).
|
|
2023-04-04 10:08:16.140 +00:00 [INF] Executing StatusCodeResult, setting HTTP status code 200
|
|
2023-04-04 10:08:16.140 +00:00 [INF] Executed action Web.Gateway.HomeController.Index (Web.Gateway) in 27.4526ms
|
|
2023-04-04 10:08:16.141 +00:00 [INF] Executed endpoint 'Web.Gateway.HomeController.Index (Web.Gateway)'
|
|
2023-04-04 10:08:16.141 +00:00 [INF] HTTP POST / responded 200 in 30.5884 ms
|
|
2023-04-04 10:08:16.141 +00:00 [INF] Request finished HTTP/1.1 POST http://localhost:21093/ application/json 2664 - 200 0 - 31.9885ms
|
|
2023-04-04 10:08:22.178 +00:00 [INF] Request starting HTTP/1.1 POST http://localhost:21093/ application/json 2664
|
|
2023-04-04 10:08:22.180 +00:00 [INF] Executing endpoint 'Web.Gateway.HomeController.Index (Web.Gateway)'
|
|
2023-04-04 10:08:22.180 +00:00 [INF] Route matched with {action = "Index", controller = "Home"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] Index() on controller Web.Gateway.HomeController (Web.Gateway).
|
|
2023-04-04 10:08:22.206 +00:00 [INF] Executing StatusCodeResult, setting HTTP status code 200
|
|
2023-04-04 10:08:22.207 +00:00 [INF] Executed action Web.Gateway.HomeController.Index (Web.Gateway) in 26.3079ms
|
|
2023-04-04 10:08:22.207 +00:00 [INF] Executed endpoint 'Web.Gateway.HomeController.Index (Web.Gateway)'
|
|
2023-04-04 10:08:22.207 +00:00 [INF] HTTP POST / responded 200 in 27.7194 ms
|
|
2023-04-04 10:08:22.207 +00:00 [INF] Request finished HTTP/1.1 POST http://localhost:21093/ application/json 2664 - 200 0 - 29.4327ms
|
|
2023-04-04 10:08:26.214 +00:00 [INF] Request starting HTTP/1.1 POST http://localhost:21093/ application/json 2664
|
|
2023-04-04 10:08:26.214 +00:00 [INF] Executing endpoint 'Web.Gateway.HomeController.Index (Web.Gateway)'
|
|
2023-04-04 10:08:26.215 +00:00 [INF] Route matched with {action = "Index", controller = "Home"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] Index() on controller Web.Gateway.HomeController (Web.Gateway).
|
|
2023-04-04 10:08:26.241 +00:00 [INF] Executing StatusCodeResult, setting HTTP status code 200
|
|
2023-04-04 10:08:26.241 +00:00 [INF] Executed action Web.Gateway.HomeController.Index (Web.Gateway) in 26.2352ms
|
|
2023-04-04 10:08:26.242 +00:00 [INF] Executed endpoint 'Web.Gateway.HomeController.Index (Web.Gateway)'
|
|
2023-04-04 10:08:26.242 +00:00 [INF] HTTP POST / responded 200 in 27.3621 ms
|
|
2023-04-04 10:08:26.242 +00:00 [INF] Request finished HTTP/1.1 POST http://localhost:21093/ application/json 2664 - 200 0 - 28.0793ms
|
|
2023-04-04 10:08:30.278 +00:00 [INF] Request starting HTTP/1.1 POST http://localhost:21093/ application/json 2664
|
|
2023-04-04 10:08:30.280 +00:00 [INF] Executing endpoint 'Web.Gateway.HomeController.Index (Web.Gateway)'
|
|
2023-04-04 10:08:30.280 +00:00 [INF] Route matched with {action = "Index", controller = "Home"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] Index() on controller Web.Gateway.HomeController (Web.Gateway).
|
|
2023-04-04 10:08:30.307 +00:00 [INF] Executing StatusCodeResult, setting HTTP status code 200
|
|
2023-04-04 10:08:30.307 +00:00 [INF] Executed action Web.Gateway.HomeController.Index (Web.Gateway) in 26.9261ms
|
|
2023-04-04 10:08:30.308 +00:00 [INF] Executed endpoint 'Web.Gateway.HomeController.Index (Web.Gateway)'
|
|
2023-04-04 10:08:30.308 +00:00 [INF] HTTP POST / responded 200 in 28.5794 ms
|
|
2023-04-04 10:08:30.308 +00:00 [INF] Request finished HTTP/1.1 POST http://localhost:21093/ application/json 2664 - 200 0 - 30.2140ms
|
|
2023-04-04 10:08:32.144 +00:00 [INF] Request starting HTTP/1.1 POST http://localhost:21093/ application/json 5043
|
|
2023-04-04 10:08:32.145 +00:00 [INF] Executing endpoint 'Web.Gateway.HomeController.Index (Web.Gateway)'
|
|
2023-04-04 10:08:32.145 +00:00 [INF] Route matched with {action = "Index", controller = "Home"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] Index() on controller Web.Gateway.HomeController (Web.Gateway).
|
|
2023-04-04 10:08:32.212 +00:00 [INF] Executing StatusCodeResult, setting HTTP status code 200
|
|
2023-04-04 10:08:32.213 +00:00 [INF] Executed action Web.Gateway.HomeController.Index (Web.Gateway) in 66.9185ms
|
|
2023-04-04 10:08:32.213 +00:00 [INF] Executed endpoint 'Web.Gateway.HomeController.Index (Web.Gateway)'
|
|
2023-04-04 10:08:32.213 +00:00 [INF] HTTP POST / responded 200 in 68.5244 ms
|
|
2023-04-04 10:08:32.214 +00:00 [INF] Request finished HTTP/1.1 POST http://localhost:21093/ application/json 5043 - 200 0 - 69.3083ms
|
|
2023-04-04 10:08:32.319 +00:00 [INF] Request starting HTTP/1.1 POST http://localhost:21093/ application/json 21231
|
|
2023-04-04 10:08:32.320 +00:00 [INF] Executing endpoint 'Web.Gateway.HomeController.Index (Web.Gateway)'
|
|
2023-04-04 10:08:32.320 +00:00 [INF] Route matched with {action = "Index", controller = "Home"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] Index() on controller Web.Gateway.HomeController (Web.Gateway).
|
|
2023-04-04 10:08:32.394 +00:00 [INF] Executing StatusCodeResult, setting HTTP status code 200
|
|
2023-04-04 10:08:32.394 +00:00 [INF] Executed action Web.Gateway.HomeController.Index (Web.Gateway) in 74.3427ms
|
|
2023-04-04 10:08:32.395 +00:00 [INF] Executed endpoint 'Web.Gateway.HomeController.Index (Web.Gateway)'
|
|
2023-04-04 10:08:32.396 +00:00 [INF] HTTP POST / responded 200 in 76.1266 ms
|
|
2023-04-04 10:08:32.396 +00:00 [INF] Request finished HTTP/1.1 POST http://localhost:21093/ application/json 21231 - 200 0 - 77.1873ms
|
|
2023-04-04 10:08:34.259 +00:00 [INF] Request starting HTTP/1.1 POST http://localhost:21093/ application/json 6943
|
|
2023-04-04 10:08:34.259 +00:00 [INF] Executing endpoint 'Web.Gateway.HomeController.Index (Web.Gateway)'
|
|
2023-04-04 10:08:34.260 +00:00 [INF] Route matched with {action = "Index", controller = "Home"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] Index() on controller Web.Gateway.HomeController (Web.Gateway).
|
|
2023-04-04 10:08:34.287 +00:00 [INF] Executing StatusCodeResult, setting HTTP status code 200
|
|
2023-04-04 10:08:34.287 +00:00 [INF] Executed action Web.Gateway.HomeController.Index (Web.Gateway) in 27.0613ms
|
|
2023-04-04 10:08:34.287 +00:00 [INF] Executed endpoint 'Web.Gateway.HomeController.Index (Web.Gateway)'
|
|
2023-04-04 10:08:34.288 +00:00 [INF] HTTP POST / responded 200 in 28.3031 ms
|
|
2023-04-04 10:08:34.288 +00:00 [INF] Request finished HTTP/1.1 POST http://localhost:21093/ application/json 6943 - 200 0 - 29.0601ms
|
|
2023-04-04 10:08:34.400 +00:00 [INF] Request starting HTTP/1.1 POST http://localhost:21093/ application/json 11875
|
|
2023-04-04 10:08:34.400 +00:00 [INF] Executing endpoint 'Web.Gateway.HomeController.Index (Web.Gateway)'
|
|
2023-04-04 10:08:34.401 +00:00 [INF] Route matched with {action = "Index", controller = "Home"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] Index() on controller Web.Gateway.HomeController (Web.Gateway).
|
|
2023-04-04 10:08:34.427 +00:00 [INF] Executing StatusCodeResult, setting HTTP status code 200
|
|
2023-04-04 10:08:34.427 +00:00 [INF] Executed action Web.Gateway.HomeController.Index (Web.Gateway) in 26.3888ms
|
|
2023-04-04 10:08:34.427 +00:00 [INF] Executed endpoint 'Web.Gateway.HomeController.Index (Web.Gateway)'
|
|
2023-04-04 10:08:34.428 +00:00 [INF] HTTP POST / responded 200 in 27.3759 ms
|
|
2023-04-04 10:08:34.428 +00:00 [INF] Request finished HTTP/1.1 POST http://localhost:21093/ application/json 11875 - 200 0 - 28.0247ms
|
|
2023-04-04 10:08:36.452 +00:00 [INF] Request starting HTTP/1.1 POST http://localhost:21093/ application/json 2664
|
|
2023-04-04 10:08:36.452 +00:00 [INF] Executing endpoint 'Web.Gateway.HomeController.Index (Web.Gateway)'
|
|
2023-04-04 10:08:36.453 +00:00 [INF] Route matched with {action = "Index", controller = "Home"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] Index() on controller Web.Gateway.HomeController (Web.Gateway).
|
|
2023-04-04 10:08:36.479 +00:00 [INF] Executing StatusCodeResult, setting HTTP status code 200
|
|
2023-04-04 10:08:36.479 +00:00 [INF] Executed action Web.Gateway.HomeController.Index (Web.Gateway) in 26.6401ms
|
|
2023-04-04 10:08:36.480 +00:00 [INF] Executed endpoint 'Web.Gateway.HomeController.Index (Web.Gateway)'
|
|
2023-04-04 10:08:36.480 +00:00 [INF] HTTP POST / responded 200 in 27.8168 ms
|
|
2023-04-04 10:08:36.480 +00:00 [INF] Request finished HTTP/1.1 POST http://localhost:21093/ application/json 2664 - 200 0 - 28.5150ms
|
|
2023-04-04 10:08:40.503 +00:00 [INF] Request starting HTTP/1.1 POST http://localhost:21093/ application/json 2664
|
|
2023-04-04 10:08:40.503 +00:00 [INF] Executing endpoint 'Web.Gateway.HomeController.Index (Web.Gateway)'
|
|
2023-04-04 10:08:40.503 +00:00 [INF] Route matched with {action = "Index", controller = "Home"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] Index() on controller Web.Gateway.HomeController (Web.Gateway).
|
|
2023-04-04 10:08:40.530 +00:00 [INF] Executing StatusCodeResult, setting HTTP status code 200
|
|
2023-04-04 10:08:40.530 +00:00 [INF] Executed action Web.Gateway.HomeController.Index (Web.Gateway) in 26.889ms
|
|
2023-04-04 10:08:40.531 +00:00 [INF] Executed endpoint 'Web.Gateway.HomeController.Index (Web.Gateway)'
|
|
2023-04-04 10:08:40.531 +00:00 [INF] HTTP POST / responded 200 in 27.9464 ms
|
|
2023-04-04 10:08:40.531 +00:00 [INF] Request finished HTTP/1.1 POST http://localhost:21093/ application/json 2664 - 200 0 - 28.6475ms
|
|
2023-04-04 10:08:46.551 +00:00 [INF] Request starting HTTP/1.1 POST http://localhost:21093/ application/json 2664
|
|
2023-04-04 10:08:46.551 +00:00 [INF] Executing endpoint 'Web.Gateway.HomeController.Index (Web.Gateway)'
|
|
2023-04-04 10:08:46.552 +00:00 [INF] Route matched with {action = "Index", controller = "Home"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] Index() on controller Web.Gateway.HomeController (Web.Gateway).
|
|
2023-04-04 10:08:46.578 +00:00 [INF] Executing StatusCodeResult, setting HTTP status code 200
|
|
2023-04-04 10:08:46.579 +00:00 [INF] Executed action Web.Gateway.HomeController.Index (Web.Gateway) in 26.6799ms
|
|
2023-04-04 10:08:46.579 +00:00 [INF] Executed endpoint 'Web.Gateway.HomeController.Index (Web.Gateway)'
|
|
2023-04-04 10:08:46.579 +00:00 [INF] HTTP POST / responded 200 in 27.8614 ms
|
|
2023-04-04 10:08:46.579 +00:00 [INF] Request finished HTTP/1.1 POST http://localhost:21093/ application/json 2664 - 200 0 - 28.5797ms
|
|
2023-04-04 10:08:50.601 +00:00 [INF] Request starting HTTP/1.1 POST http://localhost:21093/ application/json 2664
|
|
2023-04-04 10:08:50.603 +00:00 [INF] Executing endpoint 'Web.Gateway.HomeController.Index (Web.Gateway)'
|
|
2023-04-04 10:08:50.604 +00:00 [INF] Route matched with {action = "Index", controller = "Home"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] Index() on controller Web.Gateway.HomeController (Web.Gateway).
|
|
2023-04-04 10:08:50.632 +00:00 [INF] Executing StatusCodeResult, setting HTTP status code 200
|
|
2023-04-04 10:08:50.632 +00:00 [INF] Executed action Web.Gateway.HomeController.Index (Web.Gateway) in 27.4851ms
|
|
2023-04-04 10:08:50.632 +00:00 [INF] Executed endpoint 'Web.Gateway.HomeController.Index (Web.Gateway)'
|
|
2023-04-04 10:08:50.632 +00:00 [INF] HTTP POST / responded 200 in 29.9593 ms
|
|
2023-04-04 10:08:50.633 +00:00 [INF] Request finished HTTP/1.1 POST http://localhost:21093/ application/json 2664 - 200 0 - 31.2807ms
|
|
2023-04-04 10:08:56.650 +00:00 [INF] Request starting HTTP/1.1 POST http://localhost:21093/ application/json 2664
|
|
2023-04-04 10:08:56.651 +00:00 [INF] Executing endpoint 'Web.Gateway.HomeController.Index (Web.Gateway)'
|
|
2023-04-04 10:08:56.651 +00:00 [INF] Route matched with {action = "Index", controller = "Home"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] Index() on controller Web.Gateway.HomeController (Web.Gateway).
|
|
2023-04-04 10:08:56.680 +00:00 [INF] Executing StatusCodeResult, setting HTTP status code 200
|
|
2023-04-04 10:08:56.681 +00:00 [INF] Executed action Web.Gateway.HomeController.Index (Web.Gateway) in 28.8796ms
|
|
2023-04-04 10:08:56.681 +00:00 [INF] Executed endpoint 'Web.Gateway.HomeController.Index (Web.Gateway)'
|
|
2023-04-04 10:08:56.682 +00:00 [INF] HTTP POST / responded 200 in 31.3093 ms
|
|
2023-04-04 10:08:56.682 +00:00 [INF] Request finished HTTP/1.1 POST http://localhost:21093/ application/json 2664 - 200 0 - 33.1361ms
|
|
2023-04-04 10:09:00.686 +00:00 [INF] Request starting HTTP/1.1 POST http://localhost:21093/ application/json 2664
|
|
2023-04-04 10:09:00.687 +00:00 [INF] Executing endpoint 'Web.Gateway.HomeController.Index (Web.Gateway)'
|
|
2023-04-04 10:09:00.687 +00:00 [INF] Route matched with {action = "Index", controller = "Home"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] Index() on controller Web.Gateway.HomeController (Web.Gateway).
|
|
2023-04-04 10:09:00.714 +00:00 [INF] Executing StatusCodeResult, setting HTTP status code 200
|
|
2023-04-04 10:09:00.715 +00:00 [INF] Executed action Web.Gateway.HomeController.Index (Web.Gateway) in 27.6588ms
|
|
2023-04-04 10:09:00.717 +00:00 [INF] Executed endpoint 'Web.Gateway.HomeController.Index (Web.Gateway)'
|
|
2023-04-04 10:09:00.717 +00:00 [INF] HTTP POST / responded 200 in 30.5888 ms
|
|
2023-04-04 10:09:00.718 +00:00 [INF] Request finished HTTP/1.1 POST http://localhost:21093/ application/json 2664 - 200 0 - 32.1576ms
|
|
2023-04-04 10:09:06.746 +00:00 [INF] Request starting HTTP/1.1 POST http://localhost:21093/ application/json 2664
|
|
2023-04-04 10:09:06.747 +00:00 [INF] Executing endpoint 'Web.Gateway.HomeController.Index (Web.Gateway)'
|
|
2023-04-04 10:09:06.747 +00:00 [INF] Route matched with {action = "Index", controller = "Home"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] Index() on controller Web.Gateway.HomeController (Web.Gateway).
|
|
2023-04-04 10:09:06.774 +00:00 [INF] Executing StatusCodeResult, setting HTTP status code 200
|
|
2023-04-04 10:09:06.774 +00:00 [INF] Executed action Web.Gateway.HomeController.Index (Web.Gateway) in 26.5189ms
|
|
2023-04-04 10:09:06.774 +00:00 [INF] Executed endpoint 'Web.Gateway.HomeController.Index (Web.Gateway)'
|
|
2023-04-04 10:09:06.775 +00:00 [INF] HTTP POST / responded 200 in 27.7161 ms
|
|
2023-04-04 10:09:06.775 +00:00 [INF] Request finished HTTP/1.1 POST http://localhost:21093/ application/json 2664 - 200 0 - 28.5139ms
|
|
2023-04-04 10:09:10.801 +00:00 [INF] Request starting HTTP/1.1 POST http://localhost:21093/ application/json 2664
|
|
2023-04-04 10:09:10.802 +00:00 [INF] Executing endpoint 'Web.Gateway.HomeController.Index (Web.Gateway)'
|
|
2023-04-04 10:09:10.802 +00:00 [INF] Route matched with {action = "Index", controller = "Home"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] Index() on controller Web.Gateway.HomeController (Web.Gateway).
|
|
2023-04-04 10:09:10.829 +00:00 [INF] Executing StatusCodeResult, setting HTTP status code 200
|
|
2023-04-04 10:09:10.830 +00:00 [INF] Executed action Web.Gateway.HomeController.Index (Web.Gateway) in 27.6121ms
|
|
2023-04-04 10:09:10.831 +00:00 [INF] Executed endpoint 'Web.Gateway.HomeController.Index (Web.Gateway)'
|
|
2023-04-04 10:09:10.831 +00:00 [INF] HTTP POST / responded 200 in 29.7633 ms
|
|
2023-04-04 10:09:10.832 +00:00 [INF] Request finished HTTP/1.1 POST http://localhost:21093/ application/json 2664 - 200 0 - 30.8858ms
|
|
2023-04-04 10:09:16.861 +00:00 [INF] Request starting HTTP/1.1 POST http://localhost:21093/ application/json 2664
|
|
2023-04-04 10:09:16.862 +00:00 [INF] Executing endpoint 'Web.Gateway.HomeController.Index (Web.Gateway)'
|
|
2023-04-04 10:09:16.863 +00:00 [INF] Route matched with {action = "Index", controller = "Home"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] Index() on controller Web.Gateway.HomeController (Web.Gateway).
|
|
2023-04-04 10:09:16.890 +00:00 [INF] Executing StatusCodeResult, setting HTTP status code 200
|
|
2023-04-04 10:09:16.891 +00:00 [INF] Executed action Web.Gateway.HomeController.Index (Web.Gateway) in 27.141ms
|
|
2023-04-04 10:09:16.891 +00:00 [INF] Executed endpoint 'Web.Gateway.HomeController.Index (Web.Gateway)'
|
|
2023-04-04 10:09:16.891 +00:00 [INF] HTTP POST / responded 200 in 29.0747 ms
|
|
2023-04-04 10:09:16.892 +00:00 [INF] Request finished HTTP/1.1 POST http://localhost:21093/ application/json 2664 - 200 0 - 30.3906ms
|
|
2023-04-04 10:09:20.904 +00:00 [INF] Request starting HTTP/1.1 POST http://localhost:21093/ application/json 2664
|
|
2023-04-04 10:09:20.905 +00:00 [INF] Executing endpoint 'Web.Gateway.HomeController.Index (Web.Gateway)'
|
|
2023-04-04 10:09:20.906 +00:00 [INF] Route matched with {action = "Index", controller = "Home"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] Index() on controller Web.Gateway.HomeController (Web.Gateway).
|
|
2023-04-04 10:09:20.935 +00:00 [INF] Executing StatusCodeResult, setting HTTP status code 200
|
|
2023-04-04 10:09:20.936 +00:00 [INF] Executed action Web.Gateway.HomeController.Index (Web.Gateway) in 28.4905ms
|
|
2023-04-04 10:09:20.936 +00:00 [INF] Executed endpoint 'Web.Gateway.HomeController.Index (Web.Gateway)'
|
|
2023-04-04 10:09:20.937 +00:00 [INF] HTTP POST / responded 200 in 31.4502 ms
|
|
2023-04-04 10:09:20.937 +00:00 [INF] Request finished HTTP/1.1 POST http://localhost:21093/ application/json 2664 - 200 0 - 33.0938ms
|
|
2023-04-04 10:09:26.974 +00:00 [INF] Request starting HTTP/1.1 POST http://localhost:21093/ application/json 2666
|
|
2023-04-04 10:09:26.975 +00:00 [INF] Executing endpoint 'Web.Gateway.HomeController.Index (Web.Gateway)'
|
|
2023-04-04 10:09:26.975 +00:00 [INF] Route matched with {action = "Index", controller = "Home"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] Index() on controller Web.Gateway.HomeController (Web.Gateway).
|
|
2023-04-04 10:09:27.002 +00:00 [INF] Executing StatusCodeResult, setting HTTP status code 200
|
|
2023-04-04 10:09:27.003 +00:00 [INF] Executed action Web.Gateway.HomeController.Index (Web.Gateway) in 27.4001ms
|
|
2023-04-04 10:09:27.004 +00:00 [INF] Executed endpoint 'Web.Gateway.HomeController.Index (Web.Gateway)'
|
|
2023-04-04 10:09:27.005 +00:00 [INF] HTTP POST / responded 200 in 29.9494 ms
|
|
2023-04-04 10:09:27.006 +00:00 [INF] Request finished HTTP/1.1 POST http://localhost:21093/ application/json 2666 - 200 0 - 31.8185ms
|
|
2023-04-04 10:09:31.039 +00:00 [INF] Request starting HTTP/1.1 POST http://localhost:21093/ application/json 2664
|
|
2023-04-04 10:09:31.039 +00:00 [INF] Executing endpoint 'Web.Gateway.HomeController.Index (Web.Gateway)'
|
|
2023-04-04 10:09:31.039 +00:00 [INF] Route matched with {action = "Index", controller = "Home"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] Index() on controller Web.Gateway.HomeController (Web.Gateway).
|
|
2023-04-04 10:09:31.066 +00:00 [INF] Executing StatusCodeResult, setting HTTP status code 200
|
|
2023-04-04 10:09:31.066 +00:00 [INF] Executed action Web.Gateway.HomeController.Index (Web.Gateway) in 26.6798ms
|
|
2023-04-04 10:09:31.067 +00:00 [INF] Executed endpoint 'Web.Gateway.HomeController.Index (Web.Gateway)'
|
|
2023-04-04 10:09:31.067 +00:00 [INF] HTTP POST / responded 200 in 28.0107 ms
|
|
2023-04-04 10:09:31.068 +00:00 [INF] Request finished HTTP/1.1 POST http://localhost:21093/ application/json 2664 - 200 0 - 29.2937ms
|
|
2023-04-04 10:09:37.108 +00:00 [INF] Request starting HTTP/1.1 POST http://localhost:21093/ application/json 2664
|
|
2023-04-04 10:09:37.110 +00:00 [INF] Executing endpoint 'Web.Gateway.HomeController.Index (Web.Gateway)'
|
|
2023-04-04 10:09:37.111 +00:00 [INF] Route matched with {action = "Index", controller = "Home"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] Index() on controller Web.Gateway.HomeController (Web.Gateway).
|
|
2023-04-04 10:09:37.138 +00:00 [INF] Executing StatusCodeResult, setting HTTP status code 200
|
|
2023-04-04 10:09:37.139 +00:00 [INF] Executed action Web.Gateway.HomeController.Index (Web.Gateway) in 27.1759ms
|
|
2023-04-04 10:09:37.139 +00:00 [INF] Executed endpoint 'Web.Gateway.HomeController.Index (Web.Gateway)'
|
|
2023-04-04 10:09:37.139 +00:00 [INF] HTTP POST / responded 200 in 29.2102 ms
|
|
2023-04-04 10:09:37.139 +00:00 [INF] Request finished HTTP/1.1 POST http://localhost:21093/ application/json 2664 - 200 0 - 31.1775ms
|
|
2023-04-04 10:09:41.156 +00:00 [INF] Request starting HTTP/1.1 POST http://localhost:21093/ application/json 2664
|
|
2023-04-04 10:09:41.156 +00:00 [INF] Executing endpoint 'Web.Gateway.HomeController.Index (Web.Gateway)'
|
|
2023-04-04 10:09:41.157 +00:00 [INF] Route matched with {action = "Index", controller = "Home"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] Index() on controller Web.Gateway.HomeController (Web.Gateway).
|
|
2023-04-04 10:09:41.184 +00:00 [INF] Executing StatusCodeResult, setting HTTP status code 200
|
|
2023-04-04 10:09:41.184 +00:00 [INF] Executed action Web.Gateway.HomeController.Index (Web.Gateway) in 27.0535ms
|
|
2023-04-04 10:09:41.184 +00:00 [INF] Executed endpoint 'Web.Gateway.HomeController.Index (Web.Gateway)'
|
|
2023-04-04 10:09:41.185 +00:00 [INF] HTTP POST / responded 200 in 28.6006 ms
|
|
2023-04-04 10:09:41.186 +00:00 [INF] Request finished HTTP/1.1 POST http://localhost:21093/ application/json 2664 - 200 0 - 29.8147ms
|
|
2023-04-04 10:09:47.201 +00:00 [INF] Request starting HTTP/1.1 POST http://localhost:21093/ application/json 2664
|
|
2023-04-04 10:09:47.202 +00:00 [INF] Executing endpoint 'Web.Gateway.HomeController.Index (Web.Gateway)'
|
|
2023-04-04 10:09:47.203 +00:00 [INF] Route matched with {action = "Index", controller = "Home"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] Index() on controller Web.Gateway.HomeController (Web.Gateway).
|
|
2023-04-04 10:09:47.230 +00:00 [INF] Executing StatusCodeResult, setting HTTP status code 200
|
|
2023-04-04 10:09:47.231 +00:00 [INF] Executed action Web.Gateway.HomeController.Index (Web.Gateway) in 27.4463ms
|
|
2023-04-04 10:09:47.231 +00:00 [INF] Executed endpoint 'Web.Gateway.HomeController.Index (Web.Gateway)'
|
|
2023-04-04 10:09:47.232 +00:00 [INF] HTTP POST / responded 200 in 30.1299 ms
|
|
2023-04-04 10:09:47.233 +00:00 [INF] Request finished HTTP/1.1 POST http://localhost:21093/ application/json 2664 - 200 0 - 32.2702ms
|
|
2023-04-04 10:09:51.242 +00:00 [INF] Request starting HTTP/1.1 POST http://localhost:21093/ application/json 2666
|
|
2023-04-04 10:09:51.243 +00:00 [INF] Executing endpoint 'Web.Gateway.HomeController.Index (Web.Gateway)'
|
|
2023-04-04 10:09:51.243 +00:00 [INF] Route matched with {action = "Index", controller = "Home"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] Index() on controller Web.Gateway.HomeController (Web.Gateway).
|
|
2023-04-04 10:09:51.270 +00:00 [INF] Executing StatusCodeResult, setting HTTP status code 200
|
|
2023-04-04 10:09:51.270 +00:00 [INF] Executed action Web.Gateway.HomeController.Index (Web.Gateway) in 26.5133ms
|
|
2023-04-04 10:09:51.270 +00:00 [INF] Executed endpoint 'Web.Gateway.HomeController.Index (Web.Gateway)'
|
|
2023-04-04 10:09:51.270 +00:00 [INF] HTTP POST / responded 200 in 27.7341 ms
|
|
2023-04-04 10:09:51.271 +00:00 [INF] Request finished HTTP/1.1 POST http://localhost:21093/ application/json 2666 - 200 0 - 28.5138ms
|
|
2023-04-04 10:09:57.300 +00:00 [INF] Request starting HTTP/1.1 POST http://localhost:21093/ application/json 2664
|
|
2023-04-04 10:09:57.301 +00:00 [INF] Executing endpoint 'Web.Gateway.HomeController.Index (Web.Gateway)'
|
|
2023-04-04 10:09:57.301 +00:00 [INF] Route matched with {action = "Index", controller = "Home"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] Index() on controller Web.Gateway.HomeController (Web.Gateway).
|
|
2023-04-04 10:09:57.328 +00:00 [INF] Executing StatusCodeResult, setting HTTP status code 200
|
|
2023-04-04 10:09:57.328 +00:00 [INF] Executed action Web.Gateway.HomeController.Index (Web.Gateway) in 26.723ms
|
|
2023-04-04 10:09:57.329 +00:00 [INF] Executed endpoint 'Web.Gateway.HomeController.Index (Web.Gateway)'
|
|
2023-04-04 10:09:57.329 +00:00 [INF] HTTP POST / responded 200 in 28.3178 ms
|
|
2023-04-04 10:09:57.330 +00:00 [INF] Request finished HTTP/1.1 POST http://localhost:21093/ application/json 2664 - 200 0 - 29.2746ms
|
|
2023-04-04 10:10:01.355 +00:00 [INF] Request starting HTTP/1.1 POST http://localhost:21093/ application/json 2664
|
|
2023-04-04 10:10:01.355 +00:00 [INF] Executing endpoint 'Web.Gateway.HomeController.Index (Web.Gateway)'
|
|
2023-04-04 10:10:01.356 +00:00 [INF] Route matched with {action = "Index", controller = "Home"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] Index() on controller Web.Gateway.HomeController (Web.Gateway).
|
|
2023-04-04 10:10:01.382 +00:00 [INF] Executing StatusCodeResult, setting HTTP status code 200
|
|
2023-04-04 10:10:01.383 +00:00 [INF] Executed action Web.Gateway.HomeController.Index (Web.Gateway) in 26.8335ms
|
|
2023-04-04 10:10:01.384 +00:00 [INF] Executed endpoint 'Web.Gateway.HomeController.Index (Web.Gateway)'
|
|
2023-04-04 10:10:01.384 +00:00 [INF] HTTP POST / responded 200 in 28.7945 ms
|
|
2023-04-04 10:10:01.385 +00:00 [INF] Request finished HTTP/1.1 POST http://localhost:21093/ application/json 2664 - 200 0 - 30.0333ms
|
|
2023-04-04 10:10:07.403 +00:00 [INF] Request starting HTTP/1.1 POST http://localhost:21093/ application/json 2664
|
|
2023-04-04 10:10:07.404 +00:00 [INF] Executing endpoint 'Web.Gateway.HomeController.Index (Web.Gateway)'
|
|
2023-04-04 10:10:07.404 +00:00 [INF] Route matched with {action = "Index", controller = "Home"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] Index() on controller Web.Gateway.HomeController (Web.Gateway).
|
|
2023-04-04 10:10:07.431 +00:00 [INF] Executing StatusCodeResult, setting HTTP status code 200
|
|
2023-04-04 10:10:07.431 +00:00 [INF] Executed action Web.Gateway.HomeController.Index (Web.Gateway) in 26.6876ms
|
|
2023-04-04 10:10:07.432 +00:00 [INF] Executed endpoint 'Web.Gateway.HomeController.Index (Web.Gateway)'
|
|
2023-04-04 10:10:07.432 +00:00 [INF] HTTP POST / responded 200 in 28.5518 ms
|
|
2023-04-04 10:10:07.434 +00:00 [INF] Request finished HTTP/1.1 POST http://localhost:21093/ application/json 2664 - 200 0 - 30.9727ms
|
|
2023-04-04 10:10:11.462 +00:00 [INF] Request starting HTTP/1.1 POST http://localhost:21093/ application/json 2664
|
|
2023-04-04 10:10:11.462 +00:00 [INF] Executing endpoint 'Web.Gateway.HomeController.Index (Web.Gateway)'
|
|
2023-04-04 10:10:11.463 +00:00 [INF] Route matched with {action = "Index", controller = "Home"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] Index() on controller Web.Gateway.HomeController (Web.Gateway).
|
|
2023-04-04 10:10:11.489 +00:00 [INF] Executing StatusCodeResult, setting HTTP status code 200
|
|
2023-04-04 10:10:11.490 +00:00 [INF] Executed action Web.Gateway.HomeController.Index (Web.Gateway) in 26.8869ms
|
|
2023-04-04 10:10:11.490 +00:00 [INF] Executed endpoint 'Web.Gateway.HomeController.Index (Web.Gateway)'
|
|
2023-04-04 10:10:11.490 +00:00 [INF] HTTP POST / responded 200 in 28.1098 ms
|
|
2023-04-04 10:10:11.491 +00:00 [INF] Request finished HTTP/1.1 POST http://localhost:21093/ application/json 2664 - 200 0 - 28.9070ms
|
|
2023-04-04 10:10:17.522 +00:00 [INF] Request starting HTTP/1.1 POST http://localhost:21093/ application/json 2664
|
|
2023-04-04 10:10:17.523 +00:00 [INF] Executing endpoint 'Web.Gateway.HomeController.Index (Web.Gateway)'
|
|
2023-04-04 10:10:17.524 +00:00 [INF] Route matched with {action = "Index", controller = "Home"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] Index() on controller Web.Gateway.HomeController (Web.Gateway).
|
|
2023-04-04 10:10:17.552 +00:00 [INF] Executing StatusCodeResult, setting HTTP status code 200
|
|
2023-04-04 10:10:17.552 +00:00 [INF] Executed action Web.Gateway.HomeController.Index (Web.Gateway) in 28.0021ms
|
|
2023-04-04 10:10:17.553 +00:00 [INF] Executed endpoint 'Web.Gateway.HomeController.Index (Web.Gateway)'
|
|
2023-04-04 10:10:17.553 +00:00 [INF] HTTP POST / responded 200 in 30.0540 ms
|
|
2023-04-04 10:10:17.553 +00:00 [INF] Request finished HTTP/1.1 POST http://localhost:21093/ application/json 2664 - 200 0 - 31.9641ms
|
|
2023-04-04 10:10:21.567 +00:00 [INF] Request starting HTTP/1.1 POST http://localhost:21093/ application/json 2664
|
|
2023-04-04 10:10:21.568 +00:00 [INF] Executing endpoint 'Web.Gateway.HomeController.Index (Web.Gateway)'
|
|
2023-04-04 10:10:21.569 +00:00 [INF] Route matched with {action = "Index", controller = "Home"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] Index() on controller Web.Gateway.HomeController (Web.Gateway).
|
|
2023-04-04 10:10:21.597 +00:00 [INF] Executing StatusCodeResult, setting HTTP status code 200
|
|
2023-04-04 10:10:21.598 +00:00 [INF] Executed action Web.Gateway.HomeController.Index (Web.Gateway) in 27.7019ms
|
|
2023-04-04 10:10:21.598 +00:00 [INF] Executed endpoint 'Web.Gateway.HomeController.Index (Web.Gateway)'
|
|
2023-04-04 10:10:21.598 +00:00 [INF] HTTP POST / responded 200 in 30.0898 ms
|
|
2023-04-04 10:10:21.599 +00:00 [INF] Request finished HTTP/1.1 POST http://localhost:21093/ application/json 2664 - 200 0 - 31.2122ms
|
|
2023-04-04 10:10:27.637 +00:00 [INF] Request starting HTTP/1.1 POST http://localhost:21093/ application/json 2664
|
|
2023-04-04 10:10:27.638 +00:00 [INF] Executing endpoint 'Web.Gateway.HomeController.Index (Web.Gateway)'
|
|
2023-04-04 10:10:27.639 +00:00 [INF] Route matched with {action = "Index", controller = "Home"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] Index() on controller Web.Gateway.HomeController (Web.Gateway).
|
|
2023-04-04 10:10:27.665 +00:00 [INF] Executing StatusCodeResult, setting HTTP status code 200
|
|
2023-04-04 10:10:27.666 +00:00 [INF] Executed action Web.Gateway.HomeController.Index (Web.Gateway) in 27.197ms
|
|
2023-04-04 10:10:27.666 +00:00 [INF] Executed endpoint 'Web.Gateway.HomeController.Index (Web.Gateway)'
|
|
2023-04-04 10:10:27.667 +00:00 [INF] HTTP POST / responded 200 in 28.9800 ms
|
|
2023-04-04 10:10:27.668 +00:00 [INF] Request finished HTTP/1.1 POST http://localhost:21093/ application/json 2664 - 200 0 - 31.1236ms
|
|
2023-04-04 10:10:31.698 +00:00 [INF] Request starting HTTP/1.1 POST http://localhost:21093/ application/json 2664
|
|
2023-04-04 10:10:31.699 +00:00 [INF] Executing endpoint 'Web.Gateway.HomeController.Index (Web.Gateway)'
|
|
2023-04-04 10:10:31.700 +00:00 [INF] Route matched with {action = "Index", controller = "Home"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] Index() on controller Web.Gateway.HomeController (Web.Gateway).
|
|
2023-04-04 10:10:31.727 +00:00 [INF] Executing StatusCodeResult, setting HTTP status code 200
|
|
2023-04-04 10:10:31.728 +00:00 [INF] Executed action Web.Gateway.HomeController.Index (Web.Gateway) in 28.213ms
|
|
2023-04-04 10:10:31.729 +00:00 [INF] Executed endpoint 'Web.Gateway.HomeController.Index (Web.Gateway)'
|
|
2023-04-04 10:10:31.730 +00:00 [INF] HTTP POST / responded 200 in 31.3173 ms
|
|
2023-04-04 10:10:31.731 +00:00 [INF] Request finished HTTP/1.1 POST http://localhost:21093/ application/json 2664 - 200 0 - 32.8512ms
|
|
2023-04-04 10:10:37.775 +00:00 [INF] Request starting HTTP/1.1 POST http://localhost:21093/ application/json 2664
|
|
2023-04-04 10:10:37.775 +00:00 [INF] Executing endpoint 'Web.Gateway.HomeController.Index (Web.Gateway)'
|
|
2023-04-04 10:10:37.775 +00:00 [INF] Route matched with {action = "Index", controller = "Home"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] Index() on controller Web.Gateway.HomeController (Web.Gateway).
|
|
2023-04-04 10:10:37.802 +00:00 [INF] Executing StatusCodeResult, setting HTTP status code 200
|
|
2023-04-04 10:10:37.802 +00:00 [INF] Executed action Web.Gateway.HomeController.Index (Web.Gateway) in 26.5377ms
|
|
2023-04-04 10:10:37.802 +00:00 [INF] Executed endpoint 'Web.Gateway.HomeController.Index (Web.Gateway)'
|
|
2023-04-04 10:10:37.803 +00:00 [INF] HTTP POST / responded 200 in 27.6350 ms
|
|
2023-04-04 10:10:37.803 +00:00 [INF] Request finished HTTP/1.1 POST http://localhost:21093/ application/json 2664 - 200 0 - 28.3758ms
|
|
2023-04-04 10:10:41.813 +00:00 [INF] Request starting HTTP/1.1 POST http://localhost:21093/ application/json 2664
|
|
2023-04-04 10:10:41.814 +00:00 [INF] Executing endpoint 'Web.Gateway.HomeController.Index (Web.Gateway)'
|
|
2023-04-04 10:10:41.814 +00:00 [INF] Route matched with {action = "Index", controller = "Home"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] Index() on controller Web.Gateway.HomeController (Web.Gateway).
|
|
2023-04-04 10:10:41.840 +00:00 [INF] Executing StatusCodeResult, setting HTTP status code 200
|
|
2023-04-04 10:10:41.841 +00:00 [INF] Executed action Web.Gateway.HomeController.Index (Web.Gateway) in 26.3925ms
|
|
2023-04-04 10:10:41.841 +00:00 [INF] Executed endpoint 'Web.Gateway.HomeController.Index (Web.Gateway)'
|
|
2023-04-04 10:10:41.842 +00:00 [INF] HTTP POST / responded 200 in 27.7554 ms
|
|
2023-04-04 10:10:41.842 +00:00 [INF] Request finished HTTP/1.1 POST http://localhost:21093/ application/json 2664 - 200 0 - 28.4222ms
|
|
2023-04-04 10:10:47.852 +00:00 [INF] Request starting HTTP/1.1 POST http://localhost:21093/ application/json 2664
|
|
2023-04-04 10:10:47.852 +00:00 [INF] Executing endpoint 'Web.Gateway.HomeController.Index (Web.Gateway)'
|
|
2023-04-04 10:10:47.853 +00:00 [INF] Route matched with {action = "Index", controller = "Home"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] Index() on controller Web.Gateway.HomeController (Web.Gateway).
|
|
2023-04-04 10:10:47.879 +00:00 [INF] Executing StatusCodeResult, setting HTTP status code 200
|
|
2023-04-04 10:10:47.879 +00:00 [INF] Executed action Web.Gateway.HomeController.Index (Web.Gateway) in 26.4366ms
|
|
2023-04-04 10:10:47.880 +00:00 [INF] Executed endpoint 'Web.Gateway.HomeController.Index (Web.Gateway)'
|
|
2023-04-04 10:10:47.880 +00:00 [INF] HTTP POST / responded 200 in 27.6185 ms
|
|
2023-04-04 10:10:47.880 +00:00 [INF] Request finished HTTP/1.1 POST http://localhost:21093/ application/json 2664 - 200 0 - 28.3006ms
|
|
2023-04-04 10:10:51.923 +00:00 [INF] Request starting HTTP/1.1 POST http://localhost:21093/ application/json 2664
|
|
2023-04-04 10:10:51.924 +00:00 [INF] Executing endpoint 'Web.Gateway.HomeController.Index (Web.Gateway)'
|
|
2023-04-04 10:10:51.925 +00:00 [INF] Route matched with {action = "Index", controller = "Home"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] Index() on controller Web.Gateway.HomeController (Web.Gateway).
|
|
2023-04-04 10:10:51.952 +00:00 [INF] Executing StatusCodeResult, setting HTTP status code 200
|
|
2023-04-04 10:10:51.952 +00:00 [INF] Executed action Web.Gateway.HomeController.Index (Web.Gateway) in 27.2741ms
|
|
2023-04-04 10:10:51.952 +00:00 [INF] Executed endpoint 'Web.Gateway.HomeController.Index (Web.Gateway)'
|
|
2023-04-04 10:10:51.953 +00:00 [INF] HTTP POST / responded 200 in 28.8388 ms
|
|
2023-04-04 10:10:51.953 +00:00 [INF] Request finished HTTP/1.1 POST http://localhost:21093/ application/json 2664 - 200 0 - 29.8355ms
|
|
2023-04-04 10:10:55.975 +00:00 [INF] Request starting HTTP/1.1 POST http://localhost:21093/ application/json 2664
|
|
2023-04-04 10:10:55.977 +00:00 [INF] Executing endpoint 'Web.Gateway.HomeController.Index (Web.Gateway)'
|
|
2023-04-04 10:10:55.978 +00:00 [INF] Route matched with {action = "Index", controller = "Home"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] Index() on controller Web.Gateway.HomeController (Web.Gateway).
|
|
2023-04-04 10:10:56.005 +00:00 [INF] Executing StatusCodeResult, setting HTTP status code 200
|
|
2023-04-04 10:10:56.006 +00:00 [INF] Executed action Web.Gateway.HomeController.Index (Web.Gateway) in 27.3154ms
|
|
2023-04-04 10:10:56.006 +00:00 [INF] Executed endpoint 'Web.Gateway.HomeController.Index (Web.Gateway)'
|
|
2023-04-04 10:10:56.007 +00:00 [INF] HTTP POST / responded 200 in 29.6877 ms
|
|
2023-04-04 10:10:56.008 +00:00 [INF] Request finished HTTP/1.1 POST http://localhost:21093/ application/json 2664 - 200 0 - 32.3572ms
|
|
2023-04-04 10:11:00.327 +00:00 [INF] Application is shutting down...
|
|
2023-04-05 08:47:16.569 +08:00 [INF] User profile is available. Using 'C:\Users\Administrator\AppData\Local\ASP.NET\DataProtection-Keys' as key repository and Windows DPAPI to encrypt keys at rest.
|
|
2023-04-05 08:47:16.619 +08:00 [INF] Loading proxy data from config.
|
|
2023-04-05 08:47:16.783 +08:00 [INF] Now listening on: http://localhost:21093
|
|
2023-04-05 08:47:16.785 +08:00 [INF] Application started. Press Ctrl+C to shut down.
|
|
2023-04-05 08:47:16.785 +08:00 [INF] Hosting environment: Production
|
|
2023-04-05 08:47:16.785 +08:00 [INF] Content root path: E:\repo\WZC2\build\src\win-x64\publish\gateway\
|
|
2023-04-05 08:51:57.206 +08:00 [INF] Request starting HTTP/1.1 GET http://localhost:21093/settings//appsettings.json - -
|
|
2023-04-05 08:51:57.217 +08:00 [INF] Sending file. Request path: '/settings//appsettings.json'. Physical path: 'E:\repo\WZC2\build\src\win-x64\publish\gateway\wwwroot\settings\appsettings.json'
|
|
2023-04-05 08:51:57.218 +08:00 [INF] HTTP GET /settings//appsettings.json responded 200 in 9.6476 ms
|
|
2023-04-05 08:51:57.219 +08:00 [INF] Request finished HTTP/1.1 GET http://localhost:21093/settings//appsettings.json - - - 200 5172 application/json 16.0096ms
|
|
2023-04-05 08:51:57.261 +08:00 [INF] Request starting HTTP/1.1 GET http://localhost:21093/settings//appsettings.Development.json - -
|
|
2023-04-05 08:51:57.265 +08:00 [INF] Sending file. Request path: '/settings//appsettings.Development.json'. Physical path: 'E:\repo\WZC2\build\src\win-x64\publish\gateway\wwwroot\settings\appsettings.Development.json'
|
|
2023-04-05 08:51:57.265 +08:00 [INF] HTTP GET /settings//appsettings.Development.json responded 200 in 3.7075 ms
|
|
2023-04-05 08:51:57.265 +08:00 [INF] Request finished HTTP/1.1 GET http://localhost:21093/settings//appsettings.Development.json - - - 200 7011 application/json 4.1222ms
|
|
2023-04-05 08:51:57.283 +08:00 [INF] Request starting HTTP/1.1 GET http://localhost:21093/settings//appsettings.Development.json - -
|
|
2023-04-05 08:51:57.284 +08:00 [INF] Sending file. Request path: '/settings//appsettings.Development.json'. Physical path: 'E:\repo\WZC2\build\src\win-x64\publish\gateway\wwwroot\settings\appsettings.Development.json'
|
|
2023-04-05 08:51:57.284 +08:00 [INF] HTTP GET /settings//appsettings.Development.json responded 200 in 0.4819 ms
|
|
2023-04-05 08:51:57.284 +08:00 [INF] Request finished HTTP/1.1 GET http://localhost:21093/settings//appsettings.Development.json - - - 200 7011 application/json 0.8390ms
|
|
2023-04-05 08:52:03.464 +08:00 [INF] Request starting HTTP/1.1 POST http://localhost:21093/ application/json 65265
|
|
2023-04-05 08:52:03.486 +08:00 [INF] Executing endpoint 'Web.Gateway.HomeController.Index (Web.Gateway)'
|
|
2023-04-05 08:52:03.495 +08:00 [INF] Route matched with {action = "Index", controller = "Home"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] Index() on controller Web.Gateway.HomeController (Web.Gateway).
|
|
2023-04-05 01:49:33.653 +00:00 [WRN] Storing keys in a directory '/root/.aspnet/DataProtection-Keys' that may not be persisted outside of the container. Protected data will be unavailable when container is destroyed.
|
|
2023-04-05 01:49:33.730 +00:00 [INF] User profile is available. Using '/root/.aspnet/DataProtection-Keys' as key repository; keys will not be encrypted at rest.
|
|
2023-04-05 01:49:33.755 +00:00 [INF] Loading proxy data from config.
|
|
2023-04-05 01:49:33.995 +00:00 [INF] Creating key {043c9201-4e43-4dc7-8ebb-ae7fc7316a98} with creation date 2023-04-05 01:49:33Z, activation date 2023-04-05 01:49:33Z, and expiration date 2023-07-04 01:49:33Z.
|
|
2023-04-05 01:49:34.020 +00:00 [WRN] No XML encryptor configured. Key {043c9201-4e43-4dc7-8ebb-ae7fc7316a98} may be persisted to storage in unencrypted form.
|
|
2023-04-05 01:49:34.026 +00:00 [INF] Writing data to file '/root/.aspnet/DataProtection-Keys/key-043c9201-4e43-4dc7-8ebb-ae7fc7316a98.xml'.
|
|
2023-04-05 01:49:34.066 +00:00 [INF] Now listening on: http://[::]:21093
|
|
2023-04-05 01:49:34.070 +00:00 [INF] Application started. Press Ctrl+C to shut down.
|
|
2023-04-05 01:49:34.070 +00:00 [INF] Hosting environment: Production
|
|
2023-04-05 01:49:34.071 +00:00 [INF] Content root path: /app/
|
|
2023-04-05 01:49:38.386 +00:00 [INF] Request starting HTTP/1.1 POST http://localhost:21093/hub/negotiate?negotiateVersion=1 - 0
|
|
2023-04-05 01:49:38.467 +00:00 [INF] Cookies was not authenticated. Failure message: Unprotect ticket failed
|
|
2023-04-05 01:49:38.470 +00:00 [INF] Executing endpoint '/hub/negotiate'
|
|
2023-04-05 01:49:38.498 +00:00 [INF] Executed endpoint '/hub/negotiate'
|
|
2023-04-05 01:49:38.501 +00:00 [INF] HTTP POST /hub/negotiate responded 200 in 106.9593 ms
|
|
2023-04-05 01:49:38.503 +00:00 [INF] Request starting HTTP/1.1 GET http://localhost:21093/hub?id=Iylz_UtC4A4a0ecKjQmyug - -
|
|
2023-04-05 01:49:38.503 +00:00 [INF] Request finished HTTP/1.1 POST http://localhost:21093/hub/negotiate?negotiateVersion=1 - 0 - 200 316 application/json 123.8988ms
|
|
2023-04-05 01:49:38.506 +00:00 [INF] Cookies was not authenticated. Failure message: Unprotect ticket failed
|
|
2023-04-05 01:49:38.507 +00:00 [INF] Executing endpoint '/hub'
|
|
2023-04-05 01:49:38.525 +00:00 [INF] 1l3yap2kw_PSiEjSGeOQzA has connected
|
|
2023-04-05 01:50:53.123 +00:00 [INF] Request starting HTTP/1.1 GET http://localhost:21093/settings//appsettings.json - -
|
|
2023-04-05 01:50:53.134 +00:00 [INF] Sending file. Request path: '/settings//appsettings.json'. Physical path: '/app/wwwroot/settings/appsettings.json'
|
|
2023-04-05 01:50:53.135 +00:00 [INF] HTTP GET /settings//appsettings.json responded 200 in 10.3705 ms
|
|
2023-04-05 01:50:53.136 +00:00 [INF] Request finished HTTP/1.1 GET http://localhost:21093/settings//appsettings.json - - - 200 5088 application/json 13.1601ms
|
|
2023-04-05 01:50:53.189 +00:00 [INF] Request starting HTTP/1.1 GET http://localhost:21093/settings//appsettings.Development.json - -
|
|
2023-04-05 01:50:53.195 +00:00 [INF] Sending file. Request path: '/settings//appsettings.Development.json'. Physical path: '/app/wwwroot/settings/appsettings.Development.json'
|
|
2023-04-05 01:50:53.196 +00:00 [INF] HTTP GET /settings//appsettings.Development.json responded 200 in 6.3355 ms
|
|
2023-04-05 01:50:53.196 +00:00 [INF] Request finished HTTP/1.1 GET http://localhost:21093/settings//appsettings.Development.json - - - 200 6971 application/json 7.6532ms
|
|
2023-04-05 01:50:53.221 +00:00 [INF] Request starting HTTP/1.1 GET http://localhost:21093/settings//appsettings.Development.json - -
|
|
2023-04-05 01:50:53.227 +00:00 [INF] Sending file. Request path: '/settings//appsettings.Development.json'. Physical path: '/app/wwwroot/settings/appsettings.Development.json'
|
|
2023-04-05 01:50:53.228 +00:00 [INF] HTTP GET /settings//appsettings.Development.json responded 200 in 6.0861 ms
|
|
2023-04-05 01:50:53.228 +00:00 [INF] Request finished HTTP/1.1 GET http://localhost:21093/settings//appsettings.Development.json - - - 200 6971 application/json 7.0872ms
|
|
2023-04-05 01:53:29.332 +00:00 [INF] Request starting HTTP/1.1 GET http://localhost:21093/settings//appsettings.json - -
|
|
2023-04-05 01:53:29.334 +00:00 [INF] Sending file. Request path: '/settings//appsettings.json'. Physical path: '/app/wwwroot/settings/appsettings.json'
|
|
2023-04-05 01:53:29.334 +00:00 [INF] HTTP GET /settings//appsettings.json responded 200 in 2.0617 ms
|
|
2023-04-05 01:53:29.335 +00:00 [INF] Request finished HTTP/1.1 GET http://localhost:21093/settings//appsettings.json - - - 200 5088 application/json 2.7106ms
|
|
2023-04-05 01:53:29.375 +00:00 [INF] Request starting HTTP/1.1 GET http://localhost:21093/settings//appsettings.Development.json - -
|
|
2023-04-05 01:53:29.378 +00:00 [INF] Sending file. Request path: '/settings//appsettings.Development.json'. Physical path: '/app/wwwroot/settings/appsettings.Development.json'
|
|
2023-04-05 01:53:29.378 +00:00 [INF] HTTP GET /settings//appsettings.Development.json responded 200 in 2.5257 ms
|
|
2023-04-05 01:53:29.378 +00:00 [INF] Request finished HTTP/1.1 GET http://localhost:21093/settings//appsettings.Development.json - - - 200 6971 application/json 3.0841ms
|
|
2023-04-05 01:53:29.394 +00:00 [INF] Request starting HTTP/1.1 GET http://localhost:21093/settings//appsettings.Development.json - -
|
|
2023-04-05 01:53:29.397 +00:00 [INF] Sending file. Request path: '/settings//appsettings.Development.json'. Physical path: '/app/wwwroot/settings/appsettings.Development.json'
|
|
2023-04-05 01:53:29.398 +00:00 [INF] HTTP GET /settings//appsettings.Development.json responded 200 in 3.5731 ms
|
|
2023-04-05 01:53:29.398 +00:00 [INF] Request finished HTTP/1.1 GET http://localhost:21093/settings//appsettings.Development.json - - - 200 6971 application/json 4.1844ms
|
|
2023-04-05 02:02:35.587 +00:00 [INF] Application is shutting down...
|
|
2023-04-05 02:02:35.595 +00:00 [INF] 1l3yap2kw_PSiEjSGeOQzA has disconnected:
|
|
2023-04-05 02:02:35.600 +00:00 [INF] Executed endpoint '/hub'
|
|
2023-04-05 02:02:35.601 +00:00 [INF] HTTP GET /hub responded 101 in 777097.4549 ms
|
|
2023-04-05 02:02:35.601 +00:00 [INF] Request finished HTTP/1.1 GET http://localhost:21093/hub?id=Iylz_UtC4A4a0ecKjQmyug - - - 101 - - 777098.2386ms
|
|
2023-04-05 02:02:53.180 +00:00 [WRN] Storing keys in a directory '/root/.aspnet/DataProtection-Keys' that may not be persisted outside of the container. Protected data will be unavailable when container is destroyed.
|
|
2023-04-05 02:02:53.249 +00:00 [INF] User profile is available. Using '/root/.aspnet/DataProtection-Keys' as key repository; keys will not be encrypted at rest.
|
|
2023-04-05 02:02:53.273 +00:00 [INF] Loading proxy data from config.
|
|
2023-04-05 02:02:53.492 +00:00 [INF] Creating key {723e2e11-8bd1-4e10-9b88-7be4630c8f91} with creation date 2023-04-05 02:02:53Z, activation date 2023-04-05 02:02:53Z, and expiration date 2023-07-04 02:02:53Z.
|
|
2023-04-05 02:02:53.508 +00:00 [WRN] No XML encryptor configured. Key {723e2e11-8bd1-4e10-9b88-7be4630c8f91} may be persisted to storage in unencrypted form.
|
|
2023-04-05 02:02:53.513 +00:00 [INF] Writing data to file '/root/.aspnet/DataProtection-Keys/key-723e2e11-8bd1-4e10-9b88-7be4630c8f91.xml'.
|
|
2023-04-05 02:02:53.556 +00:00 [INF] Now listening on: http://[::]:21093
|
|
2023-04-05 02:02:53.561 +00:00 [INF] Application started. Press Ctrl+C to shut down.
|
|
2023-04-05 02:02:53.562 +00:00 [INF] Hosting environment: Production
|
|
2023-04-05 02:02:53.563 +00:00 [INF] Content root path: /app/
|
|
2023-04-05 02:02:57.319 +00:00 [INF] Request starting HTTP/1.1 POST http://localhost:21093/hub/negotiate?negotiateVersion=1 - 0
|
|
2023-04-05 02:02:57.362 +00:00 [INF] Cookies was not authenticated. Failure message: Unprotect ticket failed
|
|
2023-04-05 02:02:57.364 +00:00 [INF] Executing endpoint '/hub/negotiate'
|
|
2023-04-05 02:02:57.377 +00:00 [INF] Executed endpoint '/hub/negotiate'
|
|
2023-04-05 02:02:57.379 +00:00 [INF] HTTP POST /hub/negotiate responded 200 in 56.0348 ms
|
|
2023-04-05 02:02:57.381 +00:00 [INF] Request finished HTTP/1.1 POST http://localhost:21093/hub/negotiate?negotiateVersion=1 - 0 - 200 316 application/json 63.7367ms
|
|
2023-04-05 02:02:57.383 +00:00 [INF] Request starting HTTP/1.1 GET http://localhost:21093/hub?id=FYip1anDE2h9TVbpQ5bz3w - -
|
|
2023-04-05 02:02:57.385 +00:00 [INF] Cookies was not authenticated. Failure message: Unprotect ticket failed
|
|
2023-04-05 02:02:57.385 +00:00 [INF] Executing endpoint '/hub'
|
|
2023-04-05 02:02:57.404 +00:00 [INF] KGW2RedRtL28Res8-S4y3Q has connected
|
|
2023-04-05 02:03:58.904 +00:00 [INF] Application is shutting down...
|
|
2023-04-05 02:03:58.915 +00:00 [INF] KGW2RedRtL28Res8-S4y3Q has disconnected:
|
|
2023-04-05 02:03:58.924 +00:00 [INF] Executed endpoint '/hub'
|
|
2023-04-05 02:03:58.930 +00:00 [INF] HTTP GET /hub responded 101 in 61546.6399 ms
|
|
2023-04-05 02:03:58.933 +00:00 [INF] Request finished HTTP/1.1 GET http://localhost:21093/hub?id=FYip1anDE2h9TVbpQ5bz3w - - - 101 - - 61550.5341ms
|
|
2023-04-05 02:03:58.946 +00:00 [INF] Request starting HTTP/1.1 POST http://localhost:21093/hub/negotiate?negotiateVersion=1 - 0
|
|
2023-04-05 02:03:58.951 +00:00 [INF] Cookies was not authenticated. Failure message: Unprotect ticket failed
|
|
2023-04-05 02:03:58.951 +00:00 [INF] Executing endpoint '/hub/negotiate'
|
|
2023-04-05 02:03:58.952 +00:00 [INF] Executed endpoint '/hub/negotiate'
|
|
2023-04-05 02:03:58.953 +00:00 [INF] HTTP POST /hub/negotiate responded 200 in 5.8584 ms
|
|
2023-04-05 02:03:58.953 +00:00 [INF] Request finished HTTP/1.1 POST http://localhost:21093/hub/negotiate?negotiateVersion=1 - 0 - 200 316 application/json 6.9962ms
|
|
2023-04-05 02:56:30.135 +00:00 [WRN] Storing keys in a directory '/root/.aspnet/DataProtection-Keys' that may not be persisted outside of the container. Protected data will be unavailable when container is destroyed.
|
|
2023-04-05 02:56:30.175 +00:00 [INF] User profile is available. Using '/root/.aspnet/DataProtection-Keys' as key repository; keys will not be encrypted at rest.
|
|
2023-04-05 02:56:30.190 +00:00 [INF] Loading proxy data from config.
|
|
2023-04-05 02:56:30.319 +00:00 [INF] Creating key {ce080c36-ecfc-43a8-99f4-28253e956d15} with creation date 2023-04-05 02:56:30Z, activation date 2023-04-05 02:56:30Z, and expiration date 2023-07-04 02:56:30Z.
|
|
2023-04-05 02:56:30.329 +00:00 [WRN] No XML encryptor configured. Key {ce080c36-ecfc-43a8-99f4-28253e956d15} may be persisted to storage in unencrypted form.
|
|
2023-04-05 02:56:30.331 +00:00 [INF] Writing data to file '/root/.aspnet/DataProtection-Keys/key-ce080c36-ecfc-43a8-99f4-28253e956d15.xml'.
|
|
2023-04-05 02:56:30.353 +00:00 [INF] Now listening on: http://[::]:21093
|
|
2023-04-05 02:56:30.355 +00:00 [INF] Application started. Press Ctrl+C to shut down.
|
|
2023-04-05 02:56:30.355 +00:00 [INF] Hosting environment: Production
|
|
2023-04-05 02:56:30.356 +00:00 [INF] Content root path: /app/
|
|
2023-04-05 02:56:35.332 +00:00 [INF] Request starting HTTP/1.1 POST http://localhost:21093/hub/negotiate?negotiateVersion=1 - 0
|
|
2023-04-05 02:56:35.332 +00:00 [INF] Request starting HTTP/1.1 POST http://localhost:21093/hub/negotiate?negotiateVersion=1 - 0
|
|
2023-04-05 02:56:35.373 +00:00 [INF] Cookies was not authenticated. Failure message: Unprotect ticket failed
|
|
2023-04-05 02:56:35.373 +00:00 [INF] Cookies was not authenticated. Failure message: Unprotect ticket failed
|
|
2023-04-05 02:56:35.375 +00:00 [INF] Executing endpoint '/hub/negotiate'
|
|
2023-04-05 02:56:35.375 +00:00 [INF] Executing endpoint '/hub/negotiate'
|
|
2023-04-05 02:56:35.390 +00:00 [INF] Executed endpoint '/hub/negotiate'
|
|
2023-04-05 02:56:35.390 +00:00 [INF] Executed endpoint '/hub/negotiate'
|
|
2023-04-05 02:56:35.393 +00:00 [INF] HTTP POST /hub/negotiate responded 200 in 56.8048 ms
|
|
2023-04-05 02:56:35.393 +00:00 [INF] HTTP POST /hub/negotiate responded 200 in 56.1277 ms
|
|
2023-04-05 02:56:35.396 +00:00 [INF] Request finished HTTP/1.1 POST http://localhost:21093/hub/negotiate?negotiateVersion=1 - 0 - 200 316 application/json 67.0261ms
|
|
2023-04-05 02:56:35.396 +00:00 [INF] Request finished HTTP/1.1 POST http://localhost:21093/hub/negotiate?negotiateVersion=1 - 0 - 200 316 application/json 67.0207ms
|
|
2023-04-05 02:56:35.398 +00:00 [INF] Request starting HTTP/1.1 GET http://localhost:21093/hub?id=loSCdAE5cMihTrHvlm-vnA - -
|
|
2023-04-05 02:56:35.402 +00:00 [INF] Cookies was not authenticated. Failure message: Unprotect ticket failed
|
|
2023-04-05 02:56:35.402 +00:00 [INF] Executing endpoint '/hub'
|
|
2023-04-05 02:56:35.421 +00:00 [INF] XboydHxGD5TzZbdwxlMEJw has connected
|
|
2023-04-05 02:56:35.426 +00:00 [INF] Request starting HTTP/1.1 GET http://localhost:21093/hub?id=jYHlEWwlx84O-MsHwGFbVQ - -
|
|
2023-04-05 02:56:35.427 +00:00 [INF] Cookies was not authenticated. Failure message: Unprotect ticket failed
|
|
2023-04-05 02:56:35.428 +00:00 [INF] Executing endpoint '/hub'
|
|
2023-04-05 02:56:35.430 +00:00 [INF] 65jZjRshVVfBMD7YAvVhVQ has connected
|
|
2023-04-05 02:57:23.781 +00:00 [INF] Application is shutting down...
|
|
2023-04-05 02:57:23.794 +00:00 [INF] XboydHxGD5TzZbdwxlMEJw has disconnected:
|
|
2023-04-05 02:57:23.795 +00:00 [INF] 65jZjRshVVfBMD7YAvVhVQ has disconnected:
|
|
2023-04-05 02:57:23.810 +00:00 [INF] Executed endpoint '/hub'
|
|
2023-04-05 02:57:23.812 +00:00 [INF] Executed endpoint '/hub'
|
|
2023-04-05 02:57:23.813 +00:00 [INF] HTTP GET /hub responded 101 in 48414.8366 ms
|
|
2023-04-05 02:57:23.814 +00:00 [INF] HTTP GET /hub responded 101 in 48387.8611 ms
|
|
2023-04-05 02:57:23.815 +00:00 [INF] Request finished HTTP/1.1 GET http://localhost:21093/hub?id=loSCdAE5cMihTrHvlm-vnA - - - 101 - - 48416.7077ms
|
|
2023-04-05 02:57:23.815 +00:00 [INF] Request finished HTTP/1.1 GET http://localhost:21093/hub?id=jYHlEWwlx84O-MsHwGFbVQ - - - 101 - - 48389.5808ms
|
|
|