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

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

     [ https://issues.apache.org/jira/browse/RANGER-3631?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Madhan Neethiraj reassigned RANGER-3631:
----------------------------------------

    Assignee: kirby zhou

> 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
>            Assignee: kirby zhou
>            Priority: Major
>         Attachments: 0001-RANGER-3631-fix-confusing-log-in-logback.xml.patch
>
>
> 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)