????

Your IP : 18.221.238.5


Current Path : C:/inetpub/vhost/binhdinhf1.gdtsolutions.vn/api/logs/
Upload File :
Current File : C:/inetpub/vhost/binhdinhf1.gdtsolutions.vn/api/logs/stdout_20231124023802_12296.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 (81ms) [Parameters=[], CommandType='Text', CommandTimeout='30']
      SELECT 1
info: Microsoft.EntityFrameworkCore.Database.Command[20101]
      Executed DbCommand (64ms) [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 (4ms) [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 (3ms) [Parameters=[], CommandType='Text', CommandTimeout='30']
      SELECT COUNT_BIG(*)
      FROM [Teams] AS [t]
info: Microsoft.EntityFrameworkCore.Database.Command[20101]
      Executed DbCommand (1ms) [Parameters=[], CommandType='Text', CommandTimeout='30']
      SELECT COUNT_BIG(*)
      FROM [Drivers] AS [d]
info: Microsoft.EntityFrameworkCore.Database.Command[20101]
      Executed DbCommand (21ms) [Parameters=[@__TypedProperty_2='?' (DbType = Int32), @__TypedProperty_3='?' (DbType = Int32)], CommandType='Text', CommandTimeout='30']
      SELECT [c].[Name], [c].[Id], [t0].[Id], [t0].[Name], [t0].[CountryId], [t0].[Manager], [t0].[DebutYear], [t0].[Description], CASE
          WHEN [c].[Id] IS NULL THEN CAST(1 AS bit)
          ELSE CAST(0 AS bit)
      END
      FROM (
          SELECT [t].[Id], [t].[CountryId], [t].[DebutYear], [t].[Description], [t].[Manager], [t].[Name]
          FROM [Teams] AS [t]
          ORDER BY [t].[Id]
          OFFSET @__TypedProperty_2 ROWS FETCH NEXT @__TypedProperty_3 ROWS ONLY
      ) AS [t0]
      LEFT JOIN [Countries] AS [c] ON [t0].[CountryId] = [c].[Id]
      ORDER BY [t0].[Id]
info: Microsoft.EntityFrameworkCore.Database.Command[20101]
      Executed DbCommand (23ms) [Parameters=[@__TypedProperty_4='?' (DbType = Int32), @__TypedProperty_5='?' (DbType = Int32)], CommandType='Text', CommandTimeout='30']
      SELECT [t0].[Name], [t0].[Id], [c].[Name], [c].[Id], CASE
          WHEN [c].[Id] IS NULL THEN CAST(1 AS bit)
          ELSE CAST(0 AS bit)
      END, [c0].[Name], [c0].[Id], CASE
          WHEN [c0].[Id] IS NULL THEN CAST(1 AS bit)
          ELSE CAST(0 AS bit)
      END, [t].[Id], [t].[FullName], [t].[TeamId], [t].[CountryId], [t].[CountryOfResidence], [t].[PlaceOfBirth], [t].[DebutYear], [t].[Hull], [t].[Height], [t].[Weight], [t].[CountryOfLicenseId], CASE
          WHEN [t0].[Id] IS NULL THEN CAST(1 AS bit)
          ELSE CAST(0 AS bit)
      END
      FROM (
          SELECT [d].[Id], [d].[CountryId], [d].[CountryOfLicenseId], [d].[CountryOfResidence], [d].[DebutYear], [d].[FullName], [d].[Height], [d].[Hull], [d].[PlaceOfBirth], [d].[TeamId], [d].[Weight]
          FROM [Drivers] AS [d]
          ORDER BY [d].[Id]
          OFFSET @__TypedProperty_4 ROWS FETCH NEXT @__TypedProperty_5 ROWS ONLY
      ) AS [t]
      LEFT JOIN [Teams] AS [t0] ON [t].[TeamId] = [t0].[Id]
      LEFT JOIN [Countries] AS [c] ON [t].[CountryId] = [c].[Id]
      LEFT JOIN [Countries] AS [c0] ON [t].[CountryOfLicenseId] = [c0].[Id]
      ORDER BY [t].[Id]
info: Microsoft.Hosting.Lifetime[0]
      Application is shutting down...