libeufin

Integration and sandbox testing for FinTech APIs and data formats
Log | Files | Refs | Submodules | README | LICENSE

commit 7e4b86e682a48edb64825efb1c1f8d0413a467a9
parent a1df899228d936b3fc4c520ad7229f2fe1b70293
Author: MS <ms@taler.net>
Date:   Thu,  7 Jul 2022 14:47:10 +0200

decrease log verbosity

Diffstat:
Mnexus/src/main/kotlin/tech/libeufin/nexus/Scheduling.kt | 2--
1 file changed, 0 insertions(+), 2 deletions(-)

diff --git a/nexus/src/main/kotlin/tech/libeufin/nexus/Scheduling.kt b/nexus/src/main/kotlin/tech/libeufin/nexus/Scheduling.kt @@ -90,8 +90,6 @@ object NexusCron { fun startOperationScheduler(httpClient: HttpClient) { GlobalScope.launch { while (true) { - logger.trace("running schedule loop") - // First, assign next execution time stamps to all tasks that need them transaction { NexusScheduledTaskEntity.find {