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

[API] enhance logging of application #395

Open
3 tasks
jeff-knurek opened this issue Jun 20, 2021 · 1 comment
Open
3 tasks

[API] enhance logging of application #395

jeff-knurek opened this issue Jun 20, 2021 · 1 comment
Assignees
Labels
Module: API Issues related to the API. Project: PLD Issue related to Project Lockdown. ⌨ Team: Devs Task related to Team Developers.

Comments

@jeff-knurek
Copy link
Contributor

logo

Problem

we need the ability to have detailed logging from the API to debug when things go wrong in production

Proposed solution

  • create a logging layer that outputs to stdout
  • provide different levels (Error, Warning, Info, Debug) that can be turned on/off with config value
  • implement the layer in places that logging is useful already (ideally two places)
@jeff-knurek jeff-knurek added Module: API Issues related to the API. Project: PLD Issue related to Project Lockdown. ⌨ Team: Devs Task related to Team Developers. labels Jun 20, 2021
@maingockien01
Copy link
Contributor

I can do this.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Module: API Issues related to the API. Project: PLD Issue related to Project Lockdown. ⌨ Team: Devs Task related to Team Developers.
Development

No branches or pull requests

2 participants