c2c-project / prytaneum

A crucial tool for a better democracy, leveraging AI and big data to enable meaningful democratic engagement between residents and public officials.
https://prytaneum.io
MIT License
5 stars 23 forks source link

Stashing Logs #167

Open kadey001 opened 2 years ago

kadey001 commented 2 years ago

Current logs are stored on google cloud but only retained for 30 days. Either the retention should be expanded or another method of stashing logs should be looked into.

DevelopmentByDavid commented 2 years ago

FYI we already have a logger installed via fastify. https://www.fastify.io/docs/latest/Reference/Logging/, which you can use for most everything I believe. So I don't think there's a need for winston being installed since we already have pino.