日志修改

This commit is contained in:
Liuyang 2025-02-25 14:52:19 +08:00
parent 67d85799c5
commit 3b237f2241

View File

@ -157,8 +157,8 @@ public class TrainHttpService {
try {
// 记录请求信息
log.info("开始创建微调任务请求URL: {}", url + llmBackendProperties.getFinetuningCreate());
log.debug("请求头: {}", headers);
log.debug("请求体: {}", JSON.toJSONString(req));
log.info("请求头: {}", headers);
log.info("请求体: {}", JSON.toJSONString(req));
// 发起 HTTP 请求
log.debug("正在发起 HTTP POST 请求...");