Github user meiercaleb commented on a diff in the pull request:

    https://github.com/apache/incubator-rya/pull/251#discussion_r153527315
  
    --- Diff: extras/indexingExample/src/main/java/RyaClientExample.java ---
    @@ -75,7 +76,7 @@
         private static final Logger log = 
Logger.getLogger(RyaClientExample.class);
     
         public static void main(final String[] args) throws Exception {
    -        setupLogging();
    +//        setupLogging();
    --- End diff --
    
    This method was generating a NPE for some reason.  There were changes made 
to our logging framework that might be the culprit.  Test passes without it and 
there is logging.  Not going down that rabbit hole.


---

Reply via email to