FANNG1 commented on PR #6782: URL: https://github.com/apache/gravitino/pull/6782#issuecomment-2784967557
Let me clarify how to seperate lineage normal logs and warn logs, Firstly I try to use `ThresholdFilter` to filter normal logs only to lineage files, but failed. Finally I use a seperate `LineageLogger` to log lineage logs to lineage log files without any other warn or error logs. The configuration for `ThresholdFilter` is useless, removed it in the latest PR. ``` appender.lineage_file.filter.threshold.type = ThresholdFilter appender.lineage_file.filter.threshold.level = INFO appender.lineage_file.filter.threshold.onMatch = ACCEPT appender.lineage_file.filter.threshold.onMismatch = DENY ``` -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: commits-unsubscr...@gravitino.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org