Searched refs:log_file (Results 1 – 8 of 8) sorted by relevance
76 log_settings.log_file = nullptr; in SetupLogging()78 string log_file; in SetupLogging() local80 log_file = SetupLogFile(kSystemLogsRoot); in SetupLogging()82 log_settings.log_file = log_file.c_str(); in SetupLogging()
267 log_settings.log_file = nullptr; in SetupLogging()
20 log_file=$prefix.log24 rm -f $log_file30 append $log_file \# "$@"47 …$@" | tr --delete '\r' | sed -E 's/[0-9]{4}-[0-9]{2}-[0-9]{2} +[0-9]{1,2}:[0-9]{2} //' >> $log_file61 log "comparing $baseline_file and $log_file"62 diff $baseline_file $log_file || (log $tag FAILED && exit 1)
87 for log_file in log_files:88 log_file.write(line)
97 static void log_file(FILE* log, const char* procfile) { in log_file() function160 log_file(&*stat_log, "/proc/stat"); in bootchart_thread_main()161 log_file(&*disk_log, "/proc/diskstats"); in bootchart_thread_main()
632 log_file = ("shutdownlog-error-%s.txt") % (now.strftime("%Y-%m-%d-%H-%M-%S"))633 print "Shutdown error, capture log to %s" % (log_file)634 with open(log_file, 'w') as f:
78 self.log_file = 'test.log'79 remove(self.log_file)81 self.log_fh = open(self.log_file, 'a')82 logging.basicConfig(filename=self.log_file)1833 print('Tests failed, see %s for details.' % TEST_LOGGER.log_file, file=TEST_LOGGER)
463 log_settings.log_file = "delta_generator.log"; in Main()