Skip to content

Commit

Permalink
use logger, not puts, #51
Browse files Browse the repository at this point in the history
  • Loading branch information
mperham committed Feb 6, 2024
1 parent 4cadf67 commit 8785405
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/faktory/client.rb
Original file line number Diff line number Diff line change
Expand Up @@ -240,7 +240,7 @@ def info
private

def debug(line)
puts line
Faktory.logger.info(line)
end

def tls?
Expand Down

0 comments on commit 8785405

Please sign in to comment.