Skip to content

Commit 6f5bd00

Browse files
committed
doc: fix bad formatting arg in json logging config file.
1 parent 51db26f commit 6f5bd00

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/admin_guide.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -374,7 +374,7 @@ The commented config is::
374374
"formatters": {
375375
// standard format for Roundup messages
376376
"standard": {
377-
"format": "%(asctime)s %(trace_id)s %(levelname)s %(name)s:%(module)s %(msg)s"
377+
"format": "%(asctime)s %(trace_id)s %(levelname)s %(name)s:%(module)s %(message)s"
378378
},
379379
// Used to dump all log requests in jsonl format.
380380
// Each json object is on one line. Can be pretty printed

0 commit comments

Comments
 (0)