lib/sapience/configuration.rb in sapience-0.1.12 vs lib/sapience/configuration.rb in sapience-0.1.13
- old
+ new
@@ -10,10 +10,10 @@
DEFAULT = {
log_level: :info,
application: "Sapience",
host: nil,
ap_options: { multiline: false },
- appenders: [{ file: { io: STDOUT, formatter: :color } }],
+ appenders: [{ stream: { io: STDOUT, formatter: :color } }],
}.freeze
# Initial default Level for all new instances of Sapience::Logger
def initialize(options = {}) # rubocop:disable AbcSize
fail ArgumentError, "options need to be a hash" unless options.is_a?(Hash)