Skip to content

Latest commit

 

History

History
9 lines (6 loc) · 463 Bytes

logging.md

File metadata and controls

9 lines (6 loc) · 463 Bytes

Logging

isolex features extensive logging from most services and within the bot core.

Messages the bot does not respond to are not logged, even at debug level. They are none of its business.

Messages the bot does respond to are logged, along with the commands issued. These logs are printed through the bunyan logger and entities (commands, messages, learned keywords) are saved to the database connection.