• Stephane Nicoll's avatar
    Notify the use of logback specific system property · 32b32b71
    Stephane Nicoll authored
    Logback documentation explains how to initialize the logging system and
    namely how the `logback.configurationFile` system property can be used to
    specify the configuration file to use.
    
    Spring Boot has an abstraction on top of that. A user can define the
    `logging.path` property regardless of the logging infrastructure it is
    using.
    
    Users following the logback documentation can be confused at first so
    we're not logging a warning when we found out that the logback specific
    property has been specified.
    
    Closes gh-2382
    32b32b71
Name
Last commit
Last update
..
.gitignore Loading commit data...
Guardfile Loading commit data...
appendix-application-properties.adoc Loading commit data...
appendix-auto-configuration-classes.adoc Loading commit data...
appendix-configuration-metadata.adoc Loading commit data...
appendix-dependency-versions.adoc Loading commit data...
appendix-executable-jar-format.adoc Loading commit data...
appendix.adoc Loading commit data...
build-tool-plugins.adoc Loading commit data...
deployment.adoc Loading commit data...
documentation-overview.adoc Loading commit data...
getting-started.adoc Loading commit data...
howto.adoc Loading commit data...
index-docinfo.xml Loading commit data...
index.adoc Loading commit data...
production-ready-features.adoc Loading commit data...
spring-boot-cli.adoc Loading commit data...
spring-boot-features.adoc Loading commit data...
using-spring-boot.adoc Loading commit data...