Flowdock
method

log_level

Importance_0
v3.1.0 - Show latest stable - 0 notes - Class: Rails::Application::Configuration
log_level() public

No documentation

This method has no description. You can help the Ruby on Rails community by adding new notes.

Hide source
# File railties/lib/rails/application/configuration.rb, line 103
      def log_level
        @log_level ||= Rails.env.production? ? :info : :debug
      end
Register or log in to add new notes.