venatic,
To be honest, while there is no setting to configure logs for each individual processes, there is a hidden setting that you can enable to have ALL individual processes get their own log file. You can go to Workflow's Preferences, under General, then press CTRL+Alt+Shift+F12 at the same time, and it will enable an option called "Log all process events at the same time in separate log files", which will enable individual logs for each processes, in addition to the regular logs.
Why is it hidden you might ask? Well, while this option can be interesting in certain cases, there are also many problems with it:
- Having so much logging will have an impact on performance(especially with 100+ processes), as all logs would keep getting bigger and bigger, and for every actions, something gets written in all of them. It has to go through these entire files to write each events, so do this 100 times for every events, and it will affect performance a lot.
- Consequently, these log files can quickly reach huge file size and could fill a lower capacity hard drive.
- Having log files too big, or if your hard disk becomes full, could cause errors and jobs will fail.
So while it's an interesting option for debugging purposes, it's dangerous to put in production, which is why it's hidden by default.
Note that as this is a hidden setting, this isn't something that we officially support, and we will not be able to help you if problems occurs while this setting is turned on. Use it at your own risks.
Regards,
Raphaël Lalonde Lefebvre