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:
[email protected]


With regards,
Apache Git Services

Reply via email to