GitHub user weiqingy added a comment to the discussion: [Feature]
Per-Event-Type Configurable Log Levels for Event Log
@xintongsong Good catch - you're right that `event-log.standard.xxx` is
ambiguous since it could refer to either a built-in truncation config or a
group of event types with the prefix standard. I've added the type infix to the
design doc. Per-event-type config keys now use the pattern:
```
event-log.type.<EVENT_TYPE>.level
```
This cleanly separates per-type settings from built-in options:
```
event-log.level: STANDARD
# root default
event-log.type.org.apache.flink.agents.api.event.ChatRequestEvent.level:
VERBOSE # per-type
event-log.standard.max-string-length: 2000
# built-in
```
Will move forward with implementation. Thanks!
GitHub link:
https://github.com/apache/flink-agents/discussions/552#discussioncomment-16048108
----
This is an automatically sent email for [email protected].
To unsubscribe, please send an email to: [email protected]