Anyone know if it's possible to suppress Workunit logging in a Sub Process if it's enabled in the Parent Process? It seems like the Parent's logging setting takes precedence even if logging isn't enabled on the Sub Process; I'm guessing because the Sub Process runs under the same Workunit as the Parent Process, i.e. it's merged into the Parent Process.
The only solution I've found so far is disabling Workunit logging in both and adding a logger function to explicitly log in the Parent Process. Any thoughts?