17 lines
374 B
JSON
17 lines
374 B
JSON
{
|
|
"version": 1,
|
|
"fileName": "server-events.jsonl",
|
|
"rotatedSuffix": ".1",
|
|
"defaultLimit": 100,
|
|
"minimumLimit": 1,
|
|
"maximumLimit": 500,
|
|
"maximumTextLength": 20000,
|
|
"maximumDepth": 5,
|
|
"maximumArrayItems": 50,
|
|
"maximumObjectKeys": 80,
|
|
"corruptLines": "skip",
|
|
"order": "newest-first",
|
|
"redactedValue": "[redacted]",
|
|
"redactedJwt": "[jwt-redacted]"
|
|
}
|