muck-raker 0.3.14 → 0.3.15

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
data/VERSION CHANGED
@@ -1 +1 @@
1
- 0.3.14
1
+ 0.3.15
data/muck-raker.gemspec CHANGED
@@ -5,11 +5,11 @@
5
5
 
6
6
  Gem::Specification.new do |s|
7
7
  s.name = %q{muck-raker}
8
- s.version = "0.3.14"
8
+ s.version = "0.3.15"
9
9
 
10
10
  s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
11
11
  s.authors = ["Joel Duffin Justin Ball"]
12
- s.date = %q{2010-04-29}
12
+ s.date = %q{2010-04-30}
13
13
  s.description = %q{The aggregation and recommendation daemons for the muck system.}
14
14
  s.email = %q{justin@tatemae.com}
15
15
  s.extra_rdoc_files = [
Binary file
Binary file
@@ -49,20 +49,20 @@
49
49
  db_yml=../../projects/muck/config/database.yml
50
50
 
51
51
  # logging
52
- log4j.rootLogger=trace, stdout, R
52
+ #log4j.rootLogger=trace, stdout, R
53
+ log4j.rootLogger=trace, R
53
54
 
54
- log4j.appender.stdout=org.apache.log4j.ConsoleAppender
55
- log4j.appender.stdout.layout=org.apache.log4j.PatternLayout
55
+ #log4j.appender.stdout=org.apache.log4j.ConsoleAppender
56
+ #log4j.appender.stdout.layout=org.apache.log4j.PatternLayout
56
57
 
57
58
  # Pattern to output the caller's file name and line number.
58
- log4j.appender.stdout.layout.ConversionPattern=%5p [%t] (%F:%L) - %m%n
59
+ #log4j.appender.stdout.layout.ConversionPattern=%5p [%t] (%F:%L) - %m%n
59
60
 
60
61
  log4j.appender.R=org.apache.log4j.RollingFileAppender
61
62
  log4j.appender.R.File=log/recommenderd.log
62
63
 
63
- log4j.appender.R.MaxFileSize=100KB
64
- # Keep one backup file
65
- log4j.appender.R.MaxBackupIndex=1
64
+ log4j.appender.R.MaxFileSize=50000KB
65
+ log4j.appender.R.MaxBackupIndex=3
66
66
 
67
67
  log4j.appender.R.layout=org.apache.log4j.PatternLayout
68
- log4j.appender.R.layout.ConversionPattern=%p %t %c - %m%n
68
+ log4j.appender.R.layout.ConversionPattern=%d %p %t %c - %m%n
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: muck-raker
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.3.14
4
+ version: 0.3.15
5
5
  platform: ruby
6
6
  authors:
7
7
  - Joel Duffin Justin Ball
@@ -9,7 +9,7 @@ autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
11
 
12
- date: 2010-04-29 00:00:00 -06:00
12
+ date: 2010-04-30 00:00:00 -06:00
13
13
  default_executable:
14
14
  dependencies: []
15
15