[ic] logDebug not working

Schuyler Langdon interchange-users@icdevgroup.org
Thu Mar 13 14:05:01 2003


Kevin Old wrote


> Hello everyone,
> 
> I've got a weird problem.  I have logging turned on and even have
> DataTrace set to 1 both in the catalog interchange.cfg and main
> interchange.cfg files, but in the iTransact.pm file I uncomment line 321
> 
>  ::logDebug("sending query: " . ::uneval(\%values));
> 
> I've tried these variations of this line:
> 
>  ::logError("sending query: " . ::uneval(\%values));
>  ::log("sending query: " . ::uneval(\%values));
> 
> And nothing is printing in the /tmp/icdebug or either of the error.log
> files.
> 
> Yes, I am having successful transactions and I'm pretty sure there's
> nothing stopping it from reaching this line of code.
> 
> I'm just trying to dump some variables to see exactly what it's sending
> to iTransact.
> 
> I seem to get all of the other errors/output from DBI and IC in the
> error.log files and the /tmp/icdebug, just nothing from the logDebug
> statements.
> 
> Yes, I've restarted/killed & started IC several times so that the
> iTransact module is reloaded.
> 
> Any one have any ideas?
> 
> Thanks,
> Kevin

Is Variable  DEBUG  1 uncommented in interchange.cfg

Schuyler Langdon
GatorDev