打印日志

dev_aliyun2
daiao 5 years ago committed by harry
parent 7618cf2e94
commit d5ea786738

@ -60,6 +60,7 @@ module GitHelper
# 删除文件 # 删除文件
def git_delete_file(repo_path, file_path, author_name, author_email, message) def git_delete_file(repo_path, file_path, author_name, author_email, message)
Rails.logger.info("#####repo_path:#{repo_path}, file_path: #{file_path}")
GitService.delete_file(repo_path: repo_path, file_path: file_path, message: message, author_name: author_name, GitService.delete_file(repo_path: repo_path, file_path: file_path, message: message, author_name: author_name,
author_email: author_email) author_email: author_email)
end end

Loading…
Cancel
Save