class Rails::Application::Configuration

def log_level=(level)

def log_level=(level)
  @log_level = level
  @broadcast_log_level = level
end