Pega's DB Query Details
Hi, I need to have more information about running queries on db side. If we checked PegaRULES-ALERT.log file we can see queries running for more than the specified threshold and also they don't include all parameters. I mean that related parameters hide with "?" character but we need to have all parameter values on queries. How we can get this information from pega? For instance; query: SELECT k2, vl FROM aggregation."stores_CRM" WHERE pt=? AND nm=? AND k=? AND ky=?