Skip to content

Commit

Permalink
feat: add REDISTRIBUTION value type to logger
Browse files Browse the repository at this point in the history
  • Loading branch information
tmetzke authored Nov 15, 2024
1 parent 8048733 commit ae07a80
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -137,6 +137,7 @@ public RecordStreamLogger(final RecordStreamSource recordStreamSource) {
valueTypeLoggers.put(ValueType.SCALE, Object::toString);
valueTypeLoggers.put(ValueType.GROUP, Object::toString);
valueTypeLoggers.put(ValueType.MAPPING, Object::toString);
valueTypeLoggers.put(ValueType.REDISTRIBUTION, Object::toString);
}

public void log() {
Expand Down

0 comments on commit ae07a80

Please sign in to comment.