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

 ##########
 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:
   Please never use `PrintStreamLogging` in production code. It has severe 
impact on performance. We always use `AkkaLogging` there.

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


With regards,
Apache Git Services

Reply via email to