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:
parent
e1aabd05b8
commit
2792b1d9ee
@ -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 {
|
||||
|
Loading…
x
Reference in New Issue
Block a user