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

This commit is contained in:
Zuul 2020-03-13 16:53:03 +00:00 committed by Gerrit Code Review
commit bcea11dc60
1 changed files with 0 additions and 2 deletions

View File

@ -50,8 +50,6 @@ copy_logs() {
done
chmod -R 777 ${LOG_DIR}
find ${LOG_DIR}/{system_logs,libvirt_logs} -iname '*.txt' -execdir gzip -f -9 {} \+
find ${LOG_DIR}/{system_logs,libvirt_logs} -iname '*.json' -execdir gzip -f -9 {} \+
}
copy_logs