Method: DocuSign_Monitor::Configuration#debugging

Defined in:
lib/docusign_monitor/configuration.rb

#debuggingtrue, false

Set this to enable/disable debugging. When enabled (set to true), HTTP request/response details will be logged with ‘logger.debug` (see the `logger` attribute). Default to false.



60
61
62
# File 'lib/docusign_monitor/configuration.rb', line 60

def debugging
  @debugging
end