log_mf_h
log_mf_h
Module
log_mf_h
Module summary
An event handler that logs events to disk.
Description
This module is a gen_event
handler module that can be installed in any gen_event
process. It logs onto disk all events that are sent to an event manager. Each event is written as a binary, which makes the logging very fast. However, a tool such as the Report Browser (rb(3)
) must be used to read the files. The events are written to multiple files. When all files have been used, the first one is reused and overwritten. The directory location, the number of files, and the size of each file are configurable. The directory will include one file called index
, and report files 1, 2, ...
.