On Fri, 2010-04-16 at 10:59 -0700, Don Weeks wrote: > I didn't figure that out either but added my own trace statements with > openlog and syslog. > > Don > > On Fri, Apr 16, 2010 at 11:50 AM, Brandon Dell <stymiecc04 at yahoo.com> > wrote: > Hi all, > Does anyone know how to enable the TRACE debugging > statements that are littered throughout the API? Is there an > option I have to pass to a Makefile somwhere? Sorry, forgot to reply to this one. Those are controlled with a mask in config.xml's <Modules>1007812360</Modules> <Severities>31</Severities> they are coded as dec instead of hex, making it more interesting to en/decode. I never really use them and just litter syslogs() where I need it.