vitess.io/vitess@v0.16.2/doc/flags/14.0-to-15.0-transition/zkctl.diff (about) 1 diff --git a/flags/14.0/zkctl.txt b/flags/15.0/zkctl.txt 2 new file mode 100644 3 index 0000000..e7e41c4 4 --- /dev/null 5 +++ b/flags/15.0/zkctl.txt 6 @@ -0,0 +1,18 @@ 7 +Usage of zkctl: 8 + --alsologtostderr log to standard error as well as files 9 + -h, --help display usage and exit 10 + --keep_logs duration keep logs for this long (using ctime) (zero to keep forever) 11 + --keep_logs_by_mtime duration keep logs for this long (using mtime) (zero to keep forever) 12 + --log_backtrace_at traceLocation when logging hits line file:N, emit a stack trace (default :0) 13 + --log_dir string If non-empty, write log files in this directory 14 + --log_err_stacks log stack traces for errors 15 + --log_rotate_max_size uint size in bytes at which logs are rotated (glog.MaxSize) (default 1887436800) 16 + --logtostderr log to standard error instead of files 17 + --pprof strings enable profiling 18 + --purge_logs_interval duration how often try to remove old logs (default 1h0m0s) 19 + --stderrthreshold severity logs at or above this threshold go to stderr (default 1) 20 + --v Level log level for V logs 21 + -v, --version print binary version 22 + --vmodule moduleSpec comma-separated list of pattern=N settings for file-filtered logging 23 + --zk.cfg string zkid@server1:leaderPort1:electionPort1:clientPort1,...) (default "6@<hostname>:3801:3802:3803") 24 + --zk.myid uint which server do you want to be? only needed when running multiple instance on one box, otherwise myid is implied by hostname