Skip to content

Commit 5283c52

Browse files
author
Patrick Sachs
committed
Changed: DB log level to warning
1 parent c9348a6 commit 5283c52

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

SahneeBot/Program.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ static IHostBuilder CreateHostBuilder(string[] args)
3838
{
3939
options
4040
.UseNpgsql()
41-
.LogTo(Console.WriteLine, LogLevel.Information)
41+
.LogTo(Console.WriteLine, LogLevel.Warning)
4242
//.EnableSensitiveDataLogging()
4343
.EnableDetailedErrors();
4444
});

0 commit comments

Comments
 (0)