sbglasius commented on code in PR #16011:
URL: https://github.com/apache/grails-core/pull/16011#discussion_r3610517852


##########
grails-core/src/cli/groovy/org/apache/grails/core/cli/ApplicationContextCommandRegistry.groovy:
##########
@@ -29,21 +33,73 @@ import org.grails.core.io.support.GrailsFactoriesLoader
 @Singleton(strict = false)
 class ApplicationContextCommandRegistry {
 
+    private static final Logger LOG = 
LoggerFactory.getLogger(ApplicationContextCommandRegistry)

Review Comment:
   Why not use the `@Slf4j('LOG')` annotation instead?



##########
grails-core/src/cli/groovy/org/apache/grails/core/cli/ApplicationContextCommandRegistry.groovy:
##########
@@ -29,21 +33,73 @@ import org.grails.core.io.support.GrailsFactoriesLoader
 @Singleton(strict = false)
 class ApplicationContextCommandRegistry {
 
+    private static final Logger LOG = 
LoggerFactory.getLogger(ApplicationContextCommandRegistry)

Review Comment:
   Why not use the `@Slf4j('LOG')` annotation instead?



-- 
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: [email protected]

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

Reply via email to