cstamas commented on code in PR #142: URL: https://github.com/apache/maven-scm/pull/142#discussion_r878259546
########## maven-scm-api/src/main/java/org/apache/maven/scm/command/AbstractCommand.java: ########## @@ -35,7 +35,7 @@ public abstract class AbstractCommand implements Command { - private ScmLogger logger = new Slf4jScmLogger( getClass() ); + protected Logger logger = LoggerFactory.getLogger( getClass() ); Review Comment: eh, the class hierarchy is really deep, so to make each class has own logger? Meg. Also, this change above is on par with what we had before: subclasses used getLogger to get logger from parent.... so effect is same sans getter for logger. -- 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. To unsubscribe, e-mail: issues-unsubscr...@maven.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org