iuliana commented on a change in pull request #1091:
URL: https://github.com/apache/brooklyn-server/pull/1091#discussion_r411287571



##########
File path: test-support/src/main/java/org/apache/brooklyn/test/LogWatcher.java
##########
@@ -182,7 +182,7 @@ public void doEncode(ILoggingEvent event) throws 
IOException {
                 }
                 LOG.trace("level="+event.getLevel()+"; event="+event+"; 
msg="+event.getFormattedMessage());

Review comment:
       Any reason we are not using the recommended syntax like 
`LOG.trace("level= {} ; event={} ; msg={}", event.getLevel(), 
event,event.getFormattedMessage() );` ?




----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to