Skip to content

Conversation

@xuqiyong666
Copy link
Contributor

use case:

$: puma -C puma.rb -d

but in puma.rb:

if @options[:daemon]  # *got nil, can not work*
  log_path = File.join(app_root,"log/stdout.log")
  stdout_redirect log_path , log_path
end

use case:

$: puma -C puma.rb -d

but in puma.rb:

if @options[:daemon]  # got nil, can not work
  log_path = File.join(app_root,"log/stdout.log")
  stdout_redirect log_path , log_path
end
evanphx added a commit that referenced this pull request Jan 28, 2016
@evanphx evanphx merged commit 86ef9e5 into puma:master Jan 28, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants