Open
Description
For some tasks I run a parallel pool of workers (through python multiprocessing) doing the same IK task on multiple trials. To track it, I run a parallel process that periodically outputs the percent complete jobs. It would be nice if I could suppress the default logging to cout from each parallel opensim instance, while preserving their log into separate files. I tried looking through Logger.h and logger.h, but could not find where it is being initialized.