pitt-crc / lmod_tracking

Database ingestion for Lmod usage logs
https://crc-pages.pitt.edu/lmod_tracking/
GNU General Public License v3.0
0 stars 0 forks source link

Generalize log parsing functionality #29

Closed djperrefort closed 9 months ago

djperrefort commented 10 months ago

Relevant to #9, modifying the log file format currently requires we refactor and deploy a new version of the application. It would instead be preferable to configure the log format in the application settings somehow. Perhaps using regex?

djperrefort commented 9 months ago

My hope was that this feature would make the tool generally useful to other teams. After a few design passes, it looks like his feature will be more complex (and less performant) than I thought. With limited time at our disposal, I'm filing his under "will not implement"