Skip to content

Commit

Permalink
Default log level to :info rather than 'info'
Browse files Browse the repository at this point in the history
  • Loading branch information
drinks committed Jul 30, 2020
1 parent cec4c05 commit c576a19
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/aws-embedded-metrics-customink/sinks/logger.rb
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ class Logger

attr_reader :logger, :level

def initialize(logger, level: 'info')
def initialize(logger, level: :info)
@logger = logger
@level = level
end
Expand Down

0 comments on commit c576a19

Please sign in to comment.