From 809820144d40770acbb5d2c6c38cf0f4252e9957 Mon Sep 17 00:00:00 2001 From: Filip Valder Date: Thu, 5 Jan 2017 14:49:10 +0100 Subject: [PATCH] hint on getting outputs --- docs/CONTRIBUTING.rst | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/docs/CONTRIBUTING.rst b/docs/CONTRIBUTING.rst index c6fac0d8..83c94fc3 100644 --- a/docs/CONTRIBUTING.rst +++ b/docs/CONTRIBUTING.rst @@ -102,6 +102,10 @@ At any point you may enter the guest VM with:: $ vagrant ssh +The outputs of running services can be tailed as follows:: + + $ tail -f /tmp/*.out & + To start the frontend manually, run the following inside the guest:: $ mbs-frontend