Browse Source

Eliminated the GracePeriod Logger message when querying as it is not needed and is quite anoying.

pull/241/head
Cesar De la Torre 7 years ago
parent
commit
6b18c36f26
1 changed files with 0 additions and 1 deletions
  1. +0
    -1
      src/Services/GracePeriod/GracePeriodManager/Services/ManagerService.cs

+ 0
- 1
src/Services/GracePeriod/GracePeriodManager/Services/ManagerService.cs View File

@ -41,7 +41,6 @@
{
try
{
_logger.LogInformation("Order Grace Period Manager is polling/querying to the Ordering database");
conn.Open();
orderIds = conn.Query<int>(
@"SELECT Id FROM [Microsoft.eShopOnContainers.Services.OrderingDb].[ordering].[orders]


Loading…
Cancel
Save