We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 51db26f commit 6f5bd00Copy full SHA for 6f5bd00
doc/admin_guide.txt
@@ -374,7 +374,7 @@ The commented config is::
374
"formatters": {
375
// standard format for Roundup messages
376
"standard": {
377
- "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"
378
},
379
// Used to dump all log requests in jsonl format.
380
// Each json object is on one line. Can be pretty printed
0 commit comments