Hi! Could it be considered to log on the sql state...
# jasync-sql
d
Hi! Could it be considered to log on the sql statements on the DEBUG level instead of TRACE? Netty spits out TONS of logs I don't really need... we could figure out which class outputs the logs we're interested in, but I'd suppose most users would rather this be at DEBUG, no?
o
the best way to do it is via interceptors
there is a built in one for logging
d
Thanks, exactly what I was looking for👌🏼!