Hi, is there any possibility to customize the format of the logged executing query?
For example assume the following default logging: Execute query : select `test`.`table`.`id` from `test`.`table` where `test`.`table`.`fk_sid` = 43 I want to make the logging more concise by omitting the database / schema name: Execute query : select `table`.`id` from `table` where `table`.`fk_sid` = 43 Is this possible by means of any render configuration? Kind regards, Marcus -- You received this message because you are subscribed to the Google Groups "jOOQ User Group" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
