-
Notifications
You must be signed in to change notification settings - Fork 8
Open
Labels
Description
There are privacy issues involved in logging absolutely everything that the bot sees. I suggest:
Robot#set_logging :received => true, :response => true, :structure => true, :events => true
Where all are initially false. Alternatively, a simpler solution might be:
Robot#debug :on/:off
Reactions are currently unavailable