You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@openwhisk.apache.org by dr...@apache.org on 2017/09/26 00:51:49 UTC

[incubator-openwhisk] branch master updated: revert change to enable collection of log files in local target environments (#2805)

This is an automated email from the ASF dual-hosted git repository.

dragos pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-openwhisk.git


The following commit(s) were added to refs/heads/master by this push:
     new e85975f  revert change to enable collection of log files in local target environments (#2805)
e85975f is described below

commit e85975f45f48d3c77411b4e6695fd49002e639f1
Author: Carlos Santana <cs...@gmail.com>
AuthorDate: Mon Sep 25 20:51:46 2017 -0400

    revert change to enable collection of log files in local target environments (#2805)
---
 ansible/logs.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/ansible/logs.yml b/ansible/logs.yml
index 86cc2c2..43dc52d 100644
--- a/ansible/logs.yml
+++ b/ansible/logs.yml
@@ -47,4 +47,4 @@
     when: ansible_ssh_private_key_file is defined
   - name: fetch logs from all machines
     synchronize: src="{{ whisk_logs_dir }}/" dest="{{ openwhisk_home }}/logs" mode=pull
-    when: ('machine' not in exclude_logs_from) and (whisk_version_name != "local")
\ No newline at end of file
+    when: "'machine' not in exclude_logs_from" 

-- 
To stop receiving notification emails like this one, please contact
['"commits@openwhisk.apache.org" <co...@openwhisk.apache.org>'].