663664665666667668669670671672673
// can't log in log rotation routines } } } else { path.renameTo(savedPath); } } } catch (Exception e) { logWarning(L.l("Error rotating logs: {0}", e.toString()), e); }
611612613614615616617618619620621
else if (savedName.endsWith(".zip")) { os = savedPath.openWrite(); out = new ZipOutputStream(os); } else { path.renameTo(savedPath); } if (out != null) { try { path.writeToStream(out);
647648649650651652653654655656657