initial checkin
[lwes-journaller-java.git] / ChangeLog
blobb2eda4639e902cb98da35887b564d179993f9a10
1 === Version 0.0.7 ===
2 * Journaller will now emit a couple of events that can be used to monitor it's health.
3 ** Journaller::Health -- emitted when a message is received and enough time has elapsed since
4 the last one. Contains the timestamp, the number of events emitted and the interval at which
5 to expect these messages.
6 ** Journaller::Rotate -- emitted when the journaller rotates the file it is using to archive
7 events. Contains the timestamp, file name, and the number of events in the file.
8 * Added a command line option to specify the site id to use.
10 === Version 0.0.6 ===
11 * Internal queue changed so the events are written to file in the order in which they were
12 received. (This was actually in lwes-java)
13 * Allow pass in of a filename pattern so one can take advantage of date and hostname elements.