This change enables bindle server to emit events describing changes that have occurred to the data it manages, the feature is enabled by running the server with the flag --events. Enabling the feature causes bindle to serialize details of changes in JSON format to a file.
closes #180
This change enables bindle server to emit events describing changes that have occurred to the data it manages, the feature is enabled by running the server with the flag
--events
. Enabling the feature causes bindle to serialize details of changes in JSON format to a file.