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: I1b1cc4bb5a4b10388028232818b89d370ff63e7a
This commit is contained in:
parent
13de0edd6c
commit
3cc42834d0
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user