From 5def50077bbf6541a25b12744819f8f728a5711d Mon Sep 17 00:00:00 2001 From: Jesse Pretorius Date: Tue, 23 Jan 2018 21:57:35 +0000 Subject: [PATCH] Correct location of venv build logs In [1] the intent was to have each venv build log to its own log file. This makes troubleshooting a lot easier due to the verbosity of the output in the log - this at least separates each venv's output. Unfortunately this extra CLI option was supposed to be removed. This patch completes the original intent. [1] https://review.openstack.org/470757 Change-Id: I714d160a39beb870ba66db11a60cf0241ca770f3 (cherry picked from commit 12611a94408421daecdb7daad18ba857cbaba794) --- defaults/main.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/defaults/main.yml b/defaults/main.yml index b4bdaf4..e38fe66 100644 --- a/defaults/main.yml +++ b/defaults/main.yml @@ -91,7 +91,6 @@ repo_build_venv_dir: "{{ repo_build_base_path }}/venvs/{{ repo_build_release_tag repo_build_venv_pip_install_options: >- --timeout 120 --find-links {{ repo_build_release_path }} - --log /var/log/repo/repo_venv_builder.log repo_build_venv_command_options: >- {{ virtualenv_bin }} --always-copy