You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@openwhisk.apache.org by GitBox <gi...@apache.org> on 2018/01/16 19:13:56 UTC

[GitHub] mdeuser commented on a change in pull request #3187: reduce rule activation records

mdeuser commented on a change in pull request #3187: reduce rule activation records
URL: https://github.com/apache/incubator-openwhisk/pull/3187#discussion_r161857956
 
 

 ##########
 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:
   this method creates the trigger activation log entry string.  if we need the format to change, it's centralized here.

----------------------------------------------------------------
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:
users@infra.apache.org


With regards,
Apache Git Services