daveallie / entangler

Two way file syncer using platform native notify
MIT License
8 stars 6 forks source link

Fix logger initialize being passed 2 arguments #7

Closed NicolasJJensen closed 3 years ago

NicolasJJensen commented 3 years ago

Logger initilalize expects (outputs, verbose: false) However it is getting initialized with Entangler::Logger.new(log_outputs, @opts[:verbose])

This PR changes it to Entangler::Logger.new(log_outputs, verbose: @opts[:verbose])

This is related to the following issue https://github.com/daveallie/entangler/issues/6

daveallie commented 3 years ago

Hey Nic! Sorry about the slow turn around on this. Apologies on introducing the bug, I'll merge it in a cut a new version

daveallie commented 3 years ago

Fix is part of 1.2.1.