Skip to content

Commit

Permalink
docs: Change to esrally.log.RallyJsonFormatter in json logging docs
Browse files Browse the repository at this point in the history
  • Loading branch information
favilo committed Nov 18, 2024
1 parent 159417d commit a21d5cf
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions docs/configuration.rst
Original file line number Diff line number Diff line change
Expand Up @@ -301,8 +301,9 @@ latter being a JSON file::
"()": "esrally.log.configure_utc_formatter"
},
"json": {
"datefmt": "%Y-%m-%d %H:%M:%S",
"class": "pythonjsonlogger.jsonlogger.JsonFormatter"
"class": "esrally.log.RallyJsonFormatter",
"format": "%(timestamp)s %(process)d %(name)s %(levelname)s %(message)s",
"datefmt": "%Y-%m-%d %H:%M:%S,%f"
}
},
"handlers": {
Expand Down

0 comments on commit a21d5cf

Please sign in to comment.