lib/the_help/service.rb in the_help-1.5.2 vs lib/the_help/service.rb in the_help-1.6.1

- old
+ new

@@ -235,11 +235,11 @@ raise TheHelp::AbstractClassError if self.class == TheHelp::Service raise TheHelp::ServiceNotImplementedError unless defined?(main) end def log_service_call - logger.info("Service call to #{self.class.name}/#{__id__} " \ - "for #{context.inspect}") + logger.debug("Service call to #{self.class.name}/#{__id__} " \ + "for #{context.inspect}") end def authorized? false end