????

Your IP : 3.141.164.253


Current Path : C:/inetpub/vhost/binhdinhf1.gdtsolutions.vn/api/logs/
Upload File :
Current File : C:/inetpub/vhost/binhdinhf1.gdtsolutions.vn/api/logs/stdout_20240106045649_2136.log

warn: Microsoft.AspNetCore.Server.IIS.Core.IISHttpServer[0]
      Increasing the MaxRequestBodySize conflicts with the max value for IIS limit maxAllowedContentLength. HTTP requests that have a content length greater than maxAllowedContentLength will still be rejected by IIS. You can disable the limit by either removing or setting the maxAllowedContentLength value to a higher limit.
info: Microsoft.Hosting.Lifetime[0]
      Application started. Press Ctrl+C to shut down.
info: Microsoft.Hosting.Lifetime[0]
      Hosting environment: Production
info: Microsoft.Hosting.Lifetime[0]
      Content root path: C:\inetpub\vhost\binhdinhf1.gdtsolutions.vn\api
info: Microsoft.EntityFrameworkCore.Database.Command[20101]
      Executed DbCommand (85ms) [Parameters=[], CommandType='Text', CommandTimeout='30']
      SELECT 1
info: Microsoft.EntityFrameworkCore.Database.Command[20101]
      Executed DbCommand (51ms) [Parameters=[], CommandType='Text', CommandTimeout='30']
      SELECT OBJECT_ID(N'[__EFMigrationsHistory]');
info: Microsoft.EntityFrameworkCore.Database.Command[20101]
      Executed DbCommand (2ms) [Parameters=[], CommandType='Text', CommandTimeout='30']
      SELECT 1
info: Microsoft.EntityFrameworkCore.Database.Command[20101]
      Executed DbCommand (2ms) [Parameters=[], CommandType='Text', CommandTimeout='30']
      SELECT OBJECT_ID(N'[__EFMigrationsHistory]');
info: Microsoft.EntityFrameworkCore.Database.Command[20101]
      Executed DbCommand (6ms) [Parameters=[], CommandType='Text', CommandTimeout='30']
      SELECT [MigrationId], [ProductVersion]
      FROM [__EFMigrationsHistory]
      ORDER BY [MigrationId];
info: Microsoft.EntityFrameworkCore.Migrations[20405]
      No migrations were applied. The database is already up to date.
info: Microsoft.EntityFrameworkCore.Database.Command[20101]
      Executed DbCommand (2ms) [Parameters=[], CommandType='Text', CommandTimeout='30']
      SELECT CASE
          WHEN EXISTS (
              SELECT 1
              FROM [identity].[AspNetRoles] AS [a]) THEN CAST(1 AS bit)
          ELSE CAST(0 AS bit)
      END
info: Microsoft.EntityFrameworkCore.Database.Command[20101]
      Executed DbCommand (2ms) [Parameters=[], CommandType='Text', CommandTimeout='30']
      SELECT CASE
          WHEN EXISTS (
              SELECT 1
              FROM [identity].[AspNetUsers] AS [a]) THEN CAST(1 AS bit)
          ELSE CAST(0 AS bit)
      END
info: Microsoft.EntityFrameworkCore.Database.Command[20101]
      Executed DbCommand (21ms) [Parameters=[@__TypedProperty_4='?' (DbType = Int32), @__TypedProperty_0='?' (DbType = Int32), @__TypedProperty_2='?' (DbType = Int32)], CommandType='Text', CommandTimeout='30']
      SELECT [t].[Id], [t0].[Name], [t0].[Id], [t].[Name]
      FROM (
          SELECT TOP(@__TypedProperty_4) [e].[Id], [e].[Name]
          FROM [Events] AS [e]
          WHERE CAST((
              SELECT COUNT_BIG(*)
              FROM [Races] AS [r]
              WHERE [e].[Id] = [r].[EventId]) AS int) > @__TypedProperty_0
          ORDER BY [e].[Id]
      ) AS [t]
      LEFT JOIN (
          SELECT [t1].[Name], [t1].[Id], [t1].[EventId]
          FROM (
              SELECT [r0].[Name], [r0].[Id], [r0].[EventId], ROW_NUMBER() OVER(PARTITION BY [r0].[EventId] ORDER BY [r0].[Id]) AS [row]
              FROM [Races] AS [r0]
          ) AS [t1]
          WHERE [t1].[row] <= @__TypedProperty_2
      ) AS [t0] ON [t].[Id] = [t0].[EventId]
      ORDER BY [t].[Id], [t0].[EventId], [t0].[Id]
info: Microsoft.EntityFrameworkCore.Database.Command[20101]
      Executed DbCommand (2ms) [Parameters=[@__TypedProperty_2='?' (DbType = Int32), @__TypedProperty_0='?' (DbType = Int32)], CommandType='Text', CommandTimeout='30']
      SELECT [e].[Id], [t0].[Name], [t0].[Id], [e].[Name]
      FROM [Events] AS [e]
      LEFT JOIN (
          SELECT [t].[Name], [t].[Id], [t].[EventId]
          FROM (
              SELECT [r0].[Name], [r0].[Id], [r0].[EventId], ROW_NUMBER() OVER(PARTITION BY [r0].[EventId] ORDER BY [r0].[Id]) AS [row]
              FROM [Races] AS [r0]
          ) AS [t]
          WHERE [t].[row] <= @__TypedProperty_2
      ) AS [t0] ON [e].[Id] = [t0].[EventId]
      WHERE CAST((
          SELECT COUNT_BIG(*)
          FROM [Races] AS [r]
          WHERE [e].[Id] = [r].[EventId]) AS int) > @__TypedProperty_0
      ORDER BY [e].[Id], [t0].[EventId], [t0].[Id]
info: Microsoft.EntityFrameworkCore.Database.Command[20101]
      Executed DbCommand (2ms) [Parameters=[@__TypedProperty_0='?' (DbType = Int32)], CommandType='Text', CommandTimeout='30']
      SELECT [r].[Id], [r].[CreatedBy], [r].[CreatedOn], [r].[Description], [r].[EventId], [r].[Link], [r].[ModifiedBy], [r].[ModifiedOn], [r].[Name], [r].[StartedAt], [r].[TypeCode]
      FROM [Races] AS [r]
      WHERE [r].[EventId] = @__TypedProperty_0
info: Microsoft.EntityFrameworkCore.Database.Command[20101]
      Executed DbCommand (5ms) [Parameters=[@__TypedProperty_0='?' (Size = 200)], CommandType='Text', CommandTimeout='30']
      SELECT [a].[Link], [a].[Title], [a].[Summary], [a].[FeaturedImage], [a].[Id]
      FROM [Articles] AS [a]
      WHERE [a].[Link] = @__TypedProperty_0
info: Microsoft.Hosting.Lifetime[0]
      Application is shutting down...