Github user kchilton2 commented on a diff in the pull request: https://github.com/apache/incubator-rya/pull/121#discussion_r92826178 --- Diff: extras/rya.pcj.fluo/pcj.fluo.app/src/main/java/org/apache/rya/indexing/pcj/fluo/app/observers/QueryResultObserver.java --- @@ -90,6 +92,8 @@ public void init(final Context context) { for(final IncrementalResultExporterFactory builder : factories) { try { + System.out.println("QueryResultObserver.init(): for each exportersBuilder=" + builder); --- End diff -- log.debug
--- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the feature is enabled but not working, please contact infrastructure at infrastruct...@apache.org or file a JIRA ticket with INFRA. ---