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:
zzz
2017-04-30 13:19:48 +00:00
parent baa314d71f
commit d27d060322
3 changed files with 5 additions and 2 deletions

View File

@@ -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";