Op_type=create; log filling with "document already exists" exceptions

Is there any way to keep this exception from being logged?

For redudancy we have two importers indexing the same document
stream. We use op_type=create to make sure only one succeeds. This
"document already exists" is a normal condition for us. It fills up
the log and makes it hard to find other errors.

Thanks,
Drew

I think I figured this out.

The log4j setting is action: DEBUG

The log entries start with [time][DEBUG][action.index ]

If I set the log4j to action: INFO I assume these errors won't be
logged.

Its no longer logged under DEBUG (version conflict failures) in master.

On Thu, Jan 19, 2012 at 1:40 AM, drew.letcher <
drew.letcher@interactivedata.com> wrote:

I think I figured this out.

The log4j setting is action: DEBUG

The log entries start with [time][DEBUG][action.index ]

If I set the log4j to action: INFO I assume these errors won't be
logged.