Skip to content

Commit

Permalink
Enable STDOUT logging via rails/rails#23734
Browse files Browse the repository at this point in the history
Do not warn when rails_12factor not enabled.
  • Loading branch information
schneems committed Feb 23, 2016
1 parent 362d624 commit c9fae9a
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions lib/language_pack/rails5.rb
Expand Up @@ -13,4 +13,14 @@ def self.use?
return is_rails
end
end

def default_config_vars
super.merge({
"RAILS_LOG_TO_STDOUT" => "enabled"
})
end

def install_plugins
# do not install plugins, do not call super, do not warn
end
end

0 comments on commit c9fae9a

Please sign in to comment.