TwitterServer 17.11.0
mosesn
released this
17 Nov 17:18
·
454 commits
to develop
since this release
Breaking API Changes
- Change to apply JUL log format in the
c.t.server.logging.Logging
trait
constructor instead of inpremain
to apply format as early in the logging
stack as possible. However, this means that users overriding the
def defaultFormatter
will not be able to use any flags to configure their
formatting, note: the defaultLogFormatter
does not use flags.
ec674bc5