From: <leg...@at...> - 2003-10-30 23:03:13
|
The following comment has been added to this issue: Author: Gavin King Created: Thu, 30 Oct 2003 5:02 PM Body: Hibernate /does/ log the SQL.... --------------------------------------------------------------------- View the issue: http://opensource.atlassian.com/projects/hibernate/secure/ViewIssue.jspa?key=HB-438 Here is an overview of the issue: --------------------------------------------------------------------- Key: HB-438 Summary: Log SQL Type: Improvement Status: Unassigned Priority: Minor Project: Hibernate2 Components: core Versions: 2.1 beta 4 Assignee: Reporter: John Kristian Created: Thu, 30 Oct 2003 2:52 PM Updated: Thu, 30 Oct 2003 2:52 PM Description: Please log executed SQL, in addition to (or instead of) passing it to System.out.println. System.out is useful for development. But logging is often better in a production server; for example, when System.out is directed to /dev/null. The patch logSql.diff-u (attached) works for me. --------------------------------------------------------------------- JIRA INFORMATION: This message is automatically generated by JIRA. If you think it was sent incorrectly contact one of the administrators: http://opensource.atlassian.com/projects/hibernate/secure/Administrators.jspa If you want more information on JIRA, or have a bug to report see: http://www.atlassian.com/software/jira |