diff options
Diffstat (limited to 'src/main/java')
-rw-r--r-- | src/main/java/org/traccar/config/Keys.java | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/main/java/org/traccar/config/Keys.java b/src/main/java/org/traccar/config/Keys.java index b31861c88..441898feb 100644 --- a/src/main/java/org/traccar/config/Keys.java +++ b/src/main/java/org/traccar/config/Keys.java @@ -410,7 +410,8 @@ public final class Keys { /** * Jetty Request Log Path. - * The path must include the string "yyyy_mm_dd", which is replaced with the actual date when creating and rolling over the file. + * The path must include the string "yyyy_mm_dd", which is replaced with the actual date when creating and rolling + * over the file. * Example: ./logs/jetty-yyyy_mm_dd.request.log */ public static final ConfigKey WEB_REQUEST_LOG_PATH = new ConfigKey( |