-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/74390/
-----------------------------------------------------------
Review request for atlas.
Bugs: ATLAS-4739
https://issues.apache.org/jira/browse/ATLAS-4739
Repository: atlas
Description
-------
Log4j 1.x provides a class org.apache.log4j.DailyRollingFileAppender which is
no longer supported by Log4j 2.x. Hence, DailyRollingFileAppender needs to be
replaced by a custom rolling file appender supported by log4j2.
Diffs
-----
notification/src/main/java/org/apache/atlas/hook/FailedMessagesLogger.java
5488c1c2c
notification/src/main/java/org/apache/atlas/notification/LogConfigUtils.java
ea9c1cecc
Diff: https://reviews.apache.org/r/74390/diff/1/
Testing
-------
mvn clean -DskipTests install
mvn clean -DskipTests package -Pdist,embedded-hbase-solr
Atlas server running.
Thanks,
Disha Talreja