diff --git a/tools/copy-logs.sh b/tools/copy-logs.sh index 27dce39f7..9b73b7db3 100755 --- a/tools/copy-logs.sh +++ b/tools/copy-logs.sh @@ -147,12 +147,6 @@ function ensure_log_properties { $SUDO mv ${file} ${file}.txt fi done - - echo "Compressing all text files..." - # Compress all files - $FIND -iname '*.txt' -execdir gzip -f -9 {} \+ - - echo "Compressed log and configuration can be found in ${LOGDIR}." } function recover_default_logs {