Apache9 commented on a change in pull request #4096:
URL: https://github.com/apache/hbase/pull/4096#discussion_r815396682
##########
File path: conf/log4j2.properties
##########
@@ -0,0 +1,135 @@
+#/**
Review comment:
This is log4j2.properties, not log4j.properties. Users could keep their
log4j.properties and it will be handled by log4j-1.2-api. Of course if you have
some customized appenders then there will be problems.
The log4j2 uses a different syntax, so if users want to fully upgrade to
log4j2 then they need to change their configuration ways. But if you want to
have the ability to config level and appenders at once, properties file is the
only possible way. For other configuration format, such as xml or yaml, there
is no way to configuration them at once.
--
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]