2020-09-18 00:49:33 UTC - Brendan Doyle: It looks like with some new logging added recently to `ContainerProxy`, a new log was added that logs when an activation fails with the full error in the invoker on ApplicationError. This results in spam for us since it's just a client problem for their function and should be handling it accordingly in their function. Can we remove this log or make it a debug?
<https://github.com/apache/openwhisk/commit/d4f9e8abf6739bd6ee48d64f567f93a90ef91daf#diff-170ae706abad4ff6500ae12be05d0cbbR914> https://openwhisk-team.slack.com/archives/C3TPCAQG1/p1600390173002200?thread_ts=1600390173.002200&cid=C3TPCAQG1 ---- 2020-09-18 01:02:02 UTC - Brendan Doyle: info is probably fine too, just don't think it should be error https://openwhisk-team.slack.com/archives/C3TPCAQG1/p1600390922002300?thread_ts=1600390173.002200&cid=C3TPCAQG1 ---- 2020-09-18 01:44:05 UTC - KahHoe: will do, thanks https://openwhisk-team.slack.com/archives/C3TPCAQG1/p1600393445002600?thread_ts=1600328460.089500&cid=C3TPCAQG1 ---- 2020-09-18 02:17:17 UTC - Rodric Rabbah: i agree https://openwhisk-team.slack.com/archives/C3TPCAQG1/p1600395437002800?thread_ts=1600390173.002200&cid=C3TPCAQG1 ---- 2020-09-18 02:17:55 UTC - Rodric Rabbah: i would delete it - not sure why the control plane should care but i suspect it’s a debug aid for concurrent activations in a container https://openwhisk-team.slack.com/archives/C3TPCAQG1/p1600395475003000?thread_ts=1600390173.002200&cid=C3TPCAQG1 ---- 2020-09-18 02:18:05 UTC - Rodric Rabbah: @Tyson Norris cc https://openwhisk-team.slack.com/archives/C3TPCAQG1/p1600395485003200?thread_ts=1600390173.002200&cid=C3TPCAQG1 ---- 2020-09-18 03:12:32 UTC - Tyson Norris: That is the reason; if you want to make it warn level, and/or only log it in case the action has `action.limits.concurrency.maxConcurrent>1` that would be fine https://openwhisk-team.slack.com/archives/C3TPCAQG1/p1600398752003400?thread_ts=1600390173.002200&cid=C3TPCAQG1 ---- 2020-09-18 15:22:19 UTC - Matt Rutkowski: On-demand seems like the best option https://openwhisk-team.slack.com/archives/C3TPCAQG1/p1600442539003700?thread_ts=1600265419.084600&cid=C3TPCAQG1 ---- 2020-09-18 16:44:49 UTC - Brendan Doyle: What is the need for it in the case of container concurrency? I think regardless it doesn’t belong in the error category since that implies an issue with the invoker https://openwhisk-team.slack.com/archives/C3TPCAQG1/p1600447489008800?thread_ts=1600390173.002200&cid=C3TPCAQG1 ----