Hi . Is there a way to disable the c3p0 logging that appears on initialising the db pool?
Ex:
Maybe via JavaObject runmethod?
I really need this, since its a console application and even in release mode, it prints out my db connection info( Like the host & port).
I tried printing some console chars that i found posted somewhere on these forums, but no luck.
Thank you.
Ex:
B4X:
Starting program
2017-09-13 09:08:59.957:INFO::main: Logging initialized @251ms
Sep 13, 2017 9:09:00 AM com.mchange.v2.log.MLog
INFO: MLog clients using java 1.4+ standard logging.
Sep 13, 2017 9:09:00 AM com.mchange.v2.c3p0.C3P0Registry
INFO: Initializing c3p0-0.9.5.2 [built 08-December-2015 22:06:04 -0800; debug? true; trace: 10]
2017-09-13 09:09:00.171:INFO:.................
I really need this, since its a console application and even in release mode, it prints out my db connection info( Like the host & port).
I tried printing some console chars that i found posted somewhere on these forums, but no luck.
Thank you.