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

[FEAT]: Create a logfile of all commands sent during script execution #316

Open
nfelt14 opened this issue Sep 26, 2024 · 1 comment
Open
Assignees
Labels
enhancement New feature or request WIP Work In Progress

Comments

@nfelt14
Copy link
Collaborator

nfelt14 commented Sep 26, 2024

Description

It would be really nice if there was a file saved with the contents of the stdout that could be used to view all commands sent during the script execution.

Additional Information

This should be implemented using the logging module of Python and should probably replace the current prints used to provide stdout.

@nfelt14
Copy link
Collaborator Author

nfelt14 commented Oct 15, 2024

When working on this, be sure to search the code for links to this issue. There are a few places where changes will be needed that are marked with a link to this issue.

@nfelt14 nfelt14 added the WIP Work In Progress label Nov 5, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request WIP Work In Progress
Projects
None yet
Development

No branches or pull requests

1 participant