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/29 13:50:21 UTC

[GitHub] mhenke1 commented on a change in pull request #2818: Change logging backend from log4j to Logback

mhenke1 commented on a change in pull request #2818: Change logging backend from log4j to Logback
URL: https://github.com/apache/incubator-openwhisk/pull/2818#discussion_r141873024
 
 

 ##########
 File path: common/scala/src/main/resources/logging.conf
 ##########
 @@ -1,4 +1,5 @@
 akka {
   loglevel = "INFO"
 
 Review comment:
   If I understand Akka logging right, setting the level to DEBUG will cause that all messages will be placed into the event stream and only afterward filtered out by Logback. Therefore I would prefer to adapt the log level after we have reduced the number of messages with subsequent changes.
 
----------------------------------------------------------------
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