Skip to content

Commit

Permalink
Add loglevel flag for multiroot-ca
Browse files Browse the repository at this point in the history
  • Loading branch information
Rutori committed May 24, 2021
1 parent 6dd12c2 commit 87f86f1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions cmd/multirootca/ca.go
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,7 @@ func main() {
flagDefaultLabel := flag.String("l", "", "specify a default label")
flagEndpointCert := flag.String("tls-cert", "", "server certificate")
flagEndpointKey := flag.String("tls-key", "", "server private key")
flag.IntVar(&log.Level, "loglevel", log.LevelInfo, "Log level (0 = DEBUG, 5 = FATAL)")
flag.Parse()

if *flagRootFile == "" {
Expand Down

0 comments on commit 87f86f1

Please sign in to comment.