updated log fetching
diff --git a/apigee-log-config-files.yml b/apigee-log-config-files.yml
index faeb07a..2c9cc38 100644
--- a/apigee-log-config-files.yml
+++ b/apigee-log-config-files.yml
@@ -19,10 +19,11 @@
- { dir: '/etc/security/limits.d/', pattern: '*conf' }
- { dir: '/var/log/', pattern: 'messages' }
- { dir: '/tmp', pattern: 'setup*.log' }
- - { dir: '{{ opdk_installer_path }}/', pattern: '*.log' }
- - { dir: '{{ opdk_installer_path }}/', pattern: '*.txt' }
- - { dir: '{{ opdk_installer_path }}/', pattern: '*.conf' }
- - { dir: '{{ opdk_installer_path }}/', pattern: '*.sh' }
+ - { dir: '{{ opdk_installer_path }}/', pattern: '*' }
+# - { dir: '{{ opdk_installer_path }}/', pattern: '*.log' }
+# - { dir: '{{ opdk_installer_path }}/', pattern: '*.txt' }
+# - { dir: '{{ opdk_installer_path }}/', pattern: '*.conf' }
+# - { dir: '{{ opdk_installer_path }}/', pattern: '*.sh' }
- { dir: '{{ apigee_home }}/', pattern: '*.out' }
- { dir: '{{ apigee_home }}/var/log', pattern: '*.log' }
- { dir: '{{ apigee_home }}/customer/', pattern: '*' }