[
https://issues.apache.org/jira/browse/OLIO-126?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Shanti Subramanyam resolved OLIO-126.
-------------------------------------
Resolution: Fixed
Changed all debug/log messages to use the Java logging API consistently.
To enable log messages for glassfish, the following entry needs to be added in
domain.xml (can be done via admin console as well) :
<log-service>
...
<module-log-levels>
...
<property name="org.apache.olio" value="FINER"/>
</module-log-levels>
</log-service>
> 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.