rabbah commented on a change in pull request #3187: reduce rule activation
records
URL:
https://github.com/apache/incubator-openwhisk/pull/3187#discussion_r161797370
##########
File path: core/controller/src/main/scala/whisk/core/controller/Triggers.scala
##########
@@ -321,6 +388,33 @@ trait WhiskTriggersApi extends WhiskCollectionAPI {
complete(OK, trigger.withoutRules)
}
+ /**
+ *
+ * @param triggerName
+ * @param ruleName
+ * @param actionName
+ * @param loglevel
+ * @param msg
+ * @return
+ */
+ private def triggerActivationLogMsg(triggerName: String,
Review comment:
what's the point of this method?
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]
With regards,
Apache Git Services