fix: fail to control nginx

This commit is contained in:
0xJacky 2023-12-06 18:31:03 +08:00
parent fcf789e271
commit b6cbc34e6f
No known key found for this signature in database
GPG key ID: B6E4A6E4A561BAF0
5 changed files with 27 additions and 13 deletions

View file

@ -6,7 +6,8 @@ import "strings"
// nginx log level: debug, info, notice, warn, error, crit, alert, or emerg
const (
Debug = iota
Unknown = -1
Debug = iota
Info
Notice
Warn