Skip to content

Commit

Permalink
Add trace message for the CounterAggregator class
Browse files Browse the repository at this point in the history
  • Loading branch information
odinserj committed Aug 5, 2016
1 parent ecb3341 commit d9cf8a5
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/Hangfire.SqlServer/CountersAggregator.cs
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,8 @@ public void Execute(CancellationToken cancellationToken)
// ReSharper disable once LoopVariableIsNeverChangedInsideLoop
} while (removedCount >= NumberOfRecordsInSinglePass);

Logger.Trace("Records from the 'Counter' table aggregated.");

cancellationToken.WaitHandle.WaitOne(_interval);
}

Expand Down

0 comments on commit d9cf8a5

Please sign in to comment.