What do you think of saving stack trace in a special log table ?

Posted by EugeneP on Stack Overflow See other posts from Stack Overflow or by EugeneP
Published on 2010-04-26T11:49:39Z Indexed on 2010/04/26 11:53 UTC
Read the original article Hit count: 156

Filed under:
|
|

Suppose, you have a special log table of your application.

What do you think about creating a BLOB field for a possible stack trace ?

Logging is done to file as well, but it is not so convenient to read a text file, moreover database is more "accessible".

© Stack Overflow or respective owner

Related posts about java

Related posts about logging