Searched refs:log_file_name (Results 1 – 4 of 4) sorted by relevance
125 def set_log_file(log_file_name): argument126 assert isinstance(log_file_name, basestring)131 dirname = os.path.dirname(log_file_name)136 __log_file = open(log_file_name, "w")
93 self.log_file_name = os.path.join(self.outdir, 'suspicious.csv')94 open(self.log_file_name, 'w').close()169 f = open(self.log_file_name, 'a')174 f = open(self.log_file_name, 'ab')
46 def collect_log(self, log_file_name): argument52 with open(log_file_name) as log:
423 …any differences are encountered during tuning, please call `tune.pl` with `-debug > log_file_name`.