Skip to content

Commit 0e2b42b

Browse files
Gabriel MonroyMatthew Fisher
authored andcommitted
chore(makefile): remove docker daemon from logs
1 parent 774ef63 commit 0e2b42b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ restart:
2929
vagrant ssh -c 'cd share && for c in $(COMPONENTS); do cd $$c/systemd && sudo systemctl restart * && cd ../..; done'
3030

3131
logs:
32-
vagrant ssh -c 'journalctl -f -u deis-* -u docker.service'
32+
vagrant ssh -c 'journalctl -f -u deis-*'
3333

3434
run: install restart logs
3535

0 commit comments

Comments
 (0)