diff --git a/tests/get_logs.sh b/tests/get_logs.sh index b6e450db4c..fcba0c5024 100644 --- a/tests/get_logs.sh +++ b/tests/get_logs.sh @@ -123,8 +123,6 @@ copy_logs() { done chmod -R 777 ${LOG_DIR} - find ${LOG_DIR}/{system_logs,kolla,docker_logs} -iname '*.txt' -execdir gzip -f -9 {} \+ - find ${LOG_DIR}/{system_logs,kolla,docker_logs} -iname '*.json' -execdir gzip -f -9 {} \+ } copy_logs