Remove apache commons logging calls in favor of JUL
---------------------------------------------------
Key: SHINDIG-940
URL: https://issues.apache.org/jira/browse/SHINDIG-940
Project: Shindig
Issue Type: Improvement
Components: Java
Affects Versions: trunk
Reporter: Paul Lindner
Assignee: Paul Lindner
Priority: Minor
Fix For: trunk
We have inconsistent usage of logging. We should move everything to
java.util.logging with this mapping:
error --> ?
SEVERE
info --> ?
INFO
warn --> ?
WARNING
debug --> ?
FINE
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.