mirror of
https://github.com/jeecgboot/JeecgBoot.git
synced 2026-01-28 06:06:52 +08:00
打印日志
This commit is contained in:
@ -368,7 +368,7 @@ public class CommonUtils {
|
||||
}else{
|
||||
baseDomainPath = scheme + "://" + serverName + ":" + serverPort + contextPath ;
|
||||
}
|
||||
log.debug("-----Common getBaseUrl----- : " + baseDomainPath);
|
||||
log.info("-----Common getBaseUrl----- : " + baseDomainPath);
|
||||
return baseDomainPath;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user