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:
parent
4b516eaccc
commit
d1e34d0205
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user