19 lines
347 B
JSON
19 lines
347 B
JSON
{
|
|
"version": 1,
|
|
"systemName": "logger-system",
|
|
"server": {
|
|
"baseUrl": "https://cfw-gateway.bowong.cc",
|
|
"queryPath": "/api/logging/query",
|
|
"ingestPath": "/api/logging/ingest"
|
|
},
|
|
"defaults": {
|
|
"app": "logger-system",
|
|
"limit": 20
|
|
},
|
|
"output": {
|
|
"format": "compact",
|
|
"redact": true,
|
|
"maxLines": 200
|
|
}
|
|
}
|