You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ranger.apache.org by "kirby zhou (Jira)" <ji...@apache.org> on 2022/02/18 12:53:00 UTC

[jira] [Created] (RANGER-3631) logback.xml of rangeradmin leads to log confusion.

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)