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 the Logging Output that the Tool Produces #24

Closed
gkapfham opened this issue Aug 24, 2023 · 1 comment · Fixed by #111
Closed

Improve the Logging Output that the Tool Produces #24

gkapfham opened this issue Aug 24, 2023 · 1 comment · Fixed by #111
Assignees
Labels
enhancement New feature or request

Comments

@gkapfham
Copy link
Collaborator

Right now the chasten tool does not have a sufficient amount of logging
statements inside of the source code. This means that it will be difficult for a
person who is debugging the tool to see what steps it is performing. Ultimately,
each of the key functions need at least a few additional logging statements!

During the completion of this task, please make sure to balance the number of
logging statements and the details that the logging statements provide and the
way in which logging statements can sometimes increase the complexity of the
code base and make the program's source code more difficult to understand.

@simojo simojo added the enhancement New feature or request label Sep 8, 2023
@Jaclynpqc Jaclynpqc self-assigned this Sep 21, 2023
@Jaclynpqc
Copy link
Collaborator

Jaclynpqc commented Oct 4, 2023

You can see the implementation in this branch: https://github.com/AstuteSource/chasten/tree/logging

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
4 participants