Ext. libraries required for Solr 4
authorDennis Schafroth <dennis@indexdata.com>
Wed, 3 Jul 2013 13:55:23 +0000 (15:55 +0200)
committerDennis Schafroth <dennis@indexdata.com>
Wed, 3 Jul 2013 13:55:23 +0000 (15:55 +0200)
lib/jcl-over-slf4j-1.6.6.jar [new file with mode: 0644]
lib/jul-to-slf4j-1.6.6.jar [new file with mode: 0644]
lib/log4j-1.2.16.jar [new file with mode: 0644]
lib/log4j.properties [new file with mode: 0644]
lib/slf4j-api-1.6.6.jar [new file with mode: 0644]
lib/slf4j-log4j12-1.6.6.jar [new file with mode: 0644]

diff --git a/lib/jcl-over-slf4j-1.6.6.jar b/lib/jcl-over-slf4j-1.6.6.jar
new file mode 100644 (file)
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 (file)
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 (file)
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 (file)
index 0000000..93dc62a
--- /dev/null
@@ -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 (file)
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 (file)
index 0000000..e72c2d6
Binary files /dev/null and b/lib/slf4j-log4j12-1.6.6.jar differ