internetitem / logback-elasticsearch-appender

Logback Elasticsearch Appender
Other
233 stars 137 forks source link

Not working for Tomcat juli logging #54

Open arunmohapatra opened 6 years ago

arunmohapatra commented 6 years ago

I tried this Elastic log appender and this is working fine for access logs but not working for catalina logs, localhost logs and host-manager logs. I am using tomcat juli logging and trying to use "com.internetitem.logback.elasticsearch.ElasticsearchAppender" in place of "org.apache.juli.logging.ch.qos.logback.core.rolling.RollingFileAppender". Is there something I am missing here.

Thanks, Arun