Deliver WiredTiger event notifications (messages, errors, progress) into Erlang for logging #7

Merged
gburd merged 9 commits from gsb-event-handlers into master 2013-04-23 19:02:22 +00:00
gburd commented 2013-04-23 01:00:53 +00:00 (Migrated from github.com)

WiredTiger will log to std{err,out} informational messages, error messages and progress messages unless you provide proper call back functions. This set of patches provide a set of call backs to WiredTiger which take the messages and send them to a waiting gen_server which then sends them on to lager for logging along with other messages from Riak.

WiredTiger will log to std{err,out} informational messages, error messages and progress messages unless you provide proper call back functions. This set of patches provide a set of call backs to WiredTiger which take the messages and send them to a waiting gen_server which then sends them on to lager for logging along with other messages from Riak.
Sign in to join this conversation.
No reviewers
No labels
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference: greg/wterl#7
No description provided.