aliyun/log/logtail_config_detail.py [860:873]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
            "localStorage": localStorage,
            "enableRawLog": enableRawLog,
            "topicFormat": topicFormat,
            "fileEncoding": fileEncoding,
            "maxDepth": maxDepth,
            "preserve": preserve,
            "preserveDepth": preserveDepth,
            "filterKey": filterKey,
            "filterRegex": filterRegex
        }
        input_detail.update(extended_items)

        ConfigDetailBase.__init__(self, logstoreName, configName, "file", createTime=createTime, modifyTime=modifyTime,
                                  **input_detail)
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



aliyun/log/logtail_config_detail.py [944:957]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
            "localStorage": localStorage,
            "enableRawLog": enableRawLog,
            "topicFormat": topicFormat,
            "fileEncoding": fileEncoding,
            "maxDepth": maxDepth,
            "preserve": preserve,
            "preserveDepth": preserveDepth,
            "filterKey": filterKey,
            "filterRegex": filterRegex
        }
        input_detail.update(extended_items)

        ConfigDetailBase.__init__(self, logstoreName, configName, "file", createTime=createTime, modifyTime=modifyTime,
                                  **input_detail)
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



