|
From: <jue...@we...> - 2004-06-03 08:45:01
|
We've already discussed this before, haven't we? As far as I remember, =
we wanted to leave this message at INFO level to make people aware that =
Spring is properly initiating a database transaction here, assuming that =
production is turned to WARN anyway. However, there is an argument that =
this should be a DEBUG message, so that Spring doesn't issue any INFO =
statements in normal operation... Thoughts?
=20
Juergen
=20
________________________________
Von: leg...@at... =
[mailto:leg...@at...]
Gesendet: Do 03.06.2004 10:54
An: j=FCrgen h=F6ller [werk3AT]
Betreff: [Spring-JIRA] Commented: (SPR-154) Make log event "Initiating =
transaction commit" DEBUG
The following comment has been added to this issue:
Author: Mathias Bogaert
Created: Thu, 3 Jun 2004 3:54 AM
Body:
I agree with WARN in production systems, but just for initializing a =
transaction commit which is not effectively committed (readOnly) a INFO =
log statement? Not that useful info to me...
---------------------------------------------------------------------
View this comment:
=
http://opensource.atlassian.com/projects/spring/browse/SPR-154?page=3Dcom=
ments#action_10442
---------------------------------------------------------------------
View the issue:
http://opensource.atlassian.com/projects/spring/browse/SPR-154
Here is an overview of the issue:
---------------------------------------------------------------------
Key: SPR-154
Summary: Make log event "Initiating transaction commit" DEBUG
Type: Improvement
Status: Open
Priority: Major
Project: Spring Framework
Components:
SpringDA
Versions:
1.0.2
Assignee: Juergen Hoeller
Reporter: Mathias Bogaert
Created: Thu, 3 Jun 2004 3:38 AM
Updated: Thu, 3 Jun 2004 3:54 AM
Description:
I'm having a lot of read transactions (e.g. checking security multiple =
times on the same JSP using WebWork2 OGNL), and for each one of them, I =
get "INFO [tcpConnection-8080-3] =
(orm.hibernate.HibernateTransactionManager:315) - Initiating transaction =
commit". This result in up to 15 log lines per request!
---------------------------------------------------------------------
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/spring/secure/Administrators.jsp=
a
If you want more information on JIRA, or have a bug to report see:
http://www.atlassian.com/software/jira
|