diff options
| author | Steve Kemp <steve@steve.org.uk> | 2015-03-04 12:43:14 +0000 | 
|---|---|---|
| committer | Steve Kemp <steve@steve.org.uk> | 2015-03-04 12:43:14 +0000 | 
| commit | 5456ec221d071232fa340267bd0c8d53b2ee568c (patch) | |
| tree | a4db2c8d3cc1aff04112cb313da0c71c2d02b11c /lib | |
| parent | 4bdd017ce316702d9d61f0b70a6674c99fcbb427 (diff) | |
Reinstate the default logger as - file.
Diffstat (limited to 'lib')
| -rw-r--r-- | lib/custodian/settings.rb | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/lib/custodian/settings.rb b/lib/custodian/settings.rb index 74d6bfb..b2bdb04 100644 --- a/lib/custodian/settings.rb +++ b/lib/custodian/settings.rb @@ -169,7 +169,7 @@ module Custodian      def alerter        _load() unless( _loaded? ) -      @settings['alerter'] || "redis" +      @settings['alerter'] || "file"      end | 
