Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Log environment using option value #2799

Merged
merged 1 commit into from Jan 22, 2022

Commits on Jan 12, 2022

  1. Log environment using option value

    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
    ags committed Jan 12, 2022
    Copy the full SHA
    93d3e63 View commit details
    Browse the repository at this point in the history