diff --git a/spring-boot/src/main/java/org/springframework/boot/logging/LoggingApplicationListener.java b/spring-boot/src/main/java/org/springframework/boot/logging/LoggingApplicationListener.java index d2b98ef84f0..dcc45363d8c 100644 --- a/spring-boot/src/main/java/org/springframework/boot/logging/LoggingApplicationListener.java +++ b/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"; /** - * 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";