rabbah commented on a change in pull request #3174: Change log level dynamically (updated) URL: https://github.com/apache/incubator-openwhisk/pull/3174#discussion_r162007136
########## File path: docs/logging.md ########## @@ -0,0 +1,41 @@ +# Logging in OpenWhisk + +## Default Logging Provider + +OpenWhisk uses Logback as default logging provider via slf4j. + +Logback can be configured in the configuration file [logback.xml](../common/scala/src/main/resources/logback.xml). + +Besides other things this configuration file defines the default log level for OpenWhisk. +Akka Logging inherits the log level define here. Review comment: define here -> defined here ---------------------------------------------------------------- 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
