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_r163257811
 
 

 ##########
 File path: common/scala/src/main/scala/whisk/common/TransactionId.scala
 ##########
 @@ -53,11 +53,11 @@ case class TransactionId private (meta: 
TransactionMetadata) extends AnyVal {
    * @param message An additional message that is written into the log, 
together with the other information.
    * @param logLevel The Loglevel, the message should have. Default is 
<code>InfoLevel</code>.
    */
-  def mark(from: AnyRef, marker: LogMarkerToken, message: String = "", 
logLevel: LogLevel = InfoLevel)(
+  def mark(from: AnyRef, marker: LogMarkerToken, message: String = "", 
logLevel: LogLevel = DebugLevel)(
 
 Review comment:
   But warn level should be also fine right? If info is enabled, warn messages 
should be printed as well

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