Skip to content

Commit

Permalink
Removed extra trace logging
Browse files Browse the repository at this point in the history
  • Loading branch information
niemyjski committed Mar 20, 2024
1 parent 499dbb4 commit 40e03ab
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions tests/Foundatio.Tests/Queue/InMemoryQueueTests.cs
Original file line number Diff line number Diff line change
Expand Up @@ -291,8 +291,6 @@ public override Task VerifyDelayedRetryAttemptsAsync()
[Fact]
public override Task CanHandleAutoAbandonInWorker()
{
Log.DefaultMinimumLevel = LogLevel.Trace;
Log.SetLogLevel<ScheduledTimer>(LogLevel.Trace);
return base.CanHandleAutoAbandonInWorker();
}

Expand Down

0 comments on commit 40e03ab

Please sign in to comment.