Skip to content

Commit

Permalink
this is getting annoying
Browse files Browse the repository at this point in the history
  • Loading branch information
SylveonDeko committed Aug 5, 2024
1 parent 3defef8 commit 8e5dfb5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Mewdeko/Services/LogSetup.cs
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ public static class LogSetup
public static ILogger SetupLogger(object source)
{
var logger = Log.Logger = new LoggerConfiguration()
.MinimumLevel.Override("Microsoft", LogEventLevel.Debug)
.MinimumLevel.Override("Microsoft", LogEventLevel.Information)
.MinimumLevel.Override("System", LogEventLevel.Information)
.MinimumLevel.Override("Microsoft.AspNetCore", LogEventLevel.Verbose)
.Enrich.FromLogContext()
Expand Down

0 comments on commit 8e5dfb5

Please sign in to comment.