Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Added logging endpoint #29

Merged
merged 4 commits into from Mar 25, 2020
Merged

Added logging endpoint #29

merged 4 commits into from Mar 25, 2020

Conversation

RachitMalik12
Copy link
Collaborator

Added the following REST endpoints:

  • persistLogs: To persist logs to MongoDB
  • getLogs: Get all logs
  • getLog: Get a log with a particular id.

Spec (see logging section of design doc): https://docs.google.com/document/d/1qDAzr3JpVODwLqw1Nyd_S_a-EBeuwF7QNtGX1_SrKHk/edit

@RachitMalik12 RachitMalik12 added this to In progress in MVP via automation Mar 21, 2020
@RachitMalik12 RachitMalik12 linked an issue Mar 21, 2020 that may be closed by this pull request
api/src/models/logs.ts Outdated Show resolved Hide resolved
api/src/routes/logging.ts Outdated Show resolved Hide resolved
api/src/app.ts Outdated Show resolved Hide resolved
@ABZhang0 ABZhang0 merged commit 95e369c into develop Mar 25, 2020
MVP automation moved this from In progress to Done Mar 25, 2020
@RachitMalik12 RachitMalik12 deleted the feature/logging branch March 25, 2020 06:52
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
MVP
  
Done
Development

Successfully merging this pull request may close these issues.

Logging Endpoint
2 participants