Browse Source

Merge branch '1.3.x'

pull/5134/head
Andy Wilkinson 10 years ago
parent
commit
2be90eca98
  1. 2
      spring-boot/src/main/java/org/springframework/boot/logging/LoggingApplicationListener.java

2
spring-boot/src/main/java/org/springframework/boot/logging/LoggingApplicationListener.java

@ -115,7 +115,7 @@ public class LoggingApplicationListener implements GenericApplicationListener {
public static final String LOG_FILE = "LOG_FILE"; public static final String LOG_FILE = "LOG_FILE";
/** /**
* The name of the System property that contains the log file. * The name of the System property that contains the log path.
*/ */
public static final String LOG_PATH = "LOG_PATH"; public static final String LOG_PATH = "LOG_PATH";

Loading…
Cancel
Save