Skip to content

Commit

Permalink
[Docs] Correct typo in log file name (elastic#49620)
Browse files Browse the repository at this point in the history
  • Loading branch information
glerb authored and Christoph Büscher committed Nov 27, 2019
1 parent 88aea21 commit 815ea92
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/reference/setup/logging-config.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ appender.rolling.strategy.action.condition.nested_condition.exceeds = 2GB <15>
--------------------------------------------------

<1> Configure the `RollingFile` appender
<2> Log to `/var/log/elasticsearch/production.json`
<2> Log to `/var/log/elasticsearch/production_server.json`
<3> Use JSON layout.
<4> `type_name` is a flag populating the `type` field in a `ESJsonLayout`.
It can be used to distinguish different types of logs more easily when parsing them.
Expand Down

0 comments on commit 815ea92

Please sign in to comment.