method

log_level

rails latest stable - Class: Rails::Application::Configuration

Method deprecated or moved

This method is deprecated or moved on the latest stable version. The last existing version (v5.0.0.1) is shown here.

log_level()
public

No documentation available.

# File railties/lib/rails/application/configuration.rb, line 155
      def log_level
        @log_level ||= (Rails.env.production? ? :info : :debug)
      end