This commit is contained in:
Lani Aung
2024-02-10 23:35:35 -07:00
parent 262bce4549
commit 70c85d0e18
5 changed files with 13 additions and 20 deletions
-3
View File
@@ -5,7 +5,6 @@ using Microsoft.EntityFrameworkCore;
using Microsoft.Extensions.Configuration;
using Microsoft.Extensions.DependencyInjection;
using Microsoft.Extensions.Hosting;
using Npgsql.Logging;
namespace fxl.codes.kisekae
{
@@ -37,8 +36,6 @@ namespace fxl.codes.kisekae
if (env.IsDevelopment())
{
app.UseDeveloperExceptionPage();
NpgsqlLogManager.Provider = new ConsoleLoggingProvider();
NpgsqlLogManager.IsParameterLoggingEnabled = true;
}
else
{