danwent / Perspectives-Server

network notary implementation for the Perspectives project
http://perspectives-project.org
GNU General Public License v3.0
50 stars 13 forks source link

Limit logs #62

Closed daveschaefer closed 8 years ago

daveschaefer commented 8 years ago

Limit log file size so logs don't grow out of control and take down the notary - fixes #25

Important lock/threading fix for threaded_scanner Other code cleanup and refactoring

This fixes one of the main blocking issues with notaries not remaining stable long-term. We can then continue with setting up nginx, making notaries more responsive, and setting up https (ala the Roadmap).