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

This commit is contained in:
Cesar De la Torre 2017-07-10 13:37:55 -07:00
parent 740caee4ae
commit 6b18c36f26

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]