rahil-c commented on code in PR #6489:
URL: https://github.com/apache/hudi/pull/6489#discussion_r972515736
##########
hudi-cli/src/main/java/org/apache/hudi/cli/commands/SparkMain.java:
##########
@@ -86,7 +87,7 @@
*/
public class SparkMain {
- private static final Logger LOG = Logger.getLogger(SparkMain.class);
+ private static final Logger LOG = LogManager.getLogger(SparkMain.class);
Review Comment:
Just want to know why we have to change `Logger` to `LogManager` here (and
also in other places) ?
--
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]