Filters can do this, for example: filter remove_a_line{ not match("MATCH-STRING-TO-DROP"); }; log { source(src); filter(remove_a_line); ...
確定! 回上一頁