Skip to content

Latest commit

 

History

History
25 lines (16 loc) · 406 Bytes

DEBUGGING.md

File metadata and controls

25 lines (16 loc) · 406 Bytes

Debugging

Locally

You can debug your instance of slack-market 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

Heroku

heroku run script/console --app=...

Running `script/console` attached to terminal... up, run.7593

2.2.1 > Team.count
=> 3