1
0
Fork 0
mirror of https://github.com/puma/puma.git synced 2022-11-09 13:48:40 -05:00
puma--puma/lib
Alex Smith ca2128f179
Log environment using option value (#2799)
It's possible for the configured environment to be something other than
`RACK_ENV`, e.g. `APP_ENV` or `RAILS_ENV`, but the runner will always
log the value of `RACK_ENV`.

This changes the log output to show the configured environment value.

See https://github.com/puma/puma/blob/v5.5.2/lib/puma/configuration.rb#L203
2022-01-22 05:54:00 -07:00
..
puma Log environment using option value (#2799) 2022-01-22 05:54:00 -07:00
rack/handler Require rack/common_logger only if :verbose is true (#2547) 2021-02-03 14:34:11 -07:00
puma.rb Rename Puma::JSON to Puma::JSONSerialization (#2640) 2021-06-09 08:55:45 -06:00