Skip to content

Commit

Permalink
Docs: Fixing formatting on slow log page (elastic#84509)
Browse files Browse the repository at this point in the history
Trying to fix some of the formatting in the last paragraph
  • Loading branch information
JohannesMahne authored and nik9000 committed Mar 1, 2022
1 parent 1178e7d commit 26778df
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/reference/index-modules/slowlog.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -135,6 +135,6 @@ The index slow log file is configured in the `log4j2.properties` file.

You can mimic the search or indexing slow log level by setting appropriate
threshold making "more verbose" loggers to be switched off.
If for instance we want to simulate index.indexing.slowlog.level = INFO
If for instance we want to simulate `index.indexing.slowlog.level: INFO`
then all we need to do is to set
index.indexing.slowlog.threshold.index.debug and index.indexing.slowlog.threshold.index.trace to -1
`index.indexing.slowlog.threshold.index.debug` and `index.indexing.slowlog.threshold.index.trace` to `-1`.

0 comments on commit 26778df

Please sign in to comment.