I am getting hundreds of messages like this:
Sep 24, 2015 11:21:52 AM org.jooq.tools.JooqLogger info
INFO: Multiple inheritance : Multiple inheritance is not supported by jOOQ: "other_schema"."some_table" inherits from "other_schema"."parent_a"
Sep 24, 2015 11:21:52 AM org.jooq.tools.JooqLogger info
INFO: Multiple inheritance : Multiple inheritance is not supported by jOOQ: "other_schema"."some_table" inherits from "other_schema"."parent_b"
All of these tables are excluded from generation, and in fact, other_schema
is not the schema specified in inputSchema
. Is there a way to suppress these? Ideally tables outside inputSchema
wouldn't be fetched at all.
This isn't a big deal, but it's cluttering up my log files.