henrykuijpers commented on code in PR #22:
URL:
https://github.com/apache/sling-org-apache-sling-servlets-post/pull/22#discussion_r1351622021
##########
src/main/java/org/apache/sling/servlets/post/impl/operations/AbstractPostOperation.java:
##########
@@ -59,7 +61,7 @@ public abstract class AbstractPostOperation implements
PostOperation {
/**
* Default logger
*/
- protected final Logger log = LoggerFactory.getLogger(getClass());
+ protected final Logger log =
LoggerFactory.getLogger(AbstractPostOperation.class);
Review Comment:
This change is actually not desired, I would say, because now the log
entries will always mention "AbstractPostOperation", instead of the inheritor?
--
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]