GitHub user xintongsong added a comment to the discussion: [Feature] Per-Event-Type Configurable Log Levels for Event Log
@weiqingy I think you're right. The proposed 3 options have likely covered most cases that may cause large event size and are worth truncating. And it's definitely easier to implement and to understand. I initially thought that having only one option might be easier for the users to tune and to get a predictable event size. But after a second thought, I think maybe an absolute predictable event size is not necessary. In cases where people run into huge event logs, it's likely caused by one or multiple of long list, long string and deep hierarchy issues. So the proposed options should be good enough to solve users' problem. GitHub link: https://github.com/apache/flink-agents/discussions/552#discussioncomment-15995812 ---- This is an automatically sent email for [email protected]. To unsubscribe, please send an email to: [email protected]
