Trace log - turn off Ice.Proxy.BO.UserTracingImpl

I must be missing something obvious. Is there a way to exclude Ice.Proxy.BO.UserTracingImpl entries from the trace log?

Thanks

I haven’t tried it, but I think someone suggested exiting the System Monitor prior to starting traces.

1 Like

I appreciate the suggestion, but it didn’t work for me on 10.2.300.10

what are you make a trace of? I can try it and see if I get what you do.

Thanks!

In this specific case, I’m interested in the BO Methods that are fired when creating a new revision in the engineering workbench. I’m able to see the meat and potatoes, I just don’t understand why the default would include trace info about the trace. There’s other GenXData stuff I could do without, but I wanted to start small.

Here’s the trace that I did without the system monitor on. I don’t see the Ice.Proxy.BO.UserTracingImpl entries that you mentioned.

sample trace.txt (361.1 KB)

Thanks for running the experiment. I just did another run and I still see the entries.

That BO is specific to the User Tracing itself.
if you click Apply -> Clear Trace and don’t click any more buttons on the Tracing screen it should not show up.

3 Likes

Ahh. That did the trick. Thanks Jose, Brandon and Calvin!