1. 18 Dec, 2014 2 commits
  2. 17 Dec, 2014 12 commits
  3. 16 Dec, 2014 8 commits
  4. 15 Dec, 2014 8 commits
  5. 14 Dec, 2014 5 commits
  6. 13 Dec, 2014 4 commits
    • Phillip Webb's avatar
      Unify console and file logback patterns · 6b4bb4d6
      Phillip Webb authored
      Update the file log pattern to write the thread name after the `---`
      separator. The allows both file and console logs to be parsed in the
      same way.
      
      Fixes gh-2136
      6b4bb4d6
    • Phillip Webb's avatar
      Substitute ${PID} variables with file logging · df1dede5
      Phillip Webb authored
      Update DefaultLogbackConfiguration to include OptionHelper.substVars
      when setting the encoder pattern so that ${PID} is correctly expanded.
      
      Fixes gh-2119
      df1dede5
    • Phillip Webb's avatar
      Restore Spring Boot 1.1 logging behavior · fc2e616c
      Phillip Webb authored
      Refactor LoggingApplicationListener and LoggingSystem to restore
      Spring Boot 1.1 logging behavior. The LOG_FILE and LOG_PATH system
      properties are now set before configuring the logger.
      
      The `logging.path` property is now once again optional and will not be
      used when `logging.file` is specified. The documentation has also been
      updated to reflect the changes.
      
      Fixes gh-2121
      Fixes gh-2117
      fc2e616c
    • Phillip Webb's avatar
      Polish · 5dd40e69
      Phillip Webb authored
      5dd40e69
  7. 12 Dec, 2014 1 commit