Merge "Stop gzipping logs in get-logs.sh"

This commit is contained in:
Zuul 2020-02-18 19:31:54 +00:00 committed by Gerrit Code Review
commit 2822e9d77c

View File

@ -98,8 +98,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