Method: Honeybadger::Config#log_debug?

Defined in:
lib/honeybadger/config.rb

#log_debug?Boolean

This method is part of a private API. You should avoid using this method if possible, as it may be removed or be changed in the future.

Returns:

[View source]

182
183
184
185
# File 'lib/honeybadger/config.rb', line 182

def log_debug?
  return debug? if self[:'logging.debug'].nil?
  !!self[:'logging.debug']
end