mirror of
https://github.com/e1732a364fed/v2ray_simple.git
synced 2025-12-24 13:27:56 +08:00
minor improve
This commit is contained in:
@@ -15,7 +15,7 @@ const (
|
||||
var LogLevel int
|
||||
|
||||
func init() {
|
||||
flag.IntVar(&LogLevel, "ll", Log_info, "log level,0=debug, 1=info, 2=warning, 3=error, 4=fatal")
|
||||
flag.IntVar(&LogLevel, "ll", Log_info, "log level,0=debug, 1=info, 2=warning, 3=error,4=fatal, 4=fatal")
|
||||
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user