Skip to content

Commit

Permalink
add ftp trace support (#4590)
Browse files Browse the repository at this point in the history
  • Loading branch information
harshavardhana authored Jun 6, 2023
1 parent 04407b4 commit 5e4ab1e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions cmd/admin-trace.go
Original file line number Diff line number Diff line change
Expand Up @@ -105,6 +105,7 @@ var traceCallTypes = map[string]func(o *madmin.ServiceTraceOpts) (help string){
"scanner": func(o *madmin.ServiceTraceOpts) string { o.Scanner = true; return "Trace Scanner calls" },
"bootstrap": func(o *madmin.ServiceTraceOpts) string { o.Bootstrap = true; return "Trace Bootstrap operations" },
"ilm": func(o *madmin.ServiceTraceOpts) string { o.ILM = true; return "Trace ILM operations" },
"ftp": func(o *madmin.ServiceTraceOpts) string { o.FTP = true; return "Trace FTP operations" },

"healing": func(o *madmin.ServiceTraceOpts) string {
o.Healing = true
Expand Down

0 comments on commit 5e4ab1e

Please sign in to comment.