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.go10
1 files changed, 5 insertions, 5 deletions
diff --git a/config/config.go b/config/config.go
index c9a3e83c..17c9a77f 100644
--- a/config/config.go
+++ b/config/config.go
@@ -23,11 +23,11 @@ type LogLevel string
// Logging level constants
const (
- Debug LogLevel = "debug"
- Info LogLevel = "info"
- Notice LogLevel = "notice"
- Warn LogLevel = "warn"
- Error LogLevel = "error"
+ Debug LogLevel = "debug"
+ Info LogLevel = "info"
+ Notice LogLevel = "notice"
+ Warning LogLevel = "warning"
+ Error LogLevel = "error"
)
// GetVersion returns the version string of the 3x-ui application.