feat(events): add configurable runtime event logging

This commit is contained in:
Hoshina
2026-04-26 17:41:00 +08:00
parent f4a24614b8
commit b3d9f86a01
14 changed files with 1057 additions and 103 deletions
+9
View File
@@ -476,6 +476,15 @@
"approval_timeout_ms": 60000
}
},
"events": {
"logging": {
"enabled": true,
"include": ["agent.*"],
"exclude": [],
"min_severity": "info",
"include_payload": false
}
},
"gateway": {
"_comment": "Default log level is set to 'fatal'. Other available options are 'debug', 'info', 'warn' and 'error'.",
"host": "localhost",