Does anyone use p6spy log in production environment?
I would like to enable logging all statements for one table and include stacktrace as well. The table I am interested in contains only a couple (usually really only 2) rows which are read and updated every 2-3 seconds. I was afraid that p6spy log could have performance impact on all database related operations.
Initial testing did not show any measurable difference between situation when p6spy log was enabled or disabled. Does anyone have the same experience? Is it generally safe to use p6spy in production?
Environment: java application, hibernate, postgresql