This website works better with JavaScript.
Home
Explore
Help
Sign In
ayan.poddar
/
eShopOnContainers
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Projects
0
Releases
19
Wiki
Activity
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
740caee4ae
commit
6b18c36f26
1 changed files
with
0 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+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]
Write
Preview
Loading…
Cancel
Save