vvraskin commented on a change in pull request #2960: Reduce the number of logs
on info level
URL:
https://github.com/apache/incubator-openwhisk/pull/2960#discussion_r163176701
##########
File path:
core/controller/src/main/scala/whisk/core/controller/Authenticate.scala
##########
@@ -59,25 +59,25 @@ trait Authenticate {
Try {
// authkey deserialization is wrapped in a try to guard against
malformed values
val authkey = AuthKey(UUID(pw.username), Secret(pw.password))
- logging.info(this, s"authenticate: ${authkey.uuid}")
+ logging.debug(this, s"authenticate: ${authkey.uuid}")
Review comment:
Done
----------------------------------------------------------------
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