How to disable JooQ's self-ad message in 3.4+?
问题 I'm a big fan of JooQ, but unfortunately since upgrading from 3.3 it prints a very annoying message to the console each time before my code exits: Feb 02, 2015 7:28:06 AM org.jooq.tools.JooqLogger info INFO: @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@ <snip> @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@ Thank you for using jOOQ 3.5.1 Unfortunately I cannot manage to remove this log at all. Note that I don't use slf4j, nor log4j nor any log API; therefore the only mechanism I have available is j.u.l. I