I'm using foreman in a Vagrant VM to run gunicorn. I have foreman start up as the last item when I provision the VM, but that leaves it logging to stdout. I'd prefer it to log to a log file and release the terminal to me. Then, should I want to see the foreman logs, I can tail
the file.
I feel I must have missed something, as this doesn't sound like a difficult thing, but I'm stumped. I currently have to cancel, twice, to get out of the foreman logging, which is a messy end to the provisioning!