Method: DataStore::Configuration#enable_logging
- Defined in:
- lib/data_store/configuration.rb
#enable_logging ⇒ Object
Enable logging.
Default: true
42 43 44 |
# File 'lib/data_store/configuration.rb', line 42 def enable_logging @enable_logging end |