ashleym1972-syslog_logger 1.6.1 → 1.6.2
Sign up to get free protection for your applications and to get access to all the features.
- data/lib/syslog_logger.rb +1 -1
- metadata +1 -1
data/lib/syslog_logger.rb
CHANGED
@@ -71,7 +71,7 @@ class SyslogLogger
|
|
71
71
|
#
|
72
72
|
# Due to the way syslog works, only one program name may be chosen.
|
73
73
|
def initialize(program_name = 'rails', facility = Syslog::LOG_USER)
|
74
|
-
@level = Logger::
|
74
|
+
@level = Logger::INFO
|
75
75
|
|
76
76
|
return if defined? SYSLOG
|
77
77
|
self.class.const_set :SYSLOG, Syslog.open(program_name, nil, facility)
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: ashleym1972-syslog_logger
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.6.
|
4
|
+
version: 1.6.2
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Eric Hodel; Chris Powell; Matthew Boeh; Ian Lesperance; Dana Danger; Brian Smith; Ashley Martens
|