on dotnet core 8
in program.cs file add below code
builder.Services.AddSingleton<ILogger>(svc => svc.GetRequiredService<ILogger<ProductService>>());