Skip to content

Commit

Permalink
Some logging in BasicPoiTypeHandler lowered to debug (from info)
Browse files Browse the repository at this point in the history
  • Loading branch information
fugerit79 committed Sep 10, 2024
1 parent 8f9ea6d commit dab585a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -245,7 +245,7 @@ private TableMatrix handleMatrix( DocTable table, boolean ignoreFormat, Sheet sh
}
HashSet<PoiCellStyleModel> styleSet = new HashSet<>();
this.handleSubmatrix(matrix, ignoreFormat, sheet, helper, styleSet);
log.info( "TOTAL STYLES : {}", styleSet.size() );
log.debug( "TOTAL STYLES : {}", styleSet.size() );
return matrix;
}

Expand Down

0 comments on commit dab585a

Please sign in to comment.