Skip to content

Latest commit

 

History

History
17 lines (12 loc) · 321 Bytes

log.md

File metadata and controls

17 lines (12 loc) · 321 Bytes

#logger

Various log levels available to log from the Aerospike API. Default logger outputs to STDOUT and is set to Logger::ERROR level.

  Aeropsike.logger.level = Logger::DBEUG

You can set the Logger to any type of logger.

Log levels:

  • Logger::ERROR
  • Logger::WARN
  • Logger::INFO
  • Logger::DEBUG