Uploaded image for project: 'Flume'
  1. Flume
  2. FLUME-3135

property logger in org.apache.flume.interceptor.RegexFilteringInterceptor confused

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Resolved
    • Minor
    • Resolution: Fixed
    • 1.7.0
    • 1.8.0
    • None

    Description

      org.apache.flume.interceptor.RegexFilteringInterceptor.java

      • line 72-75:
        the parameter to the getLogger method should be RegexFilteringInterceptor.class
        public class RegexFilteringInterceptor implements Interceptor {
        
          private static final Logger logger = LoggerFactory
              .getLogger(StaticInterceptor.class);
        
      • line 141-143:
        Javadoc
          /**
           * Builder which builds new instance of the StaticInterceptor.
           */
        

      Attachments

        Issue Links

          Activity

            People

              Unassigned Unassigned
              peterchenhdu Peter Chen
              Votes:
              0 Vote for this issue
              Watchers:
              4 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: