Details
Description
The class EditLogFileInputStream is logged at DEBUG level, but has no toString method, so the logging is of limited value. Also, put the DEBUG statement behind some guards since it's printing an unbounded list of items.
Just need the following:
private final LogSource log; private final long firstTxId; private final long lastTxId; private final boolean isInProgress; private int maxOpSize; private State state = State.UNINIT; private int logVersion = 0;