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.