Skip to content

Commit dab585a

Browse files
committed
Some logging in BasicPoiTypeHandler lowered to debug (from info)
1 parent 8f9ea6d commit dab585a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

fj-doc-mod-poi/src/main/java/org/fugerit/java/doc/mod/poi/BasicPoiTypeHandler.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -245,7 +245,7 @@ private TableMatrix handleMatrix( DocTable table, boolean ignoreFormat, Sheet sh
245245
}
246246
HashSet<PoiCellStyleModel> styleSet = new HashSet<>();
247247
this.handleSubmatrix(matrix, ignoreFormat, sheet, helper, styleSet);
248-
log.info( "TOTAL STYLES : {}", styleSet.size() );
248+
log.debug( "TOTAL STYLES : {}", styleSet.size() );
249249
return matrix;
250250
}
251251

0 commit comments

Comments
 (0)