We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c9348a6 commit 5283c52Copy full SHA for 5283c52
SahneeBot/Program.cs
@@ -38,7 +38,7 @@ static IHostBuilder CreateHostBuilder(string[] args)
38
{
39
options
40
.UseNpgsql()
41
- .LogTo(Console.WriteLine, LogLevel.Information)
+ .LogTo(Console.WriteLine, LogLevel.Warning)
42
//.EnableSensitiveDataLogging()
43
.EnableDetailedErrors();
44
});
0 commit comments