ilogtail icon indicating copy to clipboard operation
ilogtail copied to clipboard

[BUG]: enable_log_position_meta配置后不生效

Open XLPE opened this issue 3 years ago • 0 comments

Describe the bug enable_log_position_meta在官方文档中会在日志中添加该日志所属原始文件的元数据信息,即新增__tag__:__inode__字段和__file_offset__字段。但是开启后,并没有生效。 LogProcess.cpp这里有一个continue,会导致赋值被打断https://github.com/alibaba/ilogtail/blob/main/core/processor/LogProcess.cpp#L436

XLPE avatar Sep 15 '22 13:09 XLPE