Aggarwal-Raghav commented on code in PR #5885:
URL: https://github.com/apache/hive/pull/5885#discussion_r2188456034
##########
standalone-metastore/metastore-server/pom.xml:
##########
@@ -737,7 +737,7 @@
<configuration>
<api>JDO</api>
<verbose>false</verbose>
-
<log4jConfiguration>${basedir}/src/main/resources/datanucleus-log4j.properties
+
<log4jConfiguration>${basedir}/src/main/resources/datanucleus-log4j2.xml
Review Comment:
Based on the datanucleus documentation, log4j2 was introduced as part of 6.0
verison https://www.datanucleus.org/products/accessplatform_6_0/logging.html
and there are different format for log4j (properties file) vs log4j2 (xml file)
provided by them.
older datanucleus-log4j.properties was exact same as mentioned in
documentation other than:
log4j.appender.A1.File=datanucleus.log =>
log4j.appender.A1.File=**target/datanucleus.log**
--
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]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]