FreeAndFair / OpenRLA

Free & Fair's open source RLA support software.
Other
4 stars 3 forks source link

Add backend logging #15

Open ranweiler opened 7 years ago

ranweiler commented 7 years ago

Add logging to the backend to leave a record of actions taken when performing audits.

kiniry commented 7 years ago

In order to achieve this goal, we need to decide if we will (a) implement a Haskell version of our Election Logging library, or (b) run an Election Logging Daemon implemented with said library and communicate with it via IPC. For the moment, so long as there are logging stubs in the backend, that's sufficient.