From 7f87c3aa198f7a74b10d4566d048db0866c17c52 Mon Sep 17 00:00:00 2001
From: zhangzengfei <zhangzengfei@smartai.com>
Date: 星期一, 24 一月 2022 19:52:02 +0800
Subject: [PATCH] 删除多余的日志级别
---
vaSystemLog.go | 10 ----------
1 files changed, 0 insertions(+), 10 deletions(-)
diff --git a/vaSystemLog.go b/vaSystemLog.go
index 6f6d005..745f825 100644
--- a/vaSystemLog.go
+++ b/vaSystemLog.go
@@ -2,16 +2,6 @@
import "encoding/json"
-const (
- DebugLevel = iota - 1
- InfoLevel
- WarnLevel
- ErrorLevel
- DPanicLevel
- PanicLevel
- FatalLevel
-)
-
type VaSystemLog struct {
ID string `gorm:"column:id;primaryKey;unique;autoIncrement" json:"id"` // 涓婚敭id
HostName string `gorm:"column:hostName" json:"hostName"` // 涓绘満鍚�
--
Gitblit v1.8.0