[
https://issues.apache.org/jira/browse/FLUME-3135?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Peter Chen updated FLUME-3135:
------------------------------
Description:
{color:red}org.apache.flume.interceptor.RegexFilteringInterceptor.java{color}
* line 72-75:
the parameter to the getLogger method should be RegexFilteringInterceptor.class
{code:java}
public class RegexFilteringInterceptor implements Interceptor {
private static final Logger logger = LoggerFactory
.getLogger(StaticInterceptor.class);
{code}
* line 141-143:
{code:java}
/**
* Builder which builds new instance of the StaticInterceptor.
*/
{code}
:D
was:
{color:red}org.apache.flume.interceptor.RegexFilteringInterceptor.java{color}
# line 72-75:
the parameter to the getLogger method should be RegexFilteringInterceptor.class
{code:java}
public class RegexFilteringInterceptor implements Interceptor {
private static final Logger logger = LoggerFactory
.getLogger(StaticInterceptor.class);
{code}
# line 141-143:
{code:java}
/**
* Builder which builds new instance of the StaticInterceptor.
*/
{code}
:D
> property logger in org.apache.flume.interceptor.RegexFilteringInterceptor
> confused
> ----------------------------------------------------------------------------------
>
> Key: FLUME-3135
> URL: https://issues.apache.org/jira/browse/FLUME-3135
> Project: Flume
> Issue Type: Bug
> Affects Versions: 1.7.0
> Reporter: Peter Chen
> Priority: Minor
> Labels: easyfix
>
> {color:red}org.apache.flume.interceptor.RegexFilteringInterceptor.java{color}
> * line 72-75:
> the parameter to the getLogger method should be
> RegexFilteringInterceptor.class
> {code:java}
> public class RegexFilteringInterceptor implements Interceptor {
> private static final Logger logger = LoggerFactory
> .getLogger(StaticInterceptor.class);
> {code}
> * line 141-143:
> {code:java}
> /**
> * Builder which builds new instance of the StaticInterceptor.
> */
> {code}
> :D
--
This message was sent by Atlassian JIRA
(v6.4.14#64029)