APIdock / Ruby on Rails
/
Browse About
method

default_log_level

v1.2.6 - Show latest stable - Class: Rails::Configuration
default_log_level()
private

No documentation available.

# File railties/lib/initializer.rb, line 650
      def default_log_level
        environment == 'production' ? :info : :debug
      end

Related methods

  • Instance methods
  • after_initialize
  • after_initialize_block
  • builtin_directories
  • database_configuration
  • environment
  • environment_path
  • framework_paths
  • set_root_path!
  • to_prepare
  • Class methods
  • new
  • Private methods
  • privatedefault_breakpoint_server
  • privatedefault_cache_classes
  • privatedefault_controller_paths
  • privatedefault_database_configuration_file
  • privatedefault_dependency_mechanism
  • privatedefault_frameworks
  • privatedefault_load_once_paths
  • privatedefault_load_paths
  • privatedefault_log_level
  • privatedefault_log_path
  • privatedefault_plugin_paths
  • privatedefault_plugins
  • privatedefault_view_path
  • privatedefault_whiny_nils
  • privateframework_root_path
APIdock API Documentation Browser

© 2026 APIdock