Re: Strange HASH(0x2ced735) values

2017-02-22 Thread Superior Shelving
> On Feb 21, 2017, at 8:34 AM, Uri Guttman wrote: > > you can't trace it from the value. but you can write code where that value is > stuffed into the db and look for a reference vs 1 or a blank. then you can > dump the call stack (with caller()) or do other debugging. something is > putting a

Logging SQL Queries

2017-02-22 Thread SSC_perl
I’m using DBI::Log to capture SQL queries but the log file gets huge exponentially. Is there a way to filter what gets logged? If I could eliminate the SELECT queries, that would help a lot. I’ve also install Log4perl and DBIx::Log4perl. This appears to be a very powerful sol