You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@inlong.apache.org by GitBox <gi...@apache.org> on 2021/07/28 11:21:02 UTC

[GitHub] [incubator-inlong] dockerzhang opened a new issue #674: [INLONG-75] remove unused Logger

dockerzhang opened a new issue #674:
URL: https://github.com/apache/incubator-inlong/issues/674


   <p>There are lots of Logger initialized but not used in TubeMQ.</p>
   
   <div class="code panel" style="border-width: 1px;"><div class="codeContent panelContent">
   <pre class="code-java">
   <span class="code-keyword">private</span> <span class="code-keyword">static</span> <span class="code-keyword">final</span> Logger logger =
       LoggerFactory.getLogger(UserAuthFilter.class);
   </pre>
   </div></div>
   <i>JIRA link - <a href="https://issues.apache.org/jira/browse/INLONG-75">[INLONG-75]</a> created by aloyszhang</i>


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: dev-unsubscribe@inlong.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [incubator-inlong] dockerzhang closed issue #674: [INLONG-75] remove unused Logger

Posted by GitBox <gi...@apache.org>.
dockerzhang closed issue #674:
URL: https://github.com/apache/incubator-inlong/issues/674


   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: dev-unsubscribe@inlong.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org