Stop gzipping logs in get-logs.sh

As per [1] we should stop compressing the logs sent to swift in order
to get them back readable via a browser.

[1]: http://lists.openstack.org/pipermail/openstack-discuss/2020-January/011875.html

Change-Id: I9b5afceb8a2792491a339bf87bcd9db1c10274e8
(cherry picked from commit ac62b560ff)
This commit is contained in:
Michal Nasiadka 2020-01-09 09:17:46 +01:00 committed by Mark Goddard
parent e55f132271
commit 0de5d36dea
1 changed files with 0 additions and 2 deletions

View File

@ -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