Skip to content

Commit

Permalink
Default log level
Browse files Browse the repository at this point in the history
  • Loading branch information
benprew committed Jun 5, 2024
1 parent ebb3d26 commit 2ccb905
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/reckon/app.rb
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ class App

def initialize(opts = {})
self.options = opts
LOGGER.level = options[:verbose]
LOGGER.level = options[:verbose] || Logger::WARN

self.regexps = {}
self.seen = Set.new
Expand Down

0 comments on commit 2ccb905

Please sign in to comment.