Stop double compressing pdns logs

This patch changes the powerDNS log collection to stop double compressing the log archive. The designate role compressed the log file and the zuul role also compresses the file.
This will allow the powerDNS logs to be directly viewable via the zuul logs page.

Change-Id: Ic86b8637e00525037b1c7735f9909d83397593a2
This commit is contained in:
Michael Johnson 2022-05-11 21:27:23 +00:00
parent 4b516eaccc
commit d1e34d0205
1 changed files with 1 additions and 1 deletions

View File

@ -35,4 +35,4 @@
become: true
shell:
cmd: |
journalctl -o short-precise --unit pdns | gzip - > {{ stage_dir }}/logs/pdns.txt.gz
journalctl -o short-precise --unit pdns > {{ stage_dir }}/logs/pdns.txt.gz