-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/73856/
-----------------------------------------------------------
Review request for ranger.
Bugs: RANGER-3631
https://issues.apache.org/jira/browse/RANGER-3631
Repository: ranger
Description
-------
1. The problematic pattern causes no line break in sql.log .
- <pattern>%d [%t] %-5p %C{6} (%F:%L) %msg%n</pattern>
+ <pattern>%d [%t] %-5p %C{6} (%F:%L) %msg%n</pattern>
2. "fatal" is a invalid log level in logback
3. maxHistory is missing in all.
4. additivity is missing in "org.apache.ranger.perf"
Diffs
-----
security-admin/src/main/webapp/WEB-INF/logback.xml
4b3e7b5717f2ed726fa50018e759dcddab26e19b
Diff: https://reviews.apache.org/r/73856/diff/1/
Testing
-------
mvn clean build package.
fresh installation and upgrade
Thanks,
Kirby Zhou