From: Dennis Schafroth Date: Wed, 3 Jul 2013 13:55:23 +0000 (+0200) Subject: Ext. libraries required for Solr 4 X-Git-Tag: v0.4.6~7 X-Git-Url: http://git.indexdata.com/?p=lui-solr.git;a=commitdiff_plain;h=9099fa010bd8c0ef6905d6001ed546719ec797e3 Ext. libraries required for Solr 4 --- diff --git a/lib/jcl-over-slf4j-1.6.6.jar b/lib/jcl-over-slf4j-1.6.6.jar new file mode 100644 index 0000000..ab898c0 Binary files /dev/null and b/lib/jcl-over-slf4j-1.6.6.jar differ diff --git a/lib/jul-to-slf4j-1.6.6.jar b/lib/jul-to-slf4j-1.6.6.jar new file mode 100644 index 0000000..fa8640f Binary files /dev/null and b/lib/jul-to-slf4j-1.6.6.jar differ diff --git a/lib/log4j-1.2.16.jar b/lib/log4j-1.2.16.jar new file mode 100644 index 0000000..5429a90 Binary files /dev/null and b/lib/log4j-1.2.16.jar differ diff --git a/lib/log4j.properties b/lib/log4j.properties new file mode 100644 index 0000000..93dc62a --- /dev/null +++ b/lib/log4j.properties @@ -0,0 +1,19 @@ +# Logging level +log4j.rootLogger=INFO, file, CONSOLE + +log4j.appender.CONSOLE=org.apache.log4j.ConsoleAppender + +log4j.appender.CONSOLE.layout=org.apache.log4j.PatternLayout +log4j.appender.CONSOLE.layout.ConversionPattern=%-4r [%t] %-5p %c %x \u2013 %m%n + +#- size rotation with log cleanup. +log4j.appender.file=org.apache.log4j.RollingFileAppender +log4j.appender.file.MaxFileSize=4MB +log4j.appender.file.MaxBackupIndex=9 + +#- File to log to and log format +log4j.appender.file.File=logs/solr.log +log4j.appender.file.layout=org.apache.log4j.PatternLayout +log4j.appender.file.layout.ConversionPattern=%-5p - %d{yyyy-MM-dd HH:mm:ss.SSS}; %C; %m\n + +log4j.logger.org.apache.zookeeper=WARN \ No newline at end of file diff --git a/lib/slf4j-api-1.6.6.jar b/lib/slf4j-api-1.6.6.jar new file mode 100644 index 0000000..4c03fa6 Binary files /dev/null and b/lib/slf4j-api-1.6.6.jar differ diff --git a/lib/slf4j-log4j12-1.6.6.jar b/lib/slf4j-log4j12-1.6.6.jar new file mode 100644 index 0000000..e72c2d6 Binary files /dev/null and b/lib/slf4j-log4j12-1.6.6.jar differ