ODM2 / ODM2DataSharingPortal

A Python-Django web application enabling users to upload, share, and display data from their environmental monitoring sites via the app's ODM2 database. Data can either be automatically streamed from Internet of Things (IoT) devices, manually uploaded via CSV files, or manually entered into forms.
BSD 3-Clause "New" or "Revised" License
31 stars 8 forks source link

More robust logging solution #718

Open ptomasula opened 4 months ago

ptomasula commented 4 months ago

Many of the production services for the application are presently logged to the servers for the application. This is undesirable because it requires access multiple service instances to inspect logs. Server storage also comes into consideration and doesn't allow for as prolong retention of logs. We should evaluate alternative logging/storage solutions.