Files
cfw-logging/.logging/config.json
2026-07-14 00:12:51 -07:00

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
}
}