Remove debug msgs in Java app
-----------------------------
Key: OLIO-126
URL: https://issues.apache.org/jira/browse/OLIO-126
Project: Olio
Issue Type: Improvement
Components: java-app
Reporter: Shanti Subramanyam
Assignee: Shanti Subramanyam
Fix For: 0.2
There are lots of debug messages that appear in server.log (the appserver log
file). These seem to have been used for testing and get logged using
'System.out.println' in the webapp. Either the messages should use a logger
with a log level of FINE or they should all be commented out. If someone wants
to debug some code, they can uncomment the relevant messages.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.