While debugging a number of problems we have encountered after updating to v9.0, I’m noticing a tremendous number of debug output lines that appear to be coming from the map. Here is an example from a layer that happened to be empty at that time.
[Our Executable Name] Information: 0 : Error|FetchTime=00:00:00.0000664|StyleTime=00:00:00.0000002|FetchedCount=0|FetchedBytes=0
"Error" is one of my layers, and I get these for all of the IMFL instances. This continues throughout debugging and makes it difficult to find my output messages within all the noise. Is there some sort of trace output that I’ve accidentally turned on? Or is this just an unfortunate diagnostic trace that made it into your release build?
In any case, I would like to know how to eliminate this.