Method: Athenian::Configuration#debugging
- Defined in:
- lib/athenian/configuration.rb
#debugging ⇒ true, 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.
77 78 79 |
# File 'lib/athenian/configuration.rb', line 77 def debugging @debugging end |