Beefy Boxes and Bandwidth Generously Provided by pair Networks
Perl-Sensitive Sunglasses
 
PerlMonks  

Re^2: DBI trace has limited output

by Tux (Canon)
on Oct 24, 2021 at 08:19 UTC ( [id://11137946]=note: print w/replies, xml ) Need Help??


in reply to Re: DBI trace has limited output
in thread DBI trace has limited output

Just some side notes:

  • Trace levels 1 and 2 are reserved for the DBI itself
  • The DBI itself only features levels 1..15, but the underlying DBD might support up to whatever they like. I think I saw one that took all over 100 to be special, but my recollection might be troubled.
  • Some DBD's support additional trace flags
    (all that from the documentation, they might have undocumented debugging flags)
  • Not all of the trace messages come from DBI itself, so check the DBD you use if they have additional documentation

Enjoy, Have FUN! H.Merijn

Replies are listed 'Best First'.
Re^3: DBI trace has limited output
by kcott (Archbishop) on Oct 24, 2021 at 08:57 UTC

    G'day Tux,

    ++ Thanks for supplying all of that extra info. It looks like you went to a fair amount of effort.

    — Ken

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://11137946]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others lurking in the Monastery: (4)
As of 2024-03-28 18:20 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found