コード例 #1
0
ファイル: fileinput.py プロジェクト: nf-mlo/stetl
 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})
コード例 #2
0
 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})