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

Add better logging #2

Open
gdevenyi opened this issue Sep 19, 2018 · 2 comments
Open

Add better logging #2

gdevenyi opened this issue Sep 19, 2018 · 2 comments

Comments

@gdevenyi
Copy link
Member

In particular, the run_command function should allow for simultaneous logging to a file and display (if wanted)

Something like a verbose option and a logfile option.

@gdevenyi
Copy link
Member Author

Also, log the command run at the top of the logfile

@gdevenyi
Copy link
Member Author

For now best way is | tee -a logfile.log 2>&1 after the command.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant