You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@openwhisk.apache.org by gi...@git.apache.org on 2017/09/20 15:00:21 UTC

[GitHub] markusthoemmes opened a new pull request #2784: Make logging hot paths lighter.

markusthoemmes opened a new pull request #2784: Make logging hot paths lighter.
URL: https://github.com/apache/incubator-openwhisk/pull/2784
 
 
   Logging is **the** hotspot in our application today. This takes a first stab at making the overhead a bit smaller by respecting the set log-level as early as currently possible and not do any extranous throwaway computation.
   
   It also reduces a bit of unnecessary boxing for the sake of just trying to keep a single space out of the message.
 
----------------------------------------------------------------
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