Hi Harish, These things are printed by default on DEBUG level. You can turn off debug logging for jOOQ, or turn off logging in jOOQ in general: https://www.jooq.org/doc/latest/manual/sql-execution/logging/
Thanks, Lukas On Mon, Jul 27, 2020 at 4:39 PM <[email protected]> wrote: > Hi, > > I would like to understand how to avoid DB values and print only the SQL. > There could be sensitive information when the values are printed. > Currently my configuration prints both SQL and the DB record with values. > > *Thanks,* > *Harish.* > > -- > 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]. > To view this discussion on the web visit > https://groups.google.com/d/msgid/jooq-user/aaf64df0-373c-4012-b450-7e32c8ea4654o%40googlegroups.com > <https://groups.google.com/d/msgid/jooq-user/aaf64df0-373c-4012-b450-7e32c8ea4654o%40googlegroups.com?utm_medium=email&utm_source=footer> > . > -- 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]. To view this discussion on the web visit https://groups.google.com/d/msgid/jooq-user/CAB4ELO4CyZayk973yFzT7KFyN18%3DOayfXsqLjSXN48ag07X4Ew%40mail.gmail.com.
