Fix warning log level name
This commit is contained in:
parent
47f805e5b6
commit
3267a19888
@ -352,7 +352,7 @@ func main() {
|
||||
fs := flag.NewFlagSet("mynettcptable", flag.ExitOnError)
|
||||
listen = fs.String("listen-addr", "127.0.0.1:8080", "listen address for server (also via LISTEN env var)")
|
||||
logTo = fs.String("logTo", "syslog", "Where to output logs. Valid values are \"stdout\", \"syslog\"")
|
||||
logLevel = fs.String("logLevel", "warning", "Log level. Valid values are \"fatal\", \"error\", \"warn\", \"info\", \"debug\"")
|
||||
logLevel = fs.String("logLevel", "warn", "Log level. Valid values are \"fatal\", \"error\", \"warn\", \"info\", \"debug\"")
|
||||
ldapURL = fs.String("ldap", "", "LDAP Server URL (also via LDAP env var)")
|
||||
ldapBaseDN = fs.String("ldapDN", "", "LDAP base DN (also via LDAPDN env var)")
|
||||
ldapUser = fs.String("ldapUser", "", "LDAP user DN (also via LDAPUSER env var)")
|
||||
|
Loading…
Reference in New Issue
Block a user