You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@camel.apache.org by "Claus Ibsen (JIRA)" <ji...@apache.org> on 2013/06/07 10:43:20 UTC

[jira] [Resolved] (CAMEL-5829) File consumer - Allow to configure logging level of read lock strategy

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

Claus Ibsen resolved CAMEL-5829.
--------------------------------

    Resolution: Fixed
    
> File consumer - Allow to configure logging level of read lock strategy
> ----------------------------------------------------------------------
>
>                 Key: CAMEL-5829
>                 URL: https://issues.apache.org/jira/browse/CAMEL-5829
>             Project: Camel
>          Issue Type: Improvement
>          Components: camel-core
>            Reporter: Claus Ibsen
>            Assignee: Claus Ibsen
>            Priority: Minor
>             Fix For: 2.12.0
>
>
> The read lock strategy may log at WARN level if they cannot acquire a read lock on a file. Some ppl may want to lower this level to not have this in their logs.
> {code}
>   WARN  | org.apache.camel.component.file.strategy.FileChangedExclusiveReadLockStrategy | Cannot acquire read lock within 60000 millis. Will skip the file: GenericFile[\Projects\xxx\somefile.txt] -
> {code}
> We should add a new option which can be set on the read lock strategies. Just like you can set the timeout value.
> || Option || Default || Description ||
> |readLockLoggingLevel | WARN | *Camel 2.11:* Logging level used when a read lock could *not* be acquired. By default a WARN is logged. You can change this level, for example to OFF to not have any logging. This option is only applicable for readLock of types: changed, fileLock, rename |
> This option is only applicable for
> - FileChangedExclusiveReadLockStrategy
> - FileLockExclusiveReadLockStrategy
> - GenericFileRenameExclusiveReadLockStrategy

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira