markusthoemmes opened a new pull request #2648: Overhaul logging URL: https://github.com/apache/incubator-openwhisk/pull/2648 **Note: Super duper WIP** Profiling told me that the way we log today is quite a hotstop in the components. This is an attempt to adapt best practices in terms of logging, especially around String allocations. - Using logback instead of log4j (It's supposed to be its successor, and its recommended by akka) - Delaying `String` building until it is really needed. Opening early to gather feedback. ---------------------------------------------------------------- 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
