Searched refs:log_file_env (Results 1 – 1 of 1) sorted by relevance
96 const char* log_file_env = getenv("TF_REPLAY_LOG_FILE"); in SessionLogger() local97 std::string log_name = log_file_env ? std::string(log_file_env) : "."; in SessionLogger()