Eliminated the GracePeriod Logger message when querying as it is not needed and is quite anoying.
This commit is contained in:
parent
740caee4ae
commit
6b18c36f26
@ -41,7 +41,6 @@
|
|||||||
{
|
{
|
||||||
try
|
try
|
||||||
{
|
{
|
||||||
_logger.LogInformation("Order Grace Period Manager is polling/querying to the Ordering database");
|
|
||||||
conn.Open();
|
conn.Open();
|
||||||
orderIds = conn.Query<int>(
|
orderIds = conn.Query<int>(
|
||||||
@"SELECT Id FROM [Microsoft.eShopOnContainers.Services.OrderingDb].[ordering].[orders]
|
@"SELECT Id FROM [Microsoft.eShopOnContainers.Services.OrderingDb].[ordering].[orders]
|
||||||
|
Loading…
x
Reference in New Issue
Block a user