You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/setup/settings.asciidoc
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -281,7 +281,7 @@ To reload the logging settings, send a SIGHUP signal to {kib}.
281
281
|===
282
282
283
283
|[[logging-root]] `logging.root:`
284
-
| The `root` logger has a dedicated configuration node since this context name is special and is pre-configured for logging by default.
284
+
| 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.
285
285
// TODO: add link to the advanced logging documentation.
@@ -303,7 +303,7 @@ To reload the logging settings, send a SIGHUP signal to {kib}.
303
303
| Specific appender format to apply for a particular logger context.
304
304
305
305
| `logging.appenders:`
306
-
| Define how and where log messages are displayed (eg. *stdout* or console) and stored (eg. file on the disk).
306
+
| {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).
307
307
// TODO: add link to the advanced logging documentation.
0 commit comments