gnunet-svn
[Top][All Lists]
Advanced

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

[GNUnet-SVN] [libeufin] branch master updated: turning Exposed SQL conso


From: gnunet
Subject: [GNUnet-SVN] [libeufin] branch master updated: turning Exposed SQL console-printing off
Date: Wed, 09 Oct 2019 15:25:45 +0200

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

marcello pushed a commit to branch master
in repository libeufin.

The following commit(s) were added to refs/heads/master by this push:
     new a04398a  turning Exposed SQL console-printing off
a04398a is described below

commit a04398a1fc00d83e511597d22ceae6af8331a0b9
Author: Marcello Stanisci <address@hidden>
AuthorDate: Wed Oct 9 15:25:16 2019 +0200

    turning Exposed SQL console-printing off
---
 sandbox/src/main/kotlin/DB.kt   | 2 +-
 sandbox/src/main/kotlin/Main.kt | 1 +
 2 files changed, 2 insertions(+), 1 deletion(-)

diff --git a/sandbox/src/main/kotlin/DB.kt b/sandbox/src/main/kotlin/DB.kt
index f1e24a7..0cb1086 100644
--- a/sandbox/src/main/kotlin/DB.kt
+++ b/sandbox/src/main/kotlin/DB.kt
@@ -218,7 +218,7 @@ fun dbCreateTables() {
     Database.connect("jdbc:h2:mem:test;DB_CLOSE_DELAY=-1", driver = 
"org.h2.Driver")
 
     transaction {
-        addLogger(StdOutSqlLogger)
+        // addLogger(StdOutSqlLogger)
 
         SchemaUtils.create(
             BankCustomers,
diff --git a/sandbox/src/main/kotlin/Main.kt b/sandbox/src/main/kotlin/Main.kt
index cffc36d..0afc5e9 100644
--- a/sandbox/src/main/kotlin/Main.kt
+++ b/sandbox/src/main/kotlin/Main.kt
@@ -227,5 +227,6 @@ fun main() {
             }
         }
     }
+    logger.info("Up and running")
     server.start(wait = true)
 }

-- 
To stop receiving notification emails like this one, please contact
address@hidden.



reply via email to

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