Comment Re:Nostalgy (Score 1) 625
Another problem, one that I had no time to solve, and seems to not be addressed at all by the article, is that running services in parallel also logs things in parallel. Intermixed logs are quite unfriendly to read.
It appears this is done by the Makefile.
Log to separate files then merge at the end...
It appears this is done by the Makefile.
Log to separate files then merge at the end...