[hibernate-issues] [Hibernate-JIRA] Created: (HHH-3786) using System.out instead of Logger

Macko Usko (JIRA) noreply at atlassian.com
Thu Feb 26 06:33:38 EST 2009


using System.out instead of Logger
----------------------------------

                 Key: HHH-3786
                 URL: http://opensource.atlassian.com/projects/hibernate/browse/HHH-3786
             Project: Hibernate Core
          Issue Type: Bug
          Components: core
    Affects Versions: 3.2.4.sp1
            Reporter: Macko Usko
            Priority: Trivial


AbstractBatcher class line:404
System.out.println("Hibernate: " + format(sql));

if <property name="hibernate.show_sql" value="true" /> then console log is polluted with System.out.println() logs.

Logger should be used instead

-- 
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
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        



More information about the hibernate-issues mailing list