Skip to content

Commit

Permalink
Merge pull request #32 from telia-oss/fix-duplicate-logs
Browse files Browse the repository at this point in the history
Fix duplicate log entries
  • Loading branch information
Kristian authored Aug 19, 2019
2 parents d09e8b0 + f6ab8e2 commit bb788d9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/cloud-init/shared.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ write_files:
Restart=always
TimeoutSec=infinity
ExecStart=/bin/bash -c '/usr/bin/journalctl -u concourse --no-tail -f -o cat > /var/log/concourse.log'
ExecStart=/bin/bash -c '/usr/bin/journalctl -u concourse -f -o cat > /var/log/concourse.log'
[Install]
WantedBy=multi-user.target
Expand Down

0 comments on commit bb788d9

Please sign in to comment.