style(hippo4j-threadpool-infra-common): check style log (info --> error)

pull/1299/head
yujianbo 2 years ago
parent 9b7286a1ad
commit e8d0f00fc7

@ -100,7 +100,7 @@ public class IoUtil {
try (GZIPOutputStream gzip = new GZIPOutputStream(out)) { try (GZIPOutputStream gzip = new GZIPOutputStream(out)) {
gzip.write(str.getBytes(encoding)); gzip.write(str.getBytes(encoding));
} catch (Exception e) { } catch (Exception e) {
log.info("gzip write is fail:{}", e.getMessage()); log.error("gzip write is fail:{}", e.getMessage());
} }
return out.toByteArray(); return out.toByteArray();
} }

Loading…
Cancel
Save