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

Improve logging throughtout the framework #99

Open
surajkumar opened this issue May 16, 2024 · 3 comments
Open

Improve logging throughtout the framework #99

surajkumar opened this issue May 16, 2024 · 3 comments
Labels
documentation Improvements or additions to documentation good first issue Good for newcomers task tech debt

Comments

@surajkumar
Copy link
Contributor

surajkumar commented May 16, 2024

As a developer I want to...

be able to see which events log messages

So that...

I can understand what is happening during code execution.

Context

We have a lot of code and lots of moving parts. If something goes wrong, we should be able to identify issues and state by looking at the logs. So we should improve our log coverage to capture everything that is happening within the system.

Ideally, everything should be logged using a mixture of all logging level severities (trace, info, warn, debug, error).

Additonally, we should probably trace method entry/exits so when issues are raised by end users we have the complete step-by-step of the execution for debugging.

Acceptance Criteria

GIVEN a method is invoked
THEN appropriate logging messages should be printed

GIVEN a choice statement
THEN logging should be present to indicate the flow

@surajkumar surajkumar moved this to Ready in Java Discord May 17, 2024
@surajkumar surajkumar added documentation Improvements or additions to documentation good first issue Good for newcomers task tech debt and removed needs refinement labels May 17, 2024
@tushartari11
Copy link

Hello @nateweisz ,
Thanks for your response on discord. Can I work on this ??

@surajkumar
Copy link
Contributor Author

Hello @nateweisz , Thanks for your response on discord. Can I work on this ??

Thanks I'll assign it to you! Glad to see Nopox is promoting this to fellow developers!

@surajkumar surajkumar moved this from Ready to In progress in Java Discord May 18, 2024
@surajkumar surajkumar moved this from In progress to Ready in Java Discord May 22, 2024
@surajkumar
Copy link
Contributor Author

Hi @tushartari11 how's this going? If you are still working on this please let us know however for now I have marked the ticket as available again for somebody else to pick up.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
documentation Improvements or additions to documentation good first issue Good for newcomers task tech debt
Projects
Status: Ready
Development

No branches or pull requests

2 participants