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

    https://github.com/apache/apex-core/pull/339#discussion_r65793703
  
    --- Diff: 
engine/src/main/java/com/datatorrent/stram/client/RecordingsAgent.java ---
    @@ -640,7 +640,7 @@ public JSONObject process(WebResource.Builder 
webResource, Class<JSONObject> cla
               }
           );
         } catch (Exception ex) {
    -      LOG.error("Exception caught", ex);
    +      LOG.error("Cannot start recording: ", ex);
    --- End diff --
    
    @gauravgopi123 That's because this particular one is actually an error we 
want the user to see. In this case, the user initiates a tuple recording but it 
fails. The other ones do not have this severity.


---
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 [email protected] or file a JIRA ticket
with INFRA.
---

Reply via email to