You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Change to apply JUL log format in the c.t.server.logging.Logging trait
constructor instead of in premain 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 default LogFormatter does not use flags. ec674bc5