jdaugherty commented on code in PR #15109:
URL: https://github.com/apache/grails-core/pull/15109#discussion_r2403082040
##########
grails-gsp/core/src/main/groovy/org/grails/gsp/GroovyPageWritable.java:
##########
@@ -47,7 +44,8 @@
* @since 0.5
*/
public class GroovyPageWritable implements Writable {
- private static final Log LOG = LogFactory.getLog(GroovyPageWritable.class);
+ //get SLF4J logger instead
Review Comment:
No reason to use the comment; we should migrate to slf4j over time
--
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]