vitess.io/vitess@v0.16.2/doc/flags/14.0-to-15.0-transition/zkctld.diff (about)

     1  diff --git a/flags/14.0/zkctld.txt b/flags/15.0/zkctld.txt
     2  index 5bad4f2..6ec026b 100644
     3  --- a/flags/14.0/zkctld.txt
     4  +++ b/flags/15.0/zkctld.txt
     5  @@ -1,14 +1,19 @@
     6   Usage of zkctld:
     7  -      --alsologtostderr                                                  log to standard error as well as files
     8  -      --keep_logs duration                                               keep logs for this long (using ctime) (zero to keep forever)
     9  -      --keep_logs_by_mtime duration                                      keep logs for this long (using mtime) (zero to keep forever)
    10  -      --log_backtrace_at value                                           when logging hits line file:N, emit a stack trace
    11  -      --log_dir string                                                   If non-empty, write log files in this directory
    12  -      --log_rotate_max_size uint                                         size in bytes at which logs are rotated (glog.MaxSize) (default 1887436800)
    13  -      --logtostderr                                                      log to standard error instead of files
    14  -      --purge_logs_interval duration                                     how often try to remove old logs (default 1h0m0s)
    15  -      --stderrthreshold value                                            logs at or above this threshold go to stderr (default 1)
    16  -      --v value                                                          log level for V logs
    17  -      --vmodule value                                                    comma-separated list of pattern=N settings for file-filtered logging
    18  -      --zk.cfg string                                                    zkid@server1:leaderPort1:electionPort1:clientPort1,...) (default 6@<hostname>:3801:3802:3803)
    19  -      --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
    20  +      --alsologtostderr                  log to standard error as well as files
    21  +  -h, --help                             display usage and exit
    22  +      --keep_logs duration               keep logs for this long (using ctime) (zero to keep forever)
    23  +      --keep_logs_by_mtime duration      keep logs for this long (using mtime) (zero to keep forever)
    24  +      --log_backtrace_at traceLocation   when logging hits line file:N, emit a stack trace (default :0)
    25  +      --log_dir string                   If non-empty, write log files in this directory
    26  +      --log_err_stacks                   log stack traces for errors
    27  +      --log_rotate_max_size uint         size in bytes at which logs are rotated (glog.MaxSize) (default 1887436800)
    28  +      --logtostderr                      log to standard error instead of files
    29  +      --pprof strings                    enable profiling
    30  +      --purge_logs_interval duration     how often try to remove old logs (default 1h0m0s)
    31  +      --security_policy string           the name of a registered security policy to use for controlling access to URLs - empty means allow all for anyone (built-in policies: deny-all, read-only)
    32  +      --stderrthreshold severity         logs at or above this threshold go to stderr (default 1)
    33  +      --v Level                          log level for V logs
    34  +  -v, --version                          print binary version
    35  +      --vmodule moduleSpec               comma-separated list of pattern=N settings for file-filtered logging
    36  +      --zk.cfg string                    zkid@server1:leaderPort1:electionPort1:clientPort1,...) (default "6@<hostname>:3801:3802:3803")
    37  +      --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