Class LogCommitter

All Implemented Interfaces:
Committer, Configurable<LogCommitterConfig>, AutoCloseable

public class LogCommitter extends AbstractCommitter<LogCommitterConfig>

WARNING: Not intended for production use.

A Committer that logs all data associated with every document, added or removed, to the application logs, or the console (STDOUT/STDERR). Default uses application logger with INFO log level.

This Committer can be useful for troubleshooting. Given how much information this could represent, it is recommended you do not use in a production environment. At a minimum, if you are logging to file, make sure to rotate/clean the logs regularly.