Skip to Content
0
May 23, 2016 at 02:27 PM

How to log all the Flexible search queries ?

2517 Views

We have requirement to log all the Flexible search queries, not the sql queries(hac>monitoring>database>JDBC logging ), Please let me know solution to log all the FS queries. FlexibleSearchController has DefaultFlexibleSearchFacade has method public SqlSearchResultData executeFlexibleSearchQuery(String query, UserModel user, Locale locale, Integer maxCount, boolean commit) {..} Seems i can log here all the FS queries, Please advice.