Skip to content

Commit

Permalink
Merge pull request #8 from nam-jaehyun/main
Browse files Browse the repository at this point in the history
update logFilter
  • Loading branch information
nam-jaehyun authored Jan 31, 2022
2 parents e2fa1a4 + a021f1a commit 9600546
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main.go
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ func main() {
gRPCPtr := flag.String("gRPC", "", "gRPC server information")
msgPathPtr := flag.String("msgPath", "none", "Output location for messages, {path|stdout|none}")
logPathPtr := flag.String("logPath", "stdout", "Output location for alerts and logs, {path|stdout|none}")
logFilterPtr := flag.String("filter", "policy", "Filter for what kinds of alerts and logs to receive, {policy|system|all}")
logFilterPtr := flag.String("logFilter", "policy", "Filter for what kinds of alerts and logs to receive, {policy|system|all}")
jsonPtr := flag.Bool("json", false, "Flag to print alerts and logs in the JSON format")
flag.Parse()

Expand Down

0 comments on commit 9600546

Please sign in to comment.