-
Notifications
You must be signed in to change notification settings - Fork 4
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
Logging fixes #52
Logging fixes #52
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looking good. Just found a few small things but nothing is terribly important.
No two files should have the same name, but this will ensure a fail instead of truncating a previous log
using logging_redirect_tqdm actually redirects to stdout when trying to write to a file, working on a fix |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Ending up more confused than I started, please help me out!
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for the explanations!
Added those explanations to the code so it's clear for everyone, should be all set to merge afterwards unless there are any last changes. |
Fleshed out some details with the cli/logging including creating an output directory if one doesn't exist and naming logs based on when the program is executed instead of just appending to an existing log.