elasticsearch/docs/reference/setup
David Turner b706e0dd69
Give a less dangerous example of logger config (#66318)
Today the docs use `logger.org.elasticsearch.transport: TRACE` as the
example for adjusting the logger config. This is a dangerous thing to
suggest since that's one of the most verbose loggers we have. An
accidental copy-and-paste of this example into a busy cluster can
cause damage.

This commit suggests `logger.org.elasticsearch.discovery: DEBUG`
instead, which is much more benign.

It also corrects the order of the levels and notes that `DEBUG` and
`TRACE` are only for expert use.
2020-12-15 17:04:26 +00:00
..
images [DOCS] Intro for adding nodes (#37202) 2019-01-15 11:11:01 -08:00
important-settings Add snapshots to important config list (#65338) 2020-11-23 14:26:07 +00:00
install [DOCS] Note tar.gz does not include systemd (#66298) 2020-12-15 08:58:13 -05:00
sysconfig [DOCS] Document off-heap swaps under mlocks (#64667) 2020-11-06 07:38:13 -05:00
add-nodes.asciidoc Remove join timeout (#60873) 2020-08-10 13:57:54 +01:00
bootstrap-checks-xes.asciidoc [DOCS] Swap [float] for [discrete] (#60124) 2020-07-23 11:48:22 -04:00
bootstrap-checks.asciidoc [DOCS] Replace Wikipedia links with attribute (#61171) 2020-08-17 09:44:24 -04:00
configuration.asciidoc [DOCS] Document discovery.seed_hosts only supports YAML sequences and arrays (#63746) 2020-10-15 16:28:35 -04:00
important-settings.asciidoc Add snapshots to important config list (#65338) 2020-11-23 14:26:07 +00:00
install.asciidoc [DOCS] Swap [float] for [discrete] (#60124) 2020-07-23 11:48:22 -04:00
jvm-options.asciidoc [DOCS] Fix typo in JVM options 2020-08-27 08:42:17 -04:00
logging-config.asciidoc Give a less dangerous example of logger config (#66318) 2020-12-15 17:04:26 +00:00
restart-cluster.asciidoc [DOCS] Swap [float] for [discrete] (#60124) 2020-07-23 11:48:22 -04:00
secure-settings.asciidoc [DOCS] Document reloadable Watcher settings (#64998) 2020-11-16 08:34:45 -05:00
starting.asciidoc [DOCS] Swap [float] for [discrete] (#60124) 2020-07-23 11:48:22 -04:00
stopping.asciidoc [DOCS] Swap [float] for [discrete] (#60124) 2020-07-23 11:48:22 -04:00
sysconfig.asciidoc Suggest reducing tcp_retries2 (#59222) 2020-07-27 11:39:44 +01:00