Using the arcpy.SetLogMetadata(False) function does not disable metadata.
上次发布: February 6, 2023ArcGIS Pro
漏洞 ID 编号
BUG-000154836
已提交
December 30, 2022
上次修改时间
October 7, 2024
适用范围
ArcGIS Pro
找到的版本
N/A
操作系统
N/A
操作系统版本
N/A
状态
As Designed
经开发团队审核,已确定此行为符合设计。 有关详细信息,请参阅“其他信息”部分。
附加信息
The arcpy.SetLogMetadata() function does not stop the XML metadata file from being created but keeps ArcGIS Pro from logging geoprocessing tools used on the layer in the metadata file.
While logging metadata, geoprocessing tools run on the layer are documented within the XML file as an < Process > under the < lineage > tag. If logging is set to False, then the geoprocessing tools run on the layer will not be logged there.