Aloys Zhang created TUBEMQ-75:
---------------------------------
Summary: remove unused Logger
Key: TUBEMQ-75
URL: https://issues.apache.org/jira/browse/TUBEMQ-75
Project: Apache TubeMQ
Issue Type: Bug
Reporter: Aloys Zhang
Assignee: Aloys Zhang
There are lots of Logger initialized but not used in TubeMQ.
{code:java}
private static final Logger logger =
LoggerFactory.getLogger(UserAuthFilter.class);
{code}
--
This message was sent by Atlassian Jira
(v8.3.4#803005)
