logging - hibernate log show update queries, but no select -


is possible, set logging in hibernate show update, insert , delete queries, no select? have set show_sql property true, application spaming console lot of select queries. possible configure way?

im using postgres spring , jboss.

i appreciate :)

it might possible configure through log4j.xml of hibernate logging system, , apply regex write desired log entries.

http://logging.apache.org/log4j/2.x/manual/filters.html#regexfilter


Comments

Popular posts from this blog

c++ - CryptStringToBinary API behavior -

c++ - Correct method for redrawing a layered window -

java.util.scanner - How to read and add only numbers to array from a text file -