Add stackviz directory to the list of find_log_files

This patch will add stackviz directory to be skipped to be gzipped
when collect logs

Change-Id: I98b85a89e24ac17f58c5666b50d7dac8b1206385
This commit is contained in:
Arx Cruz 2018-09-28 15:42:24 +02:00 committed by Jesse Pretorius (odyssey4me)
parent e1aabd05b8
commit 2792b1d9ee
1 changed files with 1 additions and 1 deletions

View File

@ -132,7 +132,7 @@ function find_log_files {
! -name "*.gz" \
! -name '*.html' \
! -name '*.subunit' \
! -name 'ansible.sqlite'
! -name 'ansible.sqlite' | grep -v 'stackviz'
}
function rename_log_files {