> On Sept. 21, 2022, 8:13 a.m., Kirby Zhou wrote:
> > It seems work.
> > 
> > But are you sure you want to change the log level of com.mchange from the 
> > default warn to error?
> > What's the reason?

The existing behaviour for the logger name com.mchange ,we kept error level 
only .So I was thinking of keeping error level.You are right the default level 
is warn which i was overriding into error for the logger name com.mchange 
(anyway the same logger name already present in the logback.xml.We only changed 
into the different appender)


- Ramachandran


-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/74131/#review224690
-----------------------------------------------------------


On Sept. 20, 2022, 6:33 p.m., Ramachandran Krishnan wrote:
> 
> -----------------------------------------------------------
> This is an automatically generated e-mail. To reply, visit:
> https://reviews.apache.org/r/74131/
> -----------------------------------------------------------
> 
> (Updated Sept. 20, 2022, 6:33 p.m.)
> 
> 
> Review request for ranger, Madhan Neethiraj and Pradeep Agrawal.
> 
> 
> Bugs: RANGER-3775
>     https://issues.apache.org/jira/browse/RANGER-3775
> 
> 
> Repository: ranger
> 
> 
> Description
> -------
> 
> {logger name="com.mchange"}
> is used by c3p0 and {logger name="jdbc.connection"}
> 
> is used by log4jdbc
> 
> 
>   <logger name="com.mchange" additivity="false" level="error">
>     <appender-ref ref="xa_log_appender"/>
>   </logger>
> 
>   <logger name="jdbc.connection" additivity="false" level="error">  
>     <appender-ref ref="sql_appender"/>
>   </logger>
> 
> 
> Diffs
> -----
> 
>   security-admin/src/main/resources/conf.dist/logback.xml 53cdc49cf 
> 
> 
> Diff: https://reviews.apache.org/r/74131/diff/1/
> 
> 
> Testing
> -------
> 
> 
> Thanks,
> 
> Ramachandran Krishnan
> 
>

Reply via email to