Mercurial > p > roundup > code
diff doc/admin_guide.txt @ 8503:0ad1e7d563a6
doc: fix bad formatting arg in json logging config file.
| author | John Rouillard <rouilj@ieee.org> |
|---|---|
| date | Mon, 22 Dec 2025 12:21:33 -0500 |
| parents | 7142740e6547 |
| children | 05e21949657a |
line wrap: on
line diff
--- a/doc/admin_guide.txt Mon Dec 22 01:14:14 2025 -0500 +++ b/doc/admin_guide.txt Mon Dec 22 12:21:33 2025 -0500 @@ -374,7 +374,7 @@ "formatters": { // standard format for Roundup messages "standard": { - "format": "%(asctime)s %(trace_id)s %(levelname)s %(name)s:%(module)s %(msg)s" + "format": "%(asctime)s %(trace_id)s %(levelname)s %(name)s:%(module)s %(message)s" }, // Used to dump all log requests in jsonl format. // Each json object is on one line. Can be pretty printed
