> 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
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