mirror of
https://gitlink.org.cn/Gitlink/forgeplus.git
synced 2026-05-21 20:25:45 +08:00
change bugs
This commit is contained in:
@@ -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
|
||||
Reference in New Issue
Block a user