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
This commit is contained in:
parent
c98f41ba68
commit
ac62b560ff
@ -123,8 +123,6 @@ copy_logs() {
|
|||||||
done
|
done
|
||||||
|
|
||||||
chmod -R 777 ${LOG_DIR}
|
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
|
copy_logs
|
||||||
|
Loading…
Reference in New Issue
Block a user