You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As an election administrator I need a record of voters' rankings and the aggregate collective ranking so that I can satisfy open records requests.
One way to satisfy this is to add some logging. Minimally, we need to log the NBallots that are passed to RankedPairsCalculator.calculate(), and the CandidateList that is returned.
To satisfy this use case via logging, the deployment's logging configuration would need to be of appropriate verbosity to capture the messages. Concern for this could be obviated (aka hacked) by using a very high logging level like INFO(a bit much) or ERROR(clearly not appropriate in the long term).
The text was updated successfully, but these errors were encountered:
As an election administrator I need a record of voters' rankings and the aggregate collective ranking so that I can satisfy open records requests.
One way to satisfy this is to add some logging. Minimally, we need to log the NBallots that are passed to
RankedPairsCalculator.calculate()
, and the CandidateList that is returned.To satisfy this use case via logging, the deployment's logging configuration would need to be of appropriate verbosity to capture the messages. Concern for this could be obviated (aka hacked) by using a very high logging level like INFO(a bit much) or ERROR(clearly not appropriate in the long term).
The text was updated successfully, but these errors were encountered: