Hi all,

I'm investigating some issue with the database of our application (1.3.169 
version). There are some parts that I don't understand and want to 
ask/confirm:

1)  I have following log sample of debug trace log level 3:

    03-04 15:55:20 jdbc[7]: 
    /**/rs392857.getString("MACAddress");

What does the part "jdbc[7]" mean?

2) With debug trace log level 3, one second the db can log thousands lines 
of log, can I determine an operation occurs before another operation, based 
on the line number of that log? I'm talking in the context of one thread 
only, not multi-threading. I know that the db log file is accessed by many 
threads concurrently, but if the part jdbc[7] as mentioned in 1) determines 
the thread that logged that line of log, I can filter only log of that 
thread and base on the line number to determine the order of operations, 
correct?

If the above assumptions are incorrect, please let me know how to pick up 
the log of specific thread.

Many thanks,

-- 
You received this message because you are subscribed to the Google Groups "H2 
Database" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at http://groups.google.com/group/h2-database.
For more options, visit https://groups.google.com/d/optout.

Reply via email to