> > Of particular concern is logging: your logger must be able to deal with the > > fact that you have projects running in parallel or your logs will be an > > incomprehensible jumble. > > Thanks for the tip! Prefixing logging lines, and/or writing to > separate log files per project look like reasonable options here. Was > your solution something like this? (if you can say :)
I can't (yet) talk about the details of our solution; sorry.