Re: Logstore usage during `activation get`

2018-10-04 Thread David P Grove
"James W Dubee" wrote on 10/04/2018 11:45:34 AM: > From: "James W Dubee" > To: dev@openwhisk.apache.org > Date: 10/04/2018 11:49 AM > Subject: Re: Logstore usage during `activation get` > > On a similar note, I don't think we should be storing activation &

Re: Logstore usage during `activation get`

2018-10-04 Thread Nick Mitchell
at some point we should remov]Rodric > Rabbah ---10/02/2018 07:30:22 PM---> By "break this" do you mean at some > point we should remove the logs from the GET? > > From: Rodric Rabbah > To: dev@openwhisk.apache.org > Date: 10/02/2018 07:30 PM > Subject: Re: Logstor

Re: Logstore usage during `activation get`

2018-10-04 Thread James W Dubee
ect:Re: Logstore usage during `activation get` > By "break this" do you mean at some point we should remove the logs from the GET? Yes. @dubee thoughts? Since you've worked on the elastic plugin. -r

Re: Logstore usage during `activation get`

2018-10-02 Thread Rodric Rabbah
> By "break this" do you mean at some point we should remove the logs from the GET? Yes. @dubee thoughts? Since you've worked on the elastic plugin. -r

Re: Logstore usage during `activation get`

2018-10-02 Thread Tyson Norris
By "break this" do you mean at some point we should remove the logs from the GET? In any case I will close the PR. Thanks Tyson On 10/2/18, 4:21 PM, "Rodric Rabbah" wrote: Hi Tyson - this was the intent of the API design: there is a separate resource for LOGS and the RESULT. The

Re: Logstore usage during `activation get`

2018-10-02 Thread Rodric Rabbah
Hi Tyson - this was the intent of the API design: there is a separate resource for LOGS and the RESULT. The reasoning also that the metadata is typically small but the logs could be much larger. Separating the two was also intended for easier streaming of the responses. Because of

Logstore usage during `activation get`

2018-10-02 Thread Tyson Norris
Hi – I created this PR [1] due to noticing that `wsk activation get` does NOT return logs from a LogStore which stores logs outside of the Activation entity. But it bring up a question of: Does IBM or any other operator who might use a custom LogStore desire to have logs included with