Release v0.6.2
The general theme of v0.6.2 is to improve support for background execution.
- Add
loco start
command to launch services in background. - Update
loco stop
command to wait for services to go offline. - Update
loco clean
command to implicitly stop services (before destroying their data). - Add
log_file:
option to redirect console output. - Update
loco start
to apply a defaultlog_file:
for background execution.