Skip to content

Commit

Permalink
fix: Removed warning message from fault-tolerant step
Browse files Browse the repository at this point in the history
  • Loading branch information
jruaux committed Jan 14, 2025
1 parent c23a83f commit 0ceec1d
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -130,6 +130,7 @@ public void configureLoggers() {
setBoolean(SimpleLogger.SHOW_SHORT_LOG_NAME_KEY, mixin.showShortLogName);
setBoolean(SimpleLogger.LEVEL_IN_BRACKETS_KEY, mixin.levelInBrackets);
setLogLevel("com.amazonaws.internal", Level.ERROR);
setLogLevel("com.redis.spring.batch.step.FlushingFaultTolerantStepBuilder", Level.ERROR);
setLogLevel("org.springframework.batch.core.step.builder.FaultTolerantStepBuilder", Level.ERROR);
setLogLevel("org.springframework.batch.core.step.item.ChunkMonitor", Level.ERROR);
mixin.levels.forEach(this::setLogLevel);
Expand Down

0 comments on commit 0ceec1d

Please sign in to comment.