← Back to Users
bjg1492's activity in the archive.
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...
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...