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

replace console.log with a logging framework for SDK #43

Open
3 tasks
tohacking opened this issue Aug 19, 2024 · 1 comment · May be fixed by #47
Open
3 tasks

replace console.log with a logging framework for SDK #43

tohacking opened this issue Aug 19, 2024 · 1 comment · May be fixed by #47
Labels
enhancement New feature or request good first issue Good for newcomers

Comments

@tohacking
Copy link
Collaborator

Pino seems like a popular library to use here:
https://betterstack.com/community/guides/logging/how-to-install-setup-and-use-pino-to-log-node-js-applications/

Tasks:

  • allow configuration of log level with CLI options, e.g npx spin-m4 build-image --log-cli-level
  • replace console.log with pino info or debug logs
  • timestamp logs
@tohacking tohacking added enhancement New feature or request good first issue Good for newcomers labels Aug 19, 2024
@EhsanSl
Copy link

EhsanSl commented Aug 19, 2024

I'd like to take on this issue

@EhsanSl EhsanSl linked a pull request Aug 20, 2024 that will close this issue
3 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request good first issue Good for newcomers
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants