联调图形设计化-返回log

This commit is contained in:
2024-05-30 17:31:47 +08:00
parent 11d087b381
commit e393b13ac1

View File

@@ -94,6 +94,8 @@ class Api::V1::Projects::PipelinesController < Api::V1::BaseController
else
pipeline_yaml = params[:pipeline_yaml]
end
Rails.logger.info "pipeline_yaml========================="
Rails.logger.info pipeline_yaml
pipeline_yaml
end