Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/MHSanaei/3x-ui.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/config
diff options
context:
space:
mode:
Diffstat (limited to 'config')
-rw-r--r--config/config.go9
1 files changed, 5 insertions, 4 deletions
diff --git a/config/config.go b/config/config.go
index e3fe1709..30f0ca81 100644
--- a/config/config.go
+++ b/config/config.go
@@ -16,10 +16,11 @@ var name string
type LogLevel string
const (
- Debug LogLevel = "debug"
- Info LogLevel = "info"
- Warn LogLevel = "warn"
- Error LogLevel = "error"
+ Debug LogLevel = "debug"
+ Info LogLevel = "info"
+ Notice LogLevel = "notice"
+ Warn LogLevel = "warn"
+ Error LogLevel = "error"
)
func GetVersion() string {