mhenke1 commented on a change in pull request #3042: Make the log level 
configurable via ansible
URL: 
https://github.com/apache/incubator-openwhisk/pull/3042#discussion_r155483230
 
 

 ##########
 File path: common/scala/src/main/resources/logback.xml
 ##########
 @@ -11,8 +11,10 @@
 
   <!-- Kafka -->
   <logger name="org.apache.kafka" level="ERROR" />
+
+  <variable name="WHISK_LOG_LEVEL" value="${WHISK_LOG_LEVEL:-INFO}" />
   
-  <root level="info">
+  <root level="${WHISK_LOG_LEVEL}">
 
 Review comment:
   @markusthoemmes Changed (see my other comment)

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

Reply via email to