It should not go into the main log4j build. Ralph
> On Apr 19, 2017, at 9:43 AM, Gary Gregory <[email protected]> wrote: > > Should this should go into a new module log4j-lucene? > > Gary > > ---------- Forwarded message ---------- > From: liyujue <[email protected]> > Date: Wed, Apr 19, 2017 at 12:18 AM > Subject: [apache/logging-log4j2] Add a new LuceneAppender which writes > logging events to a lucene index library. (#73) > To: apache/logging-log4j2 <[email protected]> > Cc: Subscribed <[email protected]> > > > Add a new LuceneAppender which writes logging events to a lucene index > library.The log4j2.xml configuration is as follows: > > > > > > ------------------------------ > You can view, comment on, or merge this pull request online at: > > https://github.com/apache/logging-log4j2/pull/73 > Commit Summary > > - new lucene appender > > File Changes > > - *A* log4j-core/src/main/java/org/apache/logging/log4j/core/ > appender/lucene/LuceneAnalyzer.java > <https://github.com/apache/logging-log4j2/pull/73/files#diff-0> (33) > - *A* log4j-core/src/main/java/org/apache/logging/log4j/core/ > appender/lucene/LuceneAppender.java > <https://github.com/apache/logging-log4j2/pull/73/files#diff-1> (295) > - *A* log4j-core/src/main/java/org/apache/logging/log4j/core/ > appender/lucene/LuceneIndexField.java > <https://github.com/apache/logging-log4j2/pull/73/files#diff-2> (92) > - *A* log4j-core/src/main/java/org/apache/logging/log4j/core/ > appender/lucene/LuceneTokenizer.java > <https://github.com/apache/logging-log4j2/pull/73/files#diff-3> (38) > - *A* log4j-core/src/main/java/org/apache/logging/log4j/core/ > appender/lucene/package-info.java > <https://github.com/apache/logging-log4j2/pull/73/files#diff-4> (20) > > Patch Links: > > - https://github.com/apache/logging-log4j2/pull/73.patch > - https://github.com/apache/logging-log4j2/pull/73.diff > > — > You are receiving this because you are subscribed to this thread. > Reply to this email directly, view it on GitHub > <https://github.com/apache/logging-log4j2/pull/73>, or mute the thread > <https://github.com/notifications/unsubscribe-auth/ABIfN4DqDOx667tnyPilsVOEBWHu1Q9Jks5rxbVZgaJpZM4NBSmg> > . > > > > -- > E-Mail: [email protected] | [email protected] > Java Persistence with Hibernate, Second Edition > <https://www.amazon.com/gp/product/1617290459/ref=as_li_tl?ie=UTF8&camp=1789&creative=9325&creativeASIN=1617290459&linkCode=as2&tag=garygregory-20&linkId=cadb800f39946ec62ea2b1af9fe6a2b8> > > <http:////ir-na.amazon-adsystem.com/e/ir?t=garygregory-20&l=am2&o=1&a=1617290459> > JUnit in Action, Second Edition > <https://www.amazon.com/gp/product/1935182021/ref=as_li_tl?ie=UTF8&camp=1789&creative=9325&creativeASIN=1935182021&linkCode=as2&tag=garygregory-20&linkId=31ecd1f6b6d1eaf8886ac902a24de418%22> > > <http:////ir-na.amazon-adsystem.com/e/ir?t=garygregory-20&l=am2&o=1&a=1935182021> > Spring Batch in Action > <https://www.amazon.com/gp/product/1935182951/ref=as_li_tl?ie=UTF8&camp=1789&creative=9325&creativeASIN=1935182951&linkCode=%7B%7BlinkCode%7D%7D&tag=garygregory-20&linkId=%7B%7Blink_id%7D%7D%22%3ESpring+Batch+in+Action> > <http:////ir-na.amazon-adsystem.com/e/ir?t=garygregory-20&l=am2&o=1&a=1935182951> > Blog: http://garygregory.wordpress.com > Home: http://garygregory.com/ > Tweet! http://twitter.com/GaryGregory
