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
Post a Comment