MolSSI / QCFractal

A distributed compute and database platform for quantum chemistry.
https://molssi.github.io/QCFractal/
BSD 3-Clause "New" or "Revised" License
143 stars 47 forks source link

Remove server stats & compute manager logs #830

Closed bennybp closed 2 months ago

bennybp commented 2 months ago

Description

QCFractal keeps a log of compute manager information, as well as some basic server statistics (number of records, etc) over time. That is, there is a periodic logging facility that stores snapshots of this information.

I have come to the conclusion that that isn't needed. In running all my instances I have never used either of these. So it's probably safe to remove these.

Changelog description

Removes server stats and compute manager logs

Status