dragonfly icon indicating copy to clipboard operation
dragonfly copied to clipboard

Turning Off Logs

Open kaimou1357 opened this issue 6 years ago • 1 comments

Can we have some kind of configuration to turn off the logs?

kaimou1357 avatar Apr 26 '18 19:04 kaimou1357

you can change the log with

Dragonfly.logger = ...

So you can do

Dragonfly.logger = Logger.new('/dev/null')

Feel free to do a PR if you want to use Dragonfly.logger = nil or something

markevans avatar Apr 27 '18 09:04 markevans