-
Notifications
You must be signed in to change notification settings - Fork 41.5k
Closed
Labels
status: invalidAn issue that we don't feel is validAn issue that we don't feel is valid
Description
Documentation says:
http://docs.spring.io/spring-boot/docs/1.3.0.RC1/reference/html/howto-logging.html#howto-configure-logback-for-loggin
${LOG_FILE} if logging.file was set in Boot’s external configuration.
${LOG_PATH} if logging.path was set (representing a directory for log files to live in).
PID_FOLDER The root name of the pid folder (/var/run by default).
LOG_FOLDER The name of the folder to put log files in (/var/log by default).
LOG_FILENAME The name of the log file in the LOG_FOLDER (<appname>.log by default).
As a result of different variables if we make configuration for executable jar it doesn't reflect on the actual log configuration.
Metadata
Metadata
Assignees
Labels
status: invalidAn issue that we don't feel is validAn issue that we don't feel is valid