DATAJDBC-201 - Reduced logging for builds.

Set logging level to WARN.
Removed a System.out call.

The detail loggers are still in the logback.xml as comments to be used for debugging and demonstration purposes.
This commit is contained in:
Jens Schauder
2018-04-17 15:34:46 +02:00
parent 1dd16f81aa
commit 41e31b1916
2 changed files with 4 additions and 7 deletions

View File

@@ -99,7 +99,6 @@ public class JdbcEntityWriter extends JdbcEntityWriterSupport {
aggregateChange.addAction(insert);
referencedEntities(insert.getEntity()) //
.peek(System.out::println)
.forEach(pav -> insertReferencedEntities( //
pav, //
aggregateChange, //