Rails/Unicorn logging configuration?

Is there any mechanism to change how Rails and Unicorn logging is formatted?

I found the check for the hidden logging_provider setting and ENABLE_LOGRAGE envvar. Enabling lograge does log on a single line, but there’s no timestamps.

I also saw some logstash stuff, but would rather not go down that road at the moment.