Skip to content

Commit

Permalink
Adds links to advanced logging documentation from settings (#96240) (#…
Browse files Browse the repository at this point in the history
…96316)

# Conflicts:
#	docs/migration/migrate_8_0.asciidoc
  • Loading branch information
TinaHeiligers authored Apr 6, 2021
1 parent 88e4710 commit 60b1566
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/setup/settings.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -281,7 +281,7 @@ To reload the logging settings, send a SIGHUP signal to {kib}.
|===

|[[logging-root]] `logging.root:`
| The `root` logger has a dedicated configuration node since this context name is special and is pre-configured for logging by default.
| The {kibana-ref}/logging-service.html#logging-service[`root` logger] has a dedicated configuration node since this context name is special and is pre-configured for logging by default.
// TODO: add link to the advanced logging documentation.

|[[logging-root-appenders]] `logging.root.appenders:`
Expand All @@ -303,7 +303,7 @@ To reload the logging settings, send a SIGHUP signal to {kib}.
| Specific appender format to apply for a particular logger context.

| `logging.appenders:`
| Define how and where log messages are displayed (eg. *stdout* or console) and stored (eg. file on the disk).
| {kibana-ref}/logging-service.html#logging-appenders[Appenders] define how and where log messages are displayed (eg. *stdout* or console) and stored (eg. file on the disk).
// TODO: add link to the advanced logging documentation.

| `logging.appenders.console:`
Expand Down

0 comments on commit 60b1566

Please sign in to comment.