-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/73856/
-----------------------------------------------------------
(Updated 二月 19, 2022, 3:49 a.m.)
Review request for ranger.
Changes
-------
set default maxHistory in the following files.
kms/config/kms-webapp/kms-logback.xml
tagsync/conf.dist/logback.xml
unixauthservice/conf.dist/logback.xml
unixauthservice/src/main/resources/logback.xml
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 (updated)
-----
kms/config/kms-webapp/kms-logback.xml
d47e86ca5e55cf312f8dc47aa4966771bebe1012
security-admin/src/main/webapp/WEB-INF/logback.xml
4b3e7b5717f2ed726fa50018e759dcddab26e19b
tagsync/conf.dist/logback.xml a4653066b8b6466d97cdc07df43bf36da0e06194
unixauthservice/conf.dist/logback.xml
21ba4f3628553aeef2721abe798668623ff05cb8
unixauthservice/src/main/resources/logback.xml
ec0bc6c61926641b1f30190704e9270689b308c5
Diff: https://reviews.apache.org/r/73856/diff/2/
Changes: https://reviews.apache.org/r/73856/diff/1-2/
Testing
-------
mvn clean build package.
fresh installation and upgrade
Thanks,
Kirby Zhou