graphiti-api / graphiti-rails

MIT License
54 stars 28 forks source link

Let the user disable the logger #38

Closed wilsonsilva closed 5 years ago

wilsonsilva commented 5 years ago

Allows the debugger to be permanently turned off with the configuration block (as per the documentation):

Graphiti.configure do |config|
  config.debug = false
end

Complementary PR: https://github.com/graphiti-api/graphiti/pull/175

richmolj commented 5 years ago

Thank you @wilsonsilva ❤️ !

richmolj commented 5 years ago

Released in 0.2.2