打印日志

This commit is contained in:
JEECG
2026-01-26 11:27:10 +08:00
parent fc1d28581c
commit 1936f503df

View File

@ -368,7 +368,7 @@ public class CommonUtils {
}else{ }else{
baseDomainPath = scheme + "://" + serverName + ":" + serverPort + contextPath ; baseDomainPath = scheme + "://" + serverName + ":" + serverPort + contextPath ;
} }
log.debug("-----Common getBaseUrl----- : " + baseDomainPath); log.info("-----Common getBaseUrl----- : " + baseDomainPath);
return baseDomainPath; return baseDomainPath;
} }