module Rails::Configuration::Deprecated

def log_path

def log_path
  ActiveSupport::Deprecation.warn "config.log_path is deprecated, " <<
    "please do paths.log instead", caller
  paths.config.log.to_a.first
end