module Rails::Configuration::Deprecated

def log_path=(value)

def log_path=(value)
  ActiveSupport::Deprecation.warn "config.log_path= is deprecated, " <<
    "please do paths.log= instead", caller
  paths.config.log = value
end