Launch Interactive Workflow Logging Level

When using “Launch Workflow Interactive” the level of logging is by default set to trace, this causes my process to run extremely slowly.

I am using the “Launch Workflow Interactive” function to trigger a xaml in a different folder as when I use “Invoke Workflow” the bot tries to use the relative path of the workflow in which the invoke resides, rather than the workflow which has been invoked.

The method works, and I can effectively runs the processes, however - the level of logging much more detailed than if I run the xaml directly.

Why would using this function have an effect on the logging level?