[logback-dev] [JIRA] Created: (LBCORE-150) ViewStatusMessagesServletBase has a System.out.println() and should be removed
Jeff Jensen (JIRA)
noreply-jira at qos.ch
Mon Apr 19 04:51:16 CEST 2010
ViewStatusMessagesServletBase has a System.out.println() and should be removed
------------------------------------------------------------------------------
Key: LBCORE-150
URL: http://jira.qos.ch/browse/LBCORE-150
Project: logback-core
Issue Type: Bug
Affects Versions: 0.9.20
Reporter: Jeff Jensen
Assignee: Logback dev list
Priority: Minor
It has the following line in the service method:
{code}
System.out.println("service called");
{code}
Keeping the console clean from these types of app methods is really important to many organizations, including my current customer, .
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://jira.qos.ch/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
More information about the logback-dev
mailing list