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 | 3ab71247f2e6be4d8a8be9a8785e58c5753e354a (patch) | |
tree | 023cf3e9ef3c3addf5d2751797074e6a212deca1 | |
parent | 38da062adf7adc4092fc02b57bf22cb66dee41e5 (diff) |
Reinstate the default logger as - file.
-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 |