Skip to content

Commit

Permalink
Missed one
Browse files Browse the repository at this point in the history
  • Loading branch information
ejsmith committed Feb 13, 2024
1 parent 95343e2 commit 76cd0b5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Foundatio.TestHarness/Locks/LockTestBase.cs
Original file line number Diff line number Diff line change
Expand Up @@ -271,7 +271,7 @@ private Task<bool> DoLockedWorkAsync(ILockProvider locker)

public virtual async Task WillThrottleCallsAsync()
{
Log.MinimumLevel = LogLevel.Trace;
Log.Options.DefaultMinimumLevel = LogLevel.Trace;
Log.SetLogLevel<ScheduledTimer>(LogLevel.Information);
Log.SetLogLevel<ThrottlingLockProvider>(LogLevel.Trace);

Expand Down

0 comments on commit 76cd0b5

Please sign in to comment.