Flowdock

Experimental project

This is a sandbox project, which contains experimental code for developer use only.

Flowdock Log uses the Flowdock API module to place all of your Drupal log messages in a Flowdock Team Inbox. This is very useful to track production and non-production environments of your Drupal installations. Each Drupal mutlisite, environment, and installation can have its own Flow to keep logging logically separated. This can be advantageous to developers who are already using Flowdock to communicate or an enhancement to you current Drupal development team's information tracking.

Advantages

  • Get group notifications to developers all Drupal log messages including errors right where they are already communicating
  • Store more then 1000 message max provided by the Drupal Database Logging Module
  • Comment on messages or create message flows to help troubleshoot issues and fix them faster if there is a regression
  • Use tagging to filter messages by IP, module name, and severity

This module uses Drupal 7's core queue system to only send data to Flowdock in the background. Queues are run during cron execution so if you would like message sent more or less often to Flowdock you will need to adjust how often your cron jobs are run.

Flowdock Log is implemented using hook_watchdog and can be installed along side any other logging module.

Flowdock API

You will need to download the Flowdock API module to use this module.

Flowdock

Flowdock is a team collaboration app for desktop, mobile & web. Work on things that matter, be transparent and solve problems across tools, teams & time zones. Try it for free for 30 days or free for ever with up to 5 users.

http://www.flowdock.com

Project information