-
Type: Improvement
-
Resolution: Done
-
Priority: Major - P3
-
Affects Version/s: 2.0
-
Component/s: None
-
None
could you please harmonize logging, to something that can filter on this, e.g. jdk logging.
Statement-Logging ("DB.SHOW=true") is at the moment just send out to STDOUT (System.out.println).
We use internally SLF4J, which has a bridge to jdk, and can filter on these streams.
It would be nice to have this Information available in one place.