[
https://issues.apache.org/jira/browse/DIRMINA-313?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12513125
]
Mark Webb commented on DIRMINA-313:
-----------------------------------
I have updated 1.0, 1.1 and the trunk to now use warn instead of info.
> LoggingFilter logs exceptionCaught events on error level but uses
> isInfoEnabled in the if-statement
> ---------------------------------------------------------------------------------------------------
>
> Key: DIRMINA-313
> URL: https://issues.apache.org/jira/browse/DIRMINA-313
> Project: MINA
> Issue Type: Bug
> Affects Versions: 1.0.0
> Reporter: Niklas Therning
> Assignee: Niklas Therning
> Priority: Minor
> Fix For: 1.0.1
>
>
> Here's the relevant piece of code:
> if( SessionLog.isInfoEnabled( session ) )
> {
> SessionLog.error( session, "EXCEPTION:", cause );
> }
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.