[ https://issues.apache.org/jira/browse/AURORA-408?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14006007#comment-14006007 ]
Mark Chu-Carroll commented on AURORA-408: ----------------------------------------- check_and_log_response is, largely, deprecated in clientv2 code. One of the big concerns going in to v2 was making the client much less noisy: instead of generating lots of io, it tries to generate focused, script-friendly, structured output. Most of the time, v2 code checks the response code from an API call directly. The message field only gets shown to the user when there's an error. I really dislike the idea of starting to add more noise to routine client IO - so I'm very opposed to always printing out the "OK" messages from every single API. > Update client "job" commands to remove cron-related behavior. > ------------------------------------------------------------- > > Key: AURORA-408 > URL: https://issues.apache.org/jira/browse/AURORA-408 > Project: Aurora > Issue Type: Task > Components: Client > Reporter: Mark Chu-Carroll > Assignee: Mark Chu-Carroll > -- This message was sent by Atlassian JIRA (v6.2#6252)