Skip to content

Latest commit

 

History

History
14 lines (9 loc) · 261 Bytes

DEBUGGING.md

File metadata and controls

14 lines (9 loc) · 261 Bytes

Debugging

Locally

You can debug your instance of slack-invite with a built-in script/console.

Silence Mongoid Logger

If Mongoid logging is annoying you.

Mongoid.logger.level = Logger::INFO
Mongo::Logger.logger.level = Logger::INFO