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/12/11 09:05:54 UTC

[GitHub] ningyougang commented on a change in pull request #4164: Add warn log when too many requests happened

ningyougang commented on a change in pull request #4164: Add warn log when too many requests happened
URL: https://github.com/apache/incubator-openwhisk/pull/4164#discussion_r240521627
 
 

 ##########
 File path: core/controller/src/main/scala/org/apache/openwhisk/core/controller/AuthorizedRouteDispatcher.scala
 ##########
 @@ -64,6 +65,8 @@ trait BasicAuthorizedRouteProvider extends Directives {
   /** Route directives for API. The methods that are supported on entities. */
   protected lazy val entityOps = get
 
+  private val logger = new PrintStreamLogging()
 
 Review comment:
   Already applied AkkaLogging

----------------------------------------------------------------
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