kirby zhou created RANGER-3631:
----------------------------------
Summary: logback.xml of rangeradmin leads to log confusion.
Key: RANGER-3631
URL: https://issues.apache.org/jira/browse/RANGER-3631
Project: Ranger
Issue Type: Bug
Components: admin
Affects Versions: 3.0.0, 2.3.0
Reporter: kirby zhou
1. The problematic pattern causes no line break in sql.log .
{code:java}
- <pattern>%d [%t] %-5p %C{6} (%F:%L) %msg%n</pattern>
+ <pattern>%d [%t] %-5p %C{6} \(%F:%L\) %msg%n</pattern>
{code}
2. "fatal" is a invalid log level in logback
3. maxHistory is missing in all.
4. additivity is missing in "org.apache.ranger.perf"
--
This message was sent by Atlassian Jira
(v8.20.1#820001)