Skip to content

Logging folder configuration #4277

@holub

Description

@holub

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).

http://docs.spring.io/spring-boot/docs/1.3.0.RC1/reference/html/deployment-install.html#deployment-script-customization

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

No one assigned

    Labels

    status: invalidAn issue that we don't feel is valid

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions