dockerzhang / incubator-inlong

Apache InLong - a one-stop data streaming platform
https://inlong.apache.org/
Apache License 2.0
0 stars 0 forks source link

[INLONG-75] remove unused Logger #75

Closed dockerzhang closed 3 years ago

dockerzhang commented 3 years ago

There are lots of Logger initialized but not used in TubeMQ.

private static final Logger logger =
    LoggerFactory.getLogger(UserAuthFilter.class);

JIRA link - [INLONG-75] created by aloyszhang