def __init__(self, configdict, section): FileInput.__init__(self, configdict, section, produces=FORMAT.record) self.file_list_done = [] self.file = None self.parser = parser(self.log_format, self.key_map, options={'methods': ['GET','POST'], 'use_native_types': True, 'request_path_only': True, 'gen_key': True})
def __init__(self, configdict, section): FileInput.__init__(self, configdict, section, produces=FORMAT.record) self.file_list_done = [] self.file = None self.parser = parser(self.log_format, self.key_map, options={'methods': ['GET', 'POST'], 'use_native_types': True, 'request_path_only': True, 'gen_key': True})