Skip to content

Commit

Permalink
fix doc examples
Browse files Browse the repository at this point in the history
  • Loading branch information
pgayvallet committed Oct 15, 2021
1 parent 42aa71d commit 8c825d6
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions docs/settings/logging-settings.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ logging:
layout:
type: pattern
root:
appenders: [default, file]
appenders: [file]
----

[[log-in-json-ECS-example]]
Expand All @@ -49,7 +49,7 @@ logging:
layout:
type: json
root:
appenders: [default, json-layout]
appenders: [json-layout]
----

[[log-with-meta-to-stdout]]
Expand All @@ -67,7 +67,7 @@ logging:
type: pattern
pattern: "[%date] [%level] [%logger] [%meta] %message"
root:
appenders: [default, console-meta]
appenders: [console-meta]
----

[[log-elasticsearch-queries]]
Expand All @@ -83,7 +83,7 @@ logging:
type: pattern
highlight: true
root:
appenders: [default, console_appender]
appenders: [console_appender]
level: warn
loggers:
- name: elasticsearch.query
Expand Down Expand Up @@ -128,7 +128,7 @@ logging:
type: json
root:
appenders: [default, console, file]
appenders: [console, file]
level: error
loggers:
Expand Down

0 comments on commit 8c825d6

Please sign in to comment.