添加SSL证书管理功能,包括安装、续期、列出、撤销和申请证书的命令,同时更新依赖项和修复磁盘使用情况计算逻辑。
This commit is contained in:
@@ -42,8 +42,9 @@ func Error(format string, args ...interface{}) {
|
||||
func log(level string, color string, format string, args ...interface{}) {
|
||||
// 获取调用者信息(跳过2层调用栈)
|
||||
_, file, line, _ := runtime.Caller(2)
|
||||
// fmt.Println("file is ", file)
|
||||
|
||||
s := strings.Split(file, "ProjectOctopus")[1]
|
||||
s := strings.Split(file, "WddSuperAgent")[1]
|
||||
callerInfo := strings.TrimLeft(s, "/") + " "
|
||||
callerInfo += strconv.FormatInt(int64(line), 10)
|
||||
|
||||
Reference in New Issue
Block a user