diff options
| author | Michael Peter Christen <mc@yacy.net> | 2013-02-23 16:45:05 +0100 |
|---|---|---|
| committer | Michael Peter Christen <mc@yacy.net> | 2013-02-23 16:45:05 +0100 |
| commit | 461d46101d0a764b11ecc8d123e4c17a49334dbc (patch) | |
| tree | 8d2324239787d8f20c6650db76ed93fcc0730231 /addon | |
| parent | b349c8145bf582ec289e5bd75a7e859a4b712a3e (diff) | |
- Removed log4j from libraries. This can be removed because the package
log4j-over-slf4j is there. From slf4j all loggings are routed to the jdk
logger. Now all loggings are consistently done to the jdk logger.
- added some lines to the logging properties to suppress many solr
logging statements. The number of the logging entries had already become
a performance issue, therefore removing these from the log should
increase performance.
Diffstat (limited to 'addon')
| -rw-r--r-- | addon/YaCy.app/Contents/Info.plist | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/addon/YaCy.app/Contents/Info.plist b/addon/YaCy.app/Contents/Info.plist index 683811722..930c8f981 100644 --- a/addon/YaCy.app/Contents/Info.plist +++ b/addon/YaCy.app/Contents/Info.plist @@ -37,7 +37,6 @@ <key>ClassPath</key> <array> <string>$JAVAROOT/htroot</string> - <string>$JAVAROOT/lib/J7Zip-modified.jar</string> <string>$JAVAROOT/lib/activation.jar</string> <string>$JAVAROOT/lib/apache-mime4j-0.6.jar</string> <string>$JAVAROOT/lib/arq-2.8.7.jar</string> @@ -60,6 +59,7 @@ <string>$JAVAROOT/lib/httpmime-4.2.3.jar</string> <string>$JAVAROOT/lib/icu4j-core.jar</string> <string>$JAVAROOT/lib/iri-0.8.jar</string> + <string>$JAVAROOT/lib/J7Zip-modified.jar</string> <string>$JAVAROOT/lib/jakarta-oro-2.0.8.jar</string> <string>$JAVAROOT/lib/jaudiotagger-2.0.4-20111207.115108-15.jar</string> <string>$JAVAROOT/lib/jcifs-1.3.15.jar</string> @@ -68,7 +68,6 @@ <string>$JAVAROOT/lib/jena-2.6.4.jar</string> <string>$JAVAROOT/lib/jsch-0.1.42.jar</string> <string>$JAVAROOT/lib/json-simple-1.1.jar</string> - <string>$JAVAROOT/lib/log4j-1.2.17.jar</string> <string>$JAVAROOT/lib/log4j-over-slf4j-1.7.2.jar</string> <string>$JAVAROOT/lib/lucene-analyzers-common-4.1.0.jar</string> <string>$JAVAROOT/lib/lucene-analyzers-phonetic-4.1.0.jar</string> |
