gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[libeufin] branch master updated: decrease log verbosity


From: gnunet
Subject: [libeufin] branch master updated: decrease log verbosity
Date: Thu, 07 Jul 2022 14:47:18 +0200

This is an automated email from the git hooks/post-receive script.

ms pushed a commit to branch master
in repository libeufin.

The following commit(s) were added to refs/heads/master by this push:
     new 7e4b86e6 decrease log verbosity
7e4b86e6 is described below

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

    decrease log verbosity
---
 nexus/src/main/kotlin/tech/libeufin/nexus/Scheduling.kt | 2 --
 1 file changed, 2 deletions(-)

diff --git a/nexus/src/main/kotlin/tech/libeufin/nexus/Scheduling.kt 
b/nexus/src/main/kotlin/tech/libeufin/nexus/Scheduling.kt
index 7e87c5a7..73442692 100644
--- 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 {

-- 
To stop receiving notification emails like this one, please contact
gnunet@gnunet.org.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]