Skip to main content

When I am running a local instance of my Acumatica site I am unable to view my ‘Trace’ log. When clicking Tools → Trace… I get the following blank screen : 

 


 

I have the ‘ProfilerMonitorThreads’ key set to True in my web.config file which was previously needed for allowing access to the Trace page but now I am unable to access that page at all.

Hello @rcambier ,

 

Did you try resetting the IIS or create a new AppPool?


That page doesn’t look familiar, but I used to have issues with writing null traces. I now do something like:

PXTrace.WriteInformation($"{valueThatMayBeNull}");

This always outputs a string. I’m not sure if the underlying issue is still present or not.


Reply