Skip to content

Commit

Permalink
Changed: DB log level to warning
Browse files Browse the repository at this point in the history
  • Loading branch information
Patrick Sachs committed Apr 28, 2022
1 parent c9348a6 commit 5283c52
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion SahneeBot/Program.cs
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ static IHostBuilder CreateHostBuilder(string[] args)
{
options
.UseNpgsql()
.LogTo(Console.WriteLine, LogLevel.Information)
.LogTo(Console.WriteLine, LogLevel.Warning)
//.EnableSensitiveDataLogging()
.EnableDetailedErrors();
});
Expand Down

0 comments on commit 5283c52

Please sign in to comment.