marc2solr 0.1.7 → 0.1.8

Sign up to get free protection for your applications and to get access to all the features.
Files changed (4) hide show
  1. data/CHANGES +3 -0
  2. data/VERSION +1 -1
  3. data/bin/marc2solr +5 -1
  4. metadata +3 -3
data/CHANGES CHANGED
@@ -1,3 +1,6 @@
1
+ 0.1.8
2
+ Missed a ref to 'logback-simple'; removed.
3
+
1
4
  0.1.7
2
5
  Fixed use of --solrpath and --port on the command line
3
6
  Check for configured index.rb (required) and tmapdir (optional; warning if
data/VERSION CHANGED
@@ -1 +1 @@
1
- 0.1.7
1
+ 0.1.8
data/bin/marc2solr CHANGED
@@ -4,7 +4,6 @@ require 'marc2solr/marc2solr_custom'
4
4
 
5
5
  require 'rubygems'
6
6
  require 'pp'
7
- require 'logback-simple'
8
7
  require 'marcspec'
9
8
  require 'threach'
10
9
 
@@ -23,6 +22,11 @@ opts = MARC2Solr::Conf.new
23
22
 
24
23
  LOG = opts.masterLogger
25
24
 
25
+ # Crank down the SUSS logging
26
+
27
+ susslog = RJack::Logback['org.apache.solr.client.solrj.impl.StreamingUpdateSolrServer']
28
+ susslog.level = RJack::Logback::WARN
29
+
26
30
  # Perform the command
27
31
 
28
32
  case opts.command
metadata CHANGED
@@ -5,8 +5,8 @@ version: !ruby/object:Gem::Version
5
5
  segments:
6
6
  - 0
7
7
  - 1
8
- - 7
9
- version: 0.1.7
8
+ - 8
9
+ version: 0.1.8
10
10
  platform: ruby
11
11
  authors:
12
12
  - BillDueber
@@ -14,7 +14,7 @@ autorequire:
14
14
  bindir: bin
15
15
  cert_chain: []
16
16
 
17
- date: 2010-10-18 00:00:00 -04:00
17
+ date: 2010-10-28 00:00:00 -04:00
18
18
  default_executable:
19
19
  dependencies:
20
20
  - !ruby/object:Gem::Dependency