forked from I2P_Developers/i2p.i2p
Jetty: Rollover log files at midnight, not noon
This is a separate Jetty 9.2.21 bug unrelated to the previous fix
This commit is contained in:
@@ -185,7 +185,7 @@ public class RolloverFileOutputStream extends FilterOutputStream
|
||||
midnight = Calendar.getInstance();
|
||||
midnight.setTimeZone(_zone);
|
||||
// set to midnight
|
||||
midnight.set(Calendar.HOUR, 0);
|
||||
midnight.set(Calendar.HOUR_OF_DAY, 0);
|
||||
midnight.set(Calendar.MINUTE, 0);
|
||||
midnight.set(Calendar.SECOND, 0);
|
||||
midnight.set(Calendar.MILLISECOND, 0);
|
||||
|
||||
@@ -1,3 +1,6 @@
|
||||
2017-04-30 zzz
|
||||
* Jetty: Rollover log files at midnight, not noon
|
||||
|
||||
2017-04-29 zzz
|
||||
* Build: Fix failing release tests
|
||||
* Jetty:
|
||||
|
||||
@@ -18,7 +18,7 @@ public class RouterVersion {
|
||||
/** deprecated */
|
||||
public final static String ID = "Monotone";
|
||||
public final static String VERSION = CoreVersion.VERSION;
|
||||
public final static long BUILD = 20;
|
||||
public final static long BUILD = 21;
|
||||
|
||||
/** for example "-test" */
|
||||
public final static String EXTRA = "-rc";
|
||||
|
||||
Reference in New Issue
Block a user