skip more classes in DBI tracing
This commit is contained in:
parent
0bff8a0fa4
commit
2e419e63be
1 changed files with 1 additions and 3 deletions
|
|
@ -27,9 +27,7 @@ sub WRITE {
|
|||
for ( my $i = 0; caller($i); $i++) {
|
||||
(my $package, undef, $line) = caller($i);
|
||||
next
|
||||
if $package eq 'WebGUI::SQL';
|
||||
next
|
||||
if $package eq 'WebGUI::SQL::ResultSet';
|
||||
if $package =~ /\A(?:WebGUI::SQL|DBI|DBD)(?:\z|::)/;
|
||||
($sub) = (caller($i + 1))[3];
|
||||
last;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue