ashleym1972-syslog_logger 1.6.2 → 1.6.3

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.
Files changed (2) hide show
  1. data/lib/syslog_logger.rb +1 -1
  2. 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::INFO
74
+ @level = Logger::DEBUG
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.2
4
+ version: 1.6.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - Eric Hodel; Chris Powell; Matthew Boeh; Ian Lesperance; Dana Danger; Brian Smith; Ashley Martens