mirror of
https://github.com/elastic/logstash.git
synced 2025-04-24 14:47:19 -04:00
Updating verbosity flags
Encouraging new users to use --verbose/debug instead of -v -vv
This commit is contained in:
parent
aa7b0523c5
commit
ade20db60d
1 changed files with 6 additions and 2 deletions
|
@ -24,8 +24,12 @@ default. </dd>
|
|||
<dd> Set watchdog timeout value in seconds. Default is 10.</dd>
|
||||
<dt> -l, --log FILE </dt>
|
||||
<dd> Log to a given path. Default is to log to stdout </dd>
|
||||
<dt> -v </dt>
|
||||
<dd> Increase verbosity. There are multiple levels of verbosity available with
|
||||
<dt> --verbose </dt>
|
||||
<dd> Increase verbosity to the first level, less verbose.</dd>
|
||||
<dt> --debug </dt>
|
||||
<dd> Increase verbosity to the last level, more verbose.</dd>
|
||||
<dt> -v </dt>
|
||||
<dd> *DEPRECATED: see --verbose/debug* Increase verbosity. There are multiple levels of verbosity available with
|
||||
'-vv' currently being the highest </dd>
|
||||
<dt> --pluginpath PLUGIN_PATH </dt>
|
||||
<dd> A colon-delimted path to find other logstash plugins in </dd>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue