Skip to content

Commit

Permalink
Raise log level
Browse files Browse the repository at this point in the history
  • Loading branch information
Ceredron committed Aug 1, 2024
1 parent a313cce commit 11fbb1f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ private async Task EnsureValidDataSource()
}
finally
{
_logger.LogDebug("DB Connection milliseconds: {time}", stopwatch.ElapsedMilliseconds);
_logger.LogWarning("DB Connection milliseconds: {time}", stopwatch.ElapsedMilliseconds);
_semaphore.Release();
}
}
Expand Down

0 comments on commit 11fbb1f

Please sign in to comment.