change bugs

This commit is contained in:
sylor_huang@126.com
2020-07-15 16:25:31 +08:00
parent e97d66bf30
commit 09835dda24
2 changed files with 8 additions and 8 deletions

View File

@@ -5,7 +5,7 @@ class SyncLog
end
def self.sync_project_log(message=nil)
@my_log ||= Logger.new("#{Rails.root}/log/sync_error_project.log")
@my_log ||= Logger.new("#{Rails.root}/log/sync_project_log.log")
@my_log.debug(message) unless message.nil?
end
end