feat: add grafana and loki logging service for corpus backend
title: "feat(backend): feat: add grafana and loki logging service for corpus backend"
🚀 Feature Request
Is your feature request related to a problem? Please describe.
Right now we are not using any persistant logging and only relying on the docker compose logs. Add logging service for the complete corpus server app for loki and graffana for persistent logging to also allow persistant user tracking logging.
Describe the solution you'd like
write logging service to log the system logs into loki db which can we queried by graffana
Describe alternatives you've considered
A clear and concise description of any alternative solutions or features you've considered.
Additional context
Add any other context or screenshots about the feature request here.
📌 Follow semantic issue titling convention:<type>(<scope>): <description>(e.g.,feat(records): support video uploadsorfeat(auth): implement password reset).