Details
-
Improvement
-
Status: Open
-
Major
-
Resolution: Unresolved
-
3.1M1
-
None
Description
Since I have to support lot's of applications using Cayenne and usually Cayenne logs is only information I have about some bugs, I wish to have more information in that logs.
I think it will be nice to have:
1) Information of query that was executed (e.g. name of NamedQuery). To find right query in thousands...
2) Result of Select query.
3) As much information as it could be collected while logging errors.Like: What query? Params? What Query String was build? Connection pool State? Driver version? Cayenne version? Better more than less....
Last one can be very useful since on production I have only ERROR logging level. And sometimes it is not possible to enable INFO level to find out what happen.