打印日志

dev_aliyun2
daiao 5 years ago committed by harry
parent 8c92648c2a
commit b773151e34

@ -134,7 +134,7 @@ class HackUserLastestCodesController < ApplicationController
end end
testCases = Base64.encode64(test_sets.to_json) testCases = Base64.encode64(test_sets.to_json)
#codeFileContent = Base64.urlsafe_encode64(@my_hack.code) #codeFileContent = Base64.urlsafe_encode64(@my_hack.code)
Rails.logger.info("###########{@my_hack.identifier}: #{@my_hack.code}") Rails.logger.info("##########code_#{@my_hack.identifier}: #{@my_hack.code}")
debug_params = {execMode: exec_mode, debug_params = {execMode: exec_mode,
tpiID: @my_hack.identifier, tpiID: @my_hack.identifier,
testCases: testCases, testCases: testCases,

Loading…
Cancel
Save