Unify console and file logback patterns

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
This commit is contained in:
Phillip Webb
2014-12-12 19:05:37 -08:00
parent df1dede57f
commit 6b4bb4d654
3 changed files with 3 additions and 2 deletions

View File

@@ -734,6 +734,7 @@ The following items are output:
* Log Level -- `ERROR`, `WARN`, `INFO`, `DEBUG` or `TRACE`.
* Process ID.
* A `---` separator to distinguish the start of actual log messages.
* Thread name -- Enclosed in square brackets (may be truncated for console output).
* Logger name -- This is usually the source class name (often abbreviated).
* The log message.